body, input, button, select, textarea, label {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}
body{top:0!important;}
a.goog-logo-link{
    display:none !important;
}
.goog-te-gadget{
    color:transparent!important;
} 
.goog-te-combo {
    color:#000;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}
.goog-te-banner-frame{
    display:none !important;
}
#goog-gt-tt, .goog-te-balloon-frame{display: none !important;}
.goog-text-highlight { background: none !important; box-shadow: none !important;}

iframe.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate,div.VIpgJd-suEOdc.VIpgJd-yAWNEb-L7lbkb.skiptranslate
{
    display:none !important;
    visibility:hidden !important;
}
ul#user-menu li a.VIpgJd-ZVi9od-l4eHX-hSRGPd,div.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc
{
    display: none !important;
}
ul#user-menu li {
    float: right;
}

#language-switcher select{
    background:#FFFFFF;
    color:#000000;
    padding:6px 8px;
    margin-top:-5px;
    text-transform: uppercase;
    font-size: 14px;
    border:none;
    width:100%;
    -webkit-appearance: none;
}

#language-switcher select:focus-visible{
    outline:none;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-style: normal;
}

div#container {
    padding-top: 0 !important;
    /*  margin-top: 0px; */
}

    div#container .row {
        /*   margin-right: 0;
    margin-left: 0; */
    }

footer {
    bottom: 0;
    height:0px;
    line-height: 25px;
   /*  position: absolute; */
    position: relative;
    width: 100%;
    color: white;
    text-align: center;
    background-color: #023e8a;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
}

    footer.footer-inverse {
        background-color: #023e8a;
        border-color: #023e8a;
    }

    footer a, footer a:hover, footer a:active, footer a:focus {
        color: white;
    }

    footer a {
        padding-left: 0 !important;
    }
/***Added the min-height style on 23rd Oct 2017 to get rid of the #FFFFFF space when there is not enough content to extend to the bottom of the page***/
/* .content{
    background-color: #f0f0f0;
    padding-top:60px;   
    min-height: calc(100vh - 238px);
} */
/*** Changed on 12th Mar 2021 as the footer was overriding the buttons at bottom ***/
.content {
    /* background-color: #f0f0f0; */
    /* padding-top:60px;     */
    /* //min-height: calc(100vh - 238px); */
    /* //min-height: calc(100vh); */
    /* padding-bottom: calc(100vh); */
    padding-bottom: 5vh;
}

.important_info {
    background-color: #ff0000;
    animation: blinkMe 2s linear 5;
}

    .important_info a:hover {
        background-color: #ff0000 !important;
    }

.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active {
    background-color: #023E82 !important;
}

#important_info_block {
    display: none;
    cursor: default;
    position: absolute;
    right: 0;
    z-index: 1000;
    width: 20%;
    padding: 0.5%;
    background-color: #ff0000;
    color: #FFFFFF;
    text-align: justify;
}

#wrapper {
    background-color: #ffffff;
    color: #000;
}

div.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 1140px;
    display: block;
}

.navbar-header {
    max-width: 90% !important;
    float: left !important;
}

.head-t {
    background-color: #ffffff;
    color: #fff;
    margin: auto;
    padding: 10px 22px;
    overflow: auto;
}

.logo {
    float: left;
    margin-top: 17px;
}

.header_right {
    float: right;
    width: 40%;
}

.rgt-bottom {
    float: right;
    margin-bottom: 21px;
    color: #000;
}

    .rgt-bottom a {
        padding: 0 10px;
        border-right: 1px solid #383838;
    }

        .rgt-bottom a:last-child {
            border: none;
        }

.cart {
    float: right;
}

    .cart img {
        margin-right: 5px;
    }

#checkoutbtn {
    padding: 7px 10px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #000;
    margin-left: 5px;
}

a#checkoutbtn:hover {
    text-decoration: none;
    background-color: #a00000;
}

.clearfix {
    clear: both;
}

.swiper-container {
    width: 100%;
    height: 288px;
    padding: 20 px;
    background-color: grey;
    margin-top: 178px;
}

.dropdown-menu::-webkit-scrollbar {
    width: 10px;
}
/* .dropdown-menu::-moz-scrollbar-button,.dropdown-menu::-webkit-scrollbar-button{
    width:0px;
} */
.dropdown-menu::-webkit-scrollbar-track {
    background: #FFFFFF;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    /*  background: #DCDDDE;  */
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 100px;
}

.swiper-slide {
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-width: 0px;
    border-color: #e0e0e0;
    text-align: center;
    font-size: 18px;
    background: #000;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.home-features {
    padding: 15px;
    background-color: #dddddd;
    overflow: auto;
}

div.home-feature {
    width: 32%;
    float: left;
    margin: 0 11px;
}

    div.home-feature:first-child {
        margin-left: 0;
    }

    div.home-feature:last-child {
        margin-right: 0;
    }

.social-icons {
    background-color: #023e8a;
    width: 70%;
}

    .social-icons ul {
        margin-bottom: 0;
    }

        .social-icons ul li a {
            text-decoration: none;
        }

            .social-icons ul li a:hover {
                opacity: 0.7;
            }

    .social-icons .fa {
        padding: 12px;
        color: #ffffff;
        text-align: center;
        font-size: 21px;
    }

    .social-icons .fa-facebook {
        background: #3B5998;
    }

    .social-icons .fa-twitter {
        background: #55ACEE;
    }

    .social-icons .fa-instagram {
        background-color: #9c7c6e;
    }
/* marquee {
        display:none;
    }    */

a.navbar-brand {
    height: auto;
}

.navbar {
    margin-top: 1em;
    border:none;
}

.navbar-brand img {
    height: 53px;
    margin-top: -1em;
}

button.navbar-toggle {
    float: left;
}

#navbar-collapse {
    width: 100%;
    background-color: #023e8a;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
}

    #navbar-collapse li a {
        color: #ffffff;
    }

    #navbar-collapse li ul.dropdown-menu li a {
        color: #000000;
        border-left: 4px solid #FFFFFF;
    }

    #navbar-collapse ul.navbar-nav > li > a:hover, #navbar-collapse ul.navbar-nav > li > a:focus {
       color: #fff;
    }

li.open > a {
    background-color: #023e8a !important;
}
hr {
    margin: 0px;
}

.navbar-nav .open .dropdown-menu {
    background-color: #FFFFFF;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
#navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu a:hover {
    color: #023e8a;
    text-decoration: underline;
    border-left: 4px solid #023E82;
}

.mobile-wrapper {
    width: 10%;
    float: left;
}

    .mobile-wrapper ul {
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .mobile-wrapper > ul > li {
        list-style: none;
        /* float: left; */
        text-align: left;
        width: 25%;
        width: calc(100% / 4);
        box-sizing: border-box;
    }

    /*  padding added on 23rd may 2019 */
    .mobile-wrapper ul li a, .mobile-wrapper ul li a span.label {
        display: block;
        color: #333;
        text-decoration: none;
        /* padding: 10px; */
    }

    .mobile-wrapper .label {
        display: inline-block !important;
        vertical-align: middle;
        line-height: 16px;
        font-size: 14px;
    }

#header-account {
    margin-bottom: -7.5px;
}

    #header-account ul li {
        clear: both;
        display: block;
        float: none;
        text-align: left;
        background-color: #023e8a;
        font-weight: bold;
    }

        #header-account ul li a {
            color: #FFFFFF !important;
            letter-spacing: 1px;
        }

#header-cart ul li {
    display: block;
    float: none;
    text-align: left;
}

.swiper-container {
    margin-top: 0;
}

ul#user-menu {
    list-style: none;
    padding-left: 0;
    float: right;
    width:37%;
    /*   display: flex; */
    margin-right: 0%;
}

    ul#user-menu li a {
        text-decoration: none;
        display: block;
        color:#000000;
        /*   color: #333; */
        padding: 10px;
        font-weight: bold;
    }
/*ul#user-menu li.dropdown a:hover {
        background-color:#FFFFFF;
    }*/
#select2-drop {
    z-index: 99999;
}

ul#user-menu li a:hover, ul#user-menu li a:focus {
    background-color: #FFFFFF !important;
    color: #023e8a;
}

ul#user-menu li#language-switcher {
    padding:10px 18px 10px 10px;
    width:24%;
}
ul#user-menu li#cart a {
    color: #000000;
}

    ul#user-menu li#cart a:hover {
        color: #023e8a;
    }

ul#user-menu > li > ul#language-switcher, ul#user-menu > li > ul#signin-switcher {
    padding-left: 0;
    list-style: none;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 1;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
}

ul#language-switcher li, ul#signin-switcher li {
    display: block;
    padding: 5px;
    float:left;
}

    ul#language-switcher li a, ul#signin-switcher li a {
        padding: 2px 4px;
    }

#header-search {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
}

.fa-shopping-cart {
    font-size: 17px;
}

.cart-summary {
    /*  display:block; */
    padding: 0%;
    min-width: max-content;
    max-height: max-content !important;
}

    .cart-summary a {
        padding: 10px 0px 5px 0px !important;
    }

footer .container {
    width: 100%;
    background-color: #023e8a;
}

@media only screen and (max-width: 761px) {
    footer{
        position: absolute;
    }
    .mobile-wrapper .label {
         /*  display: none !important; */
         margin-top: 10%;
         font-size: 14px;
    }

    #language-switcher select{
        border: 1px solid #023E82;
        -webkit-appearance: auto;
        background: #023E82;
        color: #FFF;
        padding-left: 0px;
    }
    .ul-grid {
        display: inline-grid;
        justify-content: left;
        grid-template-columns: 100%;
        width: 100%;
        margin-left: 1px;
        border: 1px solid #DCDDDE;
    }

    #navbar-collapse-refine {
        padding: 0px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /*  background: #ca9dbf !important; */
        background: #FFFFFF !important;
    }

    #header-cart {
        background-color: #f5f5f5;
        overflow: hidden;
        clear: both;
        background-color: #023E82;
        color: #FFFFFF;
    }

        #header-cart a {
            color: #FFFFFF;
        }

    .mobile-wrapper {
        width: 100%;
    }

    #header-search div.input-group {
        margin: 0px !important;
    }

    .mobile-wrapper ul {
        display: flex;
    }

    .navbar-header {
        display: none;
    }

    ul#user-menu {
        width:100%;
    }

    .navbar-nav > li > a {
        line-height: 5px;
        padding-left: 20px;
    }

    .important_info {
        display: none !important;
    }

    .navbar {
        margin-top: 0px;
    }

    .dropdown {
        padding: 10px 0px !important;
    }
        /* marquee {
            display:block;
        } */
        .dropdown:focus > .dropdown-menu {
            display: block;
        }

    div#container {
        padding-left: 0;
        padding-right: 0px;
    }
    ul#user-menu li#language-switcher {
        width:100%;
    }
}

@media only screen and (max-width: 667px) {
    .social-icons {
        border: none;
        display: block;
        /* position:relative; */
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
        z-index: 101;
    }

        .social-icons ul {
            overflow: hidden;
            margin: 0;
            padding: 0;
            float: none;
        }

            .social-icons ul li {
                list-style: none;
                float: left;
                text-align: center;
                width: 32.35%;
                width: calc(100% / 3);
                box-sizing: border-box;
            }

                .social-icons ul li a {
                    display: block;
                }
                    /* .mobile-wrapper > ul > li > a{
            padding: 12px 0;
            background-color: #f8f8f8;          
        } */
                    /* .mobile-wrapper  ul  li  a{
            padding : 10px;
        } */
                    /* .mobile-wrapper > ul >li > a:hover, .mobile-wrapper > ul > li > a:hover > span.label{
            color: #fff;
            background-color: #5bd2ec;
        } */
                    .social-icons ul li a:hover {
                        transform: translate(0px);
                    }

    /* ul#user-menu {
        display: block;
        float: none;
    } */

        ul#user-menu #cart {
            display: none;
        }

    .navbar {
        /*margin-top: 4em;*/
    }

    .navbar-brand img {
        height: auto;
       /*  margin-top: -7px; */
        margin-top: -2.5vw;
    }
}

@media only screen and (min-width: 768px) {
    /* .social-icons ul{
            float: right;
            padding-left: 0;
        } */
    .mobile-wrapper {
        display: none;
    }

    #navbar-collapse .dropdown:hover {
        text-decoration: underline;
        color: #FFFFFF;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
    /* #header-cart{
            display: inline;    
        } */
    ul#user-menu > li#cart > ul > li {
        list-style: none;
        float: right;
    }

    .navbar-header {
        width: 30%;
        height: auto;
    }

    #header-search .input-group {
        width: 25vw;
    }
}

@media screen and (min-width: 769px) {
    .social-icons ul {
        float: right;
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    #navbar-collapse {
        padding: 0;
        font-size: 14px;
    }
}
@media screen and (min-width: 761px) and (max-width: 1480px) {
    ul#user-menu {width:41%;}
    ul#user-menu li.dropdown {padding:0px;}
    ul#user-menu li#language-switcher {padding:10px 0px;width:32%;}
    }
/* dropdown styles */
.dropbtn {
    background-color: #4CAF50;
    color: #FFFFFF;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    padding: 0px 20px 0px 0px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #000000;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}
/* end of dropdown styles */

