.site-header .header-main {
    position: relative;
    color: #ffffff;
    background: #021523;
    z-index: 10;
}


.klb-type2 .header-addons-text .primary-text, .klb-type2 .header-main .site-menu.primary .menu > li > a, .klb-type2 .header-main .site-menu.horizontal .menu .sub-menu a, .klb-type2 .header-addons-text .sub-text {
    color: #fff;
	background: #021523;
}
.footer-details, .footer-copyright {
    background-color: #021523;
	color: #ffffff;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(31, 70, 187, 1) 35%, rgba(66, 208, 23, 1) 100%);
}

.site-header .header-nav a {
    color: #021523!important;
    -webkit-transition: all 0.1s 
cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: all 0.1s 
cubic-bezier(0.28, 0.12, 0.22, 1);
}
.sticky-add-to-cart.machic-product-bottom-popup-cart {
    position: fixed;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    z-index: -100;
    padding: 10px 0;
    backdrop-filter: blur(10px);
    background: #ffffff91;
    will-change: transform;
    -webkit-transition: opacity 0.25s 
ease, 
ease;
    transition: opacity 0.25s 
ease, transform 0.25s 
ease;
    opacity: 0;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
    -moz-box-shadow: -2px 2px 45px -20px rgba(0,0,0,.3);
    box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
}
@media (max-width: 64rem) {
.header-type1 .header-main, .header-type1 .header-nav, .header-type1 .header-mobile {
    background-color: #021523;
	}}
@media (max-width: 64rem) {
    .single .single-product-wrapper .product-type-simple form.cart {
        position: fixed;
        bottom: 58px;
        right: 0;
        z-index: 9999;
        background: #fffffff7;
        margin-bottom: 0;
        padding: 15px;
        backdrop-filter: blur(10px)!imp;
        -webkit-box-shadow: 0 -2px 5px rgb(0 0 0 / 7%);
        box-shadow: 0 -2px 5px rgb(0 0 0 / 7%);
        justify-content: space-between;
    }
}


.sticky-add-to-cart.machic-product-bottom-popup-cart {
    position: fixed;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    z-index: -100;
    padding: 10px 0;
    background: #ffffffb5;
    will-change: transform;
    -webkit-transition: opacity 0.25s 
ease, 
ease;
    transition: opacity 0.25s 
ease, transform 0.25s 
ease;
    opacity: 0;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
    -moz-box-shadow: -2px 2px 45px -20px rgba(0,0,0,.3);
    box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
}
.header-type1 .header-top {
    background-color: #0a2132;
    color: #fff;
}