
.header-middle {
    padding: 0.5rem 0;
}

.header-middle.fixed img {
    transition: width 0.5s ease;
    width: 55px;
}

.menu .megamenu.megamenu-3cols {
    width: 400px;
}

.product-single-details .clear-btn {
    margin-left: 0px;
}

div.megamenu.megamenu-fixed-width.megamenu-3cols div.row div.col-lg-6 a {
    cursor: pointer;
}

div.megamenu.megamenu-fixed-width.megamenu-3cols div.row div.col-lg-6 a:hover {
    color: #2d548a !important;
}

#variant-alert {
    transition: all 0.3s;
    text-decoration: none;
}

.height-200 {
    height: 200px;
}

.height-60 {
    height: 60px;
}

.header-search-wrapper {
    height: 46px;
    border: 2px solid #2d548a;
    border-radius: 5px;
}

.header-search-category .form-control {
    padding-left: 1.8rem;
    border-radius: 5px;
}


.header-search-inline.header-search .header-search-wrapper {

    border-width: 2px;
}

.header-search-category .btn {
    border-radius: 0 0rem 0rem 0;
}

.header-search-wrapper .btn {
    position: relative;
    padding: 0 0 3px 0;
    border: 0;
    border-left: 1px solid #2d548a;
    min-width: 48px;
    color: #fff;
    font-size: 16px;
    background: #2d548a;
}

.logout-list{
    margin-right: 2.4rem;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.logout-button:hover{
    border-top-color: #08C;
    text-decoration: none;
    color: #2d548a;
}
.logout-button{
    font-weight: 600;
    letter-spacing: -0.025em;
    font-size: 12px;
    padding: 1.5rem 0;
    letter-spacing: -0.5px;
    color: #6b7a83;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    display: block;
    transition: 0.2s ease-out;
    list-style: none;
    border-left: 0px;
    border-right: 0px;
    background-color: transparent;
    padding-left: 0px !important;
}
@media (min-width: 576px){

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.p-x{
    padding: 13px 10px 14px !important;
}
