/* --------------------------Header---------------------------- */
.header-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.primary-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu > li {
  margin: 0 10px;
}

.primary-menu li a {
  display: block;
}

.header-search {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-search form {
  display: flex;
  align-items: center;
}

.search-input {
  width: 0;
  opacity: 0;
  visibility: hidden;
  border: none;
  outline: none;
  padding: 10px 0;
  transition: all 0.4s ease;
  background: #fff;
}

.header-search.active .search-input {
  width: 100%;
  min-width: 150px;
  opacity: 1;
  visibility: visible;
  padding: 10px 15px;
  margin-right: 10px;
}

.search-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
  z-index: 2;
}

.cart_box {
  position: relative;
}

.top-cart {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 999;
}

.cart_box:hover .top-cart {
  display: block;
}
.bakery-loading-box {
  background-color: #ffde6b;
  height: 100vh;
  width: 100apex;
  overflow: hidden;
}
.bakery-loading-box svg {
  position: relative;
  display: block;
  margin: 0 auto;
  top: 40%;
}
.bakery-loading-box svg ellipse {
  stroke: #ffffff;
}
.logo_outer {
  width: auto;
  height: auto;
}
.container.custom_container,
.logo_static {
  position: relative;
  z-index: 6;
}
.header-wrapper .row {
  position: relative;
  top: 20px;
}
.my-account a i {
  color: #221a15;
}
.logo_outer_box {
  position: relative;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  overflow: visible;
  z-index: 9999;
}
#header .logo img {
  max-height: 123px;
  width: auto;
  display: block;
  margin: 0px auto;
}
.cart_box .hi_normal {
  position: relative;
  display: inline-block;
}

.cart-value {
  position: absolute;
  top: -8px;
  right: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #221a15;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}
.cart_box i {
  color: #221a15;
}
#header {
  background-color: #eae2da;
  width: 100%;
  float: left;
  box-shadow: 0px 0px 4px 0px #00000040;
}
#topbar {
  border-top: 10px solid #435061;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
#header .logo {
  margin: 0px;
  padding: 10px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  left: 0px;
  right: 0px;
}
.home.blog .post-section {
  padding: 80px 0px;
  position: relative;
  z-index: 999;
}
.home #masthead {
  margin-bottom: 0px;
  padding-bottom: 0;
}
#header .logo h1,
#footer .logo h1 {
  font-weight: 700;
  padding: 0px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px;
}
.logo a.custom-logo-link {
  color: #000000;
}
.logo h1 a,
.logo h1 a {
  color: #ffffff;
}
.logo p {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 14px;
}
#header .top-contact {
  padding: 12px 0px;
  font-size: 15px;
}
.menubar .social-media {
  padding: 12px 0px;
  text-align: center;
}
.cart_box {
  display: inline-block;
}
.mobile_cart_search .cart_box {
  display: inline-block !important;
}
.mobile_cart_search {
  display: block;
  margin: 0px auto;
  text-align: center;
  margin-top: 10px;
}
#cart {
  background: #000;
  width: 400px;
  right: 0px;
  top: 50px;
  margin: 0px auto;
  text-align: left;
  padding: 20px;
  position: absolute;
  z-index: 999999;
  display: none;
  -webkit-animation: bounceIn 2s ease-in-out;
  animation: bounceIn 2s ease-in-out;
}
.cart_box:hover #cart {
  display: block;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
li.woocommerce-mini-cart-item.mini_cart_item {
  border-bottom: 1px solid #fff;
  padding-top: 10px !important;
  display: block;
}
li.woocommerce-mini-cart-item.mini_cart_item:last-child {
  border: none;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 15px;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0em;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  right: 0;
  left: auto;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-right: 24px;
}
.woocommerce a.remove {
  color: #fff !important;
  background-color: #f47c93;
}
.woocommerce a.remove:hover {
  background-color: #221a15;
}
.woocommerce.widget_shopping_cart .buttons a {
  padding: 15px 25px;
  width: 100%;
  text-align: center;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  padding: 4px 0 0;
  margin: 10px 0 !important;
}
.product_list_widget del,
.price del {
  font-size: 14px;
  font-weight: 700;
}
.product_list_widget ins,
.price ins {
  font-size: 18px;
  font-weight: 700;
}
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #221a15b2;
}
.custom-product-price ins {
  color: #c9859a;
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}
.woocommerce-mini-cart__total.total strong {
  padding: 8px 0;
}
p.woocommerce-mini-cart__buttons.buttons {
  display: flex;
}
li.product.type-product.product_cat-popular-products {
  transition: all 0.6s ease-in-out;
  border: 2px solid #f2f5f7;
  overflow: hidden;
  height: 100%;
  position: relative;
  top: 0;
}
li.product.type-product.product_cat-popular-products:hover {
  box-shadow: -1px 5px 14px 6px rgba(0, 0, 0, 0.2);
  top: -5px;
}
.woocommerce span.onsale {
  padding: 0px 11px;
  border-radius: 0;
}
ul.products {
  padding-top: 20px !important;
}
.shop {
  padding-top: 35px;
}
.woocommerce div.product form.cart .button {
  padding: 11px 15px;
  margin-top: 2px;
}
p.price {
  margin-top: 10px;
}
.woocommerce-cart table.cart img {
  width: 45px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 113px;
}
.woocommerce .quantity .qty {
  border: 1px solid #adadad;
}
/*-----------------Search pop up----------------*/
button.search-submit {
  border: 0px;
  background: transparent;
}
.social-media .dashicons {
  margin: 0px 6px;
  padding: 0;
}
.menubar .social-media a:hover {
  color: #3890cb;
}
/* ----------- Spinner ------------- */
.bakery-loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #c9859a;
  z-index: 2;
  cursor: pointer;
  z-index: 99999;
}
/*--- Scroll Top Style ------ */
#return-to-top {
  background-color: #221a15;
  width: 40px;
  height: 40px;
  display: none;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -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: 9;
  border-radius: 50%;
  padding: 10px 0px;
  position: fixed;
  right: 10px;
  margin: auto;
  bottom: 40px;
}
#return-to-top i {
  color: #fff;
  font-size: 15px;
  -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;
  padding: 3px 15px;
}
#return-to-top:hover {
  background-color: #c9859a;
}
#return-to-top.left {
  right: auto;
}
#return-to-top.center {
  left: 50%;
  right: 50%;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 99;
  margin: 0px;
  padding: 0px;
  background-color: #eae2da;
}
#apex-sticky-menu.sticky {
  margin-top: 0px;
  z-index: 9999999;
  background-color: #fff;
  color: #000;
}
#apex-sticky-menu.sticky .side-navigation {
  padding: 0px;
  margin: 0px;
  text-align: center;
  box-sizing: border-box;
}
#header .sticky .logo h1 {
  font-size: 15px;
}
#apex-sticky-menu.sticky .logo_outer_box,
#apex-sticky-menu.sticky.stickynavbar .menubar li:before,
#sticky-onoff {
  display: none !important;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*------Section Menu Bar------*/
.hamburger {
  padding-left: 10px;
}
.side-navigation {
  padding: 0px;
  margin: 0px;
  text-align: center;
  box-sizing: border-box;
}
.side-navigation > li {
  list-style: none;
  margin-bottom: 10px;
}
.close-sidebar {
  font-size: 25px;
  padding-right: 5px;
  color: #000;
  text-align: right;
}
.headerbar {
  display: none;
  font-size: 30px;
  text-align: right;
  font-weight: 900;
  color: #000;
}
.main-header .side-navigation ul ul {
  padding-left: 14px;
}
.main-header .side-navigation ul ul ul {
  padding-left: 25px;
}
#sidebar1 {
  display: none;
}
.i-amphtml-sidebar-mask {
  position: static !important;
}
.side-navigation ul {
  list-style: none;
  margin: 0px;
  display: inline-block;
}
.side-navigation li {
  position: relative;
  line-height: 36px;
  padding: 6px 5px;
  display: inline-block;
}
.side-navigation ul ul li {
  display: block;
}
.menubar-box ul li a,
.side-navigation .sub-menu a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 13px 0px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 23px;
  color: #404a3d;
  font-family: "ABeeZee", sans-serif;
  font-weight: 600;
  margin: 0 5px;
}
.side-navigation ul li ul,
.side-navigation ul li ul {
  list-style: none;
  background: 0 0;
  position: absolute;
  padding: 0px;
  z-index: -1;
  margin: 0px;
  border: 0px;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  overflow: hidden;
  transform: translate(0px, -15px);
  transition: all 3s ease-out;
  background-color: #ffffff;
}
.side-navigation ul li:hover > ul,
.side-navigation ul > li > ul > li:hover > ul {
  z-index: 9999;
  opacity: 1;
  height: auto;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  overflow: visible;
  -webkit-animation: fadeInUp 0.5s ease-in-out;
  animation: fadeInUp 0.5s ease-in-out;
}
.side-navigation ul ul li:hover a:before {
  content: "";
}
.menubar-wrapper .current_page_item a {
  font-size: 16px;
  color: #404a3d;
  font-family: "ABeeZee", sans-serif;
  font-weight: 600;
}
.side-navigation ul li a:active {
  color: #082b45;
}
.side-navigation ul ul li:hover > a {
  color: #221a15;
}
.side-navigation .sub-menu a {
  margin: 0px -7px;
  position: relative;
}
.side-navigation ul ul {
  display: none;
  position: absolute;
  left: 0px;
  text-align: left;
  top: 100%;
  background: #ffffff;
  min-width: 215px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: 1.5s;
}
.side-navigation ul ul a {
  text-transform: none;
  font-weight: 400;
  color: #888;
  font-size: 14px;
  line-height: 1.5;
}
.side-navigation a {
  display: block;
  text-decoration: none;
  text-transform: none;
  color: #000000;
  padding: 0px;
  margin: 0px 8px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.side-navigation ul.sub-menu li a:after {
  content: none;
}
.side-navigation ul li a:hover,
.side-navigation ul li.current_page_item a {
  color: #221a15;
}
.nav-menu ul ul li:last-child {
  border-bottom: 0px;
  border-right: none;
}
.side-navigation ul li:hover > ul {
  display: block;
}
.side-navigation > ul > li.current_page_item:hover {
  background: transparent;
}
.menu > ul > li.exoplanet-search:before {
  background: transparent !important;
}
.nav-menu .menu > ul > li.highlight {
  background-color: #ffffff;
}
.toggle-menu,
a.closebtn {
  display: none !important;
}
.inner_banner img,
.title-box img {
  width: 100%;
}
/*---------------- Footer Section ----------------------*/
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
}
#footer form.search-form {
  border: none;
  background: transparent;
  padding: 0px;
}
#footer form.search-form input {
  float: none;
  border: 1px solid;
  margin: 0px 2px;
}
#footer input,
#footer textarea {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 5px;
}
#footer input::placeholder {
  color: #ffffff;
}
#footer textarea {
  height: 100px;
}
#footer p.post-date {
  color: #ffffff;
  font-size: 11px !important;
}
.copyright {
  background-color: #eae2da;
}
.copyright p {
  color: #221a15;
  margin-bottom: 0px;
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.copyright .main_sociobox a:hover {
  color: #c9859a;
}
.main_sociobox {
  padding: 20px 0px;
}
#footer {
  text-align: center;
  color: #fff;
  padding: 3em 0px 0px 0px;
  text-align: left;
  background-color: #221a15;
}
.footer_hide {
  display: none;
}
.footer-top-col {
  border-left: solid 5px #221a15;
  padding-left: 15px;
}
.container #blog-right-sidebar h3,
#footer h3 {
  color: #221a15;
  text-align: left;
  font-size: 24px;
  padding: 0px 0px 17px 0px;
}
#footer .copyright p {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
#footer .copyright a {
  color: #fff;
  cursor: pointer;
}
#footer input[type="submit"] {
  padding: 8px 10px;
  background-color: #221a15;
  color: #ffffff;
}
#footer .copyright {
  text-align: center;
  margin: 30px 0px 0px 0px;
  padding-top: 40px;
}
#footer ul {
  margin: 0px;
}
#footer ul li {
  list-style: none;
  margin: 0px 0px 5px 0px;
  text-align: left;
  padding: 5px;
}
#footer ul li a {
  color: #221a15;
  font-family: Merienda One;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
/* Hover */
#footer ul li a:hover {
  color: #c9859a !important;
  text-decoration: underline;
}

/* Active while clicking */
#footer ul li a:active {
  color: #c9859a !important;
  text-decoration: underline;
}

/* Current menu item */
#footer ul li.current_page_item > a,
#footer ul li.current-menu-item > a,
#footer ul li.current_page_parent > a,
#footer ul li.current-page-ancestor > a,
#footer ul li.current-menu-ancestor > a {
  color: #c9859a !important;
  text-decoration: underline;
}
#footer p {
  font-size: 14px;
  margin: 0px;
  line-height: 20px;
}
.widget_recent_entries img {
  width: 100px;
}
#footer h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
#footer h3:after {
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #221a15;
  bottom: 0px;
  content: "";
  right: 0px;
  left: 0px;
}
.about_me table,
.about_me td,
.about_me th {
  border: none;
}
.about_me p.message {
  margin-bottom: 20px !important;
}
.apex-credit,
.apex-credit a {
  color: #ffffff;
}
/*-------------Subscribe Box--------------*/
#footer .subscribe_box {
  text-align: center;
}
#footer .subscribe_box h4 {
  text-align: center;
  color: #221a15;
  font-family: Merienda One;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  text-transform: lowercase;
}
#footer .subscribe_box p {
  color: #221a15;
  padding-bottom: 25px;
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
#footer .subscribe_box .wpcf7-form {
  position: relative;
}
#footer .subscribe_box .wpcf7 {
  display: inline-block;
}
#footer .subscribe_box input[type="email"] {
  width: 70%;
  color: #221a15;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #221a15;
}
#footer .subscribe_box input[type="submit"] {
  background-color: #c9859a;
  color: #221a15;
  padding: 10px 20px;
  border-radius: 20px;
  position: absolute;
  right: 50px;
  font-family: "Merienda One", cursive;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #c9859a;
}
#footer .subscribe_box input[type="submit"]:hover {
  background-color: #221a15;
  color: #ffffff;
  border: solid 1px #221a15;
}
#footer .subscribe_box ::-webkit-input-placeholder {
  color: #221a15;
}
#footer .subscribe_box ::-moz-placeholder {
  color: #221a15;
}
#footer .subscribe_box :-ms-input-placeholder {
  color: #221a15;
}
#footer .subscribe_box ::placeholder {
  color: #221a15;
}
/*-------------Footer Menu ------------*/
.footer_menu ul {
  text-align: center;
  padding: 30px 0px 20px;
}
.footer_menu ul li {
  display: inline-block;
}
.footer_menu ul li a {
  font-family: "Merienda One", cursive;
  color: #ffffff;
  padding: 5px 15px;
}
#footer h3 {
  color: #ffffff;
}
#footer button {
  border: none;
  margin-top: 20px;
  letter-spacing: 1px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  background-color: #ffffff;
}
.side-navigation ul li a {
  position: relative;
  cursor: pointer;
}
.side-navigation ul > li.menu-item-has-children > a:after,
.side-navigation ul ul > li.menu-item-has-children > a:after {
  position: static;
  margin-left: 5px;
  font-family: "font awesome 5 free";
  font-weight: 900;
  float: right;
  color: #000;
}
.side-navigation ul > li.menu-item-has-children > a:after {
  content: "\f107";
  margin-top: -2%;
}
.side-navigation ul ul > li.menu-item-has-children > a:after {
  content: "\f0da";
  margin-top: 1%;
}
#footer .gallery-item {
  float: left;
  text-align: center;
  width: 29% !important;
  margin: 2px !important;
}
.menu-right-menu-container {
  position: relative;
  right: -150px;
}
.right-menu {
  position: relative;
  right: -80px;
}
.search-container {
  height: 30px;
  border-radius: 30px;
  padding: 0px;
  display: unset;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.8s;
}
.search-container:hover {
  background: #fff !important;
  padding: 10px 20px !important;
  box-shadow:
    4px 4px 6px 0 rgba(255, 255, 255, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2) !important;
}
.search-container:hover > .search-input {
  width: 145px !important;
  display: unset !important;
}
.search-container .search-input {
  background: transparent;
  border: none;
  outline: none;
  width: 0px;
  font-weight: 500;
  font-size: 16px;
  transition: 0.8s;
  display: none;
  padding: 0px;
}
.search-container.search-btn i {
  color: #221a15;
}
@keyframes hoverShake {
  0% {
    transform: skew(0deg, 0deg);
  }
  25% {
    transform: skew(5deg, 5deg);
  }
  75% {
    transform: skew(-5deg, -5deg);
  }
  100% {
    transform: skew(0deg, 0deg);
  }
}
/*.search-container:hover{
  animation: hoverShake 0.15s linear 3;
}*/
.search-box .search-form.serach-page {
  display: unset;
}
.credit_link a {
  color: #221a15;
  font-weight: 900;
}
.sticky .header-wrapper {
  padding: 28px 0;
}
.sticky .logo_outer {
  height: auto;
  border-bottom: unset;
}
#header .sticky .logo img {
  width: 100%;
  height: auto;
}
#footer .contact-text a {
  color: #fff;
}
.side-navigation .sub-menu a {
  padding: 4px 8px 5px;
  font-size: 14px;
  color: #000;
}
ul.sub-menu li {
  padding: 3px;
}
.sub-menu > li > a:hover {
  padding-left: 20px;
  color: #ff5858;
}
.side-navigation .checkout a {
  background: #221a15;
  color: #fff !important;
  padding: 6px 6px !important;
}
.menu-item-has-children ul.sub-menu ul {
  position: absolute;
  left: 100%;
  top: 0;
}
#footer_box .woocommerce .star-rating {
  font-size: 13px;
  margin: 0;
}
