
/*  */
/* .is-sticky{
    position:fixed;
    top:0;
    transform:translateY(-100%);
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    z-index: 9999;
    max-width: 1240px;
    margin:auto;
    width: 100%;
} */

header.site-header{
    width:100%;
    transition: transform .3s ease;
}

header.site-header.is-sticky{
    position: fixed;
    top:0;
    left:0;
    z-index:999;
}

header.site-header.is-sticky:not(.show-header){
    transform: translateY(-100%);
}

header.site-header.show-header{
    transform: translateY(0);
}
.show-header{
    transform:translateY(0);
}

.header-spacer{
    display:none;
}

.is-sticky + .header-spacer{
    display:block;
}
.header-nav,
.header-nav-mb{
    transition: transform .35s ease;
    will-change: transform;
}
.header-nav,
.header-nav-mb{
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.header-nav.is-sticky,
.header-nav-mb.is-sticky{
  border:none !important;
}
/*  */
.site-header {
  /* border-bottom: 1px solid #ddd; */
  padding:0px !important;
  z-index: 999;
  position: relative;
  background-color: #ffffff;;
}
.site-header.container{
  padding: 0px;
}
.header-top {
  display: -webkit-box;      /* Old iOS, Safari */
  display: -ms-flexbox;      /* IE 10 */
  display: flex;             /* Modern browsers */
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
.header-top .header-left{
  flex: 0 0 30%;
  max-width:30%;
}
.header-top .header-right{
  flex: 0 0 30%;
  max-width:30%;
  justify-content: flex-end;
}

.header-left div.custom-html-widget,
.header-right div.custom-html-widget {
  display: -webkit-box;      /* Old iOS, Safari */
  display: -ms-flexbox;      /* IE 10 */
  display: flex;             /* Modern browsers */
  align-items: center;
  gap: 18px;
}
.header-right div.custom-html-widget {
  justify-content: flex-end;
}
.header-logo img {
  max-width: 200px;
}
.header-left a,
.header-right a {
  font-size: var(--fs-menu);
  text-decoration: none;
  color: #000;
}

.social-icons a {
  line-height: 0.5;
}

/* 
* navigation bar
* Navigation css will be used in Mega mega custom css
 */
/* .header-nav {
  border-top: 1px solid #eee;
} */
.header-nav ul {
  display: -webkit-box;      /* Old iOS, Safari */
  display: -ms-flexbox;      /* IE 10 */
  display: flex;             /* Modern browsers */
  justify-content: center;
  gap: 40px;
  list-style: none;
  padding: 12px 10px;
}
.menu a,
.header-top a.link {
  text-decoration: none;
  font-size: var(--fs-menu);
  color: #000000;
  font-weight: 600;
  font-family: "Montserrat";
  border-bottom: 2px solid;
  border-color: transparent;
  text-transform: uppercase;
  padding-bottom: 2px;
  padding-top:4px;
  letter-spacing: 2px;
}
.menu .current-menu-item a,
.header-top .current-menu-item a.link{
  color: var(--color-glam-red);
  border-bottom:2px solid;
  border-color:var(--color-glam-red);
}
.menu a:hover,
.header-top a.link:hover,
li.glam-red > a:hover{
  border-color: #000000 !important;
  color: #000000 !important;
  text-decoration: none;
}
.highlight a {
  color: #e4002b;
}

/* hamburger */
.menu-toggle {
  width: 34px;
  height: 16px;
  display: -webkit-box;      /* Old iOS, Safari */
  display: -ms-flexbox;      /* IE 10 */
  display: flex;             /* Modern browsers */
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
}
.menu-toggle span {
  height: 2px;
  background: #000;
  display: block;
}
/* search popup */
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.search-inner input {
  /* font-size: 26px; */
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  width: 300px;
}
/* offcanvas */
.offcanvas {
  position: fixed;
  right: -320px;
  top: 0;
  width: 320px;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  background: #000000;
  z-index: 99999;
  padding: 20px;
  transition: 0.3s;
}
.offcanvas.active {
  right: 0;
}
.offcanvas ul {
  list-style: none;
  padding: 0px;
}
.offcanvas ul li {
  margin-bottom: 5px;
}
.offcanvas a {
  text-decoration: none;
  color: #ffffff;
  padding-bottom:5px;
  /* font-size: 18px; */
}
.offcanvas ul li a{
  /* padding: 0px !important; */
  max-width: max-content !important;
  border-bottom: 1px solid transparent !important;
}
.offcanvas ul li a:hover{
  color: var(--color-glam-red) !important;
  border-bottom: 1px solid var(--color-glam-red) !important;
}
.offcanvas .offcanvas_wrapper{
  display: -webkit-box;      /* Old iOS, Safari */
  display: -ms-flexbox;      /* IE 10 */
  display: flex;             /* Modern browsers */
  flex-direction: column;
  gap: 10px;
}
.offcanvas .offcanvas-close {
  display: -webkit-box;      /* Old iOS, Safari */
  display: -ms-flexbox;      /* IE 10 */
  display: flex;             /* Modern browsers */
  justify-content: flex-end;
  margin-bottom: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.offcanvas .offcanvas-close-btn {
  /* background: #ffffff; */
  width: 30px;
  height: 30px;
  color: #ffffff;
  display: -webkit-box;      /* Old iOS, Safari */
  display: -ms-flexbox;      /* IE 10 */
  display: flex;             /* Modern browsers */
  align-items: center;
  justify-content: center;
  border-radius: 20px;

  border-radius: 20px;
  font-weight: bolder;
  font-size: 20px;
}
/* header-overlay */
.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
}
.social-icons {
  display: -webkit-box;      /* Old iOS, Safari */
  display: -ms-flexbox;      /* IE 10 */
  display: flex;             /* Modern browsers */
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* normal css */
.overflow_hidden {
  overflow: hidden !important;
}
/* search popup only */
#search-box {
  visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
  overflow-y: auto;
}
#search-box .container {
  display: table;
  width: 100%;
  height: 100%;
}
#search-box .container .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 23px;
  height: 23px;
  opacity: 0.3;
}
#search-box .container .close:hover {
  opacity: 1;
}
#search-box .container .close:before,
#search-box .container .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 23px;
  width: 2px;
  background-color: white;
}
#search-box .container .close:before {
  transform: rotate(45deg);
}
#search-box .container .close:after {
  transform: rotate(-45deg);
}
#search-box .container .search-main {
  display: table-cell;
  vertical-align: middle;
}
#search-box .container .search-main .search-inner {
  width: 80%;
  margin: 0 auto;
}
#search-box .container .search-main form {
  position: relative;
}
#search-box .container .search-main input {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 12px 74px 12px 0;
  height: 50px;
  border-bottom: 2px solid white;
  display: block;
  color: white;
  margin-bottom: 0;
  width: 100%;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 3s;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 2px;
}
#search-box .container .search-main input:focus {
  outline: none;
}
#search-box .container .search-main button {
  border: 0;
  left: auto;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  cursor: pointer;
  /* font-size: 43px; */
}
#search-box .container .search-main .search-info {
  display: block;
  color: white;
  text-align: right;
  float: right;
  margin-top: 4px;
}
#search-box.-open {
  background: rgba(0, 0, 0, 1);
  visibility: visible;
  animation: fadein 0.8s;
}
#search-box.-open .container .search-main input {
  transform: scale3d(1, 1, 1);
  transition-duration: 1s;
}
.live-search-wrapper,
.search-form-wrapper {
  max-width: 650px;
  margin: auto;
}
/* .search_icon{
  animation: fadeIn 2s normal;
} */

.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-top: 2px solid #000000;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

.header-nav-mb{
  display: none;
}
.header-nav-mb {
  overflow-x: auto;
}
.header-nav-mb ul {
  display: -webkit-box;      /* Old iOS, Safari */
  display: -ms-flexbox;      /* IE 10 */
  display: flex;             /* Modern browsers */
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  list-style: none;
  width: 100%;
  padding: 15px 5px;
}
.header-nav ul li a,
.header-nav-mb ul li a{
  display: block;
  width: max-content;
}
/* ul li a {
  display: block;
  width: max-content;
  text-decoration: none;
} */
.mega-sub-menu a{
  padding: 0px !important;
  max-width: max-content !important;
  border-bottom: 1px solid transparent !important;
}
.mega-sub-menu a:hover{
  color: var(--color-glam-red) !important;
  border-bottom: 1px solid var(--color-glam-red) !important;
}

.glam-red,
li.glam-red > a{
  color: var(--color-glam-red) !important;
}

/* banner card mega menu */
.mega-banner_cards .card_wrapper,
.banner_cards .card_wrapper{
	display: flex !important;
  gap: 20px !important;
  align-items: center !important;
}
.mega-banner_cards .card_wrapper,
.banner_cards .card_wrapper a{
	text-align: center !important;
  text-transform: uppercase !important;
}
.simple_mega_menu .mega-indicator{
  display: none !important; 
}
/* .simple_mega_menu .mega-sub-menu{
  padding: 10px 15px !important;
  background: #000000 !important;
}*/
.simple_mega_menu .mega-sub-menu .mega-menu-link{
  width: fit-content !important;
  /* background: none !important;
  color: #ffffff !important; */
  margin:auto !important;
} 
.simple_mega_menu .mega-sub-menu .bottom_line{
  border-bottom:1px solid #ffffff !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}
.mega-sub-menu  .mega-full_width_img .mega-menu-item img{
  width:100% !important;
}
.mega-sub-menu .mega-mt_150{
  /* margin-top: 150px !important; */
  margin-top: 84px !important;
}
#mega-sub-menu-246883{
  background: var(--color-gbc-red) !important; 
}



/* new css for menu 100% */
header{
  width: 100% !important;
  max-width: 100% !important;
}
.is-sticky{
  max-width: 100%;
}




/* responsive */
@media (max-width: 992px) {
  
  
  .header-left a.mb-hide,
  .header-right .mb-hide {
    display: none;
  }

  .social-icons {
    display: none;
  }

  .newsletter {
    display: none;
  }
  .header-nav-mb ul {
    justify-content: space-evenly;
  }
  
}

@media (max-width:800px){
  .header-nav {
    display: none;
  }
  .header-nav-mb {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-logo img {
    max-width: 135px;
  }
  .header-top {
    padding-left:10px;
    padding-right:10px;
  }
  .header-top .header-right{
    flex:0 0 20%;
    max-width: 20%;
  }
  .header-top .header-left{
    flex:0 0 20%;
    max-width: 20%;
  }
  .header-nav-mb ul {
    gap: 40px;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
