.sitecontainer,
main#maincontent,
.container,
.page-header .header.content,
div#sidebarMenu {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
/* .page-header .header.content{padding-left: 0; padding-right: 0;} */
.page-wrapper {
  min-height: auto;
}
body {
  font-family: "Arial";
  font-size: 14px;
  background-color: #f1f1f1;
}

header .panel.wrapper {
  display: none;
}

.navbar {
  background-color: #07839d;
  padding: 0;
}
/* Sidebar styling for mobile */

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 5;
}

.backdrop.show {
  display: block;
}

/* Desktop Menu */
.navbar-nav {
  display: flex;
  /* gap: 15px; */
  /* justify-content: space-between; */
  align-items: center;
}

.block-minicart  a{
  color: #008EA3 !important;
}
.block-minicart strong.product-item-name{
  text-align: left;
} 
#mini-cart strong.product-item-name a {
  text-align: left;
  color: #008EA3 !important;
}


/* Submenu styling */
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1a9fb6;
  padding: 1rem;
  border-bottom-left-radius: 5px;
  z-index: 100;
  width: 100%;
  min-width: fit-content;
  border-bottom-right-radius: 5px;
}
.submenucontainer {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.submenu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;

  margin: 0 10px;
  max-width: 200px;
}

.submenu-item img {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 0;
  min-width: 150px;
  border: 2px solid #fffe72;
}
.ct .submenu-item img {
  width: 100%;

  max-width: 100%;

  min-width: 100%;
}

.submenu-item .content {
  margin-top: 0;
  color: #fff;
}

.submenu-item h5 {
  font-size: 14px;
  font-weight: bold;
}
.submenu-item p {
  font-size: 14px;
}
.nav-link {
  color: #fff;
}
.nav-link:hover {
  color: #fffe72;
}
.sections.nav-sections {
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
}
.topheader-container a {
  color: #008ea3;
  float: right;
  font-size: 16px;
  height: 26px;
  line-height: 30px;
  margin: 2px 0 0;
  padding: 0 15px;
  text-align: right;
  font-family: "Helvetica";
  display: flex;
  align-items: center;
  font-weight: bold;
}
.topheader-container a:hover {
  color: #024953;
}
.topheader-container .phno i {
  /* transform: scaleX(-1); */
  padding-left: 10px;
  font-weight: normal;
  font-size: 25px;
}
.topheader-container a.yticonhd {
  padding-left: 0;
}
.topheader-container a.fbiconhd {
  padding-right: 0;
}
.topheader-container a i {
  font-size: 18px;
}

.topheader-container a.yticonhd i {
font-size: 25px
}

.endwrapline {
  border-right: 2px solid #008ea3;
}

.minicart-wrapper .action.showcart:hover::before {
  color: #024953;
}

.burger {
  background: transparent;
  border: 0;
}
.burger:focus {
  outline: none;
}

:root {
  --color-base-1: #008ea3;
  --color-base-2: #fff;
}

.burger {
  position: relative;
  width: 22px;
  height: 14px;
  cursor: pointer;
}
.nav-open .burger span {
  background: var(--color-base-2) !important;
}
.burger span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  transition: all 0.2s, background 0s;
  background: var(--color-base-1) !important;
}
.burger span:nth-child(2) {
  top: 8px;
}
.burger span:last-child {
  top: 16px;
}

.nav-open span:first-child,
.nav-open span:last-child {
  top: 8px;
}
.nav-open span:first-child {
  transform: rotate(45deg);
}
.nav-open span:last-child {
  transform: rotate(-45deg);
}
.nav-open span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.hidden,
button#sidebarToggle {
  display: none;
}
#sidebarMenu .nav-item {
  margin: 0;
  display: flex;
  align-items: center;
  color: #fff;
  padding-right: 20px;
}
#sidebarMenu .nav-item a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 0;
}
#sidebarMenu .level0.nav-item.active a{color: #fffe72;}
#sidebarMenu .level0.nav-item.active li a{color: #fff;}
#sidebarMenu .nav-item a:hover {
  color: #fffe72;
}
#sidebarMenu .nav-item .submenu a {
  text-transform: none;
}
.arrowsubmenu.rotate {
  transform: rotate(-180deg);
  display: flex;
}
.nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.block-search + a {
  display: none;
}
.block.block-search {
  position: absolute;
  right: 50px;
  background: #fff;
  width: 0;
  height: 44px;
  padding: 0;
  transition: all 0.3s ease;
  border: 5px solid #07839d;
  visibility: hidden;
}
input#search {
  /* width: 0; */
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
form#search_mini_form {
  display: flex;
}
.block-search button.action.search {
  position: relative;
  visibility: hidden;
  padding: 0 10px;
  background: #f3e200;
  height: 100%;
  right: 0;
  border-left: 1px solid #07839d;
  transition: all ease;
  opacity: 1 !important;
  cursor: pointer;
}
.block-search button.action.search:hover {
  background: #07839d;
  border-left: 1px solid #f3e200;
}
.block-search button.action.search:before {
  color: #07839d;
}
.block-search button.action.search:hover::before {
  color: #fff;
}
.block.block-search.active {
  width: 300px;

  padding: 0 15px;
  visibility: visible;
}
.block.block-search.active button.action.search {
  visibility: visible;
  position: absolute;
}
.main-menu-nav {
  min-width: 70%;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
  }
  .nav-item:hover .submenu {
    display: block;
    display: flex;
    justify-content: space-evenly;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .main-menu-nav {
    min-width: 88%;
  }
}

.page-header .header.content {
  padding: 0 20px;
  display: flex;
  align-items: center;
}

a.logo {
  margin: 0;
}

.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  font-size: 29px;

  color: #008ea3;

  font-weight: 400;
}

.table.grouped .col.qty{width: auto;}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  #sidebarMenu .nav-item a {
    font-size: 12px;
  }
  ul.level0.main-menu-nav.navbar-nav.position-relative {
    position: static !important;
  }
  .submenucontainer {
    overflow: auto;
  }
}

/* Mobile submenu */
@media (max-width: 991px) {
  #sidebarMenu .nav-item{
  padding-right: 14px;
  }
  .nav-open .topheader-container a {
    color: #fff;
  }
  .nav-open {
    overflow: hidden;
  }
  .nav-open .topheader-container a:hover {
    color: #024953;
  }
  .nav-item {
    text-align: center;
  }
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    background-color: #0091ac;
    color: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1;
    border-radius: 0;
    z-index: 6;
    align-items: self-start;
  }

  .navbar.menuacitve {
    transform: translateX(0);
    overflow-y: auto;
  }

  .submenu {
    position: relative;
    background: none;
    width: 100%;
    padding: 0;
  }

  .sidebar .submenu {
    display: none;
  }

  .sidebar .nav-item.show .submenu {
    display: block;
  }

  .submenu-item img {
    width: 100%;
    max-width: 100%;
  }
  .minicart-wrapper {
    margin-top: 0px !important;
  }
  .secondheader {
    position: absolute;
    height: 121px;
    top: 0;
    width: 100%;
  }

  header {
    position: relative;
  }
  button#sidebarToggle {
    position: absolute;
    top: calc(50% + 38px);
    transform: translateY(calc(50% - 38px));
    right: 30px;
    z-index: 7;
    display: block;
    width: 31px;
    background: none;
    border: 0;
  }
  .topheader-container .phno i{padding-left: 0;}
  .navbar-nav {
    padding: 50px 0;
  }
  .nav-open #sidebarToggle {
    right: 20px;
    top: 50px;
  }
  a.action.showcart {
    position: absolute;
    top: 0;
    right: 60px;
    margin-top: 4px;
}
  a.logo {
    margin: 0;
    padding: 10px 5px;
    width: auto;
    height: 86px;
    display: flex;
    align-items: center;
    margin-top: 35px;
  }

  .topheader-container{

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #e5e5e5;
    padding: 5px 0px;
 
    justify-content: flex-end;
   
  }
  .page-products .columns{padding-top: 15px;}
.topheader-container a{font-size: 12px;     padding: 0 16px;}


  .nav-toggle {
    display: none;
  }

  .logo img {
    min-width: 150px;
  }

  #sidebarMenu .nav-item {
    align-items: self-start;
    width: 100%;
    flex-wrap: wrap;
  }

  .submenucontainer {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
  .minicart-wrapper {
    padding-right: 54px;
    z-index: 8;
  }
  .minicart-wrapper .block-minicart{
    top: 46px;

  }
  .minicart-wrapper .block-minicart:after{right: 76px;}
  .minicart-wrapper .block-minicart:before {
    right: 77px;
 
}
}

span.accordion-button.ctdes {
  display: inline;
  font-size: 14px;
  cursor: pointer;
  color: #1e7ec8;
  text-decoration: underline;
}

#sidebarMenu a.nav-link.active {
  color: #f3e200;
}

a.nav-link.searchicon.active svg {
  display: none;
}

a.nav-link.searchicon.active {
  display: inline-block;
  width: 25px;
  height: 35px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCIgd2lkdGg9IjUwcHgiIGhlaWdodD0iNTBweCI+PHBhdGggZD0iTSA3LjcxODc1IDYuMjgxMjUgTCA2LjI4MTI1IDcuNzE4NzUgTCAyMy41NjI1IDI1IEwgNi4yODEyNSA0Mi4yODEyNSBMIDcuNzE4NzUgNDMuNzE4NzUgTCAyNSAyNi40Mzc1IEwgNDIuMjgxMjUgNDMuNzE4NzUgTCA0My43MTg3NSA0Mi4yODEyNSBMIDI2LjQzNzUgMjUgTCA0My43MTg3NSA3LjcxODc1IEwgNDIuMjgxMjUgNi4yODEyNSBMIDI1IDIzLjU2MjUgWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=') 50% 50% no-repeat;

  background-size: 100%;
}



@media screen  and (max-width: 500px){
  .ct .submenu-item img{max-width: 69%;}

  
  .topheader-container{

    gap: 0;
  }
  .topheader-container a{padding: 0 10px;}
}
