.page-header .header.content {
    padding-top: 15px;
}

.titan-header.header-style0001 .titan-logo-container,
.titan-header.header-style0001 .titan-header-contents,
.titan-header.header-style0001 .titan-minicart {
    display: inline-block;
    vertical-align: middle;
}

.titan-header.header-style0001 .titan-logo-container {
    width: 24.5%;
    text-align: center;
}

.titan-header.header-style0001 .titan-logo-container .header-logo {
    display: inline-block;
}

.titan-header.header-style0001 .titan-header-contents {
    width: 50%;
}

.titan-header.header-style0001 .titan-minicart {
    width: 24.5%;
}

.titan-header.header-style0001 .titan-minicart .minicart-wrapper {
    margin-right: 25%;
    padding-top: 15px;
}

.titan-header.header-style0001 .minicart-wrapper .action.showcart {
    padding-right: 20px;
}

.titan-header.header-style0001 .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: -15px;
    right: 15px;
    background: #00aeef;
    border-radius: 30px;
    /*border: 2px solid #d8d8d8;*/
}

.titan-header.header-style0001 .titan-header-contents .row1,
.titan-header.header-style0001 .titan-header-contents .row2 {
    width: 100%;
    text-align: center;
}

.titan-header.header-style0001 .titan-header-contents .row2 {
    padding-bottom: 22px;
}

.titan-header.header-style0001 .titan-header-contents .row2 .block-search {
    float: none;
    padding: 0;
    display: inline-block;
    width: 33vw;
}

.titan-header.header-style0001 .titan-header-contents .row2 .block-search .action.search {
    right: 20px;
}

#search {
    padding: 18px;
    border: 10px solid #efefef;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius:2px;
}

.titan-header.header-style0001 .titan-header-contents .row2 .block-search .action.search:before {
    font-size: 20px;
    line-height: 55px;
}

.minicart-wrapper .action.showcart:before {
    background-image: url('/media/icons/header/basket.jpg');
    background-image: url('/media/icons/header/cart.png');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 35px;
    height: 35px;
}

.minicart-wrapper .action.showcart.active:before {
    content: '';
}

.section-item-title {
    display: none;
}

@media(max-width: 767px) {

    .page-header .header.content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
    }

    span.nav-toggle {
        display: inline-block;
        text-decoration: none;
        position: relative; 
        vertical-align: text-bottom;
        width: 14%;
    }

    div.nav-sections-item-content {
        margin-top: 0;
        padding-top: 0;
    }

    .sections.nav-sections .navigation .level0 > .level-top {
        padding: 20px 15px;
    }

    div.nav-sections-item-content li:nth-child(1) {
        border-top: 0px;
    }

    div.nav-sections-item-content li a {
        text-align: left;
        color: #fff;
        padding: 15px;
    }

    div.nav-sections-item-content li a:after {
        top: 21px !important;
    }

    .navigation .submenu > li > a:hover {
        color: #dedede;
    }

    .sections.nav-sections {
        border-top: 0px;
    }

    .nav-open .sections.nav-sections {
        box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
    }

    .block-search .control {
        border-top: 0;
    }

    .titan-header.header-style0001 > div {
        float: none !important;
        display: inline-block;
        vertical-align: top;
    }

    .titan-header.header-style0001 .titan-logo-container {
        width: 67%;
        text-align: center;
        padding-top: 0;
    }

    .titan-header.header-style0001 .titan-logo-container .header-logo {
        width: 90%;
        max-width: 150px;
    }

    .titan-header.header-style0001 .titan-minicart {
        width: 14%;
        padding-top: 0;
        text-align: right;
        vertical-align: middle;
    }

    .titan-header.header-style0001 .titan-minicart .minicart-wrapper {
        margin-top: 5px;
        margin-right: 0;
        padding-top: 0px;
    }

    .titan-header.header-style0001 .minicart-wrapper .action.showcart {
        padding-right: 0;
    }

    .titan-header.header-style0001 .minicart-wrapper .action.showcart .counter.qty {
        top: -16px;
        right: 15px;
    }

    .minicart-items .item-qty {
        margin-right: 0;
    }

    .minicart-wrapper .product .actions {
        float: none;
        margin: 5px 0 0;
        display: inline-block;
    }

    .titan-header.header-style0001 .titan-header-contents {
        width: 100%;
    }

    .titan-header.header-style0001 .titan-header-contents .row2 {
        padding-bottom: 0;
    }

    .titan-header.header-style0001 .titan-header-contents .row2 .block-search {
        width: 90%;
        margin-top: 0;
    }

    div.block-search .label {
        display: none;
    }

    #search {
        position: static !important;
    }

    .block-search input {
        margin: 10px 0;
    }
}




