#HeaderApp .Header_Fix {
    position: absolute;
    top: -5%;
    z-index: -1;
}

#HeaderApp .js-FixHd {
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(0,136,207,0.9);
    animation: translateY 0.5s 1;
    z-index: 99;
    -moz-placeholder-color: white;
    -ms-input-placeholder-color: white;
}

    #HeaderApp .js-FixHd .ec-container {
        margin: 0 auto;
    }

    #HeaderApp .js-FixHd .Logo {
        padding: 5px 0;
        text-align: left;
    }

        #HeaderApp .js-FixHd .Logo .img {
            width: 80px;
        }

    #HeaderApp .js-FixHd .ec-text-right {
        padding-top: 15px;
    }

        #HeaderApp .js-FixHd .ec-text-right .H-lst {
            display: inline-block;
            padding-top: 2px;
            color: white;
        }

    #HeaderApp .js-FixHd .form-inline {
        display: inline;
    }

        #HeaderApp .js-FixHd .form-inline input {
            width: 40%;
            background: none;
            border: 0;
            outline: 0;
            border-bottom: 1px solid white;
            letter-spacing: 0.2em;
            color: white;
        }

    #HeaderApp .js-FixHd::-webkit-input-placeholder {
        color: white;
    }

    #HeaderApp .js-FixHd::-moz-placeholder {
        color: white;
    }

    #HeaderApp .js-FixHd::-ms-input-placeholder {
        color: white;
    }

    #HeaderApp .js-FixHd .icon-search, #HeaderApp .js-FixHd .icon-cross {
        background: none;
        border: 0;
        color: white;
    }

    #HeaderApp .js-FixHd .icon-cross {
        position: absolute;
        right: 0;
    }

    #HeaderApp .js-FixHd .icon-search {
        position: absolute;
        padding: 0 10px;
        margin-left: -40px;
        font-size: 1.4em;
    }

    #HeaderApp .js-FixHd .icon-cart {
        margin-right: 40px;
    }

        #HeaderApp .js-FixHd .icon-cart:before {
            padding-right: 5px;
            color: white;
        }

#lsdv .Breadcrumb {
    padding: 20px 0;
    font-size: 0.9em;
}

    #lsdv .Breadcrumb h1 {
        display: inline;
    }

    #lsdv .Breadcrumb .CrumbLst {
        position: relative;
        display: inline-block;
    }

        #lsdv .Breadcrumb .CrumbLst + .CrumbLst:before {
            padding: 0 5px;
            content: ">";
            color: #cccccc;
        }

#lsdv .Menu {
    margin: 0 10px 15px 0;
    padding: 0 25px 15px 25px;
    border: 1px solid #e6e6e6;
    border-top: 3px solid #968481;
    background: white;
}

    #lsdv .Menu .ec-tt {
        padding: 15px 0 5px;
        font-weight: bold;
        color: #968481;
    }

    #lsdv .Menu .ec-lst {
        padding-bottom: 5px;
        font-size: 0.9em;
        color: #575757;
    }

#lsdv .nav-tabs-navigation .nav-tabs {
    width: 100%;
}

#lsdv .nav-tabs-navigation .tab {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    float: left;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background: #f2f2f2;
    text-align: center;
    cursor: pointer;
}

    #lsdv .nav-tabs-navigation .tab.active {
        position: relative;
        color: #231815;
        background: white;
    }

        #lsdv .nav-tabs-navigation .tab.active:before {
            position: absolute;
            left: 0;
            top: -1px;
            width: 100%;
            height: 3px;
            background: #231815;
            animation: translateBtU 0.2s 1;
            content: "";
        }

        #lsdv .nav-tabs-navigation .tab.active:after {
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 5px;
            background: white;
            content: "";
        }

#lsdv .tab-content {
    border-top: 1px solid #e6e6e6;
    clear: both;
}

#lsdv .tab-container {
    padding: 50px;
    line-height: 1.7em;
    animation: translateBtU 0.2s 1;
}

    #lsdv .tab-container .ec-tt {
        padding-left: 5px;
        margin: 10px 0;
        border-left: 5px solid #231815;
    }
