
  @media screen and (max-width: 700px){
.menu_bottom {
    display:block !important;
    background: white;
    width: -webkit-fill-available;
    text-align: center;
    position: fixed;
    height: fit-content;
    bottom: 0;
    left: 0;
    top: unset;
    overflow-x: auto;
    z-index:99999999999;
}
.menu_container {
    width: auto;
    text-align: left;
    display: flex;
   
}
.menu_item {
    text-align: center;
    font-weight: 600;
    display: inline-grid;
    font-size: 12px;
    margin: 3px;
    width: 209px;
    white-space: pre;
    padding: 8px;
    border-radius: 4px;
    
}
.menu_item i{
    font-size:20px;
   
}

}
.menu_bottom{
    display:none;
}

.wish-count {
    position: absolute;
    top: 0;
    right: 202px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 0px;
    font-size: 12px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.fa-user-circle{
        left: 25px;
    bottom: 7px;
        
    }
     @media screen and (max-width: 700px){
         .fa-user-circle{
        left: 0;
    bottom: 0;
    margin-left: 29px !important;
        
    }
    .nav-content-link .fa-shopping-cart{
        display:none;
    }
    .nav-content-link .fa-bars{
         display:block !important;
     }
     .login_class{
         display:none;
     }
     .wishlist_class{
         display:none;
     }
     .nav-content-link .fa-heart{
         top: 15px;
     }
     .cart-count{
         right:-3px !important;
     }
     .cart-count1{
         display:none !important;
     }
         .wislist-classname{
             display:none !important;
         }
     }
     .nav-content-link .fa-bars{
         display:none;
     }
     .cart-count {
            position: absolute;
    top: 0;
    right: 84px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 0px;
    font-size: 12px;
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
        }
        .cart-count1{
             position: absolute;
    top: -3px;
    right: 0px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 0px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19px;
        }






    strong {
  padding: 0;
  margin: 0;
}

label,
a {
  text-decoration: none;
  color: #555;
}

ul {
  list-style: none;
  padding: 0;
}

header {
  box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background:white;
}

.header-content-top {
  background: #545bc4;
  height: 30px;
  width: 100%;
}
.header-content-top .content {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
.header-content-top .content span {
  color: #fff;
  font-size: 12px;
  margin: 0 15px;
}
.header-content-top .content span .fas {
  margin-right: 5px;
}

.container {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.container .logo {
  color: #545bc4;
  font-size: 40px;
  line-height: 20px;
  padding-right: 15px;
}
.container .open-search {
  border-radius: 3px;
  flex: auto;
  margin: 0 15px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .container .open-search {
    margin: 0;
    position: static;
    text-align: right;
  }
}
.container .open-search .fa-search {
  display: none;
}
@media (max-width: 991px) {
  .container .open-search .fa-search {
    display: none;
  }
}
.container .open-search .input-open-search {
  display: none;
}
.container .open-search .input-open-search:checked ~ .search {
  display: block;
}
@media (max-width: 991px) {
  .container .search {
    display: block;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 999;
  }
}
.container .search .input-search {
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  height: 42px;
  padding: 0 70px 0 15px;
  width: 100%;
  background: white no-repeat;
  transition: 100ms all linear 0s;
  background-image: linear-gradient(to bottom, rgba(77, 97, 252, 0.63) 0%, rgb(77, 97, 252) 90%), linear-gradient(to bottom, #e1e1e1, #e1e1e1);
  background-size: 0 2px, 100% 1px;
  background-position: 50% 100%, 50% 100%;
  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.container .search .input-search:focus {
  background-size: 100% 2px, 100% 1px;
  outline: none;
}
.container .search .button-search {
  background: #545bc4;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 13px 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index:1;
}
.container .search .button-search .fa-search {
  display: block;
}
.container .nav-content .nav-content-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  top:9px;
}
.container .nav-content .nav-content-list .nav-content-item {
  align-items: center;
  display: flex;
  height: 40px;
  margin: 0 5px;
  position: relative;
  transition: 100ms all linear 0s;
}
@media (max-width: 991px) {
  .container .nav-content .nav-content-list .nav-content-item {
    padding: 0 5px;
  }
}
.container .nav-content .nav-content-list .nav-content-item .item-arrow {
  margin-left: 5px;
  position: relative;
  top: -3px;
}
@media (max-width: 768px) {
  .container .nav-content .nav-content-list .nav-content-item .item-arrow {
    display: none;
  }
}
.container .nav-content .nav-content-list .nav-content-item .open-menu-login-account {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}
.container .nav-content .nav-content-list .nav-content-item .input-menu {
  display: none;
}
.container .nav-content .nav-content-list .nav-content-item .input-menu:checked ~ .login-list {
  display: block;
}
.container .nav-content .nav-content-list .nav-content-item .login-list {
  background: #fff;
  border-bottom: 3px solid #545bc4;
  border-radius: 3px;
  box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
  display: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 28px;
  transition: 100ms all linear 0s;
  width: 200px;
  z-index: 999999;
}
.container .nav-content .nav-content-list .nav-content-item .login-list .login-list-item {
  padding: 15px 20px;
}
.container .nav-content .nav-content-list .nav-content-item .login-list .login-list-item:hover {
  background: #545bc4;
}
.container .nav-content .nav-content-list .nav-content-item .login-list .login-list-item:hover a {
  color: #fff;
}
.container .nav-content .nav-content-list .nav-content-item:nth-child(2):hover .fas {
  color: #e74c3c;
}
.container .nav-content .nav-content-list .nav-content-item:hover .fas {
  color: #545bc4;
}
.container .nav-content .nav-content-list .account-login .login-text {
  align-items: end;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  margin-left: 35px;
}
@media (max-width: 991px) {
  .container .nav-content .nav-content-list .account-login .login-text {
    display: none;
  }
}
.container .nav-content .nav-content-list .account-login .login-text strong {
  display: block;
}
.container .nav-content .nav-content-list .nav-content-link {
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 15px;
  transition: 100ms all linear 0s;
  color:gray;
}
@media (max-width: 991px) {
  .container .nav-content .nav-content-list .nav-content-link {
    padding: 0;
  }
}

.nav-container {
  align-items: center;
  display: flex;
  margin: 0 auto;
  /*max-width: 1300px;*/
  width: 100%;
  padding-left: 10px;
    background: #ecdd5bc7 !important;
    border-bottom: 1px dashed;
    border-top: 1px dashed;
}
.nav-container .nav-row {
  align-items: center;
  display: flex;
  height: 40px;
  /*justify-content: space-between;*/
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .nav-container .nav-row {
    display: none;
  }
}
.nav-container .nav-row .nav-row-list {
  /*flex: auto;*/
  /*padding:10px;*/
  /*margin-left: 13px;*/
}
.nav-container .nav-row .nav-row-list .nav-row-list-link {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: 100ms all linear 0s;
  font-size:15px;
}
.nav-container .nav-row .nav-row-list:hover {
  background: #e1e1e1;
  
}
.nav-container .featured-category {
  flex: auto;
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .nav-container .featured-category {
    display: none;
  }
}
.nav-container .all-navigator {
  align-items: center;
  background: #545bc4;
  color: #fff;
  display: flex;
  height: 40px;
  padding: 0 25px;
  width: 100%;
}
@media (max-width: 991px) {
  .nav-container .all-navigator {
    margin-right: 0;
    display:none;
  }
}
.nav-container .all-navigator .fa-angle-up,
.nav-container .all-navigator .fa-angle-down {
  position: absolute;
  right: 25px;
}
.nav-container .all-navigator .fa-angle-up {
  display: none;
  
}
.nav-container .all-navigator .fas {
  font-size: 16px;
  margin-right: 0;
}
.nav-container .all-navigator span {
  margin-left: 15px;
}
.nav-container .all-category-nav {
  cursor: pointer;
  max-width: 300px;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .nav-container .all-category-nav {
    max-width: 100%;
  }
}
.nav-container .all-category-nav .open-menu-all {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}
.nav-container .all-category-nav .input-menu-all {
  display: none;
}
.nav-container .all-category-nav .input-menu-all:checked ~ .all-category-list {
  display: block;
  
}
.nav-container .all-category-nav .input-menu-all:checked + .all-navigator .fa-angle-down {
  display: none;
}
.nav-container .all-category-nav .input-menu-all:checked + .all-navigator .fa-angle-up {
  display: block;
}
.nav-container .all-category-list {
  background: #fff;
  border-bottom: 3px solid #545bc4;
  box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
  display: none;
  height: auto;
  min-height: 300px;
  padding: 15px 0;
  position: absolute;
  top: 40px;
  width: 300px;
  z-index: 90;
}
@media (max-width: 991px) {
  .nav-container .all-category-list {
    min-width: 100%;
  }
}
.nav-container .all-category-list-item:hover {
  display: block;
  background: #545bc4;
}
.nav-container .all-category-list-item:hover .category-second-list {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.nav-container .all-category-list-item:hover .all-category-list-link {
  color: #fff;
}
.nav-container .all-category-list-link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  transition: 100ms all linear 0s;
}
.nav-container .category-second-list {
  background: #fff;
  border-bottom: 3px solid #545bc4;
  box-shadow: inset 44px -1px 88px -59px rgba(0, 0, 0, 0.37);
  display: flex;
  height: 322px;
  left: 80%;
  min-height: 297px;
  min-width: 400px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 100ms all linear 0s;
  visibility: hidden;
  width: auto;
}
@media (max-width: 991px) {
  .nav-container .category-second-list {
    display: none;
  }
}
.nav-container .category-second-list .img-product-menu img {
  max-width: 180px;
}
.nav-container .category-second-list-ul {
  display: flex;
  flex-direction: column;
  min-width: 400px;
  padding: 0 15px;
}
.nav-container .category-second-item a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.nav-container .category-second-item:hover {
  background: #545bc4;
}
.nav-container .category-second-item:hover a {
  color: #fff;
}

.fa-bars {
  font-size: 28px;
}
/*social button*/

.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 999999999;
}

.floatingButtonInner {
    position: relative;
}

.floatingButton {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: -webkit-linear-gradient(45deg, #8769a9, #507cb3);
    background: -o-linear-gradient(45deg, #8769a9, #507cb3);
    background: linear-gradient(45deg, #f5c03b, #c81111);
    color: #fff;
    line-height: 50px;
    position: absolute;
    border-radius: 50% 50%;
    bottom: 29px;
    right: 0px;
    /*border: 5px solid #b2bedc;*/
    /* opacity: 0.3; */
    opacity: 1;
    transition: all 0.4s;
}

.floatingButton .fa {
    font-size: 15px !important;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
    opacity: 1;
    color: #fff;
}


.floatingButton .fa {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.floatingButton.open .fa {
    transform: rotate(270deg);
}

.floatingMenu {
    position: absolute;
    bottom: 78px;
    right: 0px;
     width: 135px; 
    display: none;
    
}

.floatingMenu li {
    width:  59%;
    float: right;
    list-style: none;
    text-align: right;
    margin-bottom: 5px;
}
/*.floatingMenu li #phone_id{*/
/*    border-radius: 50% !important;*/
/*}*/
/*.floatingMenu li #whatsapp_id{*/
/*     border-radius: 50% !important;*/
/*}*/
ul.floatingMenu li:first-child a{
    font-size: 30px;
    padding: 8px 15px;
    display: inline-block;
    background: #003cdf;
    color: #eaebed;
    border-radius: 50% !important;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
    /* -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22); */
    -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
    box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
    height: 57px;
    display: flex;
    align-items: center;
}
ul.floatingMenu li:nth-child(2) a{
    font-size: 35px;
     padding: 8px 15px;
    display: inline-block;
    background: #24b034;
    color: #d5dae7;
    border-radius: 50% !important;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
    /* -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22); */
    -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
    box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
    height: 57px;
    display: flex;
    align-items: center;
}
/*.floatingMenu li a  {*/
/*    padding: 8px 15px;*/
/*    display: inline-block;*/
/*    background: #ccd7f5;*/
/*    color: #6077b0;*/
/*    border-radius: 50% !important;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    transition: all 0.4s;*/
    /* -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22); */
/*    -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);*/
/*    box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);*/
/*}*/

.floatingMenu li a:hover {
   
    text-decoration: none;
}



/*social button end*/