

/**** Left corner menu ****/

.cosa-collapse-menu {
    float: left;
    min-height: 40px;
    min-width: 80px;
    padding: 20px 0 0 15px;
    position: absolute;
    left: 0;
    z-index: 100;
}

.cosa-shortcut-menu {
    float: right;
    min-height: 40px;
    min-width: 80px;
    padding: 20px 15px 0 0;
    position: absolute;
    right: 0;
    z-index: 100;
}

.cosa-mobile-nav {
    float: left;
    margin-right: 20px;
}

.cosa-mobile-search {
    float: left;
    min-height: 26px;
    min-width: 26px;
    padding: 2px;
}

.cosa-mobile-search .search-submit {
    height: 24px;
}

.cosa-mobile-search-toggle {
    cursor: pointer;
}

.cosa-mobile-menu-bar {
    width: 24px;
    height: 24px;
    padding: 2px;
    cursor: pointer;
}

@media only screen and (min-width: 981px) {
    .cosa-collapse-menu {
        display: none !important;
    }
}


/**** Right corner menu ****/

.cosa-shortcut-menu .cosa-site-search {
    float: left;
    margin-right: 20px;
    padding-top: 2px;
}

.cosa-myaccount-header {
    float: left;
    min-width: 25px;
    margin-right: 20px;
    padding-top: 2px;
}

.cosa-wc-cart {
    float: left;
    min-width: 25px;
}

.cosa-cart-info {
    color: inherit;
}

.cosa-cart-count {
    background: #4c4e59;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    position: absolute;
    right: 35px;
    text-align: center;
    top: 32px;
    vertical-align: baseline;
    white-space: nowrap;
    width: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#sign-in {
    height: 19px;
    width: 20px;
}

.minicart-icon {
    display: block;
    width: 1.125rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: unset;
    background-size: 1.125rem 1.25rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%234C4E59'%3E%3Cpath d='M13.966 15.375l-.781-9.65H1.788l-.781 9.65h12.959zM.93 4.809h13.113l.93 11.483H0L.93 4.809z'/%3E%3Cpath d='M11.279 7.125v.458h-.93v-.458c0-4.058-.986-5.958-2.863-5.958-1.876 0-2.862 1.9-2.862 5.958v.458h-.93v-.458C3.694 2.627 4.927.25 7.486.25c2.56 0 3.793 2.377 3.793 6.875z'/%3E%3C/g%3E%3C/svg%3E");
}

.cosa-shortcut-menu .cosa-site-search .search-submit,
.cosa-mobile-search .search-submit,
.cosa-search-mobile-form .cosa-site-search .search-submit {
    color: #fff;
    font-size: .75rem;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    padding: .8rem .1rem .1rem 1.4rem;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.cosa-shortcut-menu .cosa-site-search .search-submit {
    top: 19px;
    right: 124px;
    height: 20px;
    padding-top: 3px;
    cursor: pointer;
}

.cosa-shortcut-menu .cosa-site-search .search-field {
    height: 21px;
    padding: 6px 24px 4px 2px;
    border: 0;
    border-bottom: 1px solid #4c4e59;
    border-radius: 0;
    visibility: hidden;
    line-height: 1.5em;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cosa-shortcut-menu .cosa-site-search .search-field:focus,
.cosa-shortcut-menu .cosa-site-search .search-field.is-open {
    visibility: visible;
}

@media only screen and (min-width: 981px) {
    .cosa-wc-cart {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 980px) {
    .cosa-collapse-menu {
        padding-top: 16px;
        padding-left: 10px;
    }

    .cosa-shortcut-menu {
        padding-top: 20px;
        padding-right: 10px;
    }

    .cosa-cart-count {
        top: 17px;
        right: 10px;
    }

    .cosa-shortcut-menu .cosa-site-search {
        display: none !important;
    }

    .cosa-myaccount-header {
        margin-right: 5px;
        margin-left: 15px;
    }

    .cosa-mobile-nav {
        margin-right: 5px;
    }
}


/**** Mobile search form ****/

#cosa-search-mobile {
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100002;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#cosa-search-mobile.opened {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: transform .15s ease-in-out,opacity .15s ease-in-out,visibility .15s ease-in-out;
}

#cosa-search-mobile.closed {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-25px);
    transition: transform .15s ease-in-out,opacity .15s ease-in-out,visibility .15s ease-in-out;
    z-index: -1;
}

#cosa-search-mobile .cosa-site-search {
    display: inline-block;
    position: relative;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    margin: 7.5em auto 0;
    padding: 0;
    border: none;
    margin-top: 0 !important;
    background-color: #fff;
}

#cosa-search-mobile .cosa-search-close-container {
    display: block;
    position: absolute;
    top: 16px;
    z-index: 9999;
    width: auto;
    right: 1%;
}

#cosa-search-mobile .cosa-search-close {
    margin: 0px 6px 0 0px;
    display: inline-block;
    font-size: 16px;
    color: #4c4e59;
}

#cosa-search-mobile .search-close-img {
    padding: 10px;
}

#cosa-mobile-search {
    margin: 0 auto;
    padding: .2em 0;
    width: 100%;
}

#cosa-mobile-search .search-submit {
    display: block;
    position: absolute;
    z-index: 9999;
    /* width: 1.85em; */
    /* height: 1.85em; */
    margin-top: 0.635rem;
    border: 0;
    background-position: bottom;
    background-color: transparent;
    font-size: 16px;
    margin: 15px 0px 0 15px;
    color: #4c4e59;
}

#cosa-mobile-search .search-field {
    width: 100%;
    height: 32px;
    margin: .5em 0;
    padding: .35rem 2.5rem;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    line-height: 1.5em;
    font-size: 15px;
}

#cosa-mobile-search .search-submit {
    cursor: pointer;
}

#wpadminbar+#page-container .cosa-search-mobile-form .cosa-site-search {
    top: 46px;
}

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

    #cosa-search-mobile,
    #cosa-search-mobile.opened,
    #cosa-search-mobile.closed {
        display: none !important;
    }
}

/** Cosa mobile view compatibility */
@media (max-width: 980px) {
    .et_header_style_centered #main-header {
        padding: 7px 0;
        border-bottom: 1px solid #8e8e8e;
    }
}



/*#### header new css add ####*/
.cosa-myaccount-header{
    text-align: center;
}
.cosa-myaccount-header .icon{
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #4c4e59;
    font-size: 18px;
}
.cosa-myaccount-header span.menu_neme{
    position: relative;
    width: 100%;
    color: #4c4e59;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

@media(max-width: 980px){
    .desktop-myaccount{
        display: none;
    }
    .cosa-shortcut-menu {
        padding-top: 0px;
        padding-right: 0px;
    }
    .cosa-myaccount-header{
        margin-right: 5px;
        margin-left: 5px;
    }
}
@media(min-width: 981px){
    .mobile-myaccount{
        display: none;
    }
}
/*#### header new css add end ####*/