/*------Tracking------------------*/
.order-track {
  cursor: pointer;
}
form.track_order {
  display: none;
}
.shipping-box:hover form.track_order {
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
  position: absolute;
  top: 34px;
  display: block;
  background: #fff;
  padding: 15px;
  width: 339px;
  right: 0;
  z-index: 3;
  /* left: 0; */
}
.order-track-hover form p {
  font-weight: 500;
}
.order-track-hover .woocommerce form .form-row {
  width: 100%;
}
/*-------------- Top Bar ---------------*/
.top-text {
  color: #ffffff;
}
.custom-link {
  color: #ffffff;
  margin-right: 18px;
  position: relative;
  padding-right: 18px;
}
.custom-link i,
.order-track i {
  color: #ffffff;
  font-size: 14px;
}
.order-track {
  color: #ffffff;
}
.custom-link:after {
  content: "";
  background-color: #ffffff;
  display: block;
  width: 2px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 8px;
}
.cart-block,
.wishlist-block,
.my-account-block {
  text-align: center;
}
.cart-block a,
.wishlist-block a,
.my-account-block a {
  color: #000000;
  display: block;
  font-size: 13px;
}
.cart-block i,
.wishlist-block i,
.my-account-block i {
  color: #000000;
  font-size: 18px;
  display: block;
  margin-bottom: 7px;
}
.my-account-block,
.wishlist-block {
  margin-right: 20px;
}
/*-------------- Product Search -----------------*/
.product-search-form input {
  width: 340px;
  border-radius: 33px;
  border: none;
  padding-left: 23px;
}
.product-search-form form {
  display: flex;
  border: 2px solid var(--color-primary);
  border-radius: 35px;
}
.product-search-form button.header-search-button {
  background-color: var(--color-primary);
  color: white;
  padding: 6px 20px;
  border: none;
  border-left: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.product-search-form {
  margin-right: 30px;
}
select.header-search-select {
  color: #6b6b6b;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-color: #000000;
  margin-right: 18px;
  padding-left: 14px;
}
.logo-search-block {
  padding: 20px 0;
}
/*----------------Translate----------------*/
.topbar_translate .gt_selector a img {
  display: none;
}
select.gt_selector.notranslate {
  padding: 6px;
  background-color: transparent;
  border: none;
  display: inline-block !important;
  color: white;
}
.gtranslate_wrapper:before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* font-size: 18px; */
  /* background-color: #F2F2F2; */
  padding: 5px 9px;
  color: white;
  /* border-radius: 50%; */
  /* width: 35px; */
  /* height: 35px; */
  display: block;
  font-size: 14px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.gtranslate_wrapper {
  position: relative;
}
.topbar_translate option {
  position: absolute;
  background-color: white;
  padding: 15px 15px 15px 15px;
  width: 100%;
  left: 0;
  top: 51px;
  color: black;
}
.topbar_translate option a {
  color: #6b6b6b !important;
  border-bottom: 1px solid #e9e9e9 !important;
  padding: 9px 5px !important;
}
.topbar_translate option a:hover {
  color: var(--color-yellow) !important;
}
.topbar_translate option a:last-child {
  border-bottom: none !important;
}
.topbar_translate .gt_selector {
  max-width: 100%;
  width: 84px;
}
.topbar_translate .gt_selector .selected,
.gt_selector .selected a:hover {
  background: transparent !important;
}
.gt_selector .selected a {
  color: white !important;
  border: none !important;
  padding: 0px !important;
  max-width: 100% !important;
  font-size: 14px;
  font-weight: 500;
}
.topbar_translate .gt_selector .selected a:after {
  content: "\f0d7" !important;
  height: auto !important;
  left: 51px !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-image: none;
}
.header-navigation {
  background-color: var(--color-primary);
}
/*-------------- All Categories -----------------*/
.categories-bar {
  margin-right: 30px;
}
.categories-bar i {
  color: black;
  margin-right: 7px;
}
.categories-bar button {
  background-color: transparent;
  border: none;
  color: #6b6b6b;
}
/*-------------- All Categories Sidebar -----------------*/
.sliding-sidebar .offcanvas-start {
  width: 300px;
}
.sliding-sidebar .offcanvas-header {
  background-color: var(--color-primary);
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 20px;
  position: relative;
  margin: 25px;
}
.sliding-sidebar .offcanvas-header .categories-bar {
  width: 100%;
  margin: 0;
  position: relative;
}
.sliding-sidebar .offcanvas-header .categories-bar i {
  color: white;
}
.sliding-sidebar .offcanvas-header .btn-close {
  color: black;
  background-color: white;
  font-size: 8px;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  margin: 0;
  top: 3px;
}
.sliding-sidebar .offcanvas-body ul {
  margin: 0;
}
.offcanvas-body ul li {
  list-style: none;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 12px !important;
  position: relative;
  padding: 0 25px;
}
.sliding-sidebar .offcanvas-body {
  padding: 0 !important;
  padding-right: 0;
}
.offcanvas-body ul li a {
  color: #1c1c1c;
  font-size: 13px;
}
.offcanvas-body ul li img {
  width: 85px;
  height: 57px;
}
.offcanvas-body ul li:hover {
  background-color: #d9d9d9;
}
.offcanvas-body ul li span {
  position: relative;
  top: 6px;
}
.offcanvas-body ul li a i {
  position: absolute;
  right: 39px;
  top: 50%;
  transform: translateY(-50%);
}
.offcanvas-body ul li:hover > a,
.offcanvas-body ul li:hover > a i {
  color: var(--color-primary);
}
.sliding-sidebar .offcanvas-body::-webkit-scrollbar-track {
  background-color: transparent;
}
.sliding-sidebar .offcanvas-body::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.sliding-sidebar .offcanvas-body::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
#masthead {
  width: 100%;
}
.top-bar .container {
  position: unset;
}
.left-navigation-block {
  flex: 0 0 auto;
  width: 38.666667%;
}
.logo-outer {
  flex: 0 0 auto;
  width: 22.666667%;
}
.right-navigation-block {
  flex: 0 0 auto;
  width: 38.666667%;
}
.top-bar {
  background-color: #2b2b2b;
  padding: 10px 0;
  position: relative;
}
.header-git-block {
  display: inline-block;
}
.header-git-block:first-child {
  padding-right: 19px;
  margin-right: 15px;
  position: relative;
}
.header-git-block:first-child:after {
  content: "";
  background-color: white;
  display: block;
  width: 2px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 6px;
}
.header_social a i {
  color: #fff;
  padding-right: 14px;
}
a.header-contact-text {
  color: white;
  font-size: 14px;
}
.header-git-block i {
  color: white;
  margin-right: 7px;
  padding-top: 4px;
}
.header_social {
  margin-left: 30px;
}
.fixed-header .logo_inner {
  margin-top: -29px;
}
.logo_inner {
  border-radius: 10px;
  position: relative;
}
.search-block i.fas.fa-search {
  background-color: #7337bd;
  padding: 19px 14px 14px 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  color: white;
}
.header-contact-box span {
  background-color: var(--color-primary);
  color: #121212;
  font-size: 12px;
  padding: 2px 5px;
  font-weight: 600;
}
.right-menu {
  margin: 0;
  text-align: right;
}
.left-menu {
  margin: 0;
}
.right-contact-box .header-git-block {
  width: auto;
  border-bottom: none;
}
.right-contact-box {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.left-contact-box {
  padding-bottom: 2px;
  border-bottom: 1px solid #e5e5e5;
}
.right-contact-box-inner {
  padding-bottom: 2px;
  border-bottom: 1px solid #e5e5e5;
}
.top-logo-wrapper {
  position: relative;
}
.logo-block {
  background-color: white;
  transform: scale(1.5);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  z-index: 9;
}
.header-contact-box {
  text-align: right;
}
.header-contact-box i,
.schedule-service i {
  color: var(--color-primary);
  padding-right: 4px;
}
.header-contact-box a,
.schedule-service a {
  color: white;
  padding-left: 5px;
  padding-right: 10px;
}
.head-social {
  margin-left: 4px;
}
#top-header:after {
  content: "";
  background-color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  height: 100%;
  width: 30%;
  z-index: 0;
  box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.05),
    0px 25px 20px -20px rgba(0, 0, 0, 0.05);
}
/*----------Sticky Header------*/
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  margin-top: 0;
}
.fixed-header #mySidenav {
  margin: 12px 0;
}
/* --------------------------Header---------------------------- */
.menubar-box {
  background: var(--color-F5F5F5);
  padding: 0px 3.7em;
}
#header .logo img {
  max-height: 123px;
  width: auto;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.continnerbox {
  background-size: 100% 100%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo h1,
#footer .logo h1,
#header .logo p.site-title {
  font-weight: 700;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.logo {
  padding: 30px;
}
.logo a.custom-logo-link {
  color: #000000;
}
.logo h1 a,
.logo h1 a,
.logo p.site-title a {
  color: #262626;
  text-transform: uppercase;
}
.logo p {
  color: #262626;
  margin-bottom: 0;
  font-size: 14px;
}
.search_mobile {
  display: none !important;
}
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.close-sidebar {
  font-size: 25px;
  text-align: right;
  color: #fff;
  padding: 16px 20px;
}
.headerbar {
  font-size: 30px;
  font-weight: 900;
}
.side-navigation li {
  position: relative;
  padding: 14px 26px;
  display: inline-block;
}
ul.primary-menu {
  margin: 0;
}
.side-navigation ul li.current_page_item,
.side-navigation ul li.current-menu-item {
  background-color: #78B85D;
}
.side-navigation li:last-child {
  border-right: none;
}
.side-navigation a {
  font-size: 14px;
  color: white;
  font-weight: 500;
}
.side-navigation ul ul li.current_page_item a:after,
.side-navigation ul ul li.current-menu-item a:after {
  display: none;
}
.side-navigation ul li.current_page_item a:before,
.side-navigation ul li.current-menu-item a:before {
  transform: scale(1);
}
.side-navigation ul li.current_page_item a,
.side-navigation ul li.current-menu-item a {
  color: white;
}
.side-navigation ul li:hover a:before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.side-navigation .sub-menu li a:before {
  width: 0 !important;
}
.side-navigation a:hover {
  color: white;
}
.sub-menu li:hover {
  background-color: white;
}
.sub-menu li:hover a {
  color: #6b6b6b !important;
}
.sub-menu li {
  margin-top: 0;
}
.side-navigation ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--color-primary);
  border-radius: 0;
  min-width: 230px;
  z-index: 9999;
  display: none;
}
.side-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.side-navigation ul ul li,
.menubar.scrolled .side-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  /*border-bottom: 1px solid #cccccc;*/
  padding: 12px 20px;
}
.side-navigation ul ul li a {
  color: white;
}
.side-navigation ul ul li:last-child {
  border-bottom: 0;
}
.side-navigation ul li:hover > ul {
  display: block;
  animation: fadeInRight 1.5s ease;
  -webkit-animation: fadeInRight 1.5s ease;
}
.side-navigation ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: static;
  margin-left: 5px;
  font-family: "font awesome 5 free";
  font-weight: 900;
  /*float: right;*/
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10 0%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.side-navigation .menu > ul > li.highlight {
  background-color: #ff8800;
}
.side-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;
}
.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;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
/* Back to top button css */
.scrollup {
  color: white;
  position: fixed;
  display: none;
  bottom: 86px;
  right: 2em;
  z-index: 9999999999;
  background-color: var(--color-primary);
  width: 55px;
  height: 55px;
  border-radius: 50px;
  padding: 15px 20px;
}
.scrollup.left {
  left: 15px;
  right: auto;
}
.scrollup.center {
  left: 45%;
  right: 44%;
}
.scrollup:focus,
.scrollup:hover {
  color: white;
}
.scrollup span {
  display: inline-block;
}
.scrollup i {
  font-size: 23px;
}
/*---------------- Header Search ----------------------*/
/*---------------- Header Search ----------------------*/
.serach_form_box input.search-field {
  background-color: #f6f1ff;
  border: 1px solid #ece4f8;
  padding: 3px 17px;
  border-radius: 30px;
  font-size: 12px;
}
.serach_form_box button.search-submit {
  border: none;
  background-color: transparent;
}
.serach_form_box button.search-submit i {
  font-size: 12px;
  position: absolute;
  right: 0;
}
.serach_form_box form {
  position: relative;
}
.serach_form_box button.search-submit i {
  font-size: 11px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 999;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
#search input[type="search"] {
  font-size: 24px;
  border: 0px;
  margin: 0px auto;
  /* margin-top: -51px; */
  padding-left: 30px;
  padding-right: 30px;
  background-color: white;
  color: black;
  padding: 17px;
  width: 42%;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}
#search .close {
  position: fixed;
  top: 20%;
  right: 20%;
  color: #fff;
  background-color: var(--color-primary);
  opacity: 1;
  padding: 4px 14px 7px 14px;
  border: none;
  font-size: 25px;
}
#search form.search-form.serach-page {
  position: absolute;
  top: 50%;
  left: 45%;
  right: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
}
#search button.search-submit {
  background-color: var(--color-fb5b21);
  padding: 18px;
  border: none;
  height: 100%;
  position: absolute;
}
#search button.search-submit i {
  color: white;
}
/*---------------- Header Social icons ----------------------*/
.soial_icons i {
  color: #b9afc7;
  font-size: 12px;
  padding-right: 10px;
}
.soial_icons i:hover {
  color: var(--color-primary);
}
/*---------------- Footer Section ----------------------*/
.footer-text {
  color: #222222;
  font-weight: 400;
}
.footer-content-wrapper.row {
  padding-bottom: 3em;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 4em;
}
#footer .textwidget p {
  font-size: 18px;
  font-weight: 400;
  color: black;
  width: 54%;
}
.footer-cols {
  padding: 60px 0;
}
#footer .copyright p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: white;
}
#footer ul {
  margin: 0;
}
#footer ul li a {
  font-size: 15px;
  font-weight: 400;
  color: white;
}
.widget_recent_entries img {
  width: 100px;
}
#footer h3.widget-title,
#footer h3.top_title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  color: black;
  padding: 0;
}
#footer .footer-navigation ul li {
  padding: 0 15px;
}
#footer .footer-navigation ul li a {
  font-size: 17px;
  font-weight: 600;
}
.footer_text,
.footer_text p {
  font-size: 13px;
  font-weight: 300;
  color: white;
  line-height: 26px;
}
.footer_text {
  max-width: 80%;
  margin: 0 auto;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 15px;
  display: inline-block;
  font-size: 13px;
}
#footer .top_social a {
  background-color: white;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 18px;
  margin-right: 18px;
}
#footer .top_social a i {
  color: black;
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 16px;
  padding: 12px;
}
#footer .top_social a:hover i {
  color: var(--color-primary);
}
.footer_contact {
  border-top: 1px solid #f9f9f9;
}
.footer_contact h4 {
  color: white;
}
#footer .footer_contact ul li {
  padding: 0 30px;
}
#footer .footer_contact ul li a {
  font-size: 15px;
  font-weight: 400;
}
#footer .footer_contact ul li i {
  padding-right: 6px;
  color: white;
}
/* --------- Social Icon Widget ------- */
#footer .social_widget a {
  color: #a3a3a3;
  padding: 10px 15px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: hidden;
}
.custom-social-icons a {
  text-align: center;
  margin-right: 5px;
}
.custom-social-icons a:hover i {
  transition: all 0.2s linear;
  background: var(--color-primary);
  color: white;
}
.custom-social-icons a span {
  display: none;
}
.custom-social-icons a i {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  color: white;
  display: inline-block;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 14px;
}
.custom-social-icons a:hover i {
  background-color: var(--color-primary);
  color: white;
}

/*--------------*/
.about_me table,
.about_me td,
.about_me th {
  border: none;
}
.about_me p.message {
  margin-bottom: 5px !important;
}
#footer_box .sub-menu,
#our-newsletter .newsletter h3:after,
amp-sidebar#sidebar1,
.headerbar,
.footer_hide {
  display: none;
}
#footer_box .about_me i,
#footer ul li a:hover,
.closepop i:hover,
#footer a.contributor-btn:hover {
  color: #ff4848;
}
#footer .widget_media_gallery img {
  padding-right: 25px;
  border: none;
}
span.credit_link a {
  color: white;
}
#menu-top-menu li {
  display: inline-block;
  padding: 0 15px 0 0;
  /* color: #000; */
}
#menu-top-menu li a {
  color: #000;
}
#search form.search-form.serach-page {
  position: absolute;
  top: 50%;
  left: 45%;
  right: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
}
#search button.search-submit {
  background-color: var(--color-primary);
  padding: 18px;
  border: none;
  height: 100%;
  position: absolute;
}
/* Social Share btns*/
.social_share_btns {
  position: absolute;
  top: 10px;
  right: 0px;
  padding-left: 15px;
}
.social-btn a i {
  color: black;
  font-size: 13px;
  vertical-align: text-top;
}
.social-btn a {
  display: inherit;
  background-color: white;
  padding: 3px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
}
.social_share_btns {
  display: none;
}
.share_page:hover .social_share_btns {
  display: block;
}
#footer {
  background-repeat: no-repeat;
  background-size: cover;
}
div#footer-widgets {
  padding: 5em 0;
}
.outer-footer {
  background-color: #1c1c1c;
  background-size: cover;
}
.copyright-theme {
  color: black;
  padding-bottom: 50px;
}
.theme-footer-cols ul li {
  position: relative;
  margin-bottom: 12px;
  color: black;
  list-style: none;
}
.theme-footer-cols h3,
h2.widgettitle {
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
  color: white;
  font-weight: 500;
}
.footer-contact span {
  color: white;
  padding-right: 13px;
}
.or-sepeartor {
  color: #999999;
}
.footer-details ul {
  margin: 0;
}
.rpwwt-post-date {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.theme-footer-cols p,
.theme-footer-cols ul li a,
.contact_widget .media a,
.contact_widget span.contact-text {
  font-size: 14px;
  line-height: 23px;
  color: #999999;
}
.theme-footer-cols ul li a {
  text-transform: capitalize;
}
.theme-footer-cols ul li a:hover {
  color: white;
}
.footer-details input[type="email"] {
  background-color: white;
  padding-left: 19px !important;
  border-radius: 30px;
  border: 1px solid var(--color-primary);
  padding: 12px 10px;
}
.footer-details input[type="submit"] {
  background-color: var(--color-primary);
  color: black;
  border: none;
  border-radius: 6px;
  /* margin: 14px 0; */
  padding: 12px 24px;
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Free";
  height: 100%;
  border-radius: 30px;
  top: 0;
  font-family: var(--primary-font);
}
.footer-details form {
  position: relative;
}
span.wpcf7-spinner {
  display: none;
}
.contact_widget_head {
  display: block;
  color: #b2b2b2;
}
.footer_icons a {
  color: white;
  margin: 0 4px;
  padding: 6px 10px;
  border: 1px solid #5a6e77;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
}
.footer_icons {
  text-align: right;
}
.footer_icons a i {
  font-size: 18px;
}
.copyright-icons .top_social i {
  color: #40444d;
  font-size: 18px;
  margin-left: 10px;
}
.copyright-icons {
  text-align: right;
}
.copyright-icons .top_social a:hover i {
  color: var(--color-primary);
}
.theme-footer-cols .footer-col4 p {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 21px;
  color: black;
}
.footer-col3 {
  padding-right: 0;
}
.copyright-wrapper a i {
  background-color: var(--color-primary);
  color: white;
  padding: 6px;
  border-radius: 50%;
  font-size: 11px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.copyright-wrapper {
  padding-top: 20px;
  border-top: 1px solid #3c3838;
}
.footer-content-wrapper {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}
/*---------------Newsletter ---------------*/
.newsletter-container {
  border-radius: 20px;
  /* background-color: #f9e5e4; */
  /* padding: 30px 40px; */
  max-width: 89%;
  margin: 0 auto;
}
.newsletter-container h4 {
  color: white;
  font-size: 17px;
}
#newsletter_section .section_main_head .section-text,
#newsletter_section .section_main_head .section-text p {
  max-width: 100%;
}
.newsletter_shortcode {
  width: 95%;
  margin: 0 auto;
  margin-top: 17px;
}
.newsletter_shortcode textarea {
  height: 152px;
}
.newsletter_shortcode input[type="text"],
.newsletter_shortcode input[type="tel"],
.newsletter_shortcode input[type="email"],
.newsletter_shortcode input[type="phno"],
.newsletter_shortcode input[type="password"],
.newsletter_shortcode textarea {
  background-color: white;
  border: none;
  color: #898f95;
  padding: 9px 24px;
  font-family: var(--primary-font);
  border-radius: 29px;
  border: 1px solid #e6e6e6;
}
.newsletter_shortcode input[type="text"]::placeholder,
.newsletter_shortcode input[type="tel"]::placeholder,
.newsletter_shortcode input[type="email"]::placeholder,
.newsletter_shortcode input[type="phno"]::placeholder,
.newsletter_shortcode input[type="password"]::placeholder,
.newsletter_shortcode textarea::placeholder {
  color: #898f95;
}
.newsletter_shortcode input[type="submit"] {
  padding: 14px 28px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background-color: var(--color-primary);
  border-radius: 42px;
  box-shadow: none;
}
.newsletter_shortcode form {
  position: relative;
}
.newsletter_social a {
  background-color: #f8ad6b;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.newsletter_shortcode label {
  color: #30494f;
  font-weight: 600;
}
.about-head .about-image:hover img {
  transform: scale(1.2) translate(4%, 4%);
}
.about-head .about-image img {
  transition: all 0.5s ease 0s;
  width: 100% !important;
}
.newsletter_form h5 {
  color: white;
  font-size: 18px;
  /* writing-mode: initial; */
  background-color: var(--color-primary);
  padding: 7px 20px;
  display: inline-block;
  font-size: 15px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 020px;
  border-bottom-left-radius: 20px;
  transform: rotate(270deg) translateX(10%);
  position: absolute;
  left: -66px;
  top: 50%;
}
#newsletter_section {
  position: relative;
  padding-top: 0;
}
.footer-navigation ul li a {
  color: #141b22;
}
.footer-navigation ul li {
  display: inline-block;
  margin-left: 12px;
}
.footer-navigation {
  text-align: right;
}
.footer-logo {
  margin-top: 5em;
}
.copyright-text {
  color: white;
  font-size: 12px;
}
.payment-image {
  text-align: right;
}

/*----------------- Email Popup ------------------*/

.email-popup-con {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 20%);
  z-index: 100;
}
.email-popup-inner-con {
  width: 100%;
  max-width: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}
.email-popup-img-con,
.email-popup-img-con img {
  float: left;
  width: 100%;
  position: relative;
}
.email-popup-img-con {
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
/*.email-popup-img-con::after {
     content: " ";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(0,0,0,0.6);
}*/
.message-overlay-con {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 25px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.email-popup-img-con .message {
  display: block;
  color: #eee;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
}
.email-popup-img-con .nothanks {
  display: inline-block;
  color: #ccc;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 600;
}
.email-popup-img-con .nothanks:hover {
  color: #fff;
  cursor: pointer;
}
.email-popup-inner-con .gform_wrapper {
  padding: 25px;
}
.email-popup-inner-con div.gform_wrapper label.gfield_label {
  display: none;
}
.email-popup-inner-con div.gform_wrapper .gform_footer .gform_button,
.email-popup-inner-con div.gform_wrapper .gform_page_footer .button {
  width: 100%;
  background-color: #da842b;
  padding: 10px;
  font-size: 24px;
}
.email-popup-inner-con div.gform_wrapper .gform_footer .gform_button:hover,
.email-popup-inner-con div.gform_wrapper .gform_page_footer .button:hover {
  background-color: #ec9840;
}
.email-popup-inner-con div.gform_wrapper input[type="email"],
.email-popup-inner-con div.gform_wrapper input[type="text"],
.email-popup-inner-con div.gform_wrapper select {
  background-color: transparent;
  border: 2px solid #ccc;
  color: #777;
  padding: 15px;
  border-radius: 5px;
}
.email-popup-inner-con .gform_confirmation_message {
  color: #fff;
  border: none;
  background-color: #538594;
}
.email-popup-img-con .section_main_head h3 {
  font-size: 26px;
  font-weight: 600;
  max-width: 51%;
  margin: 0 auto;
}
.newsletter-text {
  color: #808080;
  font-weight: 400;
}
span.newsletter-discount {
  color: #78B85D;
}
.email-popup-img-con .section_main_head {
  padding-top: 2em;
}
span.close-popup {
  position: absolute;
  right: 17px;
  top: 10px;
  font-size: 16px;
  z-index: 999;
  cursor: pointer;
}
input#dont-show {
  margin-right: 6px;
  /* margin-top: 6px; */
  position: relative;
  top: 1px;
}
.sliding-sidebar ul.subcategory-box {
  position: absolute;
  left: 100%;
  max-width: 400px;
  z-index: 99999;
  top: 0;
  width: 100%;
  background-color: white;
  display: none;
}
.sliding-sidebar ul li:hover > ul {
  display: block;
}
