/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [HEADER TOP]
        (CURRENCY)
        (HEADER TOP LINKS)

    [MEDIA QUERIES]
*/


/* [HEADER TOP] --------------------------------------------------- */

/* (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;
}

#header #headerbottom-wrapper .right-col .order {
    font-size: 0.8rem;
    margin-bottom: 0rem !important;
    text-align: right;
}

#header #headerbottom-wrapper .search-wrap {
    position: relative;
    cursor: pointer;
}





.minorder-txt {
    font-size: 0.8rem;
}

#header .mini-menu {
    padding: 0.5rem;
}

.affix-wrap .logo #imgLogo {
    /*max-height: 150px;
    margin-bottom: -35px;*/
}

#header.header-inner-wrap {
    position: relative;
}

.logo img{     margin-top: -62px;
    margin-bottom: 15px;
    max-height: 130px;
    transition: .3s linear; }

.fix.homemenu.in .logo img {
    max-height: 120px !important;
    transition: .3s linear;
}

.total-bag .dropdown-toggle::after{ border:none; }

.dropdown-toggle::after {
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #e2e2e2;
    border-right: 0.3em solid #00000000;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
  .user-account .dropdown-menu{     padding: 7px; }
  .user-account .dropdown-menu li a{ font-size: 16px;}

#header .container{
 max-width: 100%;
 padding-left: 1rem; padding-right: 1rem; }

#header{ background: #fff; }

/*#header{  background: linear-gradient(45deg, #051850, #00396d); }
.header-inner-wrap{ background-image: url('https://shop.paypointindia.co.in/Vhost/shop.paypointindia.co.in/Themes/Images/merushikhar_texture.png'); }*/


.user-account .dropdown-toggle{ background: transparent!important; }


/* (HEADER TOP LINKS) END */

/* [HEADER TOP] END --------------------------------------------------- */


/* [MEDIA QUERIES] --------------------------------------------------- */


@media screen and (min-width:992px) {

    #header #headerbottom-wrapper .right-col {
        width: 20%;
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    .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;
                }

    /*#header #headerbottom-wrapper .header-bottom {
        width: 70%;
        margin-left: 130px;
        padding-bottom: 1.5rem;
    }*/

    #header .logo {
        position: absolute;
        top: 0;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    #header #headerbottom-wrapper .logo {
        width: 15% !important;
    }
}

#header #headerbottom-wrapper .logo img{max-height: 70px!important; }

@media screen and (min-width:768px) {
    .navbar-toggle {
        display: none;
    }

    #header #headerbottom-wrapper {
        padding: 0;
        /*position:relative;*/
    }

        #header #headerbottom-wrapper .logo {
            text-align: left;
        }

    .home #header #headerbottom-wrapper .logo img {
   
    text-align: center; 
    z-index: 99; 
    transition: .3s all ease-in-out;
    max-height: 70px!important; margin-top: -76px!important; margin-bottom: 0px!important;
    }

    #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:1300px) {
    #header #headerbottom-wrapper .right-col .order {
        font-size: 1rem;
    }
    .home #header #headerbottom-wrapper .logo img {
        left: 0;
    }
}

@media screen and (min-width:768px) and (max-width:991.98px) {
    #header #headerbottom-wrapper .logo img,
    .home #header #headerbottom-wrapper .logo img {
        max-height: 80px;
    }
    .home #header #headerbottom-wrapper .logo img{
        left:5.5rem;
    }
    #header #headerbottom-wrapper .logo {
    width: 20%;
    text-align: center;
}
}

@media screen and (max-width:991.98px) {

    .affix-wrap #header {
    border-bottom: 1px solid #ddd;
}
    #currency {
        margin-left: 2.19rem;
    }

    #header .headertop {
        position: relative;
    }
    .logo img{ margin-top:0px; margin-bottom:0px; }


}

@media screen and (max-width:767.98px) {
    #header #headerbottom-wrapper .search-wrap .search-icon {
        cursor: pointer;
        width: 28px;
    }

    #header .mini-menu {
        padding: 0.5rem 0 0;
    }

    #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: 80px;
            margin-top: -20px;
        }

        #header #headerbottom-wrapper .logo {
            margin-bottom: .5rem;
        }

        #header #headerbottom-wrapper .order {
            margin-bottom: 0;
            margin-top: .5rem;
        }

    .search-box .input-group .form-control, .search-box .input-group .input-group-text {
        height: 28px;
    }
}


/* [MEDIA QUERIES] END --------------------------------------------------- */


