@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --color1: #65afae;
}

.custom_container {
    max-width: 95%;
    margin: auto;
}

@media (min-width: 1500px) {
    .custom_container {
        width: 1400px;
        margin: auto;
    }
}

a {
    text-decoration: none;
}

p {
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 27px;
}

ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

h1 {
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
}



body {
    margin: 0;
    padding: 0;
    color: #383838;
    font-family: "Lato", sans-serif;
}

:root {
    --brand_color_1: #003366;
}

:focus {
    outline: 0;
}

li {
    list-style: none;
}


/*==================
Header part start
==================*/
.header__08k_ground {
    width: 100%;
    background: #000000;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_row_ground__908 {
    width: 100%;
    display: grid;
    /* grid-template-columns: 500px auto auto; */
    grid-template-columns: 600px 210px auto;
}

.logo__908_ground {
    width: 100%;
    text-align: left;
}

.logo__908_ground img {
    width: 150px;
    height: auto;
}

.mobile_menu_8870_ground {
    display: none;
}

/* start menu */
/* Nav */
.header_ground__9mlpo {
    margin-top: 7px;
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

.header_ground__9mlpo div ul {
    margin: 0;
    padding: 0;
}

.header_ground__9mlpo div ul:before,
.header_ground__9mlpo div ul:after {
    content: "";
    display: table;
}

.header_ground__9mlpo div ul:after {
    clear: both;
}

.header_ground__9mlpo div ul {
    *zoom: 1;
}

.header_ground__9mlpo div ul li {
    list-style: none;
    float: left;
    position: relative;
    margin-right: 10px;
}

/*----2nd----*/

.header_ground__9mlpo div ul li a:link,
.header_ground__9mlpo div ul li a:visited {
    display: block;
    padding: 12px 10px;
    padding-right: 10px;
    text-transform: uppercase;
    border-bottom: none;
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    /* border-right: 1px solid #355f8b; */
    background-color: #000000;
}

.header_ground__9mlpo div ul li a:hover {
    background-color: #2c2c2c;
    color: #ffffff;
}

.header_ground__9mlpo ul li.current-menu-item a {
    /* border-right: 1px solid #355f8b; */
}

.header_ground__9mlpo div ul li.current-menu-item a:link,
.header_ground__9mlpo div ul li.current-menu-item a:visited {
    background-color: #2c2c2c;
    color: #ffffff;
}

/*  */
.header_ground__9mlpo ul li.current-menu-item a:link,
.header_ground__9mlpo ul li.current-menu-item a:visited {
    border-bottom: 1px solid var(--color1);
    color: #ffffff !important;
}

.top_bar__cpoi ul li.current-menu-item a:link,
.top_bar__cpoi ul li.current-menu-item a:visited {
    /* border-bottom: 0px solid #e7852a00 !important; */
    color: #ffffff !important;

}


/*-----sub menu-----*/

.sub-menu {
    display: none;
}

.menu-item:hover>.sub-menu {
    display: block;
}

.show-sub-menu-pages {
    display: flex !important;
    flex-direction: column !important;
}

.sub-menu {
    padding: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 3px;
    z-index: 999;
    min-width: 200px;
    text-align: left;
    background-color: var(--brand_color) !important;
    position: absolute;
    left: 60%;

}

.sub-menu li {
    display: block;
    /* padding-top: 8px;
    padding-bottom: 8px; */
    padding-left: 0px;
    z-index: 999;
    width: 100%;
}

.sub-menu li a {
    width: 100%;
    border-right: 0px solid transparent !important;
    border-top: 1px solid #dbdbdb;
    background-color: #fff;
    font-size: 13px !important;
    padding-left: 10px !important;
}

/*------Sub menu End----------*/

.menu-item-has-children::after {
    font-family: FontAwesome;
    content: "\f0dd";
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-left: 2px;
    position: absolute;
    top: 11px;
    /* right: 11px; */
    right: -9px;

}

.header_ground__9mlpo div ul li:hover .menu-item-has-children::after {
    color: rgb(214, 48, 48) !important;
}

/* end menu */

.menu_part__9s87,
.right_cart__098 {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cart_icon__7fdjlp {
    width: 100%;
    cursor: pointer;

}

.icon__8870lp {
    width: 100%;
    /* position: absolute;
    right: -2px;
    top: 18px; */
    margin-top: 15px;
}

.menu_icon__098 {
    position: absolute;
    left: 0px;
    top: 18px;
}

.cart_icon__7fdjlp:hover {
    transform: scale(1.1);
}

.cart_icon__7fdjlp,
.cart_icon__7fdjlp::before,
.cart_icon__7fdjlp::after {
    transition: all .5s ease-in-out;
}

.cart__icon__0mlp {
    position: absolute;
    top: 10px;
    left: 50%;
    color: #080808 !important;
    background: #ffffff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    font-size: 9px;
    display: flex;
    place-items: center;
    vertical-align: middle;
    justify-content: center;
}

/* nav start*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;

}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

}

/* nav end */