

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button {
    text-transform: none;
}

[type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

.header {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}


.fa, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-3x {
    font-size: 3em;
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-user:before {
    content: "\f007";
}

.fa, .fas {
    font-family: "Font Awesome 5 Free";
}

.fa, .fas {
    font-weight: 900;
}



ul li {
    list-style: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0;
}




.basket-item-number-n {
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 4px;
    background-color: #00782b;
    font-size: 9px;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    text-align: center;
    padding: 2px 0px 2px 2px;
    margin-left: -6px;
    font-family: arial;
}







.customer-menu {
    height: 40px;

    display: inline-block;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    width: 50%;
    text-align: center;
}



    .customer-menu.select, .customer-menu:hover {
        background-color: #fff;
    }


    .customer-menu > a {
        position: absolute;
        width: 800px;
        height: 50px;
        z-index: 3;
    }


    .customer-menu > i {
        width: 45px;
        height: 30px;
        display: inline-block;
    }


.menu-popup-shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    background: rgba(0,0,0,.55);
    visibility: hidden;
    cursor: default;
    height: 4195px;
    left: 0;
}




    .menu-popup-shadow.show,
    .customer-menu .menu-popup.show {
        visibility: visible;
        display: block;
    }

.customer-menu .menu-icon {
    height: 40px;
    position: relative;
    padding: 8px 0px;
}

 .menu-icon .icon {
        float: left;
        font-size: 16px;
        margin-right: 6px;
    }

.menu-icon .login-label {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        font-family: arial;
        float: left;
    }

 .menu-icon .member-label {
        font-size: 12px;
        font-weight: normal;
        color: #7d7d7d;
        font-family: arial;
        margin: 0px 0px 0px 22px;
        text-align: left;
        width: 100%;
        float: left;
    }

 .menu-icon .tring-size {
        padding: 6px 0px 0px 4px;
        float: left;
    }

 .menu-icon .tring-size .tringle {
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 7px solid #00782b;
        }


    .basket-menu .basket-label {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        font-family: arial;
        margin: 0px 20px 0px 0px;
        height: 18px;
        float: left;
        display: block;
    }

    .basket-menu .icon {
        float: left;
        font-size: 16px;
        margin-right: 6px;
    }



@media (max-width:1024px) {

    #menu {
        display: none;
    }

    #header .search {
        width: 400px!important;
    }
    #header .search input {
        width: 340px!important;
    }
    #header-container {
        display: none;
    }


    .prod-menu {
        float: left;
    }



      
  
        .prod-menu {
            display: block;
        }




  



 /*   .search-form-wrapper {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        padding: 20px 24px 20px 24px;
        margin-top: 10px;
        background-color: #e2e2e2;
    }

        .search-form-wrapper.open {
            display: block;
        }
*/

    .search-form-wrapper {
        /* display: none; */
        /* position: fixed; */
  /*      left: 0;
        right: 0;
        padding: 20px 24px 20px 24px;
        margin-top: 10px;
        background-color: #e2e2e2;*/
    }


    .product-menu {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        padding: 20px 24px 20px 24px;
        margin-top: 51px;
        background-color: #b3d6c0;
    }

        .product-menu.open {
            display: block;
        }





    .member-label,
    .menu-icon .login-label {
        display: none;
    }



    .customer-menu .menu-popup {
        padding: 14px 10px 1px 10px;
        top: -4px !important;
        right: 65px !important;
    }



    .header {
        padding-right: 0;
        padding-left: 0;
        box-shadow: 0 1px 2px 0 rgba(85,85,85,.5);
        height: 70px;
    }

  
}



@media (min-width:1024px) {


    .prod-menu {
        display: none;
    }

    .search-mobile-button {
        display: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.btn-success {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

    .btn-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    }

    .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }




.collapse:not(.show) {
    display: none;
}

.header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    /*align-items: center;*/
    -ms-flex-pack: justify;
    justify-content: space-between;
}



/* Mobile Menu S */


.prod-menu-icon {
/*    cursor: pointer;
    padding-top: 30px;
    padding-left: 20px;
    float: left;
    text-align: left;*/
}

    .prod-menu-icon i {
        color: #0d7533;
        font-size: 27px !important;
        width: 0px;
        height: 30px;
    }



.prod-menu {
    height: 40px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    /*width: 50%;*/
}


    .prod-menu.select, .prod-menu:hover {
        background-color: #fff;
    }


    .prod-menu .menu-list {
        /* background: #fff;*/
        position: relative;
        z-index: 5;
        top: 40px;
        right: 0;
        /* box-shadow: 1px 4px 3px rgba(0,0,0,.2); 
        border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;*/
        padding: 10px;
        cursor: default;
        font-weight: bold;
        visibility: hidden;
    }

.offcanvas .accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125) !important;
    margin-bottom: 10px;
}

.offcanvas .accordion-button {
    /* background-color: #f1f1f1; */
    border-radius: 6px;
    color: #000000;
    padding: 7px 14px !important;
    font-size: 15px;
    font-weight: 600;
}


.offcanvas .offcanvas-header .offcanvas-title {
    font-size: 16px;
    font-weight: 600;
    color: #7d7d7d;
}


.offcanvas .offcanvas-body .accordion-button::after {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 16px;
    transition: transform .2s ease-in-out;
}



.offcanvas .offcanvas-body .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgb(255 255 255 / 13%);
    font-weight: 600;
}

.offcanvas .offcanvas-body .accordion-body ul li a {
    font-size: 13px;
    font-weight: 500;
    /* text-align: left; */
    text-transform: none;
}




.offcanvas .offcanvas-body a {
    color: #444;
    font-size: 15px;
    width: 100%;
    /* display: inline-block; */
    height: 30px;
    line-height: 30px;
    /* padding: 0px 20px; */
    text-transform: none;
}

    .offcanvas .offcanvas-body a:active,
    .offcanvas .offcanvas-body a:focus {
        color: #00782b;
    }


.offcanvas .offcanvas-body ul li {
    padding: 0px 0px 0px 0px;
    border-bottom: solid 1px #f1efef;
    height: 27px;
    /* line-height: 27px; */
}

    .offcanvas .offcanvas-body ul li:last-child {
        border-bottom: none;
    }


    .offcanvas .offcanvas-body ul li a {
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        text-transform: none;
    }

.offcanvas .m-menu-title {
    font-size: 16px;
    text-align: left;
    padding: 0px 20px;
    margin-bottom: 15px;
    color: #095e0b;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.offcanvas .exit-m {
    background-color: #f7e0e0;
    color: #ff0000;
    text-transform: none;
    font-weight: 600;
}

.offcanvas .close {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 30px !important;
    margin-left: 50px;
    /* color: #ccc; */
    border: solid 1px #ccc;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 6px;
    margin-top: 8px;
    color: #000 !important;
    font-size: 16px !important;
}

/* Nice Scroll*/


.offcanvas .offcanvas-body {
    height: 500px;
    overflow: auto;
}


    .offcanvas .offcanvas-body::-webkit-scrollbar-track-piece {
        height: 30px;
        width: 30px;
    }


    .offcanvas .offcanvas-body::-webkit-scrollbar {
        min-width: 12px;
        width: 12px;
        max-width: 12px;
        min-height: 12px;
        height: auto;
        max-height: 12px;
        background: #f0f0f0;
        cursor: pointer;
    }

    .offcanvas .offcanvas-body::-webkit-scrollbar-thumb {
        background: #959595;
        border: none;
        border-radius: 10px;
        border: solid 2px #fff;
        box-shadow: inset 0px 0px 3px #999;
        cursor: pointer;
    }

        .offcanvas .offcanvas-body::-webkit-scrollbar-thumb:hover {
            background: #7d7d7d;
            border: solid 1px #fff;
            cursor: pointer;
        }





@media screen and (min-width: 1024px) {
    .prod-menu {
        display: none;
    }
}

@media screen and (max-width: 900px) {

    .menu-popup {
        top: 5px;
        right: 40px;
    }   

}


/* Mobile Menu E */

@media (max-width:1024px) {

    .prod-menu-icon i {
        font-size: 26px !important;

    }

    .header {
        justify-content: flex-start;
    }
}




@media (max-width:768px) {
    .header {
        justify-content: flex-start;
    }

    .customer_box {
        /*width: 24%;*/
    }
}



    @media (max-width:680px) {
        .header {
            height: 70px !important;
        }

        .search-form-wrapper {
            /*padding: 10px 10px 10px 10px;*/
        }
    }



    @media (max-width:576px) {

        .header {
            justify-content: flex-start;
        }
        

        .user-icon-mobile {
            font-size: 22px;
        }

        .basket-menu i {
            font-size: 20px;
            color: #7d7d7d;
        }

        .prod-menu-icon i {
            font-size: 23px !important;
        }

        .menu-popup {
            right: 65px;
        }

      
    }


@media (max-width:500px) {

    .prod-menu-icon {
        padding-top: 28px;
        padding-left: 18px;
    }

}


    @media (max-width:450px) {

        .prod-menu {
            width: 30px;
        }
    }

@media (max-width:400px) {

   
   
  
}

