#header-outer {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    border-top: 3px solid #682B8C;
    margin: 0;
    padding: 0;
    z-index: 100;
}

#header {
    width: 100%;
    max-width: 1280px;
    position: relative;
    top: 0;
    margin: 0 auto;
    padding: 0;
}

    #header .row {
        margin: 0;
        padding: 0;
    }

    #header .icon {
        height: 18px;
    }

#logo-ph {
    height: 50px;
    position: relative;
    margin: 5px;
    padding: 0;
}

#search {
    max-width: 25%;
    display: inline;
    position: relative;
    top: 5px;
    margin: 0 5px;
}

    #search form {
    }

    #search input {
        cursor: text;
    }

    #search .btn {
        cursor: pointer;
    }

    #search .btn-default {
        cursor: pointer;
    }

    #search .btn i {
        cursor: pointer;
    }

#cart {
    display: inline;
    position: relative;
    top: 2px;
    margin: 0;
    cursor: pointer;
}

    #cart img {
        margin: 0;
        padding: 0 5px;
        cursor: pointer;
    }

    #cart button.btn {
        font-size: 13px;
        font-weight: bold;
        color: #727F8A;
        text-decoration: none;
        background: #FFF;
        border: none;
        margin: 5px;
        padding: 5px;
    }

#lang {
    display: inline;
    position: relative;
    top: 2px;
    margin: 0;
    cursor: pointer;
}

    #lang img {
        margin: 0;
        padding: 0 0 0 5px;
        cursor: pointer;
    }

    #lang button.btn {
        font-size: 13px;
        font-weight: bold;
        color: #727F8A;
        text-decoration: none;
        background: #FFF;
        border: none;
        margin: 5px 3px 5px 0;
        padding: 5px 5px 5px 2px;
        cursor: pointer;
    }

    #lang ul.dropdown-menu {
        min-width: 50px;
        float: right;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    #lang ul li {
        list-style: none;
        margin: 0;
        padding: 2px 5px;
    }

        #lang ul li a {
            font-size: 13px;
            font-weight: bold;
            color: #727F8A;
            text-decoration: none;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
        }

#cons-tab {
    display: inline;
    position: relative;
    top: 0;
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin: 0 5px 0 0;
    padding: 0;
}

    #cons-tab a {
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
    }

    #cons-tab .cons-default {
        width: 100%;
        height: 100%;
        font-size: 15px;
        background: #682B8C;
        padding: 9px 10px 3px;
    }

    #cons-tab #cons-info #cons-name {
        position: relative;
        display: inline;
        top: 1px;
    }

    #cons-tab #cons-info #cons-contact {
        position: relative;
        display: inline;
        top: -3px;
        left: 5px;
    }

        #cons-tab #cons-info #cons-contact a img {
            height: 20px;
            margin: 0 0 0 5px;
        }

    #cons-tab #party {
        background: #B4005B;
        text-align: center;
        padding: 3px 10px 2px;
    }

#mobile-links {
    height: 768px;
    overflow: scroll;
}

@media (max-width:767px) {
    #header-outer {
        border-top: none;
    }

    #header .col-xs-12 {
        margin: 0;
        padding: 0;
    }

    #cons-tab {
        width: 100%;
        border-radius: 0;
        font-size: 11px;
        text-align: center;
        margin: 0;
    }

        #cons-tab .cons-default {
            width: 100%;
            height: 100%;
            font-size: 11px;
            background: #682B8C;
            margin: 0;
            padding: 2px 15px;
        }

        #cons-tab #cons-info {
            width: 100%;
            height: auto;
            position: relative;
            display: flex;
            justify-content: center;
            align-content: stretch;
            align-items: center;
            margin: 0;
            padding: 4px 5px;
        }

            #cons-tab #cons-info #cons-name {
                width: auto;
                top: 1px;
                margin: auto 10px auto 0;
            }

            #cons-tab #cons-info #cons-contact {
                width: auto;
                position: relative;
                top: 0;
                display: flex;
                justify-content: space-between;
            }

                #cons-tab #cons-info #cons-contact a img {
                    height: 15px;
                    margin: 0 10px 1px 0;
                    padding: 0;
                }

    #logo-ph {
        height: 32px;
        margin: 5px;
    }

    #mobile-menu {
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-content: stretch;
        align-items: center;
        border-bottom: 1px solid #D4DADE;
        box-shadow: 0 1px 3px 2px rgba(0,0,0,.1);
    }

    #search {
        width: 100%;
        max-width: 100%;
        top: 0;
        margin: 0;
    }

    #header .icon {
        height: 18px;
    }

    #header #mobile-menu #mobile-nav #mobile-menu-btn {
        margin: auto 10px auto 0;
    }

    #header #mobile-menu #mobile-nav #mobile-cart-btn {
        margin: auto 10px;
    }
}

@media (max-width:991px) {
    .header-language {
        margin: 0 0 0 6px !important;
    }

    .MobileMenuDivWrapper .navbar-nav {
        padding: 5px 15px 30px 15px;
    }

    .mobile-menu {
        color: #682B8C;
        margin: 0;
    }

    h5.mobile-menu {
        font-size: 21px;
        padding: 0 0 0 10px;
    }

    h6.mobile-menu {
        font-size 16px;
        padding: 0 0 0 10px;
    }
}


/* OLD CODE */
.animate-show {
    height: 100%;
    overflow: scroll;
    opacity: 1;
    padding: 10px;
    background: white;
}

    .animate-show.ng-hide {
        line-height: 0;
        opacity: 0;
        padding: 0 10px;
    }

    .animate-show.ng-hide-add {
        transition: all linear 0.3s;
    }

    .animate-show.ng-hide-remove {
        transition: all linear 0.3s;
    }


.header-card {
    margin: 13px 5px 0 25px;
    color: rgba(104, 43, 140, 0.6);
    float: right;
}

.header-language {
    margin: 15px 10px 0 20px;
    color: rgba(104, 43, 140, 0.6);
    float: right;
}

.header-lingual {
    min-width: 52px;
}

.input-width-header {
    width: 210px !important;
}

.itemListBtn {
    padding: 0 1px;
}

.language-icon {
    width: 25px;
    height: 25px;
    color: rgba(104, 43, 140, 0.6);
}

    .language-icon:hover {
        color: rgba(104, 43, 140, 0.8);
    }

.language-list-item-color {
    color: rgb(116, 129, 140) !important;
}

.languageListBtn {
    padding: 0 5px;
    min-width: 52px;
}

.logo-img {
    vertical-align: middle;
    width: auto !important;
    max-width: 100% !important;
}

.margin-bottom {
    margin-bottom: 10px;
}

.mobile-align-caret {
    bottom: 1px !important;
}

.mobile-align-caret {
    bottom: 1px !important;
}

.mobile-cart-header {
    left: 12px;
    top: 10px;
}

.mobile-cart-header {
    left: 12px;
    top: 10px;
}

.mobile-dev-nav {
    position: relative;
    top: 15px;
    right: 19px;
}

.mobile-dev-nav {
    position: relative;
    top: 15px;
    right: 19px;
}

.mobile-lang-dropd {
    padding: 3px 6px 5px 6px !important;
}

.mobile-top-caret {
    position: relative;
    top: 7px;
}

.multi-column-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .multi-column-dropdown li {
        padding-left: 1%;
    }

        .multi-column-dropdown li a {
            display: block;
            clear: both;
            line-height: 1.428571429;
            white-space: normal;
            font-weight: bold;
        }

            .multi-column-dropdown li a:hover {
            }

.open-align {
    color: white;
    line-height: 30px !important;
    font-size: 15px !important;
}

.open-party {
    background-color: #B4005B;
    color: white;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
}

.open-party-big {
    width: 100%;
}

.open-party-icon {
    font-size: 75% !important;
}

.right-inner-addon {
    position: relative;
    width: 224px;
}

    .right-inner-addon input {
        padding-right: 28px;
        width: 170px;
    }

    .right-inner-addon span img {
        position: absolute;
        right: 4px;
        padding: 10px 12px;
        cursor: pointer;
        height: 42px;
        z-index: 10;
        opacity: 0.6;
        top: -3px;
        padding-right: 17px !important;
    }

        .right-inner-addon span img:hover {
            opacity: 0.8;
        }

.some {
    background: none;
    border: none;
    padding: 0 1px;
    width: 90%;
}

    .some:focus {
        outline: none;
    }

.sub-menu {
    width: 100%;
    position: absolute; /*top:94px;*/
    left: 0;
    font-family: Avenir LT W01_45 Book1475508;
    font-size: 14px;
    background-color: #FFF;
    padding-top: 30px;
    padding-bottom: 20px;
    z-index: 100;
}

.sub-menu-custom-col .col-lg-2 {
    width: 20%;
    padding: 0% 2%;
}

.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 13px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

.tooltip-inner {
    padding: 3px 8px;
    color: black;
    text-align: center;
    font-weight: 900;
    background: #c3aad1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #c3aad1;
}

.tooltip.in {
    filter: alpha(opacity=80)
}

.top10 {
    margin-top: 10px;
}

.width-mobile-input {
    width: 210px;
}

[id^=sub-menu-cal] li hr {
    width: 85%;
    margin: -2px 0 4px -1px !important;
    opacity: 0.5;
}

#consultant-header-search {
    width: auto;
    float: right;
    height: 20px;
    background-color: rgba(255, 255, 255, 1.0);
    border-width: 1px;
    border-color: rgba(114, 127, 138, 0.4);
    padding: 5px;
    font-family: "Avenir LT W01_55 Obliqu1475526";
    font-size: 14px;
    line-height: 1em;
    color: rgba(114, 127, 138, 0.8);
    font-weight: bold;
}

#consultant-nav-tab {
    width: 270px;
}

#custom-header-search-input {
    background-color: #fff;
    float: right;
    width: 30%;
    margin: 0 -20px 0 20px;
}

    #custom-header-search-input input {
        height: 35px;
    }

#custom-header-search-input-mob {
    background-color: #fff;
    float: right;
    width: 30%;
}

    #custom-header-search-input-mob button {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #666666;
        padding: 0 8px 0 10px;
        outline: none;
    }

        #custom-header-search-input-mob button:hover {
            border: 0;
            box-shadow: none;
            border-left: solid 1px #ccc;
        }

    #custom-header-search-input-mob input {
        height: 35px;
    }

#header-search {
    width: 220px;
    float: right;
    height: 20px;
    background-color: rgba(255, 255, 255, 1.0);
    border-width: 1px;
    border-color: rgba(114, 127, 138, 0.4);
    padding: 5px;
    font-size: 14px;
    line-height: 1em;
    color: rgba(114, 127, 138, 0.8);
    font-weight: bold;
    border-width: 2px;
}

#header-search-mob {
    width: 220px;
    height: 20px;
    background-color: rgba(255, 255, 255, 1.0);
    border-width: 1px;
    border-color: rgba(114, 127, 138, 0.4);
    padding: 5px;
    font-family: "Avenir LT W01_55 Obliqu1475526";
    font-size: 14px;
    line-height: 1em;
    color: rgba(114, 127, 138, 0.8);
    ;
}

#headerMenu.nav li a {
    color: rgba(104, 43, 140, 0.8);
    font-size: 18px;
    padding: 0 15px;
    line-height: 21.6px;
    font-weight: bold;
}

    #headerMenu.nav li a:hover {
        background: white;
        color: rgba(104, 43, 140, 1.0);
    }


#ph-footer {
    width: 100% !important;
    margin-top: 50px;
}

#ph-header .list-inline > li {
    padding-right: 0;
    padding-left: 0;
}

#ph-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 100;
    background: white;
    width: 100%;
    font-family: "Avenir LT W01_45 Book1475508" !important;
}


/************************************************
| MOBILE VIEW
************************************************/
@media (min-width:1200px) {
    .open-party-big {
        width: 270px !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .ipad-consultant {
        width: 35% !important;
        margin-right: 4px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .header-lingual {
        min-width: 56px !important;
    }

    .ipad-header-image {
        width: 15%;
        position: relative;
        top: 6px;
        margin: 5px 0 0 10px !important;
    }

    .ipad-right-inner {
        position: relative;
        width: 217px !important;
    }

    .ipad-header-cart {
        width: 12.5%;
        margin: 13px 0px 0 0px !important;
    }

    .ipad-header-input {
        width: 20% !important;
        margin: 0px 0px 0 0px !important;
    }

    .ipad-header-language {
        width: 15%;
        margin: 15px 0px 0 0px !important;
    }

    .ipad-image-input-search {
        right: 2px !important;
    }

    .open-party-ipad {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .ipad-header-language {
        width: 15% !important;
        margin: 15px 0px 0 0px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .ipad-consultant {
        width: 45%;
        margin-right: 4px;
    }

    .input-width-header {
        width: 210px !important;
    }

    .mar-right-zero {
        margin-right: 0px !important;
    }

    .margin-top-ipad {
        margin-top: 15px !important;
    }

    .width-value {
        margin-left: -5px;
        width: 101.5%;
    }

    .valuess {
        position: absolute;
    }
}

@media(max-width:767px) {
    .align-cart-header {
        position: relative;
        bottom: 4px;
    }

    .transition-class {
        transition: width .5s;
        transition-timing-function: linear;
        height: 90px;
    }
}

@media(min-width:320px) and (max-width:400px) {
    .width-mobile-input {
        position: relative;
        left: 40px;
    }

    .width-height-45 {
        height: 45px;
    }

    .right-inner-addon {
        position: relative;
    }
}

@media (min-width:320px) and (max-width:350px) {
    #header-search-mob {
        width: 160px !important;
    }
}
