﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.b-icon {
    outline: none;
}

.header-nav {
    border-bottom: 1px solid #f2f2f2;
}

    .header-nav .b-icon.bi {
        font-size: 24px;
    }

.dropdown-toggle::after {
    display: none;
}

.navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .navbar-nav .nav-link {
        position: relative;
        cursor: pointer;
    }

.qty-indicator {
    position: absolute;
    top: 0;
    right: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 12px;
    background: #4b5669 ;
    border-radius: 100%;
}

.b-sidebar-header {
    text-align: right;
}

.b-sidebar.slide {
    -webkit-transition: transform 1s cubic-bezier(.19,1,.22,1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1);
    -o-transition: transform 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1), -webkit-transform 1s cubic-bezier(.19,1,.22,1);
}

.b-sidebar-body {
    padding: 15px;
}

/* flyout-cart */

.flyout-cart {
    padding-left: 0;
}

    .flyout-cart .item {
        position: relative;
        width: 100%;
        margin: 0 0 7.5px 0;
        padding: 0 0 7.5px 0;
        border-bottom: 1px solid #efefef;
    }

        .flyout-cart .item img {
            background-color: #F8F9FB;
        }

        .flyout-cart .item:last-child,
        .flyout-cart .item:last-child:first-child {
            margin: 0;
            padding: 0;
            border-bottom: 0;
        }

        .flyout-cart .item .attributes {
            font-size: 14px;
            color: #888;
        }

        .flyout-cart .item .deletecartitem {
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
        }

        .flyout-cart .item .col a {
            color: #343a40;
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
        }

.header-nav .bi-cart-check {
    width: 40px;
    margin: 6px 0 0 0;
}

/* menu toogler */

#sidebar-menu .b-sidebar-body {
    padding: 0;
}

.menu-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50px;
    height: 31px;
    background-color: transparent !important;
    border: 0 !important;
}

@media screen and (min-width: 992px) {
    .menu-toggler {
        display: none !important
    }

    .navbar-light .navbar-brand {
        margin-right: 0 !important
    }
}

.navbar-light .navbar-brand {
    margin-left: 0 !important;
    margin-right: unset !important;
}

.menu-toggler span {
    width: 30px;
    height: 3px;
    background: #000;
}

@media (min-width: 576px) {
    .b-sidebar {
        width: 530px;
    }
}

/*@media (max-width: 991px) {
    .header-nav {
        position: fixed;
        width: 100%;
        top: 0;
        margin: 0 0 15px 0;*/
        /*background: #fff;*/
        /*-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        z-index: 1034;
    }

        .header-nav > .navbar {
            height: 58px;
        }

        .header-nav .navbar-brand img {
            max-height: 45px;
        }*/
    /*.header-nav .top-header-items.navbar-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        display: inline-flex;
        justify-content: space-around;
        box-shadow: 0 -3px 6px rgba(0,0,0,0.16), 0 -3px 6px rgba(0,0,0,0.23);
    }*/
/*}*/

@media (max-width: 575px) {
    .flyout-cart .item img {
        max-width: 75px;
    }

    .flyout-cart .item .col a {
        display: table;
        max-width: calc(100% - 15px);
        font-size: 14px;
        line-height: 1;
    }

    .flyout-cart .item .price,
    .flyout-cart .item .quantity {
        font-size: 14px;
    }

    .flyout-cart .item .attributes {
        font-size: 12px;
    }

    .flyout-cart .b-sidebar-footer .h4 {
        font-size: 20px;
    }

    .flyout-cart .b-sidebar-footer .h5 {
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    .header-nav .navbar-brand img {
        max-width: 120px;
    }
}

/* dark header */

[dark-theme="true"] .header-nav {
    background-color: #2b2b2b;
    border-bottom: none;
}

[dark-theme="true"] .menu-toggler span {
    background: #fff;
}

[dark-theme="true"] .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

[dark-theme="true"] .qty-indicator {
    background: #4b5669 !important;
}

[dark-theme="true"] .flyout-cart .item img {
    background-color: #2b2b2b;
    border: 1px solid #555;
}



/*test*/

.mani-nav p{
    margin:0
}
.nav-header, .nav-search {
    padding: 0 72px
}

.nav-search {
    background-color: var(--primary-color)
}