#{
  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---------------------------- */
#page, #masthead, .site {
  position: relative;
  z-index: 9;
}
#topbar{
  background-color: #257FD0;
  position: relative;

}
.topbar {
    font-size: 14px;
    font-family: 'Roboto';
    color: #777777;
    border-bottom: 5px solid #F5F6FA;
    position: relative;
    z-index: 999;
    padding: 2px 0;
    
    
}
.topbar a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.topbar a:hover{
  color: #fff;
  transition: 0.2s ease-in;
}
.topbar p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  text-align: left;
}
.topbar::after {
  content: "";
  background: #257FD0;
  position: absolute;
  left: 0;
  top: 0;
  width: 28%;
  height: 93px;
  z-index: -1;
  border-bottom-right-radius: 45px;
  border-right: 5px solid #F5F6FA;
  border-bottom: 5px solid #F5F6FA;
}
.social-icons i {
    border-radius: 50%;
    border: 1px solid;
    border-color: #AEA679;
    padding: 10px 0;
    border: 1px solid;
    width: 35px;
    height: 35px;
    text-align: center;
}
.topbar-social-icons a i:hover {
  color: #D2924F;
}
.topbar i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  color: #fff;
  font-size: 15px;
  animation: tada 4s infinite;
}

/* 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;
}

/* --------------------------Header---------------------------- */
/* menu dropdown css */

.home .header-menus-box {
  position: absolute;
  top: 94px;
  width: 100%;
  z-index: 9;
}
.home .innermenubox {
  padding: 0px 0;
}
.innermenubox {

  padding: 16px 0;
}
.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;

}
.home .header-box-bg-color {
  width: 60%;
  height: 100%;
  background: #F5F6FA;
  position: absolute;
  top: 0;
}
.home  .sticky  .header-box-bg-color{
  width: 100%;
}
.home .innermenubox {
  justify-content: flex-start;
}
.innermenubox {
  position: relative;
  z-index: 9;
  display: flex;
      align-items: center;
      justify-content: center;
}
.main-header ul a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
}
.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;
}
.copyright p a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A3D62;
}
#header .sub-menu
{
  animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}
@keyframes growDown {
  0% {
    transform: scaleY(0)
  }
  80% {
    transform: scaleY(1.1)
  }
  100% {
    transform: scaleY(1)
  }
}

.topbar a:hover {
  color: #D2924F;
}
.main-header ul a:hover{
  color: #D2924F;
  transition: 0.2s ease-in;
}
.buy-now a:hover {
  color: #fff !important;
  background: #031835 !important;
  transition: 0.3s 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: 2px 14px;
}
.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: #D2924F;
  }
.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; */
/* } */
.home .main-header ul li
{
	padding: 15px 0px;
}
.sub-menu li {
  padding: 12px 0 !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
{

}
.main-header ul li.current-menu-item a {
  background: #D2924F;
  border-bottom-right-radius: 20px;
  color: #F5F6FA;
}
.buy-now a {
  background: #D2924F;
  border-bottom-right-radius: 20px;
  color: #F5F6FA;
  max-width: fit-content;
  padding: 10px 20px;
}
#footer_box .buy-now a:hover {
  color: #0A3D62 !important;
  background: #fff !important;
  transition: 0.4s ease-in-out;
}
.main-header ul ul
{
	display:none;
	position:absolute;
	top:100%;
	right:0;
	padding:0;
  box-shadow: 5px 5px 0px 0px #D2924F;
  width: 200px;

}


.main-header ul ul li
{
  background: #F5F6FA;
  float:none;
	width:200px;
  text-align: left;
}
.main-header ul ul ul li
{
	float:none;
	width:200px;
  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: 99;
}
.logo-section {
  position: relative;
}
.logo-section img {
  width: 100%;
  margin-top: 18px;

}
.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: #162128;
}
.copyright {
  background: #F5F6FA;
}
.footer1 {
  background: #257FD0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 256px 0px 0px 0px #257FD0;
  border-bottom-right-radius: 70px;
  margin-bottom: 60px;
}
.social_widget {
  margin-top: 30px;
}

#footer_box {
  padding-bottom: 60px;
}
.footer-logo-box {
  background: #D2924F;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.footer-logo img {
  width: 100%;
  height: 100%;
}
section#newsletter {
  padding: 21px 12px;
}
.footer-logo {
  margin-right: 18px;
}
.footer-logo-box::before {
  content: "";
  background: #D2924F;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  z-index: -1;
  box-shadow: -100px 0px 0px 0px #D2924F;
}
.newsletter-headings p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 143%;
  letter-spacing: 0%;
  color: #F5F6FA;
  margin: 0;
  text-align: left;
}
.newsletter-form-box p {
  margin: 0;
  padding: 0;
}
.newsletter-headings h2 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F5F6FA;
  text-align: left;

}
.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: #F5F6FA;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 0%;
}
#footer .about_me p {
  text-align: left;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
#footer .about_me a {
  color: #F5F6FA;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: left;
}
.footer2 p {
  color: #F5F6FA;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: justify;
  margin: 0;
}

#footer ul li a:hover {
  color: #D2924F;
  transition: 0.4s ease-in;
}
#footer .about_me a:hover{
  color: #D2924F;
  transition: 0.4s ease-in; 
}
#footer .widget.widget_block{
  margin-bottom: 20px;
}
#footer h3{
  margin-bottom: 12px;
  text-align: left;
  font-family: Roboto;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F5F6FA;
}
#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: #D2924F;
  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;
}
.newsletter-form-box{
  position: relative;
}

.wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;}
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;
}
