/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [HEADER TOP]
        (CURRENCY)
        (HEADER TOP LINKS)

    [MEDIA QUERIES]
*/

.header-right-wrap .h-quicklinks.text-right a {
    font-size: 1.01rem;
}

#header #headerbottom-wrapper .header-right-wrap .last-wrap .dropdown-toggle:hover, #header #headerbottom-wrapper .header-right-wrap .last-wrap .total-bag.show .dropdown-toggle, #header #headerbottom-wrapper .header-right-wrap .last-wrap .dropdown.show .dropdown-toggle, #header #headerbottom-wrapper .header-right-wrap .last-wrap .wish-list a:hover {
    color: #eb001c !important;
}
/* [HEADER TOP] --------------------------------------------------- */
#header .top-mini-header .offer-box,
#header .top-mini-header .offer-box a {
    color: #fff;
    font-size: .9rem;
}

    #header .top-mini-header .offer-box img {
        margin-right: .3rem;
        filter: invert(1);
        display: inline-block;
        vertical-align: text-top;
        margin-top: .1rem;
    }
#header{ 
        box-shadow: 0px 0px 6px rgb(0 0 0 / 30%); }
#header.in .header-services-wrap {
    display: none !important;
    transition: .5s all ease;
}
/* (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 .nav-link img {
    width: 20px;
}

.search-box .nav-tabs {
    border-bottom: none;
}

    .search-box .nav-tabs .nav-link.active, .search-box .nav-tabs .nav-link:hover {
      color: #174e82;
      border-color: transparent;
      font-weight: 500;
      transition: .3s linear;
    }

.search-box .nav-link {
    color: #000;
    border: none;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.search-box > ul > li >a{
    padding:0px;
    margin-right: 15px;
    margin-bottom: 4px;
}

.search-box .ul-dimensions {
    padding-left: 0px;
    display: flex;
}

    .search-box .ul-dimensions li {
        list-style: none;
        cursor: pointer;
    }

.search-box .range .nav-tabs .active a {
    color: blue;
}

.search-box .range .nav-tabs a {
    padding: 5px;
    color: #000;
}

.search-box .input-group .input-group-text {
    cursor: pointer;
}

/* (HEADER TOP LINKS) END */

/* [HEADER TOP] END --------------------------------------------------- */


/* [MEDIA QUERIES] --------------------------------------------------- */


@media screen and (min-width:992px) {

    #header .headertop #headerbottom-wrapper .logo {
        transition: .3s all linear;
    }

    #header .logo img {
        max-height: 70px;
        transition: .3s all linear;
    }

    #header.in .logo img,
    #header.homemenubottom .logo img {
        max-height: 60px;
    }

    #header.in .headertop #headerbottom-wrapper .logo,
    #header.homemenubottom .headertop #headerbottom-wrapper .logo {
        margin-bottom: 0;
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /*background: transparent;*/
        background: #f5f5f5;
        z-index: 99;
        transition: .3s all linear;
        -webkit-transition: .3s all linear;
    }

        #header.in,
        #header.homemenubottom,
        .affix-wrap #header.in {
            background: #fff;
        }
    /*.affix-wrap #header{
             background: #efefef;
        }*/

    .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: 30%;
        }*/



        #header #headerbottom-wrapper .right-col {
            width: 30%;
        }

        #header #headerbottom-wrapper .search-wrap {
            position: relative;
            /*width: 40%;*/
        }

            #header #headerbottom-wrapper .search-wrap .search-box {
                margin-right: 5%;
            }

            #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;
        }

    #header #headerbottom-wrapper .header-right-wrap .last-wrap .dropdown-toggle .fa,
    #header #headerbottom-wrapper .header-right-wrap .last-wrap .wish-list .fa {
        font-size: 1.2rem;
        vertical-align: bottom;
    }
}

@media screen and (min-width:1200px) {
    #header #headerbottom-wrapper .search-wrap .search-box {
        margin-right: 5%;
        margin-left: 13% !important;
    }

    #header #headerbottom-wrapper .search-wrap .search-box-estore {
        margin-left: 0;
        margin-right: 15%;
    }
}

@media screen and (min-width:1900px) {
    /*#header .container-fluid {
        width: 80%;
    }*/

}

@media screen and (min-width:992px) and (max-width:1399px) {
    .banner-info {
        padding: 30px;
    }

        .banner-info h1 {
            margin-bottom: 1rem;
            font-size: 25px !important;
        }

        .banner-info p {
            margin-bottom: 1rem !important;
        }

    a.slider-btn {
        font-size: 16px !important;
    }
}

@media screen and (min-width:1200px) and (max-width:1366px) {

    /*#header #headerbottom-wrapper .logo {
        width: 15%;
    }*/

    #header #headerbottom-wrapper .right-col {
        width: 35%;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {


    /*#header #headerbottom-wrapper .logo {
        width: 15%;
    }*/

    #header #headerbottom-wrapper .search-wrap {
        width: 30%;
    }

    #header #headerbottom-wrapper .right-col {
        width: 40%;
    }

    #header #headerbottom-wrapper .search-wrap .search-box .nav-link {
        font-size: 1rem;
    }

        #header #headerbottom-wrapper .search-wrap .search-box .nav-link img {
            width: 17px;
        }
        .search-box > ul > li >a{  margin-right: 8px; }

    .offcanvas-toggle.navbar-toggle, .menu-below-logo h4 {
        width: 60px;
        font-size: 1.3rem;
    }

    #headerbottom-wrapper h4 {
        font-size: 1.3rem !important;
    }
}

@media screen and (min-width:768px) and (max-width:991.98px) {

    #header #headerbottom-wrapper .right-col {
        width: 60%;
    }

    #header #headerbottom-wrapper .logo {
        width: 40%;
    }
}

@media screen and (max-width:991.98px) {
    .offcanvas-toggle.navbar-toggle img {
        width: 47px;
    }

    #header .headertop {
        position: relative;
    }

    #header .top-mini-header .offer-box a {
        display: inline-block;
        width: 25px;
        height: 25px;
        background: #f9f9f9;
        text-align: center;
        margin-left: 1rem;
        line-height: 23px;
        margin-top: 0;
        border-radius: 5px;
    }

    #header .top-mini-header .offer-box img {
        margin-right: 0;
        filter: none;
    }
}

@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.5rem 0 1rem 0;
    }

        #header #headerbottom-wrapper .logo img {
            max-height: 50px;
        }

        /*#header #headerbottom-wrapper .search-wrap .form-control {
            height: 29px;
        }*/

        #header #headerbottom-wrapper .header-right-wrap .last-wrap .dropdown-toggle img, #headerbottom-wrapper .header-right-wrap .user-account .user-name, #header #headerbottom-wrapper .header-right-wrap .wish-list a img {
            margin-left: 2rem;
        }

        #header #headerbottom-wrapper .header-right-wrap .last-wrap .dropdown-toggle .fa,
        #header #headerbottom-wrapper .header-right-wrap .last-wrap .wish-list .fa {
            font-size: 1.4rem;
            vertical-align: bottom;
        }

    .user-account .user-name.login {
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: .9rem;
    }

    .search-box .nav-link {
        padding: 0.5rem 0.3rem;
        font-size: 1rem;
    }

        .search-box .nav-link img {
            width: 15px;
        }
}

/* [MEDIA QUERIES] END --------------------------------------------------- */

@media screen and (max-width:767.98px) {
    #header .top-mini-header .contact-info img {
        margin-left: 1.5rem;
        margin-right: 0;
    }

    .banner-info {
        position: relative !important;
        top: 0 !important;
        transform: none !important;
        margin-right: 0px !important;
        padding: 25px !important;
    }
}



/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
}

    [tooltip]::before,
    [tooltip]::after {
        text-transform: none;
        font-size: .9em;
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0;
    }

    [tooltip]::before {
        content: '';
        border: 5px solid transparent;
        z-index: 1001;
        margin-top: 15px;
    }

    [tooltip]::after {
        content: attr(tooltip);
        margin-top: 15px;
        font-family: Helvetica, sans-serif;
        text-align: center;
        min-width: 3em;
        max-width: 21em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 1ch 1.5ch;
        border-radius: .3ch;
        box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
        background: #333;
        color: #fff;
        z-index: 1000;
    }

    [tooltip]:hover::before,
    [tooltip]:hover::after {
        display: block;
    }

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}


/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}



/*header-30--09-22*/
@media screen and (min-width: 768px) {
    #header #headerbottom-wrapper .search-wrap .estore-search-box {
        margin-right: 0;
    }

    #header #headerbottom-wrapper .estore-search-wrap {
        position: relative;
        width: 40%;
    }
}


@media (max-width: 767.98px) {
    #currency {
        text-align: left;
    }

    .estore-last-wrap {
        margin-top: -3rem;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #header #headerbottom-wrapper .estore-search-wrap {
        width: 75% !important;
        margin-left: 0;
    }
}

/*slider-home-page*/
.banner-info {
    padding:50px 50px 50px;
    background: #17a2b8;
    margin-right: -6rem;
    opacity: 0.9;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 780px;
}

    .banner-info h1 {
        margin-bottom: 2.5rem;
        color: #fff;
        text-transform: uppercase;

    }

    .banner-info p {
        color: #fff;
        margin-bottom: 2.5rem;
        text-align: justify;
        font-size: 18px;

    }

a.slider-btn {
    background: #fff;
    border: #fff;
    color: #174e82;
    font-weight: 500;
}






@media (min-width: 992px) and (max-width: 1399px){
    #banner .slick-slide img{     
        height: 45vh;
        object-fit: cover; }
    .banner-info{     padding: 28px 30px 8px;  width: 560px; }
    .banner-info h1{     margin-bottom: 1rem; }
    .banner-info p{margin-bottom: 0rem;
            font-size: 16px; }
    .btn-holder button{     
        font-size: 14px;
        padding: 5px 14px; }
}
@media (min-width: 1400px) and (max-width: 1599px){
    #banner .slick-slide img{     
        height: 55vh;
        object-fit: cover; }
    .banner-info{      padding: 40px 30px 15px; width: 600px; }
    .banner-info h1{     margin-bottom: 2rem; }
    .banner-info p{margin-bottom: 1rem;
            font-size: 16px; }
    .btn-holder button{     
        font-size: 14px;
        padding: 5px 14px; }
}


@media (max-width: 991px){
 .banner-info{  position: relative; top: 0;
    transform: translateY(0%); width: 100%; }
}