.top-panel {
    position: fixed;
    width: 100%;
    z-index: 99;
    height: auto;
    margin: 0;
    /* overflow: auto; */
    transition: all 0.2s linear;
}
.top-panel.active {
    box-shadow: 0px 2px 2px #dddddda6;
}
.top-panel  a.navbar-brand{ transition: .4s all; -webkit-transition: .4s all; -moz-transition: .4s all; -ms-transition: .4s all; -o-transition: .4s all; }
.top-panel.active  a.navbar-brand{
    max-width: 150px;
    margin-bottom: 0rem;
}
.top-panel.active header {
    padding-top: 1.8rem;
}
.top-panel.active .collapse.navbar-collapse {
    padding-top: 2rem;
    transition: all 0.5s linear;
}
header {
    background: #fff;
    padding-top: 2rem;
    transition: 0.5s all ease-in-out;
}
a.navbar-brand img {
    width: 100%;
    transition: 0.5s all ease-in-out;
    min-width: 185px;
}
.top-head {
    width: auto;
    display: block;
    position: absolute;
    z-index: 9;
    right: 6rem;
}
.top-head .container-fluid {
    position: relative;
}
.top-head ul {
    display: flex;
    justify-content: end;
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
    align-items: center;
}
.top-head ul li a {
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: var(--light-black);
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}
.top-head ul li a img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.top-head ul li a span{padding-left: 1rem;}
.top-head ul li {margin-left: 4rem;}
.top-head ul li.heart_icon {margin-left: 2rem;}
li.border_right {position: relative;}

li.border_right:after {
    border-right: 1px solid #CCCCCC;
    content: "";
    position: absolute;
    height: 100%;
    left: auto;
    right: -2rem;
}
.top-head ul li.contact_btn a {
    background-color: #6A88E1;
    color: #fff;
    padding: 0.3rem 1.5rem;
    border-radius: 5rem;
    transition: 0.5s;
    border: 1px solid #6A88E1;
    font-weight: 400;
}
.top-head ul li.contact_btn a:hover{color:#6A88E1;border: 1px solid #6A88E1;background-color: transparent;}
.top-head ul li a span.cart_count {
    position: relative;
    top: -4px;
    left: auto;
    right: 4px;
    background-color: red;
    padding: 0px 0.8rem;
    border-radius: 6.2rem;
    color: #fff;
    font-size: 12px;
}

ul.navbar-nav{
    margin-left: 2.1rem;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
ul.navbar-nav li {
    margin-left: 5rem;
}
ul.navbar-nav li a.nav-link{
    font-size: 2.1rem;
    color: #000000;
    padding: 0;
    line-height: 25px;
    font-weight: 600;
}
ul.navbar-nav li a.nav-link:hover{color:#273F85;}
ul.navbar-nav li a.nav-link:active{color:#273F85;}
.humburger-menu {
    margin-top: 3rem;
    margin-left: 4rem;
}
.menu {
    width: 3.4rem;
    height: 2.7rem;
    position: relative;
    z-index: 0;
    float: right;
    top: 0;
    display: block;
    cursor: pointer;
}
.menu span, .menu span::before, .menu span::after {
    display: block;
    width: 3rem;
    right: 0;
    height: 2px;
    background-color: #0e0e0e91;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
    float: right;
}



.menu span::before {
    top: -9px;
    width: 3rem;
}
.menu span::before, .menu span::after {
    position: absolute;
    content: "";
}
.menu span::after {
    top: 9px;
    width: 2rem;
}
.heart_icon .dropdown-menu{
    width: 220px;
    background-color: #fff;
    z-index: 99;
    padding: 0;
}
.heart_icon .dropdown-menu a{
    padding: 0.7rem 2rem;
}


.heart_icon .dropdown-menu a.active, .heart_icon .dropdown-menu a:active, .heart_icon .dropdown-menu a:hover{
    background-color: var(--color-blue);
    color: #fff;
}


header .navbar ul.navbar-nav li.our-brands a {
    border: 1px solid #273F85;
    padding: 1rem 2rem;
    display: inline-block;
    border-radius: 5rem;
    color: #273F85;
}
header .navbar ul.navbar-nav li.our-brands a:hover {
    background-color: #273f85;
    color: #fff;
    transition: 0.5s;
}
header .navbar .search {
    margin-left: 4rem;
    position: relative;
    top: -0.5rem;
}
nav.navbar.navbar-expand-lg.navbar-light {
    background: #fff;
    padding: 0rem 6rem 2rem 5rem;
}
a.navbar-brand {
    max-width: 14%;
    float: left;
    margin: 0 auto 0px 0;
    padding-top: 0;
    position: relative;
    z-index: 5;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}
.top-panel .collapse.navbar-collapse{
    padding-top: 4.3rem;
    align-items: baseline;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.openBtn {cursor: pointer;}
  .overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    display: none;
  }
  
  .overlay-content {
    position: relative;
    top: 20%;
    width: 60%;
    text-align: center;
    margin: auto;
    transform: translate(10%, -8%);
  }
  .overlay-content form {
    top: 0%;
    width: 77%;
    text-align: center;
    display: flex;
    position: relative;
    justify-content: flex-start;
    bottom: 5rem;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }
  
  .overlay .closebtn:hover {
    color: #ccc;
  }
  
  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    border-radius: 5rem 0rem 0rem 5rem;
  }
  .overlay  input:focus-visible {
    outline: none;
}
  .overlay input[type=text]:hover {
    background: #f1f1f1;
  }
  
  .overlay button {
    float: left;
    width: 16%;
    padding: 15px;
    background: #273F85;
    font-size: 17px;
    border: none;
    border-radius: 0rem 5rem 5rem 0rem;
  }
  .overlay button .fa{color: #fff;}
  .overlay button:hover {
    background: #bbb;
  }



  .product-list h3 {
    color: #fff;
    padding-bottom: 1rem;
}

.product-list li a {
    font-size: 1.6rem;
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.product-list li a img {
    max-width: 9rem;
    padding-right: 2rem;
}

.product-list {
    text-align: left;
    /* height: 53rem;
    overflow-y: scroll; */
}

.product-list li {
    padding-bottom: 2rem;
}
/* --------------side-menu-------- */
.sideMenu {position: fixed;top: 0rem;right: -67.4rem;max-width: 67.4rem;height: 100vh;background: #2f3e84;transition: 0.3s all ease-in-out;width: 100%;}
.side_open .sideMenu {right: 0rem;z-index: 999;overflow-x: scroll;}
/* .side_bg {background: url(../images/bg1.jpg) repeat;width: 0;position: fixed;right: 0;top: 0;opacity: 0;transition: 0.5s;z-index: -1;height: 100%;} */
/* .side_open .side_bg {opacity: 0.8;width: 100%;} */
.sideMenu {padding: 0;}
.side_close {width: 3rem;height: 3rem;background: transparent;float: right;cursor: pointer;margin: 2.5rem;}
.side_close span {display: block;width: 2.5rem;height: 0.2rem;background: transparent;position: relative;top: 2.2rem;right: 2.2rem;}
.side_close span:before {content: "";width: 100%;height: 0.2rem;background: #686868;position: absolute;top: 1.3rem;right: -0.2rem;transform: rotate(45deg);}
.side_close span:after{content: "";width: 100%;height: 0.2rem;background: #686868;position: absolute;top:  1.3rem;right: -0.2rem;transform: rotate(-45deg);}
.humburger_bg {position: relative;}

.desktop-menu > ul {
    padding: 4rem 0 0;
}
.desktop-menu ul li {
    margin-left: 0;
    padding-bottom: 2.2rem;
}
.desktop-menu > ul > li > a {
    color: #fff;
    display: block;
    padding-bottom: 2.2rem;
    width: 100%;
    font-size: 1.6rem;
    border-bottom: 1px solid #ffffff40;
}

body.side_open {
    position: relative;
}
body.opn-menu:after {
    position: fixed;
    transform: translateX(-100%);
    transition:.5s ease-in;
    content:"";
    max-width: calc(100% - 67.4rem);
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
body.side_open:after {
    content: '';
    background-color: #00000061;
    transform: translateX(0);
}



.humburger-slide.mobile-menu.desktop-menu.des-top {background: #fff;padding-bottom: 3rem;padding-top: 2.2rem;}
.humburger-slide.mobile-menu.desktop-menu {padding-left: 5rem;padding-right: 2.3rem;}
.desktop-menu.des-top ul li {padding-bottom: 0;}
.desktop-menu.des-top ul li a {color: #000;line-height:2.5;padding-bottom: 0;border-bottom: none;}
.desktop-menu.des-top ul li a:hover {color: #2f3e84;}
.desktop-menu > ul {display: grid;grid-template-columns: repeat(2, 1fr);column-gap: 5rem;}
.desktop-menu.des-top > ul {padding-top: 2.2rem;}
.humburger-slide.mobile-menu.desktop-menu.des-top p {padding-bottom: 2.2rem;border-bottom: 1px solid #ddd;}
.side_open .sideMenu::-webkit-scrollbar {display: none;}
.mobile_email_sec {padding-top: 5rem; padding-bottom: 2rem;}
.mobile_email_sec .hem_mobile {background: #fff;display: inline-flex;padding: 1.2rem 3rem;border-radius: 5rem;margin-bottom: 1.4rem;}
.mobile_email_sec .hem_email {display: flex;background-color: #6A88E1;max-width: max-content;padding: 1.2rem 3rem;border-radius: 5rem;}

