.header-top {
    background-color: #243f6a;
    padding: 12px 0 12px;
}
.header_list > li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.header_list li a:hover {
    color: #eb3e32;
}
.header_list li {
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block
}
.mm_icon {
    float: right;
    margin-left: 10px;
}
.header_list li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #fff;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.header_list li {
    position: relative;
}
.header_list li:last-child::before {
    content: none;
}
.header_list li:last-child {
    padding: 0;
    margin: 0;
}
.header_list > li a i {
    padding-right: 8px;
    font-size: 18px;
}
.nav-fixed .header-btm {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}
.nav-fixed.no-sticky .header-btm {
    position: relative;
}
.cart-box {
    position: absolute;
    right: 0;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    transition: all 0.3s ease-in-out;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 0px 4px rgba(0,0,0,0.12);
    padding: 20px;
    width: 325px;
}
.header-cart{
    position: relative;
    display: inline-block;
}
.cart-icon {
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
.cart-icon span {
    position: absolute;
    top: -4px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    background-color: #eb3e32;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 100%;
    right: 4px;
}
.header-cart > a {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    padding: 5px 0;
}
.header-cart a i {
    padding-left: 5px;
}
.header-form {
    max-width: 504px;
    position: relative;
    width: 100%;
}
.header-form .search-box {
    max-width: 100%;
    height: 55px;
    width: 100%;
    border: 1px solid #cacaca;
    color: #7a7a7a;
    font-weight: 500;
    padding: 15px 135px 15px 20px;
}
.header-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #eb3e32;
    border: 0;
    color: #fff;
    font-weight: 500;
    padding: 10px 32px;
    cursor: pointer;
    z-index:8;
}
.header-mdl {
    border-bottom: 1px solid #cdcdcd;
    padding: 20px 0;
    background-color: #fff;
}
.cart-product a {
    display: block;
    font-size: 14px;
    color: #000;
    margin: 0px 0 5px 0;
    font-weight: 500;
}
.cart-product a:hover {
    color: #eb3e32;
}
.cart-product p {
    color: #eb3e32;
    font-weight: 500;
}
.cart-product {
    padding: 0 10px;
}
.cart-prodect {
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
}
.cart-prodect:last-child {
    margin-bottom: 0;
}
.cart-img {
    max-width: 86px;
    width: 100%;
    background-color: #f8f8f8;
    text-align: center;
}
.price-prodect {
    text-transform: uppercase;
    padding: 15px 0 10px 0;
}
.total {
    font-size: 14px;
}
.total-price {
    color: #eb3e32;
}
.cart-box .btn-primary {
    margin: 0 auto;
    display: inline-block;
}
.cart-btn {
    text-align: center;
}
.close-icon {
    text-align: center;
    color: #000;
}
.header-cart:hover .cart-box {
    opacity: 1;
    visibility: visible;
}
.header-btm {
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
    position: relative;
}
.header-btm .navbar {
    padding: 0;
}
.header-btm .navbar .navbar-collapse > ul > li > a {
    padding: 15px 0;
    color: #000;
    margin-right: 35px;
    font-weight: 500;
}
.header-btm .navbar .navbar-collapse ul li a:hover, .header-btm .navbar .navbar-collapse ul li.active > a {
    color: #eb3e32;
}
.header-btm .navbar .navbar-collapse ul li a i {
    padding-left: 5px;
}
.sub-menu > ul {
    display: inline-block;
    width: 100%;
}
.header-btm .navbar .navbar-nav li .sub-menu a i {
    float: right;
}
.header-btm .navbar .navbar-nav li .sub-menu a i.fa.fa-angle-down {
    display: none;
}
.header-btm .navbar .navbar-nav li .sub-menu a i.fa.fa-angle-right {
    display: block;
}
.sub-menu {
    border-radius: 0;
    position: absolute;
    left: 0;
    border: 1px solid #cacaca;
    background-color: #fff;
    padding: 10px 0;
    z-index: 2;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}
.navbar .navbar-nav .sub-menu li {
    position: relative;
}
.header-btm .navbar .navbar-collapse ul li a i.fa.fa-angle-right {
    display: none;
}
.navbar-expand-lg .navbar-nav .mega-menu > ul > li {
    float: left;
}
.mega-menu .dropdown {
    border-right: 1px solid #ddd;
}
.mega-menu .dropdown:last-child {
    border-right: 0;
}
.sub-menu.mega-menu.dropdown-menu {
    width: 100%;
}
.column5 .submenu-links {
    width: 20%;
    padding: 0 15px;
}
.submenu-img {
    width: 34%;
}
.submenu-img a {
    display: block;
}
.submenu-img img {
    width: 100%;
}
.all-menu > li > a {
    color: #243f6a;
    padding: 6px 15px;
    font-weight:normal;
    display: block;
}
.menu-title {
    font-size: 16px;
    pointer-events: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #243f6a;
    padding: 5px 15px;
    display: block;
}
header {
    position: relative;
    z-index:999;
}
.navbar .header-logo {
    display: none;
}
.navbar-toggler {
    border: none;
    color: #eb3e32;
    padding: 0;
}
.navbar-toggler i {
    border: 1px solid #eb3e32;
    padding: 5px 8px;
}
.submit-btn-2 {
    border: none;
    width: 36px;
    height: 32px;
    cursor: pointer;
    background-color: #eb3e32;
    color: #fff;
    padding: 0;
}
.form-captions {
    display: inline-block;
    vertical-align: top;
}
.header-form.search-open {
    display: block;
    position: absolute;
    right: 15px;
    top: 100%;
    margin-top: 20px;
}
.menu_style1 .navbar .navbar-collapse > ul > li > a {
    position: relative;
}
.menu_style1 .navbar .navbar-collapse > ul > li > a::before {
    content: '';
    position: absolute;
    right: 100%;
    left: 0;
    bottom: 20px;
    border-bottom: 2px solid #eb3e32;
    margin: 0 15px;
    transition: all 0.5s ease-in-out;
}
.menu_style1 .navbar .navbar-collapse > ul > li > a:hover:before,
.menu_style1 .navbar .navbar-collapse > ul > li.active > a:before {
    right: 0;
}
.header-logo img{
    width: 200px;
}

.main-nav{
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
    position: relative;
}
.main-nav li{

}
.main-nav li a{
    color: black;
    padding: 10px 15px;
    font-size: 14px;
}
