.tecart-search-toggle {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    cursor: pointer;
    color: rgba(255,255,255,.7);
    z-index: 1001;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border:none;
    background:none;
}

.tecart-search-toggle:hover {
    color: #fff;
}

.tecart-search-form {
    position: absolute;
    top: 100%;
    right:-15px;
    left:-15px;
    z-index: 1002;
    display: none;
    min-width:100%;
    padding: 0.5rem 0;
    margin: 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #1e2022;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.tecart-search-form-fields {
    position: relative;
}

.tecart-search-form-fields::after {
     display: block;
     content: "";
     clear: both;
}

.tecart-search-box {
    line-height: 1.5;
    margin:.5rem 0;
    font-weight: 400;
    color: #1e2022;
    font-size: 1rem;
    outline: none;
    border: 1px solid #8c98a4;
    background-color: #fcfcfc;
    border-radius: 3px;
    padding: .5rem .5rem .5rem 2.25rem;
    width: 100%;
    transition: border 0.2s;
    display:inline-block;
}

.tecart-search-placeholder-icon{
    position: absolute;
    left:1rem;
    top: 1.3rem;
    color: #acb3c2;
    font-size: 1rem;
    line-height: 1.5;
}

.tecart-search-close {
    position: absolute;
    right:0;
    top:.5rem;
    margin:1px 1px 0 0 ;
    cursor:pointer;
    text-align: center;
    color: #fff;
    display:inline-block;
    min-height: 40px;
}

.tecart-search-close i {
    padding: .75rem;
    transition: all 0.3s ease;
    color: white;
    font-size: 1rem;
    background-color: #8fc43c;
    border-radius: 0 3px 0 0;
}

.tecart-search-results  {
    position: absolute;
    width: 100%;
    padding:0;
    cursor: pointer;
    overflow-y: auto;
    max-height: 70vh;
    box-sizing: border-box;
    z-index: 1001;
    display:block;
}

.tecart-search-results a {
    color:#0077AB;
}

.tecart-search-results .list-group-item {
    background-color: #f6f9fc!important;
}

.tecart-search-results .link-class:hover {
    background-color:#f1f1f1;
}

.tecart-search-results .headline-class h2 {
    font-size: 1rem;
    color:#1e2022;
    margin-bottom: 0;
}


@media only screen and (min-width: 1200px) {

    .tecart-search-form-fields  {
        margin-left:25%;
        margin-right:25%;
    }
}


@media only screen and (max-width: 1199px) {

    .tecart-search-toggle-mobile {
        padding-top: 0;
        padding-bottom: 1.2rem;
    }

    .tecart-search-toggle {
        position: absolute;
        right: 0;
    }

    .tecart-search-form-fields  {
        margin-left:10%;
        margin-right:10%;
    }

}

@media only screen and (max-width: 767px) {

    .tecart-search-toggle {
        right:3rem;
        top: 1.9rem;
    }

    .tecart-search-form-fields {
        margin-left: 4%;
        margin-right: 4%;
    }
}
