#{
 color: #576588;
}

*.icon-colour {
  color: #AEA679;
}

.border-bottom {
  border-bottom: 2px solid #AEA679;
}

.stickynavbar {
  z-index: 99;
  padding-top: 0 !important;
}

#sticky-onoff {
  display: none;
}


.primary-menu li.menu-item-has-children {
  position: relative;
  /* margin: 0 !important; */
  padding: 0 !important;
width: 100% !important;
}

.primary-menu li.menu-item-has-children .sub-menu {
  display: none;
}

.primary-menu li.menu-item-has-children:hover > .sub-menu {
  display: block;
}



/* --------------------------topbar---------------------------- */


/* logo section */
.logo-section button {
  background-color: transparent;
}

.logo-section a {
  color: #777777;
}

.search-bottom-border {
  border-bottom: 1px solid lightgrey;
}

.home .logo-section {
  text-align: center;
  margin-bottom: 45px !important;
}

#footer .social_widget h3 {
  font-size: 13px;
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #312E2E;
}

#topbar a {
  color: #FFFFFF;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.topbar-social-icons a i {
  font-size: 16px;
  color: #fff;
  font-family: 'FontAwesome';
  font-style: initial;
  font-weight: 700;
  margin-left: 20px;
}

.topbar-text-box i {
  font-size: 16px;
  color: #fff;
  font-family: 'FontAwesome';
  font-style: initial;
  font-weight: 700;
  margin-left: 20px;
}

.topbar-contact-icon {
  font-size: 16px;
  color: #fff;
}

#topbar i:hover {
  color: #FFD443;
  transition: 0.4s ease-in-out;
}

#topbar p {
  color: #FFFFFF;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.topbar-social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* --------------------------Header---------------------------- */
/* menu dropdown css */

#masthead {
  z-index: 9;
  background: #0C394C;

}

.home #header {
  position: relative;
  padding-bottom: 0;
  display: none;
}

#header {
  position: relative;
  padding-bottom: 24px;
}

.topbar {
  padding: 24px 0;
  background: #0C394C;
}

.sticky .header-menus-box {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
  z-index: 999;
  padding: 24px 0 10px;
}

.home .sticky .innermenubox {
  justify-content: center;
}

.sticky .topbar {
  padding: 0;

}

.sticky .header-menus-box::after {
  display: none;

}

#carousel-slider-section .main-header ul {
  display: block;

}

#carousel-slider-section .main-header ul ul {
  display: none;
}

#carousel-slider-section .innermenubox {
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  background: #0C394C;
  top: 0;
  height: 100%;
  flex-direction: column;
  width: 197px;
  display: block;
  padding-top: 42px;
  overflow-y: auto;
  overflow-x: hidden;

}


.home #header .main-header {
  display: none;
}

.header-menus-content p {
  font-family: Inter;
  font-weight: 200;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: right;
  color: #FFFFFF;
  margin: 0;
  padding: 40px 37px 0;
}

#header .main-header ul a {

  padding: 5px 24px;
}

.main-header ul a {
  color: #FFFFFF !important;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  cursor: pointer;
  width: 167px;
  padding: 2px;
}

.submenu-toggle i {
  color: #FFFFFF;
}

.main-header ul {
  z-index: 10;
  list-style: none;
  color: black;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  margin-left: 15px;

}

.copyright p {
  color: #312E2E;
  font-family: Inter;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}


.copyright p a{
  color: #312E2E;
  font-family: Inter;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}



#header .sub-menu {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
  position: absolute;
  top: 38px;
  width: 200px;
  padding: 16px 3px 18px;
  background: #fff;
  background: #18A69D;
  border: unset;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#header .main-header .sub-menu li {

  align-items: flex-start;

}

#header .sub-menu li {
    padding: 0px 0px 10px 18px !important;
    border-bottom: unset;}

#header .main-header .sub-menu a {
  padding: 2px 0px 0px 0px;
  background: unset;
  border: unset;}

@keyframes growDown {
  0% {
    transform: scaleY(0)
  }

  80% {
    transform: scaleY(1.1)
  }

  100% {
    transform: scaleY(1)
  }
}


.main-header ul a:hover {
  color: #FFD443;
  transition: 0.4s ease-in-out;
}

.main-header ul li.current-menu-item {
  align-items: end;
}

.main-header ul a {
  display: block;
  text-decoration: none;
  line-height: 32px;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.main-header ul ul li a {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
}

.main-header ul ul li a:hover {
  /* transform: translate(1em, 0);
  -webkit-transform: translate(1em, 0); */
  -moz-transform: translate(1em, 0);
  -o-transform: translate(1em, 0);
  -ms-transform: translate(1em, 0);
}

.main-header ul ul li a:hover {
  color: #FFD443;
}

.main-header ul a:active {
  -webkit-transition: all 50ms linear;
  -moz-transition: all 50ms linear;
  -ms-transition: all 50ms linear;
  -o-transition: all 50ms linear;
  transition: all 50ms linear;
}

/* .main-header ul li:first-child{
  padding-top: 15px; */
/* } */
.main-header ul li {
  padding: 15px 0px;
}

.sub-menu li {
  padding: 5px 0 2px !important;
  text-align: left !important;
  justify-content: flex-start !important;
}

.main-header ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
  margin: 4px 0;
  text-align: center;

}



.primary-menu li.menu-item-has-children>a.has-dropdown-icon::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  display: inline-block;
  transition: transform 0.3s ease;
  color: #fff;
}

.primary-menu li.menu-item-has-children>a.open::after {
  transform: rotate(180deg);
}

.dropDown {
  font-size: 12px;
}




#carousel-slider-section .main-header ul li.current-menu-item a {
  color: #312E2E !important;
  background: #FFFFFF;
  border: 1px solid #FFD443;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-decoration: unset;
  width: 167px;
  text-align: center;
  /* margin-left: 26px; */
  padding: 2px;

}



#header .main-header ul a {
  padding: 5px 0px 5px 44px;
  width: max-content;
}

#header .submenu-toggle {
  position: absolute;
  right: -20px;
  top: 0;
  cursor: pointer;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submenu-toggle {
  position: absolute;
  right: 40px;
  top: 18px;
  cursor: pointer;
}

#header .innermenubox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.main-header ul ul li {
  margin: 0 !important;
  float: none;
  width: 100%;
  text-align: left;
  align-items: flex-end;

}

.main-header ul ul ul li {
  float: none;
  width: 224px;
  text-align: left;
  background-color: #f5f5f5;

}

.main-header ul ul a {
  line-height: 32px;
    padding: 0px 5px;
  font-size: 14px;

}

.main-header ul ul ul {
  top: 0;
  left: 100%
}

.main-header ul ul {
  display: none;
  margin: 0 !important;
}

.header .dropdown-menu ul {
  box-shadow: 5px 5px 2rem 0rem lightgrey;
}

.header .dropdown-menu li {

  padding: 10px;
  display: block;
  border-bottom: 1px solid lightgrey;
}

.header .dropdown-menu li:hover {
  color: #AEA679
}

.header .dropdown-menu ul {
  margin: 0;
}

.header .dropdown-menu li:hover {
  background-color: #f5f5f5;
}

.dropdown {
  display: block;
}

.show>.btn-secondary.dropdown-toggle {
  background-color: white;
  border-color: white;
}

.btn-secondary:hover {
  background: white;
}

.cart-popup {
  width: 250px;
  background-color: white;
  position: absolute;
  top: 25px;
  right: 20px;
  display: none;
  z-index: 11;
  box-shadow: 5px 5px 2rem 0rem lightgrey;
  transition: all 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99);
}

.cart_box:hover .cart-popup {
  display: block;
}

.woocommerce a.remove {
  color: white !important;
  background-color: red;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 40px;
  margin-right: 20px;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  text-align: left;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 15px;
  padding-top: 10px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 5px;
  left: 5px;
}

.woocommerce-mini-cart__total .total {
  font-size: 17px;
}

.woocommerce a.button {
  height: auto;
}

.nav_wrap {
  clear: both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 9;
}





.header button {
  background-color: transparent;
}

.header a {
  color: #AEA679;

}

.header li {
  display: inline-block;
  color: black;

}

.header li a {
  color: black;
}

.search-field::placeholder {
  text-transform: uppercase;
}

@keyframes move-text-right {
  from {
    left: 0px;
  }

  to {
    left: 20px;
  }
}

@-webkit-keyframes move-text-right {
  from {
    left: 0px;
  }

  to {
    left: 20px;
  }
}

.header .dropdown-menu a:hover {
  animation: move-text-right 1s infinite;
  -webkit-animation: move-text-right 1s infinite;
  position: relative;
  background-color: transparent;
}

.dropdown-menu {
  width: 167px;
  padding: 0;
  margin: 0;
}

.bar {
  width: 30px;
  height: 2px;
  background: #fff;
  box-shadow: 1px 1px 3px RGBa(0, 0, 0, 0.4);
  border-radius: 2px;
  transition: 0.4s ease;
}

.bar:not(:first-child) {
  margin-top: 2px;
}


#hi {
  position: absolute;
  left: -999px;
  top: -999px;
}

#hi:checked {
  transform: translate(-50%, -50%) rotatey(180deg);
}

#hi:checked .bar {
  transform: rotatey(180deg) rotatex(360deg);
}

#hi:checked .bar:first-child {
  transform: rotate(-45deg);
  margin-top: 8px;
}

#hi:checked .bar:nth-child(2) {
  opacity: 0;
}

#hi:checked .bar:nth-child(3) {
  margin-top: -7px;
  transform: rotate(45deg);
}



/*----------------Menu bar-----------*/

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  text-align: center;
}

.main-navigation li {
  position: relative;
  padding: 8px 10px;
  display: inline-block;
}

.main-navigation li:last-child {
  border-right: none;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  letter-spacing: 0px;
  font-size: 15px;
  line-height: 26px;
  color: #576588;
  font-weight: 400;
  text-transform: uppercase;
}

.main-navigation a:hover {
  color: #000;
}

.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #F6F6F6;
  min-width: 215px;
  z-index: 9999;
}

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}

.main-navigation ul ul a {
  text-transform: none;
  font-weight: 400;
  color: #1e1d1c;
  font-size: 14px;
  line-height: 1.5;
}

.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}

.main-navigation ul ul li:last-child {
  border-bottom: 0;
}

.main-navigation ul li:hover>ul {
  display: block;
}

.main-navigation .menu>ul>li.highlight {
  background-color: #ffffff;
}

.main-navigation .menu>ul>li.highlight:hover {
  background: transparent;
}

.menubar.scrolled .menu>ul>li:hover>a:after,
.menubar.scrolled .menu>ul>li.current_page_item>a:after,
.menubar.scrolled .menu>ul>li.current-menu-item>a:after {
  height: 2px;
}

.menu>ul>li.exoplanet-search:after {
  background: transparent !important;
}

.main-navigation ul ul li:hover>a {
  color: #1cc5dc;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 15px;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.product-search button {
  padding: 12px 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  color: #fff;
}

.product-search input[type="search"] {
  padding: 15px;
  margin: 0;
  border-radius: 0;
  border: none;
  width: 100%;
}

.product-search {
  position: relative;
}

.product-search form.woocommerce-product-search {
  border-bottom: 1px solid #eff2f9;
}

.search-bottom-border input#woocommerce-product-search-field-0 {
  width: 85%;
}

.search-bottom-border button {
  padding: 28px 34px;
  background: url('../images/magnifying-glass.png') no-repeat scroll 42px 25px;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  z-index: 1;
  height: 50px;
  width: 50px;
  display: inline-block;
}

/* ------------------------ footer ------------------------ */
#footer {
  background-color: #0C394C;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}


.social_widget {
  margin-top: 0;
  background: #FFFFFF;
  padding: 17px 150px 17px 34px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 26px;
  position: absolute;
  top: 0;
  right: 0;
}


#footer_box {
  padding: 140px 0 60px;
  position: relative;
}

.footer-logo-box {
  background: #FFC312;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 100%;
  height: 100%;
}


.footer-logo {
  margin-right: 18px;
}

.footer-logo-box::before {
  content: "";
  background: #FFC312;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  z-index: -1;
  box-shadow: -100px 0px 0px 0px #FFC312;
}


.footer-2,
.footer-3 {
  padding-left: 25px
}

#footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#footer li {
  line-height: 2;
  text-align: left;

}

#footer ul li a {
  color: #FFFFFF;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0%;

}

.textwidget p {
  font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: left;
}


#footer .about_me p {
  text-align: left;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

#footer .about_me a {
  color: #FFFFFF;
  padding: 10px 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 148%;
  letter-spacing: 0%;
  text-align: left;
  margin: 0;
}

.about_me i {
  color: #022446;
  font-size: 16px;}

  

.widget_media_image {
  text-align: left;
  margin-bottom: 28px;
}

#topbar a:hover {
  color: #FFD443;
  transition: 0.3s;
}

#footer ul li a:hover {
  color: #FFD443;
  transition: 0.4s ease-in;
}

#footer .about_me a:hover {
  color: #FFD443;
  transition: 0.4s ease-in;
}

#footer .widget.widget_block {
  margin-bottom: 20px;
}

#footer h3 {
  margin-bottom: 12px;
  color: #FFFFFF;
  letter-spacing: 0%;
  text-align: left;
  font-family: Lora;
  font-weight: 500;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 0%;
}

.footer5 .textwidget p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer2 .textwidget p {
  width: 90%;
}
.footer2 a.contact-text {
  width: 64%;
}
#footer .footer5 .textwidget img {
  width: 48%;
  margin: 4px;
}

#footer .footer5 img {
  border: unset;
  border-radius: 5px;
  margin-bottom: 15px;
}

#footer .footer5 .gallery-item {
  width: 49%;
  margin: 0 12px 0 0;
}

#footer input[type="email"] {
  border: none;
  background: #F5F6FA;
  padding-left: 28px;
  height: 50px;
  border-bottom-right-radius: 30px;
  margin: 0;
}

#footer input[type="email"]::placeholder {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
}

#footer input[type="submit"] {
  background-color: #3A4343;
  background: #FFC312;
  border-bottom-right-radius: 30px;
  padding: 17px 44px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  position: absolute;
  right: 0;
  top: 0;
}

.wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
}



.wpcf7-response-output {
  margin: 0;
}

li.wp-social-link.wp-social-link-facebook.wp-block-social-link,
li.wp-social-link.wp-social-link-twitter.wp-block-social-link,
li.wp-social-link.wp-social-link-youtube.wp-block-social-link,
li.wp-social-link.wp-social-link-instagram.wp-block-social-link {
  background-color: transparent;
}

li.wp-social-link.wp-social-link-facebook.wp-block-social-link a,
li.wp-social-link.wp-social-link-twitter.wp-block-social-link a,
li.wp-social-link.wp-social-link-youtube.wp-block-social-link a,
li.wp-social-link.wp-social-link-instagram.wp-block-social-link a {
  color: #AEA679;
  border: 1px solid #AEA679;
  border-radius: 50%;
}

.widget.widget_block.widget_text {
  display: inline-block;
}

aside.widget.widget-block ul {
  display: inline-block;
}

.product_list_widget a,
.wp-block-latest-posts li a {
  color: grey;
}

/* ------------------------ Payment ------------------------ */
#payment {
  background-color: #F9FAFB;
}

#payment img {
  width: 10%;
  margin: 0 20px;
}