/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [HEADER TOP]
        (CURRENCY)
        (HEADER TOP LINKS)

    [MEDIA QUERIES]
*/


/* [HEADER TOP] --------------------------------------------------- */
#header .top-mini-header .offer-box,
#header .top-mini-header .contact-info {
    font-size: .9rem;
}
#header .top-mini-header .contact-info img {
    max-height: 20px;
    margin-right: .3rem;
}
#header .top-mini-header .contact-info .email-icon {
    max-height: 15px;
    margin-right: 0.2rem;
}
/* (CURRENCY) */
#currency .dropdown a:hover,
#currency .dropdown a:active,
#currency .dropdown a:focus {
    text-decoration: none;
    background: none;
}

#currency .dropdown-menu {
    border: 0;
}

    #currency .dropdown-menu > li > a {
        padding: 0.19rem 0.99rem;
        cursor: pointer;
    }
/* (CURRENCY) END */

/* (HEADER TOP LINKS) */
.top-links, .top-links a {
    text-align: right;
}

    .top-links .btn-primary:hover,
    .top-links .btn-primary:active,
    .top-links .btn-primary:focus,
    .top-links .open > .dropdown-toggle.btn-primary {
        background: none;
        border: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none;
    }

    .top-links .btn-primary {
        white-space: nowrap;
        padding: 0;
    }

    .top-links .dropdown-menu {
        border: 0;
        right: 0;
        left: auto;
    }
.affix-wrap {
    height: auto !important;
}



.search-box .input-group .input-group-text {
    cursor: pointer;
}

.wish-list p, 
.total-bag .bag-icon p,
.user-account .login p{ 
    color: #4f4f4f;
    margin-top: 5px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}



/* (HEADER TOP LINKS) END */

/* [HEADER TOP] END --------------------------------------------------- */


/* [MEDIA QUERIES] --------------------------------------------------- */


@media screen and (min-width:992px) {
    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99;
        transition: .3s all linear;
        -webkit-transition: .3s all linear;
    }
        #header.in, 
        #header.homemenubottom,
        .affix-wrap #header.in {
            /*top: -77px;*/
             /*top: -125px;*/
        }
        /*#header .in #headerbottom-wrapper .logo img {
               max-height: 65px;
        }*/

        #header #headerbottom-wrapper .logo img {
            transition: .3s linear;
            height: 5.125rem;
            padding: 8px;
        }
        #header.in #headerbottom-wrapper .logo img {
           max-height: 80px;
           transition:.3s linear;
        }
   
        .affix-wrap #header, #header.in, #header.homemenubottom {
            box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
            -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
        }
        .top-links .dropdown-toggle {
            display: none;
        }

    .top-links .dropdown-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        box-shadow: none;
        display: block;
        background: none;
    }

        .top-links .dropdown-menu li {
            position: relative;
            display: inline-block;
            text-align: right;
        }

            .top-links .dropdown-menu li a {
                padding: 0 0 0 0.99rem;
            }

                .top-links .dropdown-menu li a:hover,
                .top-links .dropdown-menu li a:focus,
                .top-links .dropdown-menu li a:active {
                    background: none;
                    outline: none;
                }
}
@media screen and (min-width:768px){
    .navbar-toggle {
        display: none;
    }

    #header #headerbottom-wrapper {
        padding: 0.7rem 0;
    }

        /*#header #headerbottom-wrapper .logo {
            width: 170px; 
        }*/

        /*#header #headerbottom-wrapper .header-bottom {
            width: 60%;
        }*/

        /*#header #headerbottom-wrapper .right-col {
            width: 63%;
        }*/

        #header #headerbottom-wrapper .search-wrap {
            position: relative;
        }

            #header #headerbottom-wrapper .search-wrap .search-icon {
                cursor: pointer;
            }

    #header .menu-beside-logo #headerbottom-wrapper .search-wrap .search-box {
        position: absolute;
        top: 130%;
        width: 300px;
        right: 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: .3s all ease-in-out;
    }


        #header .menu-beside-logo #headerbottom-wrapper .search-wrap .search-box.show {
            opacity: 1;
            top: 100% !important;
            visibility: visible;
        }
}
@media screen and (min-width:768px) and (max-width:991.98px) {

    /*#header #headerbottom-wrapper .right-col {
        width: 60%;
    }*/

    #header #headerbottom-wrapper .logo {
        width: 18%;
    }
   
}
@media screen and (max-width:991.98px) {
    #currency {
        margin-left: 2.19rem;
    }
    #header .headertop {
        position: relative;
        z-index: 1;
    }
    #header{ box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%); position: relative; z-index: 111; }
    #header .top-mini-header .contact-info {
        font-size: .85rem;
    }
    #header .top-mini-header .offer-box {
        font-size: .8rem;
    }
}
@media screen and (max-width:767.98px) {


    #currency .dropdown a {
        white-space: nowrap;
    }

    #currency .dropdown #spnSelCurrName {
        display: inline-block;
        margin-left: 0.31rem;
    }
    #header #headerbottom-wrapper {
        padding: 0.8rem 0;
    }

        #header #headerbottom-wrapper .logo img {
            max-height: 50px;
        }

        #header #headerbottom-wrapper .logo {
            position: relative;
            margin-bottom: 0.8rem;
        }
  

    .user-account .user-name.login {
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: .9rem;
    }
}


/* [MEDIA QUERIES] END --------------------------------------------------- */

@media screen and (max-width:767.98px){
    #header .top-mini-header .contact-info img {
        margin-left: 1.5rem;
        margin-right:0;
    }
}