.navigation-space {
    height: 257px;
}
@media (min-width: 1024px) {
    .navigation-space {
        height: 273px;
    }
}


.bannertop-notif{background: #0e14e7;
  
    font-size: 13px;
    font-weight: 800;}


.backdrop-popup {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.325s cubic-bezier(0.44, 0, 0.1, 1);
  display: none;
  align-items: center;
  justify-content: center;
}

.content-popup {
  max-width : 620px;
  padding: 20px;
}

@media (max-width: 600px) { .content-popup {
  max-width : 400px;
  padding: 20px;
} }

/*********** Modal Product Share***********/
.modal-share.open {
  display:block;
}
.modal-share {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:10;
  display:none;
}
@media(min-width:425px){
  .modal-share-wrapper {
    width: 500px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 1px 1px 5px #dedede;
  }
}
@media(max-width:425px){
  .modal-share-wrapper {
    width: 100vw;
        background-color: #fff;
        padding: 16px;
        z-index: 100;
        box-shadow: 1px 1px 5px #dedede;
  }
}
.modal-share-header .fa{font-size: 21px;}
.share-product-btn{border-radius: 8px;
  outline: none;
  border: 1px solid #555;
  background: #fff;height:40px;margin: 16px 0;}
.btn-share-overlay{border: none;
  background: none;}
@media(min-width:425px){
  .btn-share-overlay-share-wrapper{border: none;
    background: none;
    z-index: 10;
    position: absolute;
    right: -10px;
    top: 0;
    font-size: 23px;}
}
@media(max-width:425px){
  .btn-share-overlay-share-wrapper {
    border: none;
        background: none;
        z-index: 10;
        position: absolute;
        right: 0px;
        top: 0;
        font-size: 23px;
  }
}
/*********** Modal Product Share***********/



.nav-submenu-link {
  
	border-bottom: 1px solid #9FB4C2;}