@media (max-width: 991px) {
	.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand {
        margin: 16px !important;
    }
	.c-layout-header .c-brand {
        margin: 16px !important;
    }
}
@media (min-width: 992px) {
	.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand {
        transition: margin 0.2s;
        margin: 16px 0 16px 0 !important;
    }
}
#toolbar-bar {
    top: 0 !important;
}
.toolbar-horizontal header.c-layout-header{
    margin-top: 39px !important;
}
.toolbar-horizontal.toolbar-tray-open header.c-layout-header{
    margin-top: 80px !important;
}
.commerce-order-item-add-to-cart-form select {
    width: 100% !important;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 24px;
    right: 70px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
    z-index: 100;
}

.my-float {
    margin-top: 14px;
}