.navbar-sticky.sticky .desktop-tab {
  display: block !important;
}

.navbar-top-main {
  display: block !important;
}

.nav-item {
  white-space: no-wrap;
}

.flyoutDesktopImageBox {
  height: 240px;
  overflow: hidden;
  display: flex;
}

.desktop-flyout-threeMenu .flyoutDesktopContentBox {
  width: calc(100% - 490px);
}

.desktop-flyout-threeMenu .flyoutDesktopImageBox {
  width: 474px;
}

.desktop-flyout-fourMenu .flyoutDesktopContentBox {
  width: calc(100% - 300px);
}
.flyoutDesktopContentBox .mainCategoryHeadingBtnLink:empty {
  display: none;
}
.flyoutDesktopContentBox .mainCategoryHeadingBtnLink {
  color: #832625;
  font-size: 12px;
}
.flyoutDesktopContentBox .mainCategoryHeadingBtnLink:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 7px;
  content: "\f061";
}
.desktop-flyout-fourMenu .flyoutDesktopContentBox .mainCategoryHeading {
  font-size: 16px;
  color: #000000 !important;
}

.desktop-flyout-fourMenu .flyoutDesktopContentBox .flyoutSectionMenu.col-8,
.desktop-flyout-fourMenu .flyoutDesktopContentBox .flyoutSectionMenu.col-4 { 
  max-width: 25%;
  flex: 0 0 25%;
}

.desktop-flyout-fourMenu .flyoutDesktopContentBox .flyoutSectionMenu .row-cols-2 > * {
  width: 100%;
}

.desktop-flyout-fourMenu .flyoutDesktopImageBox {
  width: 300px;
  height: 190px;
}

.desktop-flyout-fourMenu .flyoutDesktopImageBox img {
  height: 100%;
  object-fit: cover;
}

.desktop-flyout-fourMenu .flyoutDesktopImageBox .flyoutDesktopImageInner {
  left: 15px;
}

.desktop-flyout-fourMenu .flyoutDesktopImageBox .flyoutDesktopImageHeading {
  font-size: 16px;
  line-height: 18px;
}

.desktop-flyout-fourMenu .flyoutDesktopImageBox .flyoutDesktopImageSubHeading {
  font-size: 14px;
  line-height: 18px;
}


.dropdown-animate .dropdown-menu {
  left: 0;
  right: 0;
  width: 100%;
}

#myTabContent {
  position: static;
}

.tg-nav {
  position: static;
}

.quick-linksInner {
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 8px;
  overflow: auto;
  padding-bottom: 4px;
}
.flyoutHighlight {
  font-size: 10px;
  padding: 0 4px;
  border-radius: 3px;
  color: white;
  margin-left: 5px;
  font-weight: 600;
  line-height: 18px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  animation: blink 1s linear infinite;
  margin-top: -2px;
}
body .quick-linksInner a {
  padding: 0;
}

#flyout-menu-desktop {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
#flyout-menu-mobile {
  display: none;
}
.desktop-flyout {
  border-top: 1px solid #e7e6e6;
  border-radius: 0 0 5px 5px;
  background: white;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 12px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.desktop-flyout-Box {
  display: flex;
  height: 240px;
  overflow: hidden;
}
.rowOuterDesktop {
  height: 215px;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  align-content: flex-start;
  flex-direction: row;
  position: relative;
}
.flyoutSectionMenu + .flyoutSectionMenu .rowOuterDesktop:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #b3b9c082;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
}
.rowOuterDesktop::-webkit-scrollbar {
  width: 5px;
}
.flyoutSectionMenu.col-4:has(.mainCategoryHeading:empty) .rowOuterDesktop:before {
  width: 0;
}
/* Track */
.rowOuterDesktop::-webkit-scrollbar-track {
  background: #b3b9c082;
  border-radius: 5px;
}

/* Handle */
.rowOuterDesktop::-webkit-scrollbar-thumb {
  background: #832625;
  border-radius: 5px;
}
.rowInnerDesktop:hover::after {
  border-bottom-color: #832625;
}
.quick-linksInner::-webkit-scrollbar {
  height: 5px;
}

/* Track */
.quick-linksInner::-webkit-scrollbar-track {
  background: #b3b9c082;
  border-radius: 5px;
}

/* Handle */
.quick-linksInner::-webkit-scrollbar-thumb {
  background: #832625;
  border-radius: 5px;
}
.quick-linksInner:hover::after {
  border-bottom-color: #832625;
}
.rowInnerDesktop:hover .navDeepLinking-desktop {
  color: #832625;
}
.rowInnerDesktop {
  position: relative;
}
.rowInnerDesktop:after {
  content: "";
  border-bottom: 1px solid transparent;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.rowOuterDesktop::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.desktop-flyout .flyoutDesktopContentBox .desktop-flyout-Box > .flyoutSectionMenu:has(.mainCategoryHeadingBtnLink) .rowOuterDesktop {
  height: 140px;
}
.desktop-flyout .flyoutDesktopContentBox:has(.quick-linksOuter) .desktop-flyout-Box .rowOuterDesktop {
  height: 167px;
}
.desktop-flyout .flyoutDesktopContentBox:has(.quick-linksOuter) .desktop-flyout-Box {
  height: 190px;
}

.desktop-flyout .mainCategoryHeading,
.desktop-flyout .quick-linksHeading {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 2px;
  font-weight: 600;
  color: rgb(154, 152, 152) !important;
}

.desktop-flyout .navDeepLinking-desktop {
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  color: #000000;
  display: inline-block;
}

.desktop-flyout .quick-linksInner a {
  font-size: 10px;
  line-height: 16px;
  border: 1px solid rgb(154, 152, 152);
  border-radius: 3px;
  padding: 3px 10px;
  font-weight: 500;
  color: rgb(154, 152, 152);
  white-space: nowrap;
}
.flyoutDesktopImageInner {
  position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flyoutDesktopImageHeading {
  font-size: 26px;
  line-height: 28px;
  color: white;
  font-weight: 600;
  margin-bottom: 4px;
}
.flyoutDesktopImageSubHeading {
  font-size: 18px;
  line-height: 22px;
  color: white;
  margin-bottom: 12px;
}
.flyoutDesktopImageLink {
  background: white !important;
  border-radius: 17px;
  font-size: 14px;
  line-height: 30px;
  height: 27px;
  padding: 0 16px;
  color: #832625 !important;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  max-width: max-content;
}
.flyoutDesktopImageLink:hover {
  background: #832625 !important;
  color: white !important;
  border: 1px solid white;
}
.desktop-flyout .quick-linksInner a:hover {
  border: 1px solid #832625;
  color: #832625 !important;
}

.tg-themetabnav-desktop {
  padding-left: 0;
}

.navDeepLinking {
  white-space: nowrap;
}

.mega-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.flyoutDesktopContentBox .col * {
  flex-basis: inherit ;
}
.flyoutDesktopContentBox .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.flyoutDesktopContentBox .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.flyoutDesktopContentBox.text-start {
  text-align: left ;
}
body .headerDesktoplevel1Outer .nav-item:hover > #flyout-menu-desktop {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transform: translateX(0px) translateY(0px) scale(1);
  -webkit-transform: translateX(0px) translateY(0px) scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body .headerDesktoplevel1Outer #flyout-menu-desktop {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  /* transform: translateX(-16px) translateY(0px) scale(0.97);
  -webkit-transform: translateX(-16px) translateY(0px) scale(0.97); */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.overlay-navright{
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.tg-navigation ul li a {
  font-family: "Myriad Pro" !important;
}

body .navDeepLinking {
  color: black !important;
}
.headerRatesRightOuter {
  display: none;
}
@media screen and (max-width: 1200px) {
  .flyoutDesktopImageBox {
    width: 380px;
  }
  .flyoutDesktopImage {
    height: 100%;
  }
  .flyoutDesktopImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .flyoutDesktopContentBox {
    width: calc(100% - 400px);
  }
  .flyoutDesktopImageHeading{
    font-size: 22px;
    line-height: 26px;
  }
  .flyoutDesktopImageSubHeading {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 992px) {
  .desktop-tab {
    overflow: scroll;
  }

  .nav-pills {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .navbar-brand {
    display: block !important;
  }

  .header-transparent .navbar-top {
    display: block !important;
  }
  #flyout-menu-desktop {
    display: none;
  }
  #flyout-menu-mobile {
    display: block;
  }
  .navigationMobileMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .navigationMobileMenu .navDeepLinking {
    font-size: 18px;
    font-weight: 500;
  }
  .sub-level-mobile:has(.flyout-customNew.show) .toggle-btn {
    color: #832625;
    border-bottom-color: #832625;
  }
  .sub-level-mobile:has(.flyout-customNew.show) .toggle-btn:after {
    color: #832625;
    content: "\f077";
    font-weight: 500;
  }
  .navigationMobileMenu::-webkit-scrollbar {
    width: 0;
  }

  .sub-level-mobile.show .flyout-customNew {
    display: block;
  }
  .navigationMobileMenu li.sub-level-mobile a.toggle-btn {
    display: block;
    padding: 18px 0;
    color: #000000;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    border-bottom: 1px solid #dbdbdb;
  }
  .mainCategoryHeadingMobile {
    font-size: 16px;
    color: grey;
  }
  .mainCategoryHeadingMobileBox {
    padding: 15px 0;
    border-bottom: 1px solid #e2dede;
  }
  .mainCategoryMobileRedirect {
    padding-top: 10px;
  }
  .headerMobileSecondBoxLevel2 {
    padding-bottom: 7px;
    border-bottom: 1px solid #c1bdbd;
  }
  .navigationMobileMenu li > .toggle-btn:after {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -22px;
    font-family: "Font Awesome 5 Pro";
    -webkit-font-smoothing: antialiased;
    content: "\f078";
    transform: translate(0%, 50%);
    -webkit-transform: translate(0%, 50%);
    color: #000000;
  }

  .sub-level-mobile.active .flyout-customNew {
    display: block;
    width: 100%;
    height: calc(100vh - 50px);
    position: fixed;
    left: 0;
    top: 47px;
    transition: 0.5s ease;
    background: #832625;
    text-transform: uppercase;
    z-index: 1001;
    transition: 0.5s ease;
  }
  .quick-links-heading {
    font-size: 14px;
    font-weight: 500;
    color: rgb(154, 152, 152);
    margin-bottom: 2px;
  }
  body .quick-links-mobile-outerBox {
    margin: 15px 0;
    margin-top: 0;
  }
  .quick-links-mobile-InnerBox {
    display: flex;
    column-gap: 8px;
    row-gap: 2px;
    overflow: auto;
  }
  .quick-links-box a {
    font-size: 12px;
    display: inline-block;
    border: 1px solid rgb(154, 152, 152);
    border-radius: 3px;
    padding: 0 10px;
    font-weight: 500;
    color: rgb(154, 152, 152);
    white-space: nowrap;
    vertical-align: middle;
  }
  .mainCategoryMobileBoxInner {
    max-height: 30vh;
    overflow: auto;
    padding-bottom: 65px;
  }
  .mainCategoryMobileBoxInner::-webkit-scrollbar {
    width: 0;
  }
  .mainCategoryMobileBoxOuter {
    position: relative;
  }
  .mainCategoryMobileBoxOuter::after {
    content: "";
    box-shadow: inset 0 -85px 26px -26px #ffffff;
    position: absolute;
    bottom: 0;
    height: 85px;
    left: 0;
    right: 0;
  }
  .flyoutMobileImageOuter {
    position: relative;
  }
  .flyoutMobileImageOuter img {
    width: 100%;
    height: 100%;
  }
  .flyoutMobileImageInner {
    position: absolute;
    left: 20px;
    top: 0;
    width: 46%;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .flyoutMobileImageHeading {
    font-size: 30px;
    font-weight: 600;
    color: white;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .flyoutMobileImageSubHeading {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
    color: white;
  }
  .flyoutMobileImageLink {
    background: white;
    color: #832625;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 20px;
    margin-top: 8px;
    list-style: none;
    font-weight: 600;
  }
  .headerRatesRightOuter {
    position: absolute;
    display: block;
    left: -200%;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    height: calc(100vh - 80px);
    background: white;
    z-index: 9;
    color: black;
    transition: 0.5s ease;
    overflow: auto;
  }
  .headerRatesRightOuter.show {
    left: 0;
  }
  .headerNewMobileOuter:has(.headerRatesRightOuter.show)
    .headerNewMobileOuterBoxed {
    height: 100vh;
  }
  body:has(.headerRatesRightOuter.show) {
    overflow: hidden;
  }
  .headerRatesRightInner {
    display: flex;
    flex-direction: column;
  }
  .headerRatesHeading {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    padding-top: 12px;
    float: right;
    color: #832625;
    text-align: left;
  }
  .headerRatesRedirect {
    display: block;
    padding: 15px 0;
    color: #000000;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    border-bottom: 1px solid #dbdbdb;
  }
  .headerRatesRedirect span {
    margin-left: 5px;
    color: #832625;
    float: right;
  }
  .flyout-customNew.show {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .flyoutMobileImageHeading {
    font-size: 24px;
    line-height: 28px;
  }
  .headerRatesRightOuter {
    left: -120%;
  }
  .flyoutMobileImageSubHeading {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .flyoutMobileImageLink {
    padding: 6px 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .navigationMobileMenu li.sub-level-mobile a.toggle-btn {
    padding: 15px 0;
    font-size: 18px;
    line-height: 22px;
  }
  .navigationMobileMenu .navDeepLinking {
    font-size: 16px;
  }
  .mainCategoryHeadingMobile {
    font-size: 14px;
  }
  .mainCategoryHeadingMobileBox {
    padding: 12px 0;
  }
}
@media screen and (max-width: 576px) {
  .flyoutMobileImageHeading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .quick-links-box a {
    font-size: 10px;
    line-height: 16px;
  }
  .flyoutMobileImageSubHeading {
    font-size: 14px;
    line-height: 18px;
  }
  .flyoutMobileImageLink {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 430px) {
  .flyoutMobileImageHeading {
    font-size: 15px;
    font-weight: 600;
    color: white;
    line-height: 18px;
    margin-bottom: 4px;
  }
  .quick-links-box a {
    font-size: 10px;
    line-height: 16px;
  }
  .flyoutMobileImageSubHeading {
    font-size: 12px;
    line-height: 16px;
    color: white;
  }
}
@media screen and (max-width: 400px) {
  .mainCategoryMobileBoxOuter::after {
    box-shadow: inset 0 -60px 26px -26px #ffffff;
    height: 60px;
  }
  .mainCategoryMobileBoxInner {
    padding-bottom: 42px;
  }
}
