#{
  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;
  }
  
  
  .sticky {
    position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    padding-bottom: 0 !important;
    bottom: unset !important;
    /* background: #fff !important; */
    transition: 0.3s ease-in-out;
    animation: fadeInUp 1s linear;
  }
  

/* --------------------------topbar---------------------------- */


/* logo section */
.logo-section button{
  background-color: transparent;
}
.logo-section a{
  color: #777777;
}
.search-bottom-border{
  border-bottom: 1px solid lightgrey;
}
.logo-section{
  font-size: 14px;
}

#topbar a {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
#topbar i {
  font-size: 14px;
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-style: initial;
  font-weight: 700;
}
#topbar p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
/* --------------------------Header---------------------------- */
/* menu dropdown css */

 #masthead {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  right: 0;
  background: unset;

}
/* #masthead {
  background: #212224;
} */
#header .header-wrap-backround {
  background: #FFFFFF;
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#header{
  position: relative;
}
.topbar {
  padding: 24px;
}
.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;

}


.innermenubox {
  position: relative;
  z-index: 9;
  display: flex;
      align-items: center;
      justify-content: center;
}
.main-header ul a {
  color: #212224;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.main-header ul
{
  z-index: 10;
	list-style:none;
  color: black;
	margin:0;
	padding:0;
  display: flex;
  width: 100%;
}
.copyright p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
  text-align: center;
  margin: 0;
  padding: 16px 0;
}
.copyright p a:hover{
 color: #FF6600;
 transition: 0.4s ease-in-out; 
}

.copyright p a{
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
}

#header .sub-menu
{
 animation: zoomInUp 500ms linear;
}







@keyframes rotateZ {
0% {
opacity: 0;
transform: translateZ(290px);
}

80% {
transform: translateZ(10px);
}

100% {
opacity: 1;
transform: translateZ(0);
}
}


.main-header ul a:hover {
  color: #FF6600;
  transition: 0.4s ease-in-out;
}

.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;
padding: 15px 25px;
}
.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: #FF6600;
  }
.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: 20px 0 14px !important;
  text-align: left !important;
  justify-content: flex-start !important;
}
.main-header ul li
{
	position:relative;
	margin:0;
	padding:0;
	/* padding: 15px 0px; */
  display: flex;
  align-items: center;
  justify-content: center;

}
.main-header ul li.current-menu-item
{
}
.main-header ul li:hover
{

}
.dropDown {
  font-size: 12px;
}
.main-header ul li.current-menu-item a {
  color: #FF6600;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}


.main-header ul ul
{
  display: none;
  position: absolute;
  top: 100%;
  padding: 0;
  box-shadow: unset;
  width: 224px;
  border: 2px solid #FF6600;
  /* border-top: unset; */
  background: #fff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;

}


.main-header ul ul li
{

  float:none;
	width:100%;
  text-align: left;
}
.main-header ul ul ul li
{
	float:none;
	width:224px;
  text-align: left;
  background-color: #f5f5f5;
}
.main-header ul ul a {
  line-height: 120%;
  padding: 0px 10px;
}
.main-header ul ul ul
{
	top:0;
  left:100%
}
.main-header ul li:hover > ul
{
	display:block
}
.dropdown-toggle::after{
  border : none;
}
.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;
}
.logo-section {
  position: relative;
}


.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: #022446;
}


.social_widget {
  margin-top: 30px;
}

#footer_box {
  padding: 60px 0;
}
.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 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
#footer .about_me p {
  text-align: left;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
#footer .about_me a {
  color: #FFFFFF;
  text-align: left;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 152%;
  letter-spacing: 0%;
  padding: 10px 0;

}
.about_me i {
  color: #022446;
}
.footer2 p {
  margin: 0;
  font-family: Poppins;
  font-weight: 300;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-align: left;
}
.widget_media_image {
  text-align: left;
  margin-bottom: 28px;
}
#topbar a:hover {
  color: #FF6600;
  transition: 0.3s;
}
#footer ul li a:hover {
  color: #FF6600;
  transition: 0.4s ease-in;
}
#footer .about_me a:hover{
  color: #FF6600;
  transition: 0.4s ease-in; 
}
#footer .widget.widget_block{
  margin-bottom: 20px;
}
#footer h3{
  margin-bottom: 12px;
  color: #FFFFFF;
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}
#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: -42px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.newsletter-form-box{
  position: relative;
}

.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;
}
