.page-header.type19 {
    border-top-width: 0;
}
.page-header.type19 .switcher strong {
    font-weight: 600;
}
.page-header.type19 .minicart-wrapper .action.showcart {
    line-height: 37px;
    color: #606669;
}
.page-header.type19 .minicart-wrapper .action.showcart:before, .page-header.type19 .minicart-wrapper .action.showcart.active:before {
    color: #777;
    font-size: 29px;
    line-height: 40px;
}
.page-header.type19.sticky-header .minicart-wrapper .action.showcart:before, .page-header.type19.sticky-header .minicart-wrapper .action.showcart.active:before,.page-header.type19.sticky-header .minicart-wrapper .action.showcart:after {
    color:#151515;
}
.page-header.type19 .minicart-wrapper .action.showcart .counter.qty {
    background-color: #ed5348;
    right: 18px;
    margin-top: -18px;
}
.page-header.type19 .minicart-wrapper .action.showcart:after {
    color: #777;
    -webkit-font-smoothing: antialiased;
}
.page-header.type19 .minicart-wrapper .action.close {
    top: 5px;
}
.page-header.type19 .minicart-wrapper .loading-mask {

}
.page-header.type19 .minicart-wrapper .block-minicart {
    right: 0;
    margin: 0;
}
.page-header.type19 .minicart-wrapper .block-minicart:before,
.page-header.type19 .minicart-wrapper .block-minicart:after {
    display: none;
}
.page-header.type19 .right {
    display:flex;
}
.page-header.type19 .desk-col-sm-3.block-header {
    display:none;
}
.page-header.type19 .desk-col-sm-2.minicart {
    margin-left:0;
}
@media (min-width: 768px) {
    .page-header.type19 .logo {margin: 17.5px 0;}
    .page-header.type19 .panel.header .switcher {
        margin-top: -2px;
        float: none;
        height: auto;
    }
    .page-header.type19 .right {
        margin: 9px 0;
    }
    .page-header.type19 .desk-row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 2px;
    }
    .page-header.type19 .desk-col-sm-2 {
        -webkit-flex:0 0 16.6666666667%;
        -moz-flex:0 0 16.6666666667%;
        -ms-flex:0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .page-header.type19 .desk-col-sm-2.minicart {
        margin-left:-40px;
    }

    .page-header.type19 .desk-col-sm-3 {
        -webkit-flex:0 0 25%;
        -moz-flex:0 0 25%;
        -ms-flex:0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .page-header.type19 .desk-col-sm-3.block-header {
        display:block;
        margin-left:46px;
    }
    .page-header.type19 .desk-col-sm-7 {
        -webkit-flex:0 0 58.33333333%;
        -moz-flex:0 0 58.33333333%;
        -ms-flex:0 0 58.33333333%;
        flex:0 0 58.33333333%;
        max-width:58.33333333%;
    }
    .page-header.type19 .desk-col-sm-8 {
        -webkit-flex:0 0 66.6666666667%;
        -moz-flex:0 0 66.6666666667%;
        -ms-flex:0 0 66.6666666667%;
        flex:0 0 66.6666666667%;
        max-width:66.6666666667%;
    }
    .page-header.type19 .desk-col-sm-9 {
        -webkit-flex:0 0 75%;
        -moz-flex:0 0 75%;
        -ms-flex:0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .page-header.type19 .desk-col-sm-10 {
        -webkit-flex:0 0 83.3333333333%;
        -moz-flex:0 0 83.3333333333%;
        -ms-flex:0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .page-header.type19 .block-search .control {
        clear: both;
        background-color: #fff;
        width:100%;
    }
    .page-header.type19 .panel.header .switcher strong {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
    }
    .page-header.type19 .panel.header {
        display: inline-block;
    }
    .page-header.type19 .top-links-area {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    .page-header.type19 .top-links-icon {
        padding: 0 20px 0 0;
    }
    .page-header.type19 .top-links-icon a {
        color: #777;
        font-size: 13.5px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .page-header.type19 .top-links-icon a:hover {text-decoration: none;}
    .page-header.type19 .top-links-icon:before {
        content: "\f807";
        display: block;
        position: absolute;
        right: 3px;
        top: 50%;
        font-family: "porto-icons";
        margin-top: -12px;
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
    }
    .page-header.type19 .top-links-area > .links {
        display: none;
        position: absolute;
        right: 0;
        z-index: 9;
        background-color: #fff!important;
        border-radius: 3px;
        margin: 0;
        padding: 5px 0;
        text-align: right;
        border: 1px solid #ccc;
        min-width: 150px;
    }
    .page-header.type19 .top-links-area .links > li {
        display: block;
        margin: 0;
        text-align: right;
        text-transform: uppercase;
        line-height: 19px;

    }
    .page-header.type19 .top-links-area .links > li > a,
    .page-header.type19 .top-links-area .links > li > span {
        color: #777 !important;
        white-space: nowrap;
        padding: 0 10px;
        display: block;
        transition: all .2s;
        font-weight: 400;
        font-size: 11px;
    }
    .page-header.type19 .block-search {
        width: 400px;
    }
    .page-header.type19 .block-search input {
        background-color: #fff;
        color: #8d8d8d;
        border-radius: 20px;
        border: 1px solid #dbe0e2;
    }
    .page-header.type19 .block-search .action.search {
        border-left: 1px solid rgba(255,255,255,0.2);
        padding: 0 12px;
    }
    .page-header.type19 .nav-sections {
        background-color: #fff;
        color: #6b7a83;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px 0px;
    }
    .page-header.type19.sticky-header .nav-sections {
        background-color: #fff;
        color: #fff;
    }
    .page-header.type19.sticky-header .navigation li.level0.active, .page-header.type19.sticky-header .navigation li.level0:hover {
        color: #bde1f5;
    }
    .page-header.type19 .navigation .level0 {margin-right: 0;color: inherit;}
    .page-header.type19 .navigation .level0 > .level-top {
        font-family: Oswald;
        font-size: 12px;
        letter-spacing: 0.02em;
        color: inherit;
        font-weight: 500;
        line-height: 57px;
    }
    .page-header.type19 .navigation .level0 > .level-top:after {
        line-height: 57px;
    }
    .page-header.type19 .navigation li.level0.active,
    .page-header.type19 .navigation li.level0:hover {
        color: #161616;
    }
    .page-header.type19 .navigation li.level0.parent:hover a.level-top:before {
        display: none;
    }
}
@media (max-width: 991px) {
    .page-header.type19 .block-search {
        margin-left: 100px;
    }
}
@media (max-width: 767px) {
    .page-header.type19 .top-links-area, .page-header.type19 .custom-block {
        display: none;
    }
    .page-header.type19 .logo {
        height: 40px;
        float: left;
        margin: 10px 0;
    }
    .page-header.type19 .right {
        display:flex;
        float:right;
    }
    .page-header.type19 .block-search .control {
        clear: both;
        position: absolute;
        padding: 0 15px;
        top: 60px;
        background-color: #fff;
        left: 0;
        width:100%;
    }
    .page-header.type19 .logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    .page-header.type19 .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 10px 0;
        float: right;
    }
    .page-header.type19 .block-search {
        float: none;
        margin-bottom: 0;
    }
    .page-header.type19 .block-search .label:before,
    .page-header.type19 .nav-toggle:before {
        color: #8d8d8d;
        font-size: 18px;
    }
    .page-header.type19 .block-search .label {
        float: right;
        margin: 10px 0;
        line-height: 35px;
        margin-right: 10px;
    }
    .page-header.type19 .custom-block {
        display: none;
    }
    .page-header.type19 .nav-toggle {
        padding-left:5px;
    }
}
.page-header.type19 .search-category select {
    border-top-color: transparent;
    border-bottom-color: transparent;
}