.red {
    background-color: red;
}

.blueviolet {
    background-color: blueviolet;
}

.orange {
    background-color: orange;
}

.green {
    background-color: green;
}



.floating_header {
    color: var(--ds-blue);
    background: var(--ds-yellow);
    height: 130px;
    z-index: 999;
    margin: 0 auto;
    border-bottom: 21px solid var(--ds-yellow-dark);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-family: 'Arial Nova';
    box-sizing: content-box;
    display: flex;
    flex: column;
    /* font-weight: 300; */
    /* 	box-sizing:content-box; */

    /* display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    width: 100%; */

}


.floating_header .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    margin: 0;
}

.floating_header .row::before {
    display: none;
}

.floating_header .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    justify-content: space-around;
}

.floating_header .left {
    justify-content: flex-start;
}

.floating_header .right {
    justify-content: flex-end;
}

.floating_header .left-column {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.floating_header .right-column {
    height: 100%;
    float: right;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.floating_header .right-column>div {
    width: 100%;
    text-align: right;
}

.floating_header .right-column>div>a {
    color: #0b374d;
    padding-right: 10px;

    /* font-family: 'Arial Nova';
    font-weight: 300; */
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.floating_header .cart::after,
.floating_header .wishlist::after {
    content: "";
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    background-position: 50% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
}

.floating_header .cart::after {
    background-image: url("../Icons/cart.png");
}

.floating_header .wishlist::after {
    background-image: url("../Icons/wishlist.png");
}

.floating_header .right-column>div>a.account {
    font-family: Permanent Marker;
    font-size: 30px;
}

#blog>div.floating_header>div>div:nth-child(3)>div>div:nth-child(1)>a.woo-wallet-menu-contents>span.woocommerce-Price-amount.amount {
    font-family: 'Permanent Marker';
}

#blog>div.floating_header>div>div:nth-child(3)>div>div:nth-child(1)>a.woo-wallet-menu-contents>span.woo-wallet-icon-wallet {
    display: none;
}


/* .floating_header .right-column>div>a.account::after {
    content: "";
    width: 40px;
    height: 40px;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    background-image: url("../Icons/user_icon.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
} */

.floating_header h1 {
    font-family: Bebas Neue;
    font-size: 70px;
    font-weight: lighter;
    margin: 0;
}

.floating_header h2,
.floating_header {
    font-size: 30px;
    margin: 0;
}

#Navigation {
    font-size: 18px;
    margin: 0;
    justify-content: center;
}

.floating_header .rsrc-top-menu.row {
    justify-content: center;
}

#site-navigation>div.collapse.navbar-collapse.navbar-1-collapse>ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: var(--ds-blue-light);
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: var(--ds-blue-light);
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: var(--ds-blue-light);
    background-color: transparent;
}

.floating_header .logo-container {
    width: 130px;
    height: 130px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 15px;
    display: block;
    align-content: center;
}


    .floating_header .logo-container img {
        max-height: 100%;
    }

    .floating_header .cart .count,
    .floating_header .wishlist .count {

        background-color: var(--ds-blue-dark);
        color: var(--ds-yellow);
        /* position: relative;
        top: -14px;
        right: -52px; */
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;


        min-width: 8px;
        max-width: 30px;
        height: 18px;
        border-radius: 30px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
    }


    .floating_header .cart .count{
        position: absolute;
        top: 50px;
        right: 11px;
    }
    .floating_header .wishlist .count {
        position: absolute;
        top: 92px;
        right: 11px;
    }








    .floating_header a.cart>.points {
        font-weight: 300;
    }

    #blog>div.floating_header>div>div:nth-child(3)>div>div:nth-child(2)>a>span.points {
        font-family: 'Arial Nova';
        font-weight: 300;

    }



.widget{
	display:none;
	background-color:var(--ds-yellow-dark);
	border:3px var(--ds-yellow) solid;
	position:absolute;
top: 66%;
right: 0px;
	z-index:150;
}
.widget a{
	color: var(--ds-blue);
}

.right-column > div:nth-child(2):hover .widget{
	display:block;
}