/*---------additional css--------*/

/*-------------- Topbar------------*/
.sticky {
  position: fixed !important;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
  z-index: 99;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 0;
}
.main-navigation li {
  position: relative;
  padding: 20px 13px;
  display: inline-block;
}
.main-navigation li:last-child {
  border-right: none;
}
.main-navigation a {
  display: block;
  line-height: 21px;
  color: #192136;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  font: normal 12px/15px Archivo;
  font-weight: 700;
  text-transform: uppercase;
  color: #242424 !important;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  min-width: 215px;
  z-index: 9999;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 20%);
  -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 6px 1px rgb(229 229 229);
  animation: zoomIn 0.4s ease-in-out;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid var(--color13);
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  color: #3577f0 !important;
}
.main-navigation .menu > ul > li.highlight {
  background-color: var(--green);
}
.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: var(--pink);
}
#sticky-onoff {
  display: none;
}
.sub-menu li a {
  font-family: var(--font-archivo);
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 11px;
  display: inline-block;
  padding: 0;
  word-break: break-word;
  -webkit-transition: padding-left 0.2s ease;
  -ms-transition: padding-left 0.2s ease;
  transition: padding-left 0.2s ease !important;
}
.main-header .current_page_item:after {
  content: "";
  display: block;
  border-bottom: 3px solid #3577f0;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sub-menu li {
  padding: 6px 15px 8px 20px;
}
.sub-menu li a:after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -5px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
  background: var(--green);
}
.sub-menu > li:hover > a:before {
  width: 13px;
}
.sub-menu li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--green);
  left: 10px;
  top: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/*----------------------Mobile Menu Icon------------------------------*/
/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}
.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: var(--color15);
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: var(--color7);
}
.toggle-nav,
a.closebtn {
  display: none;
}
amp-sidebar#sidebar1 {
  display: none;
}
[class*="amphtml-sidebar-mask"] {
  background: none;
  z-index: 99;
}
.i-amphtml-sidebar-mask {
  position: static !important;
}
.sub-menu > li:hover > a:after {
  width: 100%;
}
.sub-menu > li:hover > a {
  padding-left: 10px;
}

#site-navigation ul > li.menu-item-has-children > a:after {
  content: "⌄";
  font-family: "Font Awesome 5 Free";
  margin-left: 6px;
  position: relative;
  top: -4px;
  font-size: 16px;
  float: right;
  width: 0;
  font-weight: bold;
}

.sticky .logo {
  padding: 0px 0 10px 0px;
}
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: none;
  text-decoration: none;
  -moz-border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  background-color: #3577f0;
  animation: pulse 1s infinite;
  border-radius: 50%;
}
#return-to-top i {
  color: white;
  position: relative;
  top: 10px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: -2px;
}

/*------------ Footer--------------*/
.copyright {
  padding: 25px 0 1px 0px;
  background: var(--pink);
}
/*------Tracking------------------*/
.order-track,
.myaccount-button a {
  cursor: pointer;
  font: normal normal 600 14px/17px Archivo;
  color: #000000cf;
}
form.track_order {
  display: none;
}
.shipping-box:hover form.track_order {
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
  position: absolute;
  top: 111%;
  display: block;
  background: #fff;
  padding: 15px;
  width: 350px;
  right: 0;
  z-index: 3;
  left: -42px;
}
.order-track-hover form p {
  font-weight: 500;
  font-family: "Archivo";
  font-size: 15px;
}
.order-track-hover .woocommerce form .form-row {
  width: 100%;
}

/*--------------------------announcement bar-----------------*/
.announcenet-bar-left-text {
  font: normal normal 500 13px/30px Archivo;
  color: var(--white);
}
.announcenet-bar-right-text {
  font: normal 13px/30px Archivo;
  color: var(--white);
  font-weight: 600;
}
#announcement-bar {
  background: var(--green);
  padding: 6px 0 6px 0;
}
.my-account {
  width: max-content;
}
#middle-header {
  border-bottom: 2px solid #d2d2d2;
  padding: 0px 0 7px 0;
}
.call-texts {
  font: normal normal 500 14px/17px Archivo;
}
.phone_text {
  font: normal normal 600 14px/17px Archivo;
  color: #3577f0;
}
/*----------------Translate----------------*/
.topbar_translate .switcher a img {
  display: none;
}
.topbar_translate .switcher .option {
  position: fixed;
  background-color: white;
  padding: 5px 15px 5px 8px;
  width: 7%;
  border: 1px solid var(--green);
  top: 108px;
}
#topbar .topbar_translate .option a {
  color: var(--color-black) !important;
  border-bottom: 1px solid var(--color-black) !important;
}
#topbar .topbar_translate .option a:hover {
  color: var(--color-yellow) !important;
}
#topbar .topbar_translate .option a:last-child {
  border-bottom: none !important;
}

.topbar_translate .switcher .selected,
.switcher .selected a:hover {
  background: transparent !important;
}
.switcher .selected a {
  border: none !important;
  padding: 0px !important;
  max-width: 100% !important;
  font: normal normal 500 14px/17px Archivo !important;
  color: var(--black) !important;
}
.topbar_translate .switcher a {
  font: 400 12px/25px var(--font-raleway);
}
.topbar_translate .switcher .selected a:after {
  content: "" !important;
  height: 30px !important;
  left: 60px !important;
}
.switcher .selected a:after {
  top: -6px;
}
/*---------------Currency Switch---------------*/
#alg_currency_select,
#alg_currency_selector select {
  background: transparent;
  border: none;
  font: normal normal 500 13px/13px Archivo;
}

#alg_currency_select option {
  font: 400 14px/33px var(--font-raleway);
  color: var(--color-yellow);
}
.topbar_currency_switcher {
  padding-top: 3px;
}
.topbar-location {
  cursor: pointer;
}
.translator-sec:after {
  border-left: 2px solid #d2d2d2;
  content: "";
  position: absolute;
  left: -13px;
  right: 0;
  margin: 0 auto;
  top: -8px;
  bottom: 0;
  height: 41px;
}
.translator-sec {
  position: relative;
}
.woocommerce-mini-cart__empty-message {
  color: white;
  font-family: var(--font-archivo);
}
.side_search {
  text-align: center;
}
.logo img {
  height: auto;
}

.side_search [type="submit"] {
  position: absolute;
  right: -19px;
  border: unset;
  background: unset;
  top: 12px;
  font-size: 15px;
  color: #303030;
}
.side_search [type="search"] {
  background: #e6e6e6;
  border: unset;
  width: 110%;
  padding: 9px;
  position: relative;
  font: normal 13px/24px Archivo;
  border-radius: 4px;
  padding-left: 19px;
}
.side_search form {
  position: relative;
}
#top-header {
  border-bottom: 2px solid #efefef;
}
.cart-text {
  font: normal 12px/11px Archivo;
  color: var(--black);
}
.login-icon i {
  width: 0;
  position: relative;
  left: 29px;
  font-size: 16px;
  color: #000000;
}
.wishlist-box i {
  position: relative;
  left: 19px;
  color: #000000;
}
.topbar-cart-icon {
  position: relative;
  left: 21px;
}
.topbar-cart-icon img {
  height: 18px;
  position: relative;
  left: 6px;
  top: -2px;
}
.cart-text {
  font: normal 12px/11px Archivo;
  color: var(--black);
  left: 22px;
  position: relative;
  width: max-content;
}
#mySidenav {
  justify-content: end;
}
#menu_conatiner {
  border-bottom: 2px solid #efefef;
}
.main-navigation a {
  line-height: 4px;
}
.cat_togglee_align {
  background: var(--green);
  position: relative;
  cursor: pointer;
}
.dropdown-menu {
  min-width: 101%;
  border-radius: 0;
  margin-left: -13px;
}
#cat_togglee .fa-bars {
  color: #ffffffb8;
  font-size: 14px;
  padding-left: 10px;
}
.category_titles {
  font: normal 600 13px/20px Archivo;
  color: white;
  padding: 0 0 0 20px;
}
.cat_togglee_align .caret {
  position: absolute;
  right: 18px;
  color: white;
  font-size: 18px;
  top: 8px;
}
::marker {
  color: white;
}
#cart_animate .product-categories li a {
  color: var(--black);
  font-family: "Archivo";
  font-size: 15px;
}
.sticky {
  border-bottom: unset !important;
  background: white;
}
.topbar_account .woocommerce button.button {
  background: var(--green);
  color: white;
}

#cart {
  background: var(--green);
  width: 400px;
  right: 0px;
  top: 9em;
  margin: 0px auto;
  text-align: left;
  padding: 20px;
  position: absolute;
  z-index: 999999;
  display: none;
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
  box-shadow: 0 0 4px #19213f7d;
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
.cart-btn-box:hover #cart {
  display: block;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#cart .woocommerce a.button {
  background: white;
  color: var(--cream);
  font-family: "Archivo";
}
#cart .widget_shopping_cart_content p {
  margin: 0;
}
#cart a,
#cart .quantity,
#cart .woocommerce-mini-cart__total strong,
#cart .woocommerce-mini-cart__total span {
  color: #ffffff;
  font-weight: 600;
}
#cart .woocommerce-mini-cart__total {
  padding-left: 27px;
}
#cart .woocommerce .widget_shopping_cart .total,
#cart .woocommerce.widget_shopping_cart .total {
  border-top: 1px solid #eee;
  padding: 10px 0;
  font-family: "Archivo";
}
#cart .woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  width: auto;
  height: 66px;
  margin-right: 16px;
}
#cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
  left: auto;
  right: 0;
  color: white !important;
  background: #3577f0;
}
#cart .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
#cart .quantity {
  font-family: "Archivo";
}
#cart .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
  background: #3577f0;
}
.alert.alert-minimalist {
  background-color: rgb(255, 255, 238);
  border-color: rgb(244, 124, 147);
  border-radius: 3px;
  color: rgb(149, 149, 149);
  box-shadow: 0px 0px 5px rgb(51 51 51 / 30%);
  padding: 10px;
  z-index: 1000000 !important;
  height: 14% !important;
  width: 26% !important;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert.alert-minimalist img {
  width: 50px;
}
.prod-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-left: 18px;
  font-family: var(--font-archivo);
  line-height: 15px;
}
.prod-messg {
  font-size: 13px;
  font-weight: 500;
  color: #5c5959;
  padding-left: 62px;
  margin-top: 0px;
  font-family: var(--font-archivo);
}
/*--------------------------- footer--------------------------*/
/* #footer {
  margin-top: -67px;
} */
.main-foot3 {
  display: flex;
  width: 35%;
}
.main-foot2 {
  width: 21%;
}
.main-foot1 {
  width: 19%;
}
/*.copyright .credit_link {
    display: none;
}*/
.main-foot img {
  width: 63%;
}
.custom-social-icons span {
  display: none;
}
.custom-social-icons .fa-twitter,
.custom-social-icons .fa-instagram {
  margin-left: 12px;
}
.custom-social-icons i {
  color: white;
  font-size: 17px;
}
.textwidget p {
  font: 500 13px/18px Open Sans;
  color: white;
  margin-top: 12px;
}
.main-foot img {
  width: 63%;
}
#footer h3 {
  font: normal normal 800 17px/26px Archivo;
  color: white;
  width: max-content;
}
#footer li a {
  font: 400 15px/17px Archivo;
  color: white;
}
#footer ::marker {
  color: #224b3705;
}
#footer ul {
  padding: 0;
}
#footer li {
  padding-top: 6px;
}
#nav_menu-5,
#nav_menu-4 {
  padding-left: 4em;
}
.main_sociobox {
  border-top: 2px solid #d9d9d940;
}
.copy-img img {
  width: 46%;
}
.footer_copyright_text p {
  font: 500 14px/17px Archivo;
  color: white;
}
.cat_togglee_align .cat-item {
  border-bottom: 1px solid #0000001a;
  padding: 10px 25px;
}
.credit_link a {
  color: white;
  font-weight: 800;
}
.phone_text:hover {
  color: #3577f0;
}
.cat_togglee_align .product-categories {
  padding-left: 0;
}
.cat_togglee_align .product-categories li:last-child {
  border-bottom: unset !important;
}
