﻿.lbmenu body, .lbmenu h1, .lbmenu h2, .lbmenu h3, .lbmenu h4, .lbmenu h5, .lbmenu h6, .lbmenu html, .lbmenu iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    font-family: Quicksand,sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-smooth: subpixel-antialiased
}

.Logo {
    max-width: 200px;
    margin-top: 25px;
    margin-bottom: 25px
}
/*.lbmenu > .lbmenu-list > .fd-sigorta-mobile {
    display: none;
}*/
.searchBar {
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    position: relative;
    z-index: 1000
}

    .searchBar > .lb-input.form-control, .searchBar > button {
        z-index: 1000
    }

    .searchBar .lb-input:focus ~ .suggestions {
        display: block
    }

    .searchBar > .suggestions {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        border-radius: 6px;
        padding: 3rem 1rem 1rem 1rem;
        z-index: 1000;
        border: 1px solid #f47b22;
        animation: sugAnim .3s
    }

        .searchBar > .suggestions.active {
            display: block
        }

    .searchBar.active-shadow::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.1);
    }

    .searchBar > .suggestions .sug-head {
        margin-bottom: 1rem;
        font-weight: 500;
        color: #f47b22
    }

    .searchBar > .suggestions .sug-product-detail {
        max-width: 70%
    }

    .searchBar > .suggestions .sug-product {
        display: flex;
        align-items: center;
        padding: .33rem
    }

        .searchBar > .suggestions .sug-product:hover {
            color: #333;
            background: #f9f9f9
        }

        .searchBar > .suggestions .sug-product .sug-product-img.loading {
            width: 65px;
            height: 65px;
            background: rgba(244,244,244,1);
            animation: lazyimg 1s infinite ease-in-out;
        }

@keyframes lazyimg {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

.searchBar > .suggestions .before-sug {
    list-style: none;
    margin: 0;
    padding: 0
}

    .searchBar > .suggestions .before-sug .sug-item {
        margin-block: .5rem
    }

@keyframes sugAnim {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.lb-input {
    border: 2px solid #eee;
    border-radius: 28px;
    padding: .5rem .6rem
}

.searchBar > button {
    background: 0 0;
    border: unset;
    position: absolute;
    top: 8px;
    right: 13px;
    cursor: pointer;
    outline: 0 !important
}

    .searchBar > button:focus {
        outline: 0 !important;
        outline: 0 -webkit-focus-ring-color !important
    }

    .searchBar > button > svg {
        fill: #ee7508
    }

.lb-myaccount {
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.16);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.16);
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    max-height: 55px;
    width: 150px
}

    .lb-myaccount svg {
        fill: #f47b22;
        -webkit-transition: .3s all;
        transition: .3s all
    }

    .lb-myaccount span {
        display: block;
        text-decoration: none;
        text-transform: capitalize;
        position: relative;
        text-align: center;
        width: 85px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: default
    }
.lbshopmyaccount:hover .user-notification-badge {
    background: #fff !important;
    color: #f47b22 !important;
}

    .lb-myaccount a {
        text-decoration: none
    }

    .lb-myaccount:hover {
        background-color: #f47b22;
        color: #fff !important
    }

        .lb-myaccount:hover svg {
            fill: #fff
        }

        .lb-myaccount:hover ul li ul {
            opacity: 1;
            z-index: 232332
        }

        .lb-myaccount:hover .user-notification-badge {
            background: #fff !important;
            color: #f47b22 !important;
        }

    .lb-myaccount ul {
        list-style-type: none;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        position: relative
    }

        .lb-myaccount ul li {
            position: relative;
            width: 100%
        }

            .lb-myaccount ul li ul {
                margin: 0 !important;
                padding: 0 !important;
                position: absolute;
                width: 100%;
                top: 3px;
                left: 0;
                opacity: 0;
                z-index: -2233;
                -webkit-transition: .3s all;
                transition: .3s all;
                border-radius: 10px;
                -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.16);
                box-shadow: 0 1px 3px 0 rgba(0,0,0,.16);
                overflow: hidden
            }

                .lb-myaccount ul li ul li {
                    width: 100%;
                    -webkit-transition: .3s all;
                    transition: .3s all;
                    border-bottom: 1px solid #f3f3f3;
                    overflow: hidden;
                    background-color: #fff;
                    white-space: nowrap
                }

                    .lb-myaccount ul li ul li:nth-last-child(1) {
                        border-bottom: 0 !important
                    }

                    .lb-myaccount ul li ul li a {
                        display: block;
                        width: 100%;
                        height: 100%;
                        padding: 10px
                    }

                    .lb-myaccount ul li ul li:hover {
                        background-color: #f47b22
                    }

                        .lb-myaccount ul li ul li:hover a {
                            color: #fff !important
                        }

.lb-margin {
    display: none
}

.lb-cart {
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.16);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.16);
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    max-height: 55px;
    width: 130px
}

    .lb-cart svg {
        fill: #f47b22;
        -webkit-transition: .3s all;
        transition: .3s all
    }

    .lb-cart span {
        display: block;
        text-decoration: none;
        text-transform: capitalize;
        position: relative;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer
    }

        .lb-cart span:hover {
            color: #fff
        }

    .lb-cart a {
        text-decoration: none
    }

    .lb-cart .roundpoint {
        font-style: normal;
        font-weight: 600
    }

    .lb-cart .round-points {
        width: 20px;
        height: 20px;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.16);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.16);
        background-color: #f47b22;
        position: absolute;
        border-radius: 28px;
        color: #fff;
        top: -5px;
        left: 20px
    }

    .lb-cart:hover {
        background-color: #f47b22;
        color: #fff !important
    }

        .lb-cart:hover .round-points {
            background-color: #fff;
            color: #f47b22
        }

        .lb-cart:hover svg {
            fill: #fff
        }

        .lb-cart:hover span {
            color: #fff
        }


.lbmenu .cl {
    clear: both
}

.lbmenu img, embed, object, video {
    border: 0 none;
    max-width: 100%
}

.lbmenu a:focus {
    outline: 0
}

.lbmenu:after, .lbmenu:before {
    content: "";
    display: table
}

.lbmenu > .lbmenu-list > li > ul.sub-menu {
    position: absolute;
    top: 60px;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 190px;
    background-color: #fff;
    border: solid 1px #eee;
    display: none
}

    .lbmenu > .lbmenu-list > li > ul.sub-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
        display: block
    }

        .lbmenu > .lbmenu-list > li > ul.sub-menu > li > a {
            background-image: none;
            color: #666;
            border-right: 0 none;
            text-align: left;
            display: block;
            line-height: 22px;
            padding: 8px 12px;
            text-transform: none;
            font-size: 13px;
            letter-spacing: normal;
            border-right: 0 solid
        }

            .lbmenu > .lbmenu-list > li > ul.sub-menu > li > a:hover {
                text-decoration: none
            }

            .lbmenu > .lbmenu-list > li > ul.sub-menu > li > a > i {
                margin-right: 9px;
                font-size: 14px
            }

.lbmenu > .lbmenu-list > li.lbshopmyaccount {
    float: right;
    order: 9
}

    .lbmenu > .lbmenu-list > li.lbshopmyaccount > a {
        display: block;
        padding: 0 10px;
        line-height: 59px;
        text-decoration: none;
        text-transform: capitalize;
        position: relative;
        text-align: center;
        width: 122px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: default
    }

.lbmenu > .lbmenu-list > .lbshopmyaccount > a i {
    display: inline-block;
    font-size: 13px;
    line-height: inherit;
    margin-right: 11px;
    vertical-align: middle
}

.lbmenu:after {
    clear: both
}

.headerfull {
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.16);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.16)
}

.smllogo {
    padding: 7px 5px;
    margin: 0;
    float: left;
    width: 12%
}

    .smllogo a {
        display: block;
        float: left;
        padding: 0
    }

.midlogo {
    display: none;
    padding: 7px 5px;
    margin: 0;
    float: left;
    width: 12%
}

    .midlogo a {
        display: block;
        float: left;
        padding: 0
    }

.lbmain {
    width: 100%;
    margin: 0 auto;
    padding: 0 38px;
    max-width:1920px;
    
}

.lbmenu {
    width: 77%;
    float: left;
    font-family: Quicksand,sans-serif;
    color: #fff;
    position: relative;
    font-size: 15px;
    padding: 0;
    display: block;
    margin: 0
}

    .lbmenu > .lbmenu-list {
        text-align: left;
        margin: 0 auto;
        width: 100%;
        display: block;
        padding: 0;
        position: relative
    }

        .lbmenu > .lbmenu-list > li {
            display: block;
            float: left;
            padding: 0;
            margin: 0
        }

            .lbmenu > .lbmenu-list > li > .navtext {
                line-height: 16px;
                text-align: right;
                padding: 22px 10px;
                margin: 0
            }

            .lbmenu > .lbmenu-list > li > a {
                display: block;
                text-decoration: none;
                position: relative
            }

            .lbmenu > .lbmenu-list > li:not(:nth-last-of-type(3)) > .navtext > span:before {
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                content: "";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: 9px;
                line-height: 10px;
                margin-left: 0;
                right: -1px;
                text-align: right;
                position: absolute;
                top: 50%;
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                display: block;
                width: 1px;
                height: 24px;
                background-color: #e5e5e5
            }

            .lbmenu > .lbmenu-list > li > .navtext > span {
                display: block;
                font-size: 11px;
                text-align: left;
                white-space: nowrap;
                width: 100%;
                line-height: 16px
            }

            .lbmenu > .lbmenu-list > li > .navtext > span {
                white-space: nowrap;
                font-size: 14px;
                text-transform: uppercase;
                font-weight: 700
            }

            .lbmenu > .lbmenu-list > li a:hover .arrow:after {
                border-top-color: #b3b3b3
            }

            .lbmenu > .lbmenu-list > li a.active .arrow:after {
                border-top-color: #b3b3b3
            }

            .lbmenu > .lbmenu-list > li:hover > a .arrow:after {
                border-top-color: #b3b3b3
            }

            .lbmenu > .lbmenu-list > li.lbsearchbar {
                float: left;
                padding-left: 15px;
                margin-right: .5rem !important;
                -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important
            }

                .lbmenu > .lbmenu-list > li.lbsearchbar > .topmenusearch {
                    float: right;
                    width: 100%;
                    height: 42px;
                    position: relative;
                    margin: 9px 0 0 0
                }

                    .lbmenu > .lbmenu-list > li.lbsearchbar > .topmenusearch > .searchicon {
                        -webkit-transition: all .7s ease 0s;
                        -moz-transition: all .7s ease 0s;
                        -o-transition: all .7s ease 0s;
                        transition: all .7s ease 0s
                    }

                    .lbmenu > .lbmenu-list > li.lbsearchbar > .topmenusearch > input {
                        width: 100%;
                        position: relative;
                        float: right;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        border: 0;
                        padding: 0;
                        margin: 0;
                        text-indent: 15px;
                        font-size: 12px;
                        height: 42px;
                        z-index: 2;
                        outline: 0;
                        color: #7d7d7d;
                        -webkit-transition: all .7s ease 0s;
                        -moz-transition: all .7s ease 0s;
                        -o-transition: all .7s ease 0s;
                        transition: all .7s ease 0s;
                        -webkit-border-radius: 2px;
                        -moz-border-radius: 2px;
                        border-radius: 1rem
                    }

                        .lbmenu > .lbmenu-list > li.lbsearchbar > .topmenusearch > input:focus ~ .btnstyle {
                            color: #fff;
                            opacity: .9
                        }

                        .lbmenu > .lbmenu-list > li.lbsearchbar > .topmenusearch > input:focus ~ .searchicon {
                            opacity: 1;
                            z-index: 3;
                            color: #fff
                        }

                    .lbmenu > .lbmenu-list > li.lbsearchbar > .topmenusearch > .btnstyle {
                        top: 0;
                        position: absolute;
                        right: 0;
                        bottom: 0;
                        width: 49px;
                        line-height: 30px;
                        z-index: 1;
                        cursor: pointer;
                        color: #fff;
                        z-index: 1000;
                        border: solid 0;
                        -webkit-transition: all .7s ease 0s;
                        -moz-transition: all .7s ease 0s;
                        -o-transition: all .7s ease 0s;
                        transition: all .7s ease 0s;
                        -webkit-border-radius: 0 2px 2px 0;
                        -moz-border-radius: 0 2px 2px 0;
                        border-radius: 0 1rem 1rem 0
                    }

                        .lbmenu > .lbmenu-list > li.lbsearchbar > .topmenusearch > .btnstyle > i {
                            line-height: 38px;
                            margin: 0;
                            padding: 0;
                            text-align: center;
                            color: #9c9c9c
                        }

            .lbmenu > .lbmenu-list > li > .lbshoptabing {
                width: 100%;
                text-align: left;
                margin: 0;
                padding: 0;
                position: absolute;
                top: 60px;
                background-color: #f8f8f8;
                left: 0;
                border-bottom: solid 2px #376cb7;
                border-top: solid 0;
                z-index: 101
            }

                .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp {
                    width: 100%;
                    display: block;
                    position: relative;
                    background-color: #f5f5f5
                }

                .lbmenu > .lbmenu-list > li > .lbshoptabing.wtsdepartmentmenu {
                    background: #fff;
                    border-bottom: solid 1px #d1d3d4
                }

                .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem {
                    display: block;
                    margin: 0;
                    padding: 0;
                    font-size: 12px
                }

                    .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li:after, .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li:before {
                        content: "";
                        display: table
                    }

                    .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li:after {
                        clear: both
                    }

                    .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li {
                        width: 100%;
                        list-style: none
                    }

                        .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li > a {
                            display: block;
                            padding: 15px 11px;
                            font-size: 13px;
                            color: #606060;
                            border-bottom: solid 1px #e5e5e5;
                            width: 23%;
                            float: left;
                            position: relative;
                            border-left: 3px solid #fff;
                            background-color: #fff
                        }

                        .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li:hover a {
                            text-decoration: none
                        }

                        .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li:hover > a {
                            text-decoration: none
                        }

                        .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li > a > i {
                            color: #848484;
                            margin-right: 5px;
                            text-align: center;
                            width: 24px;
                            font-size: 16px
                        }

                        .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li > a > img {
                            width: auto;
                            height: auto;
                            max-width: 29px;
                            max-height: 19px;
                            margin-right: 5px;
                            opacity: .5
                        }

                        .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li > .lbtitemright {
                            opacity: 0;
                            visibility: hidden;
                            position: absolute;
                            right: 0;
                            top: 0;
                            background-color: #f5f5f5;
                            color: #000;
                            display: block;
                            float: left;
                            padding: 10px 8px 0 8px;
                            width: 77%;
                            min-height: 600px;
                        }

            .lbmenu > .lbmenu-list > li:hover > .lbshoptabing > .lbshopwp > .lbtabitem > li.lbshoplink-active > .lbtitemright {
                opacity: 1;
                visibility: visible
            }

.carousel-caption {
    width: 100%;
    display: block;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    bottom: 0
}

    .carousel-caption h3 {
        width: 100%;
        display: block;
        padding: 7px 0;
        background-color: rgba(0,0,0,.5)
    }

.lbmenu > .lbmenu-list > li .lbtbootslider {
    float: right;
    margin-top: 8px
}

.lbmenu > .lbmenu-list > li .lbtmegamenucolr {
    display: block;
    float: right;
    margin-top: 8px
}

.lbmenu > .lbmenu-list > li .lbtheading {
    width: 100%;
    display: block;
    padding: 10px 0 6px 0;
    font-size: 12px;
    font-weight: 700 !important;
    color: #333;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 12px;
    text-transform: uppercase !important
}

.lbmenu > .lbmenu-list > li .lbtliststy01 {
    padding: 0 0 8px 0;
    margin: 0
}

    .lbmenu > .lbmenu-list > li .lbtliststy01 li {
        width: 33.33%;
        float: left;
        line-height: 23px;
        font-size: 14px;
        list-style: none;
        padding: 0;
        margin: 0
    }

        .lbmenu > .lbmenu-list > li .lbtliststy01 li a {
            color: #6e6e6e;
            font-size: 12px
        }

            .lbmenu > .lbmenu-list > li .lbtliststy01 li a:hover {
                color: #000;
                text-decoration: none
            }

.lbmenu > .lbmenu-list > li .lbtliststy02 {
    padding: 5px 0 10px 0;
    margin: 0;
    text-align: left
}

    .lbmenu > .lbmenu-list > li .lbtliststy02 li {
        width: 100%;
        list-style: none;
        line-height: 25px
    }

        .lbmenu > .lbmenu-list > li .lbtliststy02 li a {
            color: #6e6e6e;
            font-size: 12px
        }

            .lbmenu > .lbmenu-list > li .lbtliststy02 li a:hover {
                color: #000;
                text-decoration: none
            }

        .lbmenu > .lbmenu-list > li .lbtliststy02 li.lbtheading {
            line-height: normal;
            padding-left: 0;
            margin-top: 0;
            text-transform: none
        }

        .lbmenu > .lbmenu-list > li .lbtliststy02 li a .lbtcount {
            font-size: 10px;
            color: #adadad
        }

.lbmenu > .lbmenu-list > li .lbtliststy06 li.lbtheading {
    line-height: normal;
    padding-left: 0
}

.lbmenu > .lbmenu-list > li .lbtliststy06 {
    padding: 0;
    margin: 0
}

    .lbmenu > .lbmenu-list > li .lbtliststy06 li {
        width: 100%;
        list-style: none;
        line-height: 24px
    }

        .lbmenu > .lbmenu-list > li .lbtliststy06 li a {
            color: #6e6e6e;
            font-size: 12px
        }

            .lbmenu > .lbmenu-list > li .lbtliststy06 li a:hover {
                color: #000;
                text-decoration: none
            }

        .lbmenu > .lbmenu-list > li .lbtliststy06 li.lbtheading {
            line-height: normal
        }

        .lbmenu > .lbmenu-list > li .lbtliststy06 li a .lbtcount {
            font-size: 10px;
            color: #adadad
        }

.lbmenu > .lbmenu-list > li .lbtliststy03 {
    width: 100%;
    padding: 0 0 8px 0;
    margin: 0
}

    .lbmenu > .lbmenu-list > li .lbtliststy03 li {
        width: 33.33%;
        float: left;
        line-height: 23px;
        font-size: 14px;
        list-style: none;
        padding: 0;
        margin: 0
    }

        .lbmenu > .lbmenu-list > li .lbtliststy03 li a {
            color: #6e6e6e;
            font-size: 12px
        }

            .lbmenu > .lbmenu-list > li .lbtliststy03 li a:hover {
                color: #000;
                text-decoration: none
            }

.lbmenu > .lbmenu-list > li .lbtliststy04 {
    padding: 14px 0 0 0;
    margin: 0
}

    .lbmenu > .lbmenu-list > li .lbtliststy04 li {
        width: 100%;
        list-style: none;
        line-height: 22px
    }

        .lbmenu > .lbmenu-list > li .lbtliststy04 li a {
            color: #6e6e6e;
            font-size: 12px
        }

            .lbmenu > .lbmenu-list > li .lbtliststy04 li a:hover {
                color: #000;
                text-decoration: none
            }

        .lbmenu > .lbmenu-list > li .lbtliststy04 li.lbtheading {
            line-height: normal;
            text-align: center;
            padding: 12px 0;
            font-size: 13px;
            margin-bottom: 12px
        }

        .lbmenu > .lbmenu-list > li .lbtliststy04 li a .lbtcount {
            font-size: 10px;
            color: #adadad
        }

.lbmenu > .lbmenu-list > li .lbtliststy05 {
    padding: 10px 0 0 0;
    margin: 0
}

.lbmenu > .lbmenu-list > li .lbtmegamenucolr03 {
    padding-top: 10px;
    padding-left: 20px
}

.lbmenu > .lbmenu-list > li .lbtliststy05 li {
    width: 100%;
    list-style: none;
    line-height: 22px
}

    .lbmenu > .lbmenu-list > li .lbtliststy05 li a {
        color: #6e6e6e;
        font-size: 12px
    }

        .lbmenu > .lbmenu-list > li .lbtliststy05 li a:hover {
            color: #000;
            text-decoration: none
        }

    .lbmenu > .lbmenu-list > li .lbtliststy05 li.lbtheading {
        line-height: normal
    }

    .lbmenu > .lbmenu-list > li .lbtliststy05 li a .lbtcount {
        font-size: 10px;
        color: #adadad
    }

.lbmenu > .lbmenu-list > li .lbtmorebtn {
    border-radius: 2px;
    color: #9b9b9b;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 1px 7px;
    text-align: right;
    text-transform: none
}

.lbmenu > .lbmenu-list > li .lbtmenutag {
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    border-radius: 2px;
    position: relative;
    font-family: Quicksand,sans-serif;
    font-weight: 400;
    padding: 1px 6px 1px 6px;
    margin-left: 6px;
    text-transform: none;
    letter-spacing: 0
}

    .lbmenu > .lbmenu-list > li .lbtmenutag:after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-image: none;
        border-style: solid;
        border-width: 3px;
        content: "";
        left: -6px;
        margin-top: 0;
        position: absolute;
        top: 4px;
        z-index: 1
    }

    .lbmenu > .lbmenu-list > li .lbtmenutag.redtag {
        background-color: #fe7b8f
    }

        .lbmenu > .lbmenu-list > li .lbtmenutag.redtag:after {
            border-color: transparent #fe7b8f transparent transparent
        }

    .lbmenu > .lbmenu-list > li .lbtmenutag.greentag {
        background-color: #00c853
    }

        .lbmenu > .lbmenu-list > li .lbtmenutag.greentag:after {
            border-color: transparent #00c853 transparent transparent
        }

    .lbmenu > .lbmenu-list > li .lbtmenutag.bluetag {
        background-color: #4fc3f7
    }

        .lbmenu > .lbmenu-list > li .lbtmenutag.bluetag:after {
            border-color: transparent #4fc3f7 transparent transparent
        }

    .lbmenu > .lbmenu-list > li .lbtmenutag.orangetag {
        background-color: #fe7000
    }

        .lbmenu > .lbmenu-list > li .lbtmenutag.orangetag:after {
            border-color: transparent #fe7000 transparent transparent
        }

.menu-bg-img {
    background-position: bottom right;
    background-repeat: no-repeat
}

.disable-image{
    opacity: .5 !important;
}
.lbmenu > .lbmenu-list > li .akumenubg {
    background-position: bottom right;
    background-repeat: no-repeat
}

.lbmenu > .lbmenu-list > li .motoryagimenubg {
    background-position: bottom right;
    background-repeat: no-repeat
}

.lbmenu > .lbmenu-list > li .lbtpngsml {
    padding-left: 18px
}

.lbmenu > .lbmenu-list > li .lbtfullwtag {
    width: 100%;
    display: block;
    border-bottom: solid 1px #e5e5e5;
    background-color: #f5f5f5
}

.lbmenu > .lbmenu-list > li .lbtbrandbottom {
    width: 100%;
    background-color: #fff;
    display: block;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    padding: 9px 6px
}

.lbmenu-list > li:hover > .wtsbrandmenu > .lbshoptabingwp > .lbtabitem02 > li.lbshoplink-active > .lbtbrandbottom {
    opacity: 1;
    visibility: visible
}

.lbmenu > .lbmenu-list > li .lbtabitem02 {
    width: 100%;
    padding: 0;
    margin: 0 0;
    list-style: none;
    display: table
}

    .lbmenu > .lbmenu-list > li .lbtabitem02 > li {
        display: table-cell;
        list-style: outside none none;
        text-align: center
    }

        .lbmenu > .lbmenu-list > li .lbtabitem02 > li > a {
            display: block;
            padding: 14px 0;
            font-size: 13px;
            color: #717171;
            background-color: #f5f5f5;
            border-bottom: 1px solid #e5e5e5;
            position: relative
        }

    .lbmenu > .lbmenu-list > li .lbtabitem02 > .lbshoplink-active > a:after {
        position: absolute;
        content: '';
        top: 42px;
        right: 50%;
        width: 13px;
        height: 13px;
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        border-right: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
        z-index: 100;
        background-color: #fff
    }

    .lbmenu > .lbmenu-list > li .lbtabitem02 > li:hover a {
        text-decoration: none;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px
    }

    .lbmenu > .lbmenu-list > li .lbtabitem02 > .lbshoplink-active > a {
        text-decoration: none;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        background-color: #f5f5f5;
        color: #333
    }

        .lbmenu > .lbmenu-list > li .lbtabitem02 > .lbshoplink-active > a > i {
            opacity: 1
        }

    .lbmenu > .lbmenu-list > li .lbtabitem02 > li:hover a {
        text-decoration: none;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px
    }

    .lbmenu > .lbmenu-list > li .lbtabitem02 > li > a i {
        margin-right: 5px;
        text-align: center;
        width: 25px;
        font-size: 17px;
        opacity: .5
    }

.lbmenu > .lbmenu-list > li .brandcolor01 {
    color: #424242
}

.lbmenu > .lbmenu-list > li .brandcolor02 {
    color: #00bcf2
}

.lbmenu > .lbmenu-list > li .brandcolor03 {
    color: #00aff0
}

.lbmenu > .lbmenu-list > li .brandcolor04 {
    color: #003087
}

.lbmenu > .lbmenu-list > li .brandcolor05 {
    color: #a82400
}

.lbmenu > .lbmenu-list > li .brandcolor06 {
    color: #f30
}

.lbmenu > .lbmenu-list > li .brandcolor07 {
    color: #7ac142
}

.lbmenu > .lbmenu-list > li .brandcolor08 {
    color: #ef4056
}

.lbmenu > .lbmenu-list > li > .lbmegamenu {
    width: 100%;
    left: 0;
    position: absolute;
    top: 60px;
    color: #000;
    z-index: 1000;
    margin: 0;
    text-align: left;
    padding: 14px 5px;
    font-size: 15px;
    border: solid 1px #eee;
    background-color: #fff
}

    .lbmenu > .lbmenu-list > li > .lbmegamenu .title {
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        padding: 9px 5px 9px 0;
        font-size: 17px;
        color: #424242;
        margin: 0 0 7px 0;
        text-align: left;
        height: 39px
    }

    .lbmenu > .lbmenu-list > li > .lbmegamenu .link-list li {
        display: block;
        text-align: center;
        white-space: nowrap;
        text-align: left
    }

        .lbmenu > .lbmenu-list > li > .lbmegamenu .link-list li a {
            line-height: 18px;
            border-right: none;
            text-align: left;
            padding: 6px 0;
            background: #fff;
            background-image: none;
            color: #666;
            border-right: 0 none;
            display: block;
            background-color: #fff;
            color: #424242
        }

    .lbmenu > .lbmenu-list > li > .lbmegamenu li i {
        margin-right: 5px;
        text-align: center;
        width: 18px
    }

    .lbmenu > .lbmenu-list > li > .lbmegamenu li a:hover {
        background: 0 0;
        text-decoration: underline
    }

    .lbmenu > .lbmenu-list > li > .lbmegamenu .link-list li i {
        font-size: 11px
    }

    .lbmenu > .lbmenu-list > li > .lbmegamenu li i {
        margin-right: 5px;
        text-align: center;
        width: 18px
    }

    .lbmenu > .lbmenu-list > li > .lbmegamenu .mrgtop {
        margin-top: 15px
    }

    .lbmenu > .lbmenu-list > li > .lbmegamenu .show-grid div {
        padding-bottom: 10px;
        padding-top: 10px;
        background-color: #dbdbdb;
        border: 1px solid #e7e7e7;
        color: #6a6a6a;
        margin: 2px 0;
        font-size: 13px
    }

    .lbmenu > .lbmenu-list > li > .lbmegamenu.halfmenu {
        width: 40%;
        right: auto;
        left: auto
    }

    .lbmenu > .lbmenu-list > li > .lbmegamenu.halfdiv {
        width: 35%;
        right: 0;
        left: auto
    }

.lbmobileheader {
    display: none
}

.overlapblackbg {
    opacity: 0;
    visibility: hidden
}

.lbmenu .lbmenu-click {
    display: none
}

.lbmenu .lbmenu-click02 {
    display: none
}

.lbmenu .lbmenu-click03 {
    display: none
}

.hometext {
    display: none
}

@media only screen and (max-width:992px) {
   
    html {
        overflow: hidden;
        height: 100%;
        -webkit-overflow-scrolling: touch
    }

    body {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }

        body.lbactive {
            overflow: hidden
        }

    .smllogo {
        display: none
    }

    .lbmain {
        margin: 0;
        background-color: transparent
    }

    .lbmenu {
        width: 100%;
        background: rgba(0,0,0,0) none repeat scroll 0 0;
        left: 0;
        overflow-y: hidden;
        padding: 0;
        top: 0;
        visibility: hidden;
        position: fixed;
        margin: 0;
        border-left: none
    }

        .lbmenu > .lbmenu-list {
            height: auto;
            min-height: 100%;
            width: 260px;
            background: #fff;
            padding-bottom: 0;
            margin-left: -260px;
            display: block;
            text-align: center;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
            position: static
        }

            .lbmenu > .lbmenu-list > li {
                width: 100%;
                display: block;
                float: none;
                border-right: none;
                background-color: transparent;
                position: relative;
                white-space: inherit
            }
           /* .lbmenu > .lbmenu-list> .fd-sigorta{
                display:none;
            }
            .lbmenu > .lbmenu-list > .fd-sigorta-mobile {
                display: block;
            }*/

    @supports (-webkit-overflow-scrolling:touch) {
        .lbmenu > .lbmenu-list > li:last-child {
            padding-bottom: 110px
        }
    }

    .lbmenu > .lbmenu-list > li > a {
        padding: 9px 32px 9px 18px;
        font-size: 14px;
        text-align: left;
        border-right: solid 0;
        color: #666;
        line-height: 25px;
        border-bottom: 1px solid;
        position: static
    }

    .lbmenu > .lbmenu-list > li > .navtext {
        padding-left: 18px
    }

    .lbmenu > .lbmenu-list > li > a > i {
        font-size: 16px;
        color: #bfbfbf
    }

    .lbmenu > .lbmenu-list > li > a .lbarrow:after {
        display: none
    }

    .lbmenu > .lbmenu-list > li:hover > a {
        background-color: rgba(0,0,0,.08);
        text-decoration: none
    }

    .lbmenu > .lbmenu-list > li > a > .hometext {
        display: inline-block
    }

    .lbmenu > .lbmenu-list > li.lbsearchbar {
        display: none
    }

    .lbmenu > .lbmenu-list > li > .lbmegamenu {
        background-color: #fff;
        padding-top: 5px;
        color: #666;
        display: none;
        position: relative;
        top: 0;
        padding: 8px 0 8px 0;
        border: solid 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        -o-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        border-bottom: 1px solid rgba(0,0,0,.13);
        -webkit-transform-style: flat
    }

        .lbmenu > .lbmenu-list > li > .lbmegamenu.halfmenu {
            width: 100%
        }

    .lbtabitem02 > .lbshoplink-active > a:after {
        display: none
    }

    .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li {
        position: relative
    }

        .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li > a {
            width: 100%;
            margin: 0;
            float: none;
            font-size: 12px;
            padding: 14px 11px 14px 11px;
            font-weight: 700
        }

    .lbmenu > .lbmenu-list > li .lbtheading {
        font-weight: 400;
        padding-left: 0;
        padding-right: 0
    }

    .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li > .lbtitemright {
        width: 100%;
        position: static;
        top: 0;
        min-height: inherit;
        padding: 10px 0;
        opacity: 1;
        visibility: visible;
        display: none;
        background-color: #fff;
        border-bottom: 1px solid rgba(0,0,0,.13)
    }

    .lbmenu > .lbmenu-list > li .lbtbootslider {
        width: auto
    }

    .lbmenu > .lbmenu-list > li .lbtmegamenucolr {
        width: auto
    }

    .lbmenu > .lbmenu-list > li .lbtliststy01 > li {
        width: 100%;
        padding: 0;
        margin: 0
    }

    .lbmenu > .lbmenu-list > li .lbtliststy02 {
        width: 100%;
        padding: 0;
        margin: 0 0 15px 0
    }

    .lbmenu > .lbmenu-list > li .lbtliststy03 li {
        width: 100%
    }

    .lbmenu > .lbmenu-list > li .lbtliststy05 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }

    .menu-bg-img {
        background: 0 0 !important
    }

    .lbmenu > .lbmenu-list > li .lbtbrandbottom {
        width: 100%;
        position: static;
        top: 0;
        min-height: inherit;
        padding: 10px 5px 15px 5px;
        opacity: 1;
        visibility: visible;
        display: none;
        border-bottom: 1px solid rgba(0,0,0,.13)
    }

    .lbmenu > .lbmenu-list > li .lbtabitem02 {
        display: block
    }

        .lbmenu > .lbmenu-list > li .lbtabitem02 > li {
            position: relative;
            text-align: left;
            display: block
        }

            .lbmenu > .lbmenu-list > li .lbtabitem02 > li > a {
                padding: 13px 11px
            }

            .lbmenu > .lbmenu-list > li .lbtabitem02 > li > a {
                background-color: #fff
            }

    .lbmenu > .lbmenu-list > li .lbtheading {
        padding-left: 0
    }

    .lbmenu-list > li > .navtext {
        margin: 0
    }

    .lbmenu .lbmenu-list > li .lbshoptabingwp {
        background-color: #fff;
        padding-left: 0;
        padding-right: 0
    }

    .lbmenu > .lbmenu-list > li > .lbshoptabing {
        background-color: #fff;
        color: #666;
        display: none;
        position: relative;
        top: 0;
        padding: 0;
        border: solid 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        -o-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -webkit-transform-style: flat
    }

        .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem {
            width: 100%;
            background-color: #fff
        }

            .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li > a:after {
                border: none
            }

            .lbmenu > .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li > a i {
                display: none
            }

    .lbmobileheader {
        width: 100%;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10002;
        height: 60px;
        background-color: #eaecf0;
        text-align: center;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        box-shadow: 0 0 1px rgba(0,0,0,.3)
    }

    .lbactive .lbmobileheader {
        margin-left: 260px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .lbmobileheader > .smllogo {
        display: block;
        width: 130px;
        margin: auto;
        float: none;
        padding: 5px
    }

    .mobiletext {
        display: inline-block
    }

    .lbmobileheader .lbsearch {
        background-color: transparent;
        z-index: 1000;
        position: absolute;
        top: 0;
        right: 0;
        padding: 18px 22px;
        cursor: pointer
    }

        .lbmobileheader .lbsearch i {
            font-size: 18px;
            color: #9196a0
        }

    .lbmobileheader .lbsearchform {
        display: none;
        position: absolute;
        width: 100%;
        height: 50px;
        line-height: 44px;
        top: 0;
        left: 0;
        padding: 13px 15px;
        cursor: default
    }

    .lbmobileheader .lbsearch.lbopensearch {
        width: 100%;
        background-color: #000
    }

        .lbmobileheader .lbsearch.lbopensearch .lbsearchform {
            display: block
        }

    .lbmobileheader .lbsearchform form {
        width: calc((100% - 10px) - 45px);
        display: block;
        position: relative
    }

        .lbmobileheader .lbsearchform form:before {
            content: "\f002";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            left: 12px;
            position: absolute;
            top: 0;
            color: #777;
            height: 34px;
            line-height: 36px;
            font-size: 15px
        }

    .lbmobileheader .lbsearchform input {
        width: 100%;
        height: 34px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: solid 0;
        text-indent: 33px;
        margin: 0;
        line-height: 18px;
        padding: 0;
        display: block
    }

    .lbmobileheader .lbsearch.lbopensearch {
        left: 0;
        right: auto;
        width: 100%;
        height: 60px
    }

    .lbmobileheader .lbsearch i.lbclosesearch {
        display: none
    }

    .lbmobileheader .lbsearch.lbopensearch i.lbclosesearch {
        display: inline-block;
        float: right;
        font-size: 23px
    }

    .lbmobileheader .lbsearch.lbopensearch i.lbopensearch {
        display: none
    }

    .lbanimated-arrow {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 102;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .lbanimated-arrow {
        cursor: pointer;
        padding: 16px 35px 16px 0;
        margin: 12px 0 0 15px
    }

        .lbanimated-arrow span, .lbanimated-arrow span:after, .lbanimated-arrow span:before {
            cursor: pointer;
            height: 2px;
            width: 17px;
            background: #9196a0;
            position: absolute;
            display: block;
            content: ''
        }

            .lbanimated-arrow span:before {
                top: -7px;
                width: 23px
            }

            .lbanimated-arrow span:after {
                bottom: -7px;
                width: 17px
            }

            .lbanimated-arrow span, .lbanimated-arrow span:after, .lbanimated-arrow span:before {
                transition: all .5s ease-in-out
            }

    .lbactive .lbanimated-arrow span:after {
        width: 23px
    }

    .lbactive .lbanimated-arrow span {
        background-color: transparent
    }

        .lbactive .lbanimated-arrow span:before, .lbactive .lbanimated-arrow.active span:after {
            top: 7px
        }

        .lbactive .lbanimated-arrow span:before {
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            bottom: 0
        }

        .lbactive .lbanimated-arrow span:after {
            transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg)
        }

    .lbmenu > .overlapblackbg {
        right: 0;
        width: calc(100% - 260px);
        height: 100vh;
        min-height: 100%;
        position: fixed;
        top: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0,0,0,.45);
        cursor: pointer
    }

    .lbactive .lbmenu > .overlapblackbg {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 1.5s ease-in-out;
        -moz-transition: opacity 1.5s ease-in-out;
        -ms-transition: opacity 1.5s ease-in-out;
        -o-transition: opacity 1.5s ease-in-out
    }

    .lbmenucontainer {
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .lbactive .lbmenucontainer {
        margin-left: 260px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .lbactive .lbmenu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        visibility: visible;
        z-index: 1000;
        top: 0
    }

        .lbactive .lbmenu > .lbmenu-list {
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
            margin-left: 0
        }

    .lbmenu > .lbmenu-list > li > .lbmenu-click {
        border-left: 1px solid;
        cursor: pointer;
        display: block;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        z-index: 10
    }

        .lbmenu > .lbmenu-list > li > .lbmenu-click > i {
            display: block;
            height: 8px;
            width: 8px;
            float: right;
            transform: rotate(-225deg);
            margin: 23px 21px 0 0
        }

            .lbmenu > .lbmenu-list > li > .lbmenu-click > i:before {
                content: "";
                width: 100%;
                height: 100%;
                border-width: 1.5px 1.5px 0 0;
                border-style: solid;
                border-color: rgba(0,0,0,.4);
                transition: .2s ease;
                display: block;
                transform-origin: 100% 0
            }

        .lbmenu > .lbmenu-list > li > .lbmenu-click.lb-activearrow > i {
            transform: rotate(-45deg);
            margin-top: 27px
        }

    .lbmenu .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li > .lbmenu-click02 {
        border-left: 1px solid #f3f3f3;
        cursor: pointer;
        display: block;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        z-index: 10;
        background-color: #f5f5f5
    }

        .lbmenu .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li > .lbmenu-click02 i {
            display: block;
            height: 8px;
            width: 8px;
            float: right;
            transform: rotate(-225deg);
            margin: 17px 21px 0 0
        }

            .lbmenu .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li > .lbmenu-click02 i:before {
                content: "";
                width: 100%;
                height: 100%;
                border-width: 1.5px 1.5px 0 0;
                border-style: solid;
                border-color: rgba(0,0,0,.4);
                transition: .2s ease;
                display: block;
                transform-origin: 100% 0
            }

        .lbmenu .lbmenu-list > li > .lbshoptabing > .lbshopwp > .lbtabitem > li > .lbmenu-click02.lb-activearrow02 > i {
            transform: rotate(-45deg);
            margin-top: 21px
        }

    .lbmenu .lbmenu-list > li > .wtsbrandmenu > .lbshoptabingwp > .lbtabitem02 > li > .lbmenu-click03 {
        border-left: 1px solid #f3f3f3;
        cursor: pointer;
        display: block;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        z-index: 10;
        background-color: #f3f3f3
    }

        .lbmenu .lbmenu-list > li > .wtsbrandmenu > .lbshoptabingwp > .lbtabitem02 > li > .lbmenu-click03 i {
            display: block;
            height: 8px;
            width: 8px;
            float: right;
            transform: rotate(-225deg);
            margin: 17px 21px 0 0
        }

            .lbmenu .lbmenu-list > li > .wtsbrandmenu > .lbshoptabingwp > .lbtabitem02 > li > .lbmenu-click03 i:before {
                content: "";
                width: 100%;
                height: 100%;
                border-width: 1.5px 1.5px 0 0;
                border-style: solid;
                border-color: rgba(0,0,0,.4);
                transition: .2s ease;
                display: block;
                transform-origin: 100% 0
            }

        .lbmenu .lbmenu-list > li > .wtsbrandmenu > .lbshoptabingwp > .lbtabitem02 > li > .lbmenu-click03.lb-activearrow03 > i {
            transform: rotate(-45deg);
            margin-top: 21px
        }

    .Logo {
        display: none
    }

    .searchBar {
        display: none
    }

    .lb-input {
        display: none
    }

    .searchBar > button {
        display: none
    }

        .searchBar > button:focus {
            display: none
        }

        .searchBar > button > svg {
            display: none
        }

    .headerfull {
        position: absolute
    }

    .roundpoint {
        font-style: normal;
        font-weight: 600
    }


    .round-points {
        width: 20px;
        height: 20px;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.16);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.16);
        background-color: #f47b22;
        position: absolute;
        border-radius: 28px;
        color: #fff;
        top: 9px;
        left: 33px
    }

    .lb-cart:hover {
        background-color: #f47b22;
        color: #fff !important
    }

        .lb-cart:hover .round-points {
            background-color: #fff;
            color: #f47b22
        }

    .navtext:hover svg {
        fill: #fff
    }

    .lbmenu > .lbmenu-list > li > ul.sub-menu {
        display: none;
        position: relative;
        top: 0;
        background-color: #fff;
        border-bottom: solid 1px #ccc;
        padding: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat
    }

        .lbmenu > .lbmenu-list > li > ul.sub-menu > li > a {
            line-height: 20px;
            font-size: 13px;
            padding: 13px 0 13px 16px;
            color: #6e6e6e;
            border-bottom: solid 1px rgba(0,0,0,.13)
        }

        .lbmenu > .lbmenu-list > li > ul.sub-menu > li span + a {
            padding-right: 30px
        }

        .lbmenu > .lbmenu-list > li > ul.sub-menu > li > a:hover {
            background-color: #e7e7e7;
            color: #666;
            text-decoration: underline
        }

        .lbmenu > .lbmenu-list > li > ul.sub-menu li:hover > a {
            background-color: #e7e7e7;
            color: #666
        }

    .lbmenu > .lbmenu-list > li.lbshopmyaccount > a {
        padding-left: 18px;
        width: unset;
        text-align: left
    }

        .lbmenu > .lbmenu-list > li.lbshopmyaccount > a > span {
            display: block;
            padding: 0 10px;
            line-height: 59px;
            text-decoration: none;
            text-transform: capitalize;
            position: relative;
            text-align: left;
            width: 200px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            cursor: default
        }

    .lbmenu > .lbmenu-list > li.lbshopmyaccount {
        float: none
    }
    .user-notification-badge {
        right: 56px !important;
        top: 19px !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1262px) {
    .smllogo {
        display: none
    }

    .midlogo {
        width: 5%;
        display: block
    }

    .lbmenu {
        width: 70%
    }

        .lbmenu > .lbmenu-list > li > .lbshoptabing {
            width: 145%
        }

        .lbmenu > .lbmenu-list > li > .lbmegamenu {
            width: 145%
        }
 
}
