.site-wrapper {
  overflow: hidden;
}

.container-fluid {
  padding: 0;
}

.container {
  width: 1490px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.content-area,
.elementor-page.page-about-3 .content-area,
.elementor-page.page-about .content-area {
  margin-top: 80px;
  margin-bottom: 80px;
}
.elementor-page .content-area {
  margin-top: 0px;
  margin-bottom: 0px;
}
.single-post.group-blog .content-area {
  margin-top: 40px;
}
.single-post.group-blog .content-area.fleeko_post_style_4,
.single-post.group-blog .content-area.fleeko_post_style_7,
.single-post.group-blog .content-area.fleeko_post_style_9 {
  margin-top: 0px;
}

.site-wrapper .container.container-fluid {
  width: 100%;
}

/* link style */

/* p a {
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
 a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0px;
  
  bottom: 0px;
  transition: all 500ms ease;
  background-color: inherit;
}
 a:hover:before {
  width: 100%;
} */

/* link style  end*/
ul,
li {
  padding: 0;
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

ol li,
ul li {
  color: var(--para-color);

  font-weight: normal;
  margin-bottom: 10px;
}

ol.wp-block-list {
  margin-top: 10px;
  margin-bottom: 20px !important;
}

button,
.btn {
  font-family: var(--main-font);
  font-weight: 500;
}

a {
  color: var(--heading-color);
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--main-hover);
}

a,
button,
.header_sticky,
.navbar-nav > li .dropdown-menu,
.navbar-nav .dropdown-menu > li > a,
.search-wrap .search_box,
.user-wrap .user_box,
.search_form,
.search_form .search-submit,
.dropdown-toggle::after,
.off_menu_overlay {
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -ms-transition: 0.4 ease all;
  transition: 0.4s ease all;
}

form input {
  outline: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

*:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.hidden {
  display: none;
}

ul.wp-block-list,
ol.wp-block-list {
  list-style: none;
  padding-left: 0;
}

ul.wp-block-list li,
ol.wp-block-list li {
  position: relative;
  padding-left: 28px;
  /* space for icon */
  margin-bottom: 5px;
}

ul.wp-block-list li::before,
ol.wp-block-list li::before {
  content: "\F309";
  font-family: var(--boot-icons);
  font-size: 30px;
  color: var(--para-color);
  position: absolute;
  left: 0px;
  top: -5px;
  line-height: 1.2;
}

button:focus {
  box-shadow: none;
}

.btn-close:focus,
.btn:hover,
.btn:focus,
button:focus {
  outline: 0;
  box-shadow: none;
}

.social_share_wrapper .social_icons {
  display: flex;
  list-style: none;
  gap: 15px;
  margin-top: 20px;
}

.social_share_wrapper .social_icons li a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--heading-color);
  border-radius: 5px;
  padding: 5px;
  display: block;
  line-height: 28px;
  text-align: center;
  font-size: calc(var(--font-lg) + 1px);
}

.social_share_wrapper .social_icons li a:hover {
  background-color: var(--heading-color);
  color: var(--white);
}

.social_share_wrapper.share_sticky {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.social_share_wrapper.share_sticky .social_icons {
  flex-flow: column;
}

/*--------------- Topbar ---------------*/
.top_sec ul.wp-block-social-links {
  list-style: none;
  margin-left: 10px;
  border-left: 1px solid #ccc;
  padding-left: 15px;
  gap: 7px;
}

.top_sec {
  background: transparent;
  padding: 15px 0;
  color: var(--white);
  font-size: calc(var(--font-sm) + 1px);
  line-height: 1.75;
  border-bottom: 1px solid var(--border-color-1);
}

div.top_sec p {
  margin-bottom: 0;
  line-height: 1.6em;
}

.top_right {
  text-align: end;
  align-content: end;
}

.top_sec i {
  font-size: var(--font-base);
  margin: 3px 2px 0 0;
}

.inf_txt p,
.offer_txt p {
  color: var(--white);
}

/*--------------- Header Area ---------------*/
.main-header {
  position: relative;
}

.main-header::before {
  position: absolute;
  content: " ";
  top: -13px;
  background-image: url("https://fleeko.thimwiz.com/wp-content/uploads/2025/12/home-01-top-pattern.png");
  left: 0;
  height: 30px;
  width: 100%;
  background-size: contain;
  background-position: top;
}

.offcanvas_wrap.mobmenu_ico.col {
  display: none;
}

h1.site_title {
  font-size: calc(var(--font-xl) + 1px);
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

h3.site_desc {
  font-size: calc(var(--font-xs) + 1px);
  margin: 6px 0 0;
  font-weight: 500;
  line-height: 1;
}

.header-top.header-area {
  border-bottom: 2px solid var(--black);
}

.logged-in.admin-bar .header_sticky.is_stuck {
  top: 32px;
  background-color: var(--bg-color-1);
}

.header_sticky.is_stuck {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 100;
  background: var(--bg-color-1);
}

.header_sticky {
  top: -32px;
}

.main-logo .sticky_logo {
  display: none;
}

.main-logo .retina_logo,
.main-logo .retina_sticky_logo {
  display: none;
}

.header-top.header_sticky.is_stuck img.default_logo {
  display: none;
}

.header-top.header_sticky.is_stuck img.sticky_logo {
  display: block;
}

nav.navbar {
  position: relative;
  padding: 0 0px;
}

nav.navbar .navbar-collapse {
  align-items: center;
  justify-content: center;
  height: 100%;
}

a.navbar-brand {
  display: block;
  height: 80px;
  align-content: center;
  width: 120px;
  padding: 10px 0;
}

a.navbar-brand img {
  height: auto;
  width: 100%;
}

.header-area .navbar ul.nav > li > a {
  padding: 0 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--heading-color);
  text-transform: uppercase;
  font-size: 15px;
}

.nav-link:focus-visible {
  box-shadow: none;
}

.header-area .navbar ul.nav {
  height: 100%;
}

.header-area .navbar ul.nav > li > a:hover,
.header-area .navbar ul.nav > li.drop_down:hover > a {
  color: var(--main-hover);
}

.header-area .row {
  align-items: center;
}

.header-area .navbar ul.nav > li {
  padding: 35px 0 35px 0;
  position: relative;
  align-content: center;
  margin-bottom: 0;
}

.is_stuck.header-area .navbar ul.nav > li {
  padding: 30px 0 30px 0;
}

.dropdown-toggle::after {
  margin: 0;
  border: 0;
  border-left: 2px solid var(--heading-color);
  border-top: 2px solid var(--heading-color);
  width: 7px;
  height: 7px;
  transform: rotate(225deg);
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.navbar-nav > li .dropdown-menu,
.navbar-nav > li .dropdown-submenu {
  background: var(--bg-color-1);
  box-shadow: none;
  padding: 0px 0;
  margin: 0;
  border-radius: 0;
  position: absolute;
  top: calc(100% + 50px);
  border: 1px solid var(--heading-color);
  left: 0%;
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 250px;
  z-index: 10;
  white-space: nowrap;
}

.user_menu ul,
.user-wrap div.user_box {
  background: var(--bg-color-1);
  border: 1px solid var(--heading-color);
  width: 240px;
  box-shadow: none;
}

.user_menu ul li a,
ul.user_menu li a {
  color: var(--heading-color);
}

.header-area .navbar-nav > li .dropdown-menu li,
.user_menu ul li,
ul.user_menu li {
  position: relative;
  z-index: 2;
  padding: 12px 15px;
  margin: 0;
  list-style: none;
  line-height: 1;
}

.header-area .navbar-nav > li .dropdown-menu li:hover,
.user_menu ul li:hover,
ul.user_menu li:hover {
  background-color: var(--main-color);
  color: var(--heading-color);
}

.user_menu ul li:hover a,
ul.user_menu li:hover a {
  color: var(--heading-color);
}

.header-area .navbar-nav > li .dropdown-menu li:hover {
  background-color: var(--main-color);
  color: var(--heading-color);
}

.header-area .navbar-nav > li .dropdown-menu li a:hover {
  color: var(--heading-color);
}

.header-area .navbar-nav > li .dropdown-menu > li {
  padding: 12px 15px;
  line-height: 1;
  font-size: calc(var(--font-base) - 2px);
  position: relative;
  z-index: 2;
}

header a {
  text-decoration: none;
  font-size: calc(var(--font-sm) + 2px);
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.header-area .navbar-nav > li .dropdown-menu > li .nav-link {
  padding: 0;
  font-size: calc(var(--font-sm) + 1px);
  color: var(--heading-color);
  line-height: 1;
  text-wrap: auto;
  line-height: 1.2em;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:hover,
.nav-link:focus,
.nav-link:hover,
.nav .open > a:focus {
  color: var(--main-hover);
}

ul.navbar-nav > li.drop_down:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

ul.navbar-nav > li.drop_down:hover > ul {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 1px);
}

ul.navbar-nav > li ul.dropdown-menu > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}

ul.navbar-nav > li.drop_down > .dropdown-toggle::after {
  transform: rotate(225deg);
}

ul.navbar-nav > li.drop_down:hover > .dropdown-toggle::after {
  transform: rotate(45deg);
  top: 5px;
  border-color: var(--main-hover);
}

.navbar-nav > li .dropdown-menu > li > ul,
.navbar-nav > li .dropdown-submenu {
  left: 100%;
  top: 30px;
  transition: 0.5s ease all;
}

ul.navbar-nav > li ul.dropdown-menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.navbar-nav > li .dropdown-menu > li .dropdown-toggle::after {
  position: absolute;
  top: 18px;
  right: 15px;
  transform: rotate(135deg);
}

/* .navbar-nav > li .dropdown-menu > li:hover .dropdown-toggle::after {
  transform: rotate(135deg);
  border-color: var(--heading-color);
} */

span.nav_frame {
  position: absolute;
  width: 100%;
  height: 100%;

  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
}

.search-wrap,
.cart-wrap,
.search_form,
.user-wrap {
  position: relative;
}

.header-top .right_section > div {
  align-content: center;
  flex: none;
  padding: 20px 0;
}

.right_section button.btn {
  background: none;
  color: var(--para-color);
  border: none;
  font-size: calc(var(--font-base) + 2px);
  margin: 0;
  display: inline-block;
  line-height: 22px;
}

.cart-wrap .cart_body {
  z-index: 22;
}

.right_section button.btn-user {
  font-size: calc(var(--font-xl) - 1px);
  line-height: 1;
}

div.cart_container .cart_list .product_wrap a.remove:hover {
  background-color: var(--main-color);
}

.classic_cart .cart_body .product_wrap a.remove_product:hover i {
  color: var(--heading-color);
}

.classic_cart .cart_body .product_wrap a.remove_product i {
  font-size: calc(var(--font-base) + 2px);
}

.classic_cart .cart_body .product_wrap a.remove_product {
  transform: translateY(0%);
  right: 20px;
}

.right_section button.btn:hover {
  color: var(--main-color);
}

.search-wrap button.btn i {
  color: inherit;
}

.search-wrap .search_box.open,
.user-wrap .user_box.open {
  top: calc(100% + 1px);
  opacity: 1;
  visibility: visible;
  z-index: 33;
}

.search-wrap .search_box,
.user-wrap .user_box {
  position: absolute;
  width: 450px;
  right: 0;
  top: 0px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
  opacity: 0;
  z-index: -2;
  visibility: hidden;
}

.search-wrap .search_box input[type="search"],
.widget .search__form-inner input[type="search"] {
  background: var(--white);
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  line-height: 30px;
  padding: 10px 15px;
  padding-right: 70px;
  font-size: calc(var(--font-sm) + 1px);
  border: none;
  color: var(--para-color);
  width: 100%;
}

.searchform.widget {
  box-shadow: none;
  width: 70%;
  margin: 20px 0;
}

.searchform.widget form {
  border: 1px solid var(--heading-color);
  margin-top: 10px;
  border-radius: 30px;
}

.searchform.widget form input[type="search"] {
  border-radius: 30px 0 0 30px;
}

.searchform.widget form .search__form-inner,
.searchform.widget form .search-submit {
  border-radius: 0 30px 30px 0;
}

section.no-results.not-found {
  padding-bottom: 30px;
}

.search-wrap .search_form .search-submit,
.widget button.search-submit {
  background: var(--main-color);
  color: var(--white);
  font-size: 0;
  height: 100%;
  font-weight: bold;
  padding: 0px 22px;
  text-transform: capitalize;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-radius: 0;
  z-index: 10;
}

.widget button.search-submit:hover {
  background: var(--main-hover);
}

.search-wrap .search_form .search-submit i,
.widget button.search-submit i {
  font-size: var(--font-base);
  line-height: inherit;
  display: block;
}

.search-wrap button.btn:hover {
  color: var(--main-color);
}

.cart_body {
  top: 90%;
  right: 0px;
  background-color: var(--white);
  min-width: 270px;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.header-top .right_section,
.header-top .left_section {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  align-items: center;
}

.header-top .left_section {
  justify-content: flex-start;
  align-items: center;
}

.header-top .left_section div {
  flex: none;
}

.right_section button {
  padding: 10px 10px;
  border: none;
  /* background: none; */
}

.btn_wrap {
  position: relative;
  display: inline-block;
}

.btn_wrap .main-btn {
  border: 1px solid var(--heading-color);
  border-radius: 30px;
  display: flex;
  padding: 10px 25px;
  z-index: 1;
  font-size: calc(var(--font-sm) + 2px);
  position: relative;
  background: var(--main-color);
  color: var(--heading-color);
  line-height: 1;
}

.btn_wrap .main-btn:hover {
  background-color: var(--bg-color-1);
  color: var(--heading-color);
}

.btn_wrap::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 30px;
  margin: 4px 2px;
  background: var(--bg-color-1);
  z-index: 0;
}

.nav_btn .main-btn {
  padding: 12px 30px;
  gap: 5px;
  font-weight: 500;
}

.nav_btn .btn_wrap::after {
  margin: 5px 3px;
}

/*--------------- Header Layout styles ---------------*/
.header_sticky.is_stuck .header_boxed {
  margin: 0;
}

.header4.header-top.header-area {
  border: none;
  padding-top: 60px;
  padding-bottom: 40px;
}

.header4.header-area .navbar ul.nav > li {
  padding: 40px 0 40px 0;
}

.header_boxed {
  border: 1px solid var(--heading-color);
  padding: 0 30px;
  position: relative;
  background: var(--bg-color-1);
  margin: 0px;
}

.header4 .search_box .search__form {
  margin-top: -15px;
}

.header_boxed nav.navbar {
  width: 60%;
}

.header_boxed.header_rounded {
  border-radius: 50px;
}

.header_boxed:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 10px 0px 0 10px;
  border: 1px solid var(--heading-color);
  top: 0;
  left: 0;
  z-index: -1;
}

.header5.header-area .navbar ul.nav > li {
  padding: 30px 0 30px 0;
}

.header5 .header_section {
  margin-bottom: 60px;
}

.header_boxed.header_rounded::after,
.header7 .header_boxed::after {
  content: none;
}

.header5.header-area {
  border: none;
  background: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header5.header-area .main-logo {
  flex: 1 0 0;
  display: flex;
  justify-content: center;
}

.header5.header-area .nav_btn {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.header5.header-area .soc_ico_wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

button.offcanvas-toggle {
  background: none;
  border: none;
}

.header5.header-bottom {
  background: var(--bg-color-1);
  padding: 0;
}

.header5.header-bottom .row .col {
  align-items: center;
  display: flex;
}

.header5.header-bottom .row .right_section.col {
  gap: 15px;
  justify-content: end;
}

.header5.header-bottom .row .right_section .col {
  display: block;
  justify-content: end;
  flex: auto;
  max-width: fit-content;
}

.header5.header-bottom .search-wrap {
  justify-content: flex-end;
}

.header5.header-bottom .search-wrap > button {
  padding: 0;
}

.header5 .soc_ico_wrap {
  padding: 0;
}

.header5 .soc_ico {
  margin-top: 0;
}

.header5 .soc_ico ul {
  gap: 15px;
}

.header5 .soc_ico li a {
  width: 100%;
  height: 100%;
  line-height: 1.2em;
  margin: 0;
  background-color: transparent;
}

.header5 .soc_ico li {
  margin: 0;
}

.header5 .soc_ico li a::before,
.header5 .soc_ico li a::after {
  content: none;
}

.soc_ico ul li a:hover {
  color: var(--heading-color);
  background-color: transparent;
}

.offcanvas .soc_ico ul li a:hover i {
  color: var(--heading-color);
}

.soc_ico ul li a:hover i {
  color: var(--main-hover);
}

.header6.header-top.header-area {
  border-bottom: none;
  padding-top: 60px;
}

.header6.header-area .navbar ul.nav > li {
  padding: 40px 0 40px 0;
}

.header6 .header_boxed.header_rounded {
  border-radius: 100px;
}

.header7.header-top.header-area {
  border-bottom: none;
  padding-top: 60px;
}

.header7.header-area .navbar ul.nav > li {
  padding: 40px 0 40px 0;
}

.header7 .header_boxed.header_rounded {
  border-radius: 100px;
}

.header4.header_sticky.is_stuck,
.header6.header_sticky.is_stuck,
.header7.header_sticky.is_stuck {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header5.header_sticky.is_stuck {
  padding: 0px;
  border-bottom: 2px solid var(--heading-color);
}

/*--------------- MiniCart ---------------*/

.cart_container .cart_list {
  padding: 0px 15px 0;
  margin-top: 15px;
}

.cart_container .cart_list li {
  display: flex;
}

.product_wrap .product a.product_thumbnail {
  width: 80px;
  height: 80px;
  display: block;
}

.product_wrap .product a.product_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_details a.product_name {
  font-size: var(--font-base);
  font-weight: 600;
  display: block;
  color: var(--heading-color);
  margin-bottom: 10px;
}

.product_details a.product_category {
  font-size: calc(var(--font-xs) + 1px);
  font-weight: 500;
  color: var(--heading-color);
  display: block;
  margin-bottom: 10px;
}

.product_details a.product_category:hover,
.product_details a.product_name:hover {
  color: var(--main-color);
}

.product_details p.product_quantity .quantity {
  font-size: calc(var(--font-sm) + 2px);
  color: var(--heading-color);
  font-weight: 400;
}

.product_details p.product_quantity .quantity .amount {
  font-weight: 500;
  color: var(--heading-color);
}

.cart_container .cart_list {
  overflow-y: auto;
}

.mini_cart_wrap.classic_cart {
  height: 100%;
}

.cart_container .cart_list .product_wrap {
  padding: 10px 0;
  border-bottom: 1px solid var(--heading-color);
}

.cart_container .cart_list .product_wrap a.remove {
  width: 24px;
  height: 24px;
  background: var(--bg-color-1);
  color: var(--heading-color);
  text-align: center;
  line-height: 22px;
}

.cart_container .cart_list .product_wrap a.remove:hover {
  background: var(--heading-color);
  color: var(--white);
}

.product_details {
  line-height: 1;
}

.miniCart_bottom {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0 10px;
  padding: 15px;
}

.classic_cart .miniCart_bottom {
  gap: 0 15px;
  padding: 20px 15px 30px 15px;
}

.miniCart_bottom .total {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-size: calc(var(--font-xl) + 1px);
}

.miniCart_bottom .button {
  padding: 5px 15px;
  background: var(--sub-para);
  color: var(--white);
}

.miniCart_bottom .button.checkout {
  background: var(--heading-color);
}

.miniCart_bottom .total strong {
  font-weight: 600;
  color: var(--heading-color);
}

.miniCart_bottom .total .amount {
  font-size: calc(var(--font-xl) + 2px);
  font-weight: 600;
}

.cart_heading h6 {
  font-size: calc(var(--font-base) + 2px);
}

.cart_heading {
  padding: 20px;
}

.offcanvasCart_header {
  position: relative;
}

.close_cart {
  position: absolute;
  top: 0;
  right: 0;
}

button.cart_button {
  color: var(--white);
  background: var(--heading-color);
  font-size: calc(var(--font-lg) + 1px);
  line-height: 1;
  padding: 6px;
  opacity: 1;
  border-radius: 0;
}

button.cart_button:hover {
  opacity: 1;
  background: var(--main-color);
  color: var(--heading-color);
}

.mini_cart_item {
  padding: 15px;
  border-bottom: 1px solid var(--border-color-1);
}

.mini_cart_item a.remove {
  border: 1px solid var(--heading-color);
  color: var(--heading-color) !important;
  width: 24px;
  height: 24px;
  margin: 10px 0;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: var(--font-base);
  z-index: 1;
}

.offcanvasCart_body .mini_cart_item a.remove {
  margin: 20px;
}

.mini_cart_item a.remove:hover {
  background: var(--main-color);
  color: var(--heading-color) !important;
}

.offcanvasCart_container .total {
  font-size: calc(var(--font-lg) + 1px);
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}

.offcanvasCart_container {
  padding: 15px;
}

.offcanvasCart_container .total .amount {
  font-weight: 700;
  font-size: calc(var(--font-lg) + 1px);
  color: var(--main-color);
}

.total .woocommerce-Price-amount.amount {
  font-weight: 700;
  font-size: calc(var(--font-lg) + 1px);
}

.products_list {
  margin: -15px 0;
}

body .empty_cart_wrap p {
  font-size: calc(var(--font-base) + 2px);
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--heading-color);
}

.empty_cart_wrap {
  text-align: center;
  padding: 30px 20px;
}

.empty_cart_wrap a {
  padding: 10px 15px;
  display: block;
  border: 1px solid var(--heading-color);
  background: var(--heading-color);
  color: var(--white);
}

.empty_cart_wrap a:hover {
  background: none;
  color: var(--heading-color);
}

.empty_cart_wrap i {
  font-size: calc(var(--font-3xl) + 3px);
  width: 70px;
  height: 70px;
  margin: 0 0 20px;
  display: inline-block;
  background: var(--bg-color-1);
  border-radius: 50%;
  line-height: 70px;
  border: 2px solid var(--heading-color);
}

/*--------------- Footer ---------------*/
.site-footer .footer_menu ul li a {
  font-size: var(--font-sm);
  font-weight: 400;
  color: var(--footer-links);
}

.site-footer .footer_menu ul li {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  line-height: 1;
}

.site-footer {
  background: var(--heading-color);
}

.site-footer .footer_top {
  position: relative;
  background: transparent;
  padding: 80px 0;
  color: var(--sub-para);
}

.site-footer .footer_top .row {
  align-items: flex-start;
}

.site-footer .footer_top .wp-block-social-links li {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.site-footer .footer_top .wp-block-social-links li a {
  font-size: calc(var(--font-xl) + 2px);
  padding: 0;
  background: none;
  color: var(--white);
  fill: var(--white);
  line-height: 1;
  display: block;
  background: var(--white-t-1);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  border-radius: 3px;
}

.site-footer .footer_top .wp-block-social-links li a svg {
  width: 36px;
  height: 36px;
  border: 1px solid var(--white);
  padding: 6px;
}

.site-footer .footer_top .wp-block-social-links li a span {
  font-size: calc(var(--font-sm) + 2px);
  font-weight: 300;
}

.footer-widget-1,
.footer-widget-2 {
  flex: 15%;
  overflow: hidden;
  width: 15%;
  /* padding-right: 40px; */
}

footer .insta-widget-feed {
  margin-bottom: 0px;
}

.site-footer .footer_top .footer_widget .foot_title,
.site-footer .footer_top .footer_widget h2.foot_title,
footer .wp-block-heading {
  position: relative;
  font-size: calc(var(--font-base) + 2px);
  color: var(--footer-color-2);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 35px;
}

.site-footer .footer_top .footer_widget.widget_an_mailchimp h2.foot_title {
  display: none;
}

.site-footer .footer_top .footer_widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}

.site-footer .footer_top .footer_widget ul li {
  font-size: calc(var(--font-sm) + 1px);
}

.site-footer .footer_top .footer_widget.recent-posts-widget-with-thumbnails ul li {
  font-size: calc(var(--font-sm) + 1px);
  padding: 15px;
  overflow: visible;
  margin-bottom: 30px;
}

.site-footer .rpwwt-widget ul li img {
  margin: 0 10px 0 0;
}

.site-footer .footer_top .footer_widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  font-size: calc(var(--font-sm) + 1px);
}

.site-footer .footer_top .footer_widget.recent-posts-widget-with-thumbnails ul li div {
  font-size: var(--font-sm);
  display: inline;
  color: var(--footer-links);
  margin-right: 10px;
}

.footer_widget .rpwwt-widget-list .rp_post_wrap {
  border-radius: 0px;
  display: flex;
  z-index: 1;
  gap: 15px;
  border: none;
  transition: all 0.5s ease;
  background-color: var(--footer-color-1);
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  align-items: center;
}

.footer_widget .rpwwt-widget-list .rp_post_wrap::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--footer-border);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 6px 0 0 6px;
  transition: all 0.5s ease;
  z-index: -1;
}

.footer_widget .rpwwt-widget-list .rp_post_wrap::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--footer-border);
  left: 0;
  top: 0;
  border-radius: 0px;
  transition: all 0.5s ease;
  background-color: var(--footer-color-1);
  z-index: -1;
}
.footer_widget .rpwwt-widget-list .rp_post_wrap .post_title {
  margin-bottom: 5px;
}
.footer_widget .rpwwt-widget-list .rp_post_wrap .post_title a {
  font-size: calc(var(--font-base) - 2px);
  line-height: 1.2em;
  display: block;
  font-weight: 500;
}
.footer_widget .recent-posts-widget-with-thumbnails #rpwwt-recent-posts-widget-with-thumbnails-3 img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.site-footer .footer_top .footer_widget ul li:last-child {
  margin-bottom: 0;
}

.site-footer .footer_top .footer_widget ul li a.wp-block-social-link-anchor {
  text-decoration: none;
  display: flex;
}

.site-footer .footer_top .footer_widget ul li a {
  text-decoration: none;
  display: block;
}

.site-footer .mc4wp-form-fields .e-wrap {
  width: 100%;
}

.site-footer .mc4wp-form-fields .e-wrap input[type="email"] {
  width: 100%;
}

.site-footer .footer_top .footer_widget .wp-social-link a:hover {
  color: var(--white);
  text-decoration: none;
  fill: var(--white);
  transform: scale(1.1);
  margin-top: -10px;
  background: var(--main-color);
}

.site-footer .footer_top .widget_media_image {
  margin-bottom: 20px;
}

.site-footer .footer_top .widget_media_image figure {
  text-align: left;
  margin-bottom: 0;
}

.site-footer .footer_copy_right {
  background-color: transparent;
  padding: 30px 0px;
  color: var(--heading-color);
  font-size: calc(var(--font-sm) + 1px);
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--footer-border);
}

.site-footer .footer_copy_right .row {
  align-items: center;
}

.site-footer .footer_copy_right a:not(:last-child) {
  margin-right: 20px;
}

.site-footer .footer_copy_right .copy-widget:last-child {
  margin-right: 0;
}

.site-footer .footer_copy_right p {
  line-height: 25px;

  font-weight: normal;

  font-size: var(--font-sm);
  margin-bottom: 0;
}

.site-footer .footer_copy_right a {
  font-weight: 600;
  text-decoration: none;
  color: var(--white);
}

.site-footer .footer_copy_right .soc_ico a {
  display: block;
  color: var(--heading-color);
}

.site-footer .footer_copy_right a:hover {
  color: var(--main-color);
  transform: scale(1.1);
  margin-top: -10px;
}

.site-footer .footer_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer_menu ul li {
  display: inline-block;
}

.site-footer .footer_menu ul li a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.site-footer .foot-widget .widget_text p,
.footer-widget-1 p {
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 300;
  font-size: calc(var(--font-sm) + 1px);
  line-height: 1.5em;
  text-transform: capitalize;
  color: var(--sub-para);
}

.footer-widget-1 p {
  color: var(--sub-para) !important;
  margin-bottom: 15px;
}

.site-footer .footer_top .row {
  justify-content: space-between;
  align-items: start;
  gap: 70px;
}

.site-footer .footer_top .wp-block-social-links li a {
  font-size: calc(var(--font-xl) + 2px);
  background-color: transparent;
  height: 100%;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}

footer.site-footer .footer_top .footer_widget .wp-social-link a:hover {
  color: var(--white);
  text-decoration: none;
  fill: var(--white);
  transform: none;
  margin-top: 0;
  background: transparent;
}

footer.site-footer .footer_top .footer_widget .wp-social-link a:hover svg {
  border-color: var(--main-color);
}
footer.site-footer .footer_top .footer_widget .wp-social-link a:hover span {
  color: var(--main-color);
}
.site-footer .footer_top .footer_widget ul.menu li.menu-item a {
  font-style: normal;
  font-weight: 300;
  font-size: calc(var(--font-sm) + 2px);
  line-height: 28px;
  color: var(--sub-para);
}

.site-footer .footer_top .footer_widget ul.menu li.menu-item a:hover {
  color: var(--main-color);
}

.site-footer .footer_copy_right a {
  font-weight: 600;
  text-decoration: none;
  color: var(--white);
}

.footer_copy_right .top_rgt_wrap {
  display: flex;
  justify-content: right;
}

footer .insta-profile-stats .stat-item {
  color: var(--footer-links);
}

footer .insta-profile-stats .stat-item strong {
  color: var(--footer-links);
}

.e-wrap {
  display: flex;
  align-items: center;
  width: fit-content;
}

.e-wrap input {
  color: var(--white);
  padding: 20px 15px;
  border: none;
  background-color: var(--footer-bg);
}

.e-wrap input::placeholder {
  color: var(--para-color);
}

.e-wrap i {
  display: inline-block;
  padding: 15px 20px;
  font-size: calc(var(--font-xl) + 2px);
  background-color: var(--main-color);
  height: 60px;
  margin-left: -4px;
  line-height: 35px;
}

/* # Social Icons # */
.soc_ico li a i {
  color: var(--heading-color);
}

.soc_ico li a {
  border-radius: 50%;
  display: block;
  width: fit-content;
  font-size: calc(var(--font-sm) + 2px);
  margin-top: 5px;
  font-weight: 500;
  position: relative;
  background-color: var(--bg-color-1);
  color: var(--heading-color);
  line-height: 40px;
  z-index: 2;
  text-transform: capitalize;
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 0;
}

.soc_ico li a::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: var(--bg-color-1);
  z-index: -1;
}

.soc_ico li a::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 4px 2px;
  z-index: -1;
  background-color: var(--bg-color-1);
}

.soc_ico,
.soc_ico ul {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  list-style: none;
  align-items: center;
  margin-top: 10px;
}

.soc_ico li a:hover,
.soc_ico li a:hover::after {
  background-color: var(--main-color);
  color: var(--heading-color);
}

.soc_ico ul li a {
  font-size: calc(var(--font-lg) + 1px);
  color: var(--white);
}

.soc_ico label {
  font-size: calc(var(--font-base) + 2px);
  font-weight: 600;
  display: none;
}

.soc_ico ul li a:hover {
  color: var(--main-color);
}

/* # Back-to-top # */
.lan-back-top .elementor-button {
  position: relative;
}

.logged-in.admin-bar .lan-header.header_sticky.is_stuck,
.lan-header.header_sticky.is_stuck {
  background-color: var(--white);
}

.lan-header.header_sticky.is_stuck .e-con-inner {
  padding: 10px 0;
}

.backtop a.cd-top {
  font-size: calc(var(--font-sm) + 1px);
  height: 40px;
  width: 40px;
  border: none;
  position: fixed;
  right: 25px;
  bottom: 35px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  z-index: 999;
  border-radius: 50%;
  color: var(--heading-color);
}

.backtop a.cd-top::before,
.lan-back-top .elementor-button::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--border-color-5);
  left: 0;
  top: 0;
  border-radius: 30px;
  margin: 4px 2px;
  z-index: -1;
  /* background-color: var(--bg-color-1); */
}

.backtop a.cd-top::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--border-color-5);
  left: 0;
  top: 0;
  border-radius: 30px;
  background: var(--bg-color-1);
  z-index: -1;
}

.backtop a.cd-top:hover,
.backtop a.cd-top:hover:after {
  background: var(--main-hover);
  color: var(--heading-color);
}

.backtop.left_pos a.cd-top {
  left: 15px;
}

/*--------------- Breadcrumb ---------------*/

.bread_crumb {
  display: flex;
  width: 100%;
  /* background-color: var(--sub-para); */
  text-align: center;
  align-items: center;
  /* background-image: url("../images/breadcrumb.jpg"); */
  /* background-image: url("https://wizzy.theemwiz.com/wp-content/uploads/2022/09/stairs-6133971_1280.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  margin-bottom: 0px;
}

.bread_crumb .bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--black-t-1);
  z-index: 1;
}

.page_titl_sec,
.pg_links {
  position: relative;
  z-index: 2;
  width: 100%;
}

.bread_crumb .blog_feat ul li,
.bread_crumb .blog_feat ul li:after,
.bread_crumb .blog_feat ul li a,
.bread_crumb .blog_feat ul li.post_author,
.bread_crumb .blog_feat ul li.post_author i {
  color: var(--white);
}

.bread_crumb .blog_feat ul li a:hover,
.bread_crumb .blog_feat ul li.post_author:hover,
.bread_crumb .blog_feat ul li.post_author:hover i {
  color: var(--main-color);
}

h3.sec_titl a {
  font-size: calc(var(--font-lg) + 1px);
  line-height: 1.3em;
  display: block;
}

h3.sec_titl a {
  color: var(--heading-color);
  font-weight: 600;
}

.blog_feat ul li a {
  color: var(--para-color);
  font-weight: 500;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 5px;
  font-size: calc(var(--font-xs) + 2px);
}

.single-post .blog_feat ul li a {
  font-size: calc(var(--font-sm) + 2px);
}

.single-post .blog_feat ul {
  gap: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.single-post .blog_feat ul li.post_categ.post_views {
  font-size: calc(var(--font-sm) + 2px);
}

.blog_feat ul li.post_categ.post_views {
  font-size: calc(var(--font-xs) + 1px);
}

.related_post_wrap .blog_feat {
  margin-bottom: 0;
  margin-top: 20px;
}

.related_post_wrap .blog_feat ul li a {
  color: var(--para-color);
  font-weight: 400;
  font-size: calc(var(--font-xs) + 1px);
}

.related_post_wrap .blog_feat ul li {
  margin: 0;
}

.related_post_wrap .blog_feat ul li:not(:last-child):after {
  display: none;
}

h3.sec_titl a:hover,
.blog_feat ul li a:hover {
  color: var(--main-color);
}

h4.sub_title {
  color: var(--heading-color);
}

.breadcrumb_area {
  width: 100%;
}

.text-left .breadcrumbs {
  justify-content: left;
}

.breadcrumbs {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 8px;
  font-size: calc(var(--font-base) - 1px);
  margin-top: 0px;
  /* margin-bottom: 45px; */
}

.breadcrumb_area .page_titl_sec h1 {
  font-size: var(--font-4xl);
  margin: 0;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.breadcrumb_area .pg_links .breadcrumbs {
  padding-top: 15px;
}

.pg_links p.lnk_pag a {
  font-weight: 600;
}

.pg_links p.lnk_pag,
.pg_links p.lnk_pag a,
.pg_links a,
.pg_links span {
  padding: 0px;
  color: var(--white);
  position: relative;
  display: block;
  font-size: calc(var(--font-base) - 1px);
  text-align: center;
  text-transform: capitalize;
}

.single .pg_links p.lnk_pag,
.single .pg_links p.lnk_pag a,
.single .pg_links a,
.single .pg_links span {
  color: var(--heading-color);
}

.blog_single_top .sec_titl {
  margin-top: 10px;
}

p.lnk_pag.separator {
  position: relative;
  top: 2px;
}

.pg_links p.lnk_pag a:hover,
.pg_links a:hover {
  color: var(--main-color);
}

p.lnk_pag.item-current span.bread-current {
  color: var(--white);
  opacity: 0.8;
}

.text-left p.lnk_pag.item-current span.bread-current {
  color: var(--heading-color);
  opacity: 0.9;
  font-weight: 500;
}

.container .row.site-main {
  margin: 0;
}

/*--------------------------------------------------------------
<<<<  Blog card defauld styling<<<<
---------------------------------------------------------------- */
.blog_feat {
  display: flex;
  gap: 15px;
}

.blog_feat a {
  color: var(--para-color);
  font-size: calc(var(--font-sm) + 2px);
  font-weight: 400;
}

.card-content .sec_desc {
  font-weight: 400;
}

.post-title a {
  color: var(--heading-color);
  font-size: calc(var(--font-lg) + 1px);
  line-height: 1.3em;
  display: block;
  font-weight: 600;
}

.post-title a:hover {
  color: var(--main-color);
}

.blog_feat a:hover {
  color: var(--main-color);
}

/*--------------------------------------------------------------
<<<<  Blog grid <<<<
---------------------------------------------------------------- */
.blog-layout-grid .blog-card {
  /* margin-bottom: 25px; */
  background-color: transparent;
  height: 100%;
}

.blog-layout-grid .blog-card .card-inner-wrap {
  height: 100%;
}

.blog-layout-grid .card-content {
  padding: 15px;
  border: 1px solid var(--border-color-1);
}

/* .blog-layout-grid .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} */

/* .blog-layout-grid .card-content .sec_desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} */

/*--------------------------------------------------------------
<<<<  Blog list <<<<
---------------------------------------------------------------- */
.blog_item.list_item .blog-card .post-title a {
  font-size: calc(var(--font-xl) + 2px);
}

.blog_item.list_item .blog-card {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border: 1px solid var(--border-color-1);
}

.blog_item.list_item .blog-card .img_wrap {
  flex: 0 0 25%;
}

.blog_item.list_item .blog-card .card-content {
  padding: 20px;
}

/*--------------------------------------------------------------
<<<<  Blog list <<<<
---------------------------------------------------------------- */

.content-right {
  order: 1;
}

.panel-image {
  position: relative;
  height: 100%;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.panel-image img {
  object-fit: cover;
}

.panel-image span.sticky_tag {
  position: absolute;
  background: var(--heading-color);
  color: var(--white);
  top: 15px;
  padding: 5px 10px;
  font-size: calc(var(--font-sm) + 1px);
  line-height: 20px;
  left: 15px;
  width: auto;
  height: auto;
}

.panel-body,
.page-links {
  position: relative;
  z-index: 1;
  padding: 20px;
  z-index: 1;
  background: var(--bg-color-1);
}

.page-links {
  padding-top: 0;
}

.blog_feat {
  margin-bottom: 10px;
}

.blog_feat .blog_feat {
  margin-bottom: 0px;
}

.post_excerpt + .blog_feat {
  margin: 15px 0 0;
}

.blog_feat ul {
  padding-left: 0;
}

.side_sec .blog_feat ul {
  margin: 0px;
  list-style: none;
  padding: 0;
}

.post .blog_feat ul {
  margin: 0px;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 2px 10px;
  align-items: center;
  flex-wrap: wrap;
}

.blog_feat ul li {
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 0;
  display: inline-block;
  position: relative;
  color: var(--para-color);
}

li.post_date a,
li.post_author a,
li.post_author i,
li.post_author,
li.post_categ a {
  font-size: calc(var(--font-base) - 1px);
  line-height: 24px;
  color: var(--Secondary-color);
}

.post_date a i,
li.post_author i,
li.post_categ a i,
.post_categ i,
.post_tags i {
  color: var(--para-color);
}

.panel-body p {
  margin-bottom: 20px;
}

.blog_list .panel-body p.sec_desc {
  margin-bottom: 20px;
  display: block;
}

.readmore:hover,
.pagination .nav-links ul li a:hover,
.readmore:hover::after {
  color: var(--heading-color);
  background: var(--main-hover);
}

.blog_feat ul li:hover,
li.post_date a:hover,
li.post_author a:hover,
li.post_author:hover i,
li.post_author:hover,
li.post_categ a:hover {
  color: var(--main-color);
}

.search_content {
  border: 1px solid var(--heading-color);
  margin: 0 0 30px;
}

.search_content .blog_desc p:last-child {
  margin-bottom: 0;
}

.search_content h3.sec_titl a {
  font-size: var(--font-3xl);
}

.search_content .search_meta {
  margin: 0;
}

/*--------------------------------------------------------------
>>>> Sidebar <<<<
---------------------------------------------------------------- */
.side_sec.content-left {
  padding: 0 30px 0px 0;
}

aside#sidebar {
  padding: 0 0 0 30px;
}

.widget-area .widget .wp-block-columns {
  margin-bottom: 40px;
}

.widget-area .widget .wp-block-columns.about-sec {
  margin-bottom: 0px;
}

.titl_sec .main_title {
  font-size: calc(var(--font-xl) - 1px);
  color: var(--heading-color);
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.sb-legacy .widget_pages ul {
  list-style-type: none;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li {
  line-height: 1.3;
  margin: 0 0 15px;
  position: relative;
}

.widget_archive ul li > a,
.widget_categories ul li > a,
.widget_categories ul li,
.widget_meta ul li > a,
.widget_nav_menu ul li > a,
.widget_recent_entries ul li > a,
.widget_recent_comments ul li a,
.sb-legacy .widget_pages ul a,
.sb-legacy .widget_pages ul li {
  color: var(--para-color);
  line-height: 1.6em;
  font-size: calc(var(--font-sm) + 2px);
}

.widget_recent_comments ul li a {
  color: var(--para-color);
  font-weight: 600;
}

.widget_recent_entries ul li > a:hover,
.widget_categories ul li > a:hover,
.widget_meta ul li > a:hover,
.widget_nav_menu ul li > a:hover,
.widget_recent_comments ul li a:hover,
.widget_archive ul li > a:hover,
.sb-legacy .widget_pages ul a:hover {
  color: var(--main-color);
}

.widget-area .recent-posts-widget-with-thumbnails li {
  border-radius: 0px;

  position: relative;
  padding: 50px 30px 25px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  overflow: visible;
}

.widget-area .recent-posts-widget-with-thumbnails li::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;

  transition: all 0.5s ease;
  background-color: var(--white);
  z-index: -1;
}

.widget-area .recent-posts-widget-with-thumbnails li::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.widget-area .recent-posts-widget-with-thumbnails li a {
  flex: 0 0 100%;
  color: var(--heading-color);
  font-size: calc(var(--font-lg) - 1px);
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.3em;
}

.widget-area .recent-posts-widget-with-thumbnails li a:hover {
  color: var(--main-color);
}

.widget-area .recent-posts-widget-with-thumbnails li div {
  font-size: calc(var(--font-xs) + 1px);
  color: var(--para-color);
}

.widget-area .recent-posts-widget-with-thumbnails li .rpwwt-post-categories {
  position: absolute;
  top: 25px;
}
.rpwwt-widget-list .post_title {
  margin-bottom: 5px;
}
.rpwwt-widget-list .post_title a {
  font-size: calc(var(--font-base) - 1px);
  line-height: 1.3em;
  display: block;
  font-weight: 600;
}
.widget-area .rpwwt-widget-list .rp_post_wrap {
  border-radius: 0px;
  position: relative;
  padding: 25px;

  overflow: visible;
  margin-bottom: 25px;
}
.widget-area .rpwwt-widget-list .rp_post_wrap::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 5px 0 0 5px;
  transition: all 0.5s ease;
  z-index: -1;
}
.widget-area .rpwwt-widget-list .rp_post_wrap::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  transition: all 0.5s ease;
  background-color: var(--white);
  z-index: -1;
}
.widget-area .recent-posts-widget-with-thumbnails li .rpwwt-post-author,
.widget-area .recent-posts-widget-with-thumbnails li .rpwwt-post-date {
  padding-left: 15px;
  position: relative;
  margin-top: 5px;
}

.widget-area .recent-posts-widget-with-thumbnails li .rpwwt-post-author::before {
  content: "\f4e1";
  font-family: "bootstrap-icons";
  left: 0;
  position: absolute;
}

.widget-area .recent-posts-widget-with-thumbnails li .rpwwt-post-date::before {
  content: "\f1e4";
  font-family: "bootstrap-icons";
  left: 0;
  position: absolute;
}

.about-sec .wp-block-column {
  border-radius: 0px;

  position: relative;
  padding: 30px;
  text-align: center;
  gap: 0 10px;
  overflow: visible;
}

.about-sec .wp-block-column::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;

  transition: all 0.5s ease;
  background-color: var(--white);
  z-index: -1;
}

.about-sec .wp-block-column::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.about-sec .wp-block-image {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}

.about-sec .wp-block-image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 2px solid var(--border-color-1);
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.about-sec .wp-block-image a {
  display: block;
  height: 100%;
}

.about-sec .wp-block-image a:hover img {
  border-color: var(--main-color);
}

.about-sec h2.wp-block-heading {
  font-size: calc(var(--font-lg) + 1px);
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 0 !important;
  margin-top: 10px;
  border: none;
  padding: 0;
  padding-bottom: 5px;
}

.widget-area.blog_sidebar .about-sec .wp-block-heading {
  border: none;
  margin-bottom: 0 !important;
  padding-bottom: 2px;
}

.wp-block-social-links .wp-social-link a {
  padding: 0;
}

.single .about-sec p {
  font-size: var(--font-sm);
  color: var(--para-color);
  margin-top: 10px;
}

.about-sec p {
  font-size: calc(var(--font-sm) + 1px);
}

.about-sec p.des {
  font-size: calc(var(--font-xs) + 3px);
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--para-color);
}

.about-sec .wp-block-social-links {
  margin-top: 15px;
  list-style: none;
}

.about-sec .wp-block-social-links li a {
  width: 35px;
  height: 35px;
  border: 1px solid var(--heading-color);
  border-radius: 5px;
  padding: 5px;
  display: block;
  line-height: 15px;
  text-align: center;
}

.wp-block-social-links .wp-social-link svg {
  height: 100%;
  width: 100%;
}

.about-sec .wp-block-social-links li a:hover {
  transform: none;
  background-color: var(--heading-color);
  border: 1px solid var(--heading-color);
}

.about-sec .wp-block-social-links li a:hover svg,
.about-sec .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover svg {
  color: var(--white);
  fill: var(--white);
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover svg {
  color: var(--main-color);
  fill: var(--main-color);
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover {
  color: var(--main-color);
}

.wp-block-social-link:hover {
  transform: scale(1);
}

.social-wrap .wp-block-column,
.search-wrap .wp-block-column .wp-block-search__inside-wrapper {
  border-radius: 0px;
  width: 100%;
  position: relative;
  padding: 20px;

  gap: 0 10px;
  overflow: visible;
}

.social-wrap .wp-block-column::after,
.search-wrap .wp-block-column .wp-block-search__inside-wrapper::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;

  transition: all 0.5s ease;
  background-color: var(--white);
  z-index: -1;
}

.social-wrap .wp-block-column::before,
.search-wrap .wp-block-column .wp-block-search__inside-wrapper::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}
.search-wrap .wp-block-column .wp-block-search__inside-wrapper button {
  margin-top: 15px;
}
.social-wrap ul {
  list-style: none;
}

.social-wrap .wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  gap: 5px;
}

.social-wrap .wp-block-social-links .wp-social-link span:not(.screen-reader-text),
.social-wrap li a {
  font-size: calc(var(--font-sm) + 2px);
  color: var(--heading-color);
}

.social-wrap li a:hover {
  color: var(--main-color);
}

.social-wrap .wp-block-social-links .wp-social-link svg {
  height: 35px;
  width: 35px;
}

/*sidebar single archive  */
.sb-categories .wp-block-categories,
.sb-archives .wp-block-archives,
.sb-latest-comments .wp-block-latest-comments__comment,
.sb-latest-posts li,
.sb-search .wp-block-search__text-button,
.sb-legacy .wp-block-archives,
.sb-legacy .wp-block-latest-comments__comment,
.sb-legacy .wp-block-latest-posts li,
.sb-legacy .wp-block-calendar,
.sb-legacy .wp-block-categories,
.sb-legacy .wp-block-page-list,
.sb-legacy .logged-in,
.sb-legacy .wp-block-rss .wp-block-rss__item,
.sb-legacy .wp-block-search__button-outside,
.sb-legacy .wp-block-search__button-inside,
.sb-legacy .wp-block-search__no-button,
.sb-legacy .wp-block-search__button-outside,
.sb-legacy .widget_archive ul,
.sb-legacy .widget_calendar .calendar_wrap,
.sb-legacy .widget_categories ul,
.sb-legacy .widget_pages ul,
.sb-legacy .widget_meta ul,
.sb-legacy .widget_nav_menu ul.menu,
.sb-legacy .widget_recent_comments ul,
.sb-legacy .widget_recent_entries ul,
.sb-legacy .widget_rss ul li,
.sb-legacy .widget_text .textwidget {
  border-radius: 0px;
  position: relative;
  padding: 25px;
  gap: 0 10px;
  overflow: visible;
}

.sb-categories .wp-block-categories::after,
.sb-archives .wp-block-archives::after,
.sb-latest-comments .wp-block-latest-comments__comment::after,
.sb-latest-posts li::after,
.sb-search .wp-block-search__text-button::after,
.sb-legacy .wp-block-archives::after,
.sb-legacy .wp-block-latest-comments__comment::after,
.sb-legacy .wp-block-latest-posts li::after,
.sb-legacy .wp-block-calendar::after,
.sb-legacy .wp-block-categories::after,
.sb-legacy .wp-block-page-list::after,
.sb-legacy .logged-in::after,
.sb-legacy .wp-block-rss .wp-block-rss__item::after,
.sb-legacy .wp-block-search__button-outside::after,
.sb-legacy .wp-block-search__button-inside::after,
.sb-legacy .wp-block-search__no-button::after,
.sb-legacy .wp-block-search__button-outside::after,
.sb-legacy .widget_archive ul::after,
.sb-legacy .widget_calendar .calendar_wrap::after,
.sb-legacy .widget_categories ul::after,
.sb-legacy .widget_pages ul::after,
.sb-legacy .widget_meta ul::after,
.sb-legacy .widget_nav_menu ul.menu::after,
.sb-legacy .widget_recent_comments ul::after,
.sb-legacy .widget_recent_entries ul::after,
.sb-legacy .widget_rss ul li::after,
.sb-legacy .widget_text .textwidget::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  transition: all 0.5s ease;
  background-color: var(--white);
  z-index: -1;
}

.sb-categories .wp-block-categories::before,
.sb-archives .wp-block-archives::before,
.sb-latest-comments .wp-block-latest-comments__comment::before,
.sb-latest-posts li::before,
.sb-search .wp-block-search__text-button::before,
.sb-legacy .wp-block-archives::before,
.sb-legacy .wp-block-latest-comments__comment::before,
.sb-legacy .wp-block-latest-posts li::before,
.sb-legacy .wp-block-calendar::before,
.sb-legacy .wp-block-categories::before,
.sb-legacy .wp-block-page-list::before,
.sb-legacy .logged-in::before,
.sb-legacy .wp-block-rss .wp-block-rss__item::before,
.sb-legacy .wp-block-search__button-outside::before,
.sb-legacy .wp-block-search__button-inside::before,
.sb-legacy .wp-block-search__no-button::before,
.sb-legacy .wp-block-search__button-outside::before,
.sb-legacy .widget_archive ul::before,
.sb-legacy .widget_calendar .calendar_wrap::before,
.sb-legacy .widget_categories ul::before,
.sb-legacy .widget_pages ul::before,
.sb-legacy .widget_meta ul::before,
.sb-legacy .widget_nav_menu ul.menu::before,
.sb-legacy .widget_recent_comments ul::before,
.sb-legacy .widget_recent_entries ul::before,
.sb-legacy .widget_rss ul li::before,
.sb-legacy .widget_text .textwidget::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.sb-legacy .wp-calendar-table {
  width: 100%;
}

.sb-legacy .widget_rss ul {
  list-style: none;
}

.sb-legacy .widget_recent_comments ul li {
  font-size: calc(var(--font-sm) + 2px);
}

.sb-legacy .widget_text .textwidget p strong {
  font-size: calc(var(--font-sm) + 2px);
  line-height: 1.6em;
  display: inline-block;
  margin: 10px 0;
}

.sb-legacy .widget_text .textwidget p {
  font-size: calc(var(--font-sm) + 2px);
  line-height: 1.6em;
}

.sb-legacy .wp-block-categories label,
.sb-legacy .wp-block-archives-dropdown label {
  font-weight: 500;
  color: var(--heading-color);
  font-size: calc(var(--font-sm) + 2px);
  padding-bottom: 5px;
}

.sb-legacy .widget_archive select,
.sb-legacy .widget_categories select,
.sb-legacy .wp-block-archives-dropdown select {
  margin-bottom: 20px;
}

.sb-legacy .widget_archive select,
.sb-legacy .wp-block-categories select,
.sb-legacy .widget_categories select,
.sb-legacy .textwidget select,
.sb-legacy .wp-block-archives-dropdown select {
  padding: 10px;
  font-size: calc(var(--font-sm) + 2px);
  border: 1px solid var(--heading-color);
  line-height: 1.6em;
  border-radius: 5px;
  color: var(--para-color);
  width: 100%;
}

.widget .sb-legacy .search__form-inner input[type="search"] {
  border: 1px solid var(--heading-color);
}

.widget .sb-legacy button.search-submit {
  height: calc(100% - 2px);
  top: 1px;
  right: 1px;
  z-index: 10;
}

.sb-legacy .widget_search .search__form {
  margin-bottom: 20px;
}

.sb-legacy .wp-block-search__input {
  background-color: var(--white);
}

.widget-area .sb-legacy .widgettitle a {
  color: var(--heading-color);
}

.widget-area .sb-legacy .widgettitle a:hover {
  color: var(--main-color);
}

.sb-legacy .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.sb-legacy .wp-block-search__inside-wrapper {
  border: none;
  padding: 0;
  background-color: var(--white);
}

.sb-legacy .wp-block-search__label {
  font-weight: 500;
  color: var(--heading-color);
  line-height: 1.6em;
  font-size: calc(var(--font-sm) + 2px);
  padding-bottom: 5px;
  display: block;
}

.sb-latest-comments .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.sb-latest-comments .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 0;
}

.sb-latest-comments .wp-block-latest-comments .avatar,
.sb-latest-comments .wp-block-latest-comments__comment-avatar {
  float: none;
  margin-bottom: 10px;
}

.sb-latest-comments .wp-block-latest-comments__comment:not(:last-child),
.sb-latest-posts li:not(:last-child),
.sb-legacy .wp-block-latest-comments__comment:not(:last-child),
.sb-legacy .wp-block-latest-posts li:not(:last-child),
.sb-legacy .wp-block-rss .wp-block-rss__item:not(:last-child),
.sb-legacy .widget_archive ul,
.sb-legacy .widget_calendar .calendar_wrap,
.sb-legacy .widget_categories ul,
.sb-legacy .widget_pages ul,
.sb-legacy .widget_meta ul,
.sb-legacy .widget_nav_menu ul.menu,
.sb-legacy .widget_recent_comments ul,
.sb-legacy .widget_recent_entries ul,
.sb-legacy .widget_rss ul li,
.sb-legacy .widget_text .textwidget {
  margin-bottom: 35px;
}

.sb-latest-comments ol.wp-block-latest-comments {
  padding-left: 0;
}

.sb-latest-posts li {
  padding: 15px;
}

.sb-latest-posts li .wp-block-latest-posts__featured-image,
.sb-legacy .wp-block-latest-posts .wp-block-latest-posts__featured-image {
  height: 170px;
}

.sb-legacy .wp-block-latest-posts .wp-block-latest-posts__featured-image a {
  width: 100%;
  height: 100%;
}

.sb-latest-posts li img,
.sb-legacy .wp-block-latest-posts .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.sb-latest-posts .wp-block-latest-posts__post-title,
.sb-legacy .wp-block-latest-posts .wp-block-latest-posts__post-title,
.sb-legacy .wp-block-rss .wp-block-rss__item .wp-block-rss__item-title a,
.sb-legacy .widget_rss ul li a {
  font-size: calc(var(--font-base) + 2px);
  font-weight: 600;

  line-height: 1.3em;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}

.sb-legacy .wp-block-rss .wp-block-rss__item .wp-block-rss__item-title a:hover {
  color: var(--main-color);
}

.sb-latest-posts .wp-block-latest-posts__post-author,
.sb-latest-posts .wp-block-latest-posts__post-date,
.sb-legacy .wp-block-latest-posts .wp-block-latest-posts__post-author,
.sb-legacy .wp-block-latest-posts .wp-block-latest-posts__post-date,
.sb-legacy .widget_rss ul li .rss-date {
  display: inline;
  padding-right: 10px;
  font-size: calc(var(--font-sm) + 1px);
  font-weight: 500;
  color: var(--heading-color);
}

.sb-legacy .wp-block-rss .wp-block-rss__item .wp-block-rss__item-author,
.sb-legacy .wp-block-rss .wp-block-rss__item .wp-block-rss__item-publish-date,
.sb-legacy .widget_rss ul li cite {
  display: block;
  font-size: var(--font-sm);
  color: var(--para-color);
  line-height: 1.5em;
  font-weight: 500;
}

.sb-latest-posts .wp-block-latest-posts__post-excerpt,
.sb-legacy .wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.sb-legacy .wp-block-rss .wp-block-rss__item .wp-block-rss__item-excerpt,
.sb-legacy .widget_rss ul li .rssSummary {
  font-size: calc(var(--font-sm) + 2px);
  color: var(--para-color);
  line-height: 1.6em;
  margin: 0;
  margin-top: 5px;
}

.sb-legacy .widget.widget_block {
  margin-bottom: 35px;
}

.sb-legacy .wp-block-latest-comments .avatar,
.sb-legacy .wp-block-latest-comments__comment-avatar {
  float: none;
  margin-bottom: 10px;
}

.sb-legacy .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.sb-legacy .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 0;
}

.sb-legacy .wp-block-latest-comments {
  padding-left: 0;
}

/*  */
.sb-categories .cat-item,
.sb-archives li a,
.sb-archives li,
.sb-legacy .wp-block-categories li a,
.sb-legacy .wp-block-categories li,
.sb-legacy .wp-block-page-list li,
.sb-legacy .wp-block-page-list li a,
.sb-legacy .wp-block-archives-list li {
  font-size: calc(var(--font-sm) + 2px);
  color: var(--heading-color);
  list-style: none;
}

.sb-categories .cat-item a,
.sb-legacy .wp-block-categories li a,
.sb-legacy .wp-block-page-list li a,
.sb-legacy .wp-block-archives-list li a {
  color: var(--heading-color);
}

.sb-categories .cat-item a:hover,
.sb-archives li a:hover,
.sb-legacy .wp-block-categories li a:hover,
.sb-legacy .wp-block-page-list li a:hover,
.sb-legacy .wp-block-archives-list li a:hover {
  color: var(--main-color);
}

.textwidget img {
  width: 100%;
  height: 100%;
}

.textwidget select {
  width: 100%;
}
.overlay-blog div.card-img {
  height: 420px;
}
.widget_tmwz_category_widget .card,
[data-widget_type="wp-widget-tmwz_category_widget.default"] .overlay-blog .card {
  border-radius: 0;
  height: 60px;
  line-height: 28px;
  border: none;
  text-align: center;
}

[data-widget_type="wp-widget-tmwz_category_widget.default"] .overlay-blog .card-img-overlay {
  height: 100%;
  padding: 0;
}
.widget_tmwz_category_widget .card a,
[data-widget_type="wp-widget-tmwz_category_widget.default"] .overlay-blog .card a {
  font-weight: 600;
  font-size: calc(var(--font-sm) + 1px);
  color: var(--white);
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  display: block;
}

.widget_tmwz_category_widget .card-img,
[data-widget_type="wp-widget-tmwz_category_widget.default"] .overlay-blog .card-img {
  border-radius: 0;
}

.widget_tmwz_category_widget img,
[data-widget_type="wp-widget-tmwz_category_widget.default"] .overlay-blog img {
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.widget_tmwz_category_widget .card-img-overlay,
.categpry-wrap .overlay-blog .card-img-overlay {
  background: var(--card-overlay);
  border-radius: 0;
  padding: 0;
}
.widget_tmwz_category_widget .card-img-overlay a,
.categpry-wrap .overlay-blog .card .card-img-overlay a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.widget_tmwz_category_widget .card:hover .card-img-overlay,
.categpry-wrap .overlay-blog .card:hover .card-img-overlay {
  background: var(--card-overlay-1);
}
.widget_tmwz_category_widget .card,
.categpry-wrap .overlay-blog .card {
  overflow: hidden;
  transition: transform 0.6s ease;
}
.widget_tmwz_category_widget .card .card-img,
.categpry-wrap .overlay-blog .card img {
  overflow: hidden;
  transition: transform 0.6s ease;
}
.widget_tmwz_category_widget .card:hover .card-img,
.categpry-wrap .overlay-blog .card:hover img {
  transform: scale(1.15);
}
.widget-area.blog_sidebar .wp-block-heading,
.widget-area .sb-legacy .widgettitle,
.search-wrap .wp-block-search__label {
  border-bottom: 1px solid var(--heading-color);
  padding-bottom: 10px;
  margin-bottom: 20px !important;
  padding-top: 0;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 0;
}
.search-wrap .wp-block-search__label {
  font-size: calc(var(--font-lg) + 1px);
}
.widget-area.blog_sidebar h4.wp-block-heading,
.widget-area.blog_sidebar .wp-block-heading {
  text-transform: uppercase;
}
.widget-area.blog_sidebar .about-sec h2.wp-block-heading {
  text-transform: capitalize;
}
.widget-area .news-letter {
  border-radius: 0px;
  position: relative;
  padding: 30px;
  gap: 0 10px;
  overflow: visible;
}

.widget-area .news-letter::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  transition: all 0.5s ease;
  background-color: var(--white);
  z-index: -1;
}

.widget-area .news-letter::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.news-letter h4.wp-block-heading {
  font-size: var(--font-base);
  font-weight: 600;
  color: var(--heading-color);
  text-transform: uppercase;
  border: none;
  padding: 0;
}

.news-letter h5.wp-block-heading {
  font-size: var(--font-lg);
  font-weight: 600;
  color: var(--heading-color);
  border: none;
  line-height: 1.3em;
  padding: 10px 0;
}

.news-letter p {
  font-size: var(--font-sm);
  color: var(--para-color);
  font-weight: 500;
}

.news-letter label {
  width: 100%;
}

.news-letter input {
  border: 1px solid var(--heading-color);
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 10px;
  width: 100%;
  background-color: var(--white);
}

.widget-area.blog_sidebar .news-letter .wp-block-heading {
  border: none;
  margin-bottom: 0 !important;
}

.single .news-letter p {
  font-size: var(--font-sm);
}

div.news-letter input.mpam-submit {
  font-size: calc(var(--font-sm) + 2px);
  font-weight: 500;
  width: 100%;
  border: 1px solid var(--heading-color);
}

.banner-wrap {
  border: 1px solid var(--heading-color);
  padding: 15px 15px;
  background-color: transparent;
}

.banner-wrap p {
  color: var(--para-color);
  font-size: calc(var(--font-xs) - 1px);
  font-weight: 500;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
>>>>  Blog Single Start <<<<<
---------------------------------------------------------------- */
.single-post .breadcrumbs {
  margin-top: 20px;
}
.single.single-post .panel-default {
  margin-bottom: 0px;

  overflow: hidden;
}

.single-panel-body {
  padding: 25px 25px 0;
}

.single p,
.single li {
  line-height: 1.6em;
  font-size: var(--font-base);
}

.blog_desc p {
  margin-bottom: 20px;
}

.blog_desc .wp-block-heading {
  margin-bottom: 20px;
  margin-top: 20px;
}

li.single_post_author a,
li.single_post_author,
li.single_post_date,
li.single_post_date a {
  font-size: calc(var(--font-sm) + 1px);
  line-height: 24px;
  color: var(--sub-para);
}

.single .blog_tags {
  padding-top: 0;
  margin: 0;
  padding: 10px 25px 25px;
  margin-top: 20px;
}

.single .post-tags span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.post-tags h4 {
  font-size: var(--font-base);
  margin-bottom: 15px;
  font-weight: 600;
  margin: 0;
}

.single .post-tags span ul,
.tagcloud,
.wp-block-tag-cloud {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 2px;
}

.single .post-tags span ul {
  padding-left: 15px;
}

.single .post-tags span ul li {
  margin-bottom: 0;
}

.post-tags span ul li {
  display: inline-block;
}

.post-tags span ul li a,
.tag-cloud-link {
  padding: 5px 14px;
  display: inline-block;
  margin: 0;
  color: var(--heading-color);
  line-height: 1.3em;
  font-size: calc(var(--font-base) - 4px) !important;
  border-radius: 30px;
  position: relative;
  margin: 5px;
  background-color: var(--bg-color-1);
  border: 1px solid var(--heading-color);
}

.post-tags span ul li a::before,
.tag-cloud-link::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 30px;
  margin: 4px 0 0 3px;
  transition: all 0.5s ease;
  z-index: -1;
}

.post-tags span ul li a:hover,
.wp-block-tag-cloud a:hover,
.tag-cloud-link:hover {
  background: var(--main-color);
  color: var(--heading-color);
}

ul.single-meta {
  padding: 0;
}

.wp-block-columns-is-layout-flex figure.wp-block-pullquote.has-small-font-size {
  margin: 0 0 20px 0;
  width: 100%;
  padding: 30px 20px !important;
}

blockquote.wp-block-quote > cite,
.wp-block-pullquote cite {
  font-weight: 600;
  color: var(--heading-color);
  text-transform: capitalize;
}

.wp-block-gallery.has-nested-images figcaption,
.wp-block-image :where(figcaption) {
  background: var(--bg-color-1);
  padding: 10px;
  font-weight: 500;
  font-size: calc(var(--font-base) - 2px);
  margin: 10px 0;
  font-style: italic;
  color: var(--heading-color);
}

.wp-block-gallery.has-nested-images figcaption {
  margin-top: 2px;
}

.wp-block-image figure {
  position: relative;
}

.wp-block-pullquote p,
blockquote.wp-block-quote p {
  font-size: calc(var(--font-xl) + 2px);
  font-weight: 500;
  font-style: italic;
  color: var(--heading-color);
  line-height: 1.6em;
}

.wp-block-pullquote,
blockquote.wp-block-quote {
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 35px;
  padding: 60px 80px;
  width: 75%;
  background-color: var(--white);
  font-size: calc(var(--font-sm) + 2px);
  font-weight: 500;
  border: 1px solid var(--heading-color);
  position: relative;
  overflow: hidden;
}

.wp-block-pullquote p,
blockquote.wp-block-quote p {
  position: relative;
  padding-left: 0px;
}

.wp-block-pullquote p::before,
blockquote.wp-block-quote p::before {
  content: " \F6B0 ";
  color: var(--main-color);
  position: absolute;
  top: -5px;
  left: -70px;
  font-family: var(--boot-icons);
  font-size: 150px;
  opacity: 0.1;
}

.wp-block-pullquote::after,
blockquote.wp-block-quote::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  z-index: -1;
}

.wp-block-pullquote::before,
blockquote.wp-block-quote::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.wp-block-image img {
  position: relative;
  overflow: visible;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.wp-block-image img::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;

  transition: all 0.5s ease;
  background-color: var(--bg-color-1);
  z-index: -1;
}

.wp-block-image img::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;

  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.blog_desc ul,
.blog_desc ol {
  list-style-position: inside;
  margin-bottom: 10px;
  margin-left: 10px;
}

/* swiper pagination styling */
.swiper-pagination-bullets {
  position: relative;
  padding: 30px 0 0 0;
}

.swiper-pagination-bullets {
  display: none;
}

.blog-carousel-wrap .swiper-pagination-bullets,
.blog-layout.post-swiper-wrap .swiper-pagination-bullets {
  padding: 25px 0 0 0;
}

span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid var(--main-color);
  opacity: 1;
  background: none;
}
div.swiper-pagination {
  position: relative;
}

span.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active {
  background: var(--main-color);
  border: none;
}

/* swiper pagination styling  end*/
.blog-grid-slider .swiper-button-next:after,
.blog-grid-slider .swiper-button-prev:after,
.related_post_wrap .swiper .swiper-button-next:after,
.related_post_wrap .swiper .swiper-button-prev:after {
  display: none;
}

.blog-grid-slider .swiper-button {
  background: var(--black);
  width: 30px;
  height: 30px;
  color: var(--white);
}

.blog-grid-slider .swiper-button:hover {
  background: var(--main-color);
}

.related_post_wrap > .swiper > .swiper_nav .swiper-button {
  top: 50%;
  transform: translateY(50%);
}

.blog-grid-slider .swiper-button.swiper-button-prev,
.related_post_wrap .swiper .swiper-button.swiper-button-prev {
  left: -75px;
}

.blog-grid-slider .swiper-button.swiper-button-next,
.related_post_wrap .swiper .swiper-button.swiper-button-next {
  right: -75px;
}

.blog_grid {
  margin-bottom: 30px;
}

.blog_grid article {
  height: 100%;
  background-color: var(--bg-color-1);
  height: 100%;
  padding: 12px;
  border: 1px solid var(--heading-color);
  position: relative;
}

.blog_grid article .content-wrap {
  padding-bottom: 20px;
}

.blog_grid article .blog_feat {
  margin-bottom: 5px;
  margin-top: 15px;
}

.blog_grid article::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.blog_grid h3.sec_titl {
  font-size: calc(var(--font-lg) + 2px);
}

.related_post_wrap .blog_grid {
  border-radius: 0px;
  position: relative;
  padding: 10px;
  gap: 0 10px;
  overflow: visible;
  margin-bottom: 10px;
  background-color: var(--bg-color-1);
  border: 1px solid var(--heading-color);
}

.related_post_wrap .blog_grid::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.related_post_wrap .blog_grid::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  transition: all 0.5s ease;
  background-color: var(--white);
  z-index: -1;
}

.blog_grid article {
  height: 100%;
}

.blog_list.list_layout .panel-default {
  display: flex;
}

.blog_list.list_layout .panel-body {
  flex: 0 0 60%;
}

.blog_list.list_layout .panel-default > div:first-child {
  flex: 0 0 40%;
}

.blog_masonry .ratio.ratio-16x9 {
  position: static;
}

.blog_masonry .ratio.ratio-16x9::before {
  padding: 0;
}

.blog_masonry .ratio.ratio-16x9 > *:not(.sticky_tag) {
  position: relative;
  height: auto;
}

.blog_masonry .post_excerpt + .blog_feat {
  display: none;
}

.blog_list.list_overlay .panel-default {
  position: relative;
}

.blog_list.list_overlay .panel-body {
  position: absolute;
  bottom: 0;
  padding: 30px;
  background: linear-gradient(180deg, rgb(0 0 0 / 5%) 0%, var 100%);
  width: 100%;
}

.blog_list.list_overlay h3.sec_titl a,
.blog_list.list_overlay .post_excerpt,
.blog_list.list_overlay .blog_feat ul li a,
.blog_list.list_overlay .blog_feat ul li,
.blog_list.list_overlay .blog_feat ul li i {
  color: var(--white);
}

.blog_list.list_overlay h3.sec_titl a:hover,
.blog_list.list_overlay .blog_feat ul li a:hover,
.blog_list.list_overlay .blog_feat ul li:hover,
.blog_list.list_overlay .blog_feat ul li:hover i {
  color: var(--main-color);
}

.blog_feat ul li a:hover,
.blog_feat ul li:hover,
.blog_feat ul li:hover i {
  color: var(--main-color);
}

.blog_list.list_overlay a.readmore {
  background: var(--main-color);
  color: var(--heading-color);
}

.blog_list.list_overlay a.readmore:hover {
  background: none;
  color: var(--main-color);
}

.audio_post a.image_popup i,
.video_post a.image_popup i {
  font-size: calc(var(--font-lg) + 1px);
  color: var(--main-color);
  background: var(--white);
  width: 40px;
  display: block;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.audio_post a.image_popup,
.video_post a.image_popup {
  background: rgb(0 0 0 / 25%);
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_grid article.format-audio:hover .audio_post a.image_popup,
.blog_grid article.format-video:hover .video_post a.image_popup {
  opacity: 1;
  visibility: visible;
}

.quote_post img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.quote_post .link_overlay,
.link_post .link_overlay {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  text-align: center;
}

.quote_box i,
.link_post .link_overlay i {
  font-size: calc(var(--font-3xl) + 3px);
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  background: var(--white);
  border-radius: 50%;
  color: var(--main-color);
}

.quote_post .link_overlay:before,
.link_post .link_overlay:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 45%);
  left: 0;
  top: 0;
}

.quote_box {
  position: relative;
  z-index: 2;
}

.quote_box .quote_txt {
  font-size: calc(var(--font-xl) - 1px);
  margin: 15px 0 0;
  color: var(--white);
  font-weight: 500;
  line-height: 1.3;
}

.single_blog .quote_post .link_overlay {
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 30px 50px;
}

.single_blog .quote_box .quote_txt {
  font-size: calc(var(--font-3xl) - 2px);
  line-height: 1.4;
}

.related_post_wrap .quote_post .link_overlay {
  padding: 20px;
}

.related_post_wrap .quote_box .quote_txt {
  font-size: calc(var(--font-base) + 2px);
}

.related_post_wrap .quote_box i {
  font-size: calc(var(--font-lg) + 1px);
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.related_post_wrap .format-quote .post_excerpt .sec_desc {
  display: none;
}

.link_post .link_overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link_post .link_overlay > a:hover i {
  background: var(--main-color);
  color: var(--white);
}

.link_post .link_overlay > a {
  position: relative;
  display: block;
}

/* Pagination */

.single nav.navigation.post-navigation {
  margin-bottom: 30px;
  margin-top: 40px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.blog_list .nav-links a:hover {
  background: var(--heading-color);
}

.single nav.post-navigation {
  border: 1px solid var(--border-color-1);
  border-width: 1px 0;
  padding: 10px 0;
  margin: 20px 0;
}

.single nav.post-navigation a {
  font-size: calc(var(--font-base) + 1px);
  color: var(--heading-color);
  font-weight: 500;
}

.single nav.post-navigation a:hover {
  color: var(--main-color);
}

/*--------------- Post AuthorBox ---------------*/
.author-bio-wrap .sect_title {
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 10px;
}

.social_share_wrapper .share_label,
.author-bio-wrap .sect_title {
  font-size: calc(var(--font-lg) + 1px);
}

.author-bio {
  margin: 0px 0 60px;
  padding: 30px;
  position: relative;
  min-height: 80px;
  border: 1px solid var(--heading-color);
  border-radius: 3px;
  background-color: var(--white);
}

.author-bio::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.author-bio img.avatar {
  border-radius: 50%;
  width: 125px;
  border: 1px solid var(--heading-color);
  height: 125px;
  padding: 5px;
}

.author-bio .img_circle img.avatar {
  border-radius: 50%;
}

.author_info_social:after,
.author-info:after {
  content: "";
  display: block;
  clear: both;
}

.author_info_social {
  display: inline-block;
  width: 100%;
}

.author_info_social h3.author-title {
  font-size: calc(var(--font-lg) + 1px);
  font-weight: 600;
  color: var(--heading-color);
  margin: 0px;
}

.author_info_social h3.author-title a {
  text-transform: capitalize;
  color: var(--heading-color);
  margin-bottom: 10px;
  display: block;
}

.author_info_social h3.author-title a:hover {
  color: var(--main-color);
}

.author_desc ul.soc_icons {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0px;
  margin-top: 10px;
  display: flex;
  gap: 0 10px;
}

.author_desc ul.soc_icons li a {
  font-size: calc(var(--font-sm) + 2px);
  color: var(--heading-color);
  line-height: 1;
  border: 1px solid var(--heading-color);
  display: inline-block;
  border-radius: 5px;
  padding: 8px 8px;
}

.fleeko_author_1 .author-bio .author-description {
  width: 80%;
  margin: 0 auto;
}

.author_desc ul.soc_icons li a:hover {
  background-color: var(--main-color);
}

.author-info {
  display: flex;
  /* align-items: center; */
}

.author_img {
  display: inline-block;
}

.author_desc {
  padding-left: 25px;
}

.author-info p {
  font-size: calc(var(--font-base) - 1px);
  color: var(--para-color);
  line-height: 1.6em;
  padding: 8px 0;
}

.fleeko_author_1 .author-bio p {
  color: var(--heading-color);
}

/*--------------- Post Comments ---------------*/

.comments-area .main_titl {
  margin: 0px 0 30px;
  line-height: 1.4;
}

.comment-author img.avatar {
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.comment-author a.url,
.comment-list li.comment .fn {
  color: var(--heading-color);
  font-weight: 600;
  font-size: var(--font-lg);
}

.comment-author a.url:hover {
  color: var(--main-color);
}

/* .comments-area .comment-meta {
  display: flex;
} */

div#comments {
  padding: 0;

  margin: 30px 0 0;
}

ol.comment-list div#respond {
  padding: 0 20px 20px;
}

div#comments #respond {
  margin: 0;
}

div#comments li.comment #respond {
  margin: 0;
  padding: 30px;
}

.comment-respond h3#reply-title a#cancel-comment-reply-link {
  margin: 0 0px 0 15px;
  font-size: calc(var(--font-base) + 2px);
  line-height: 1;
}

.comments-area .form-group input,
.comments-area textarea {
  border-radius: 0px;
  box-shadow: none;
  height: 50px;
  padding: 0 15px;
  line-height: 46px;
  margin-bottom: 14px;
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--heading-color);
}

.comments-area .form-group input {
  margin-bottom: 20px;
}

.comments-area .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 5px;
}

.comments-area textarea {
  line-height: 1.5;
  height: 120px;
  padding: 15px 15px;
  width: 100%;
  border: 1px solid var(--heading-color);
  background-color: transparent;
}

.comments-area form.comment-form {
  box-shadow: none;
  padding: 0px;
}

.comments-area div.comment-respond h3 {
  box-shadow: none;
  padding: 0px;
}

.comment-content p {
  font-size: calc(var(--font-sm) + 1px);
  line-height: 1.5em;
  color: var(--para-color);
  padding-top: 5px;
}

.comments-area .comment-meta,
.comments-area .comment-content {
  padding-left: 100px;
  position: relative;
}

.comment-list ol.children {
  padding-left: 50px;
}

.comment-list .reply {
  top: 20px;
  right: 20px;
  position: absolute;
}

.comment-list .reply a {
  font-size: calc(var(--font-xs) + 1px);
  text-transform: uppercase;
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
  background-color: transparent;
  padding: 5px 10px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
}

.comment-list .reply a:hover {
  background: var(--main-hover);
}

.comment-respond h3#reply-title {
  color: var(--heading-color);
  font-size: calc(var(--font-xl) + 2px);
  line-height: 32px;
  text-transform: none;
  margin-bottom: 0px;
}

.comment-list li.comment {
  padding: 0px;
  list-style-type: none;
  border: none;
  margin-bottom: 0;
  line-height: 1.6em;
}

.comment-list li.comment .fn {
  color: var(--heading-color);
}

.comment-metadata time {
  color: var(--para-color);
  font-size: calc(var(--font-sm) + 1px);
  line-height: 24px;
  font-weight: 600;
}

.comment-metadata time:hover {
  color: var(--main-color);
}

.comments-area .comment-metadata a {
  margin: 0px;
  font-size: 15px;
}

.comments-area .says {
  display: none;
}

#comments ol.comment-list article {
  background: var(--bg-color-1);
  padding: 30px;
  box-shadow: none;
  position: relative;
  border: 1px solid var(--heading-color);
  margin-bottom: 40px !important;
}

#comments ol.comment-list article::before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--heading-color);
  margin: 10px;
  z-index: -1;
}

div#respond {
  margin-top: 30px;
}

.comments-area ol.comment-list ol.children article {
  background: var(--white);
}

ol.comment-list {
  box-shadow: none;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 140px;
}

.single .logged-in-as,
.single .comment-notes {
  margin-bottom: 20px;
  font-size: calc(var(--font-sm) + 2px);
}

.comments-area .form-submit input {
  z-index: 1;
  height: 100%;
  border: none;
  padding: 15px 25px;
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid transparent;
  font-weight: 600;
}

.comments-area .form-submit {
  width: fit-content;
  border-radius: 30px;
  display: flex;
  z-index: 1;
  font-size: calc(var(--font-sm) + 2px);
  position: relative;
  background: var(--bg-color-1);
  color: var(--heading-color);
  line-height: 1;
}

.comments-area .form-submit::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 30px;
  margin: 0;
  background-color: var(--bg-color-1);
  z-index: 0;
}

.comments-area .form-submit::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 30px;
  margin: 4px 2px;

  z-index: -1;
}

.comments-area .form-submit input:hover {
  background-color: var(--main-color);
  border-color: var(--heading-color);
}

div#comments #respond {
  margin: 0;

  padding: 0;
  margin-top: 40px;
  margin-bottom: 80px;
}

.single p.form-submit {
  margin-bottom: 0px;
  margin-top: 20px;
}

/*--------------- LoadMore ---------------*/

button.ajax_load_post {
  padding: 15px 50px;
  border-radius: 0px;
  font-size: calc(var(--font-sm) + 1px);
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: var(--white);
}

button.ajax_load_post:hover {
  background: transparent;
  color: var(--main-color);
}

.ajax_loadmore_wrap {
  text-align: center;
  position: relative;
  padding-top: 0px;
}

.ajax_loadmore_wrap button {
  margin: 0 auto;
}

body.woocommerce a.button.add_to_cart_button,
body.woocommerce .add_cart a {
  padding-left: 30px;
  padding-right: 30px;
}

body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading {
  opacity: 0.6;
}

.ajax_loader .ajax_loadmore_wrap:before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 5px solid var(--border-color-9);
  border-left-color: var(--main-color);
  animation: load_rotate 1s infinite linear;
  margin: 0 auto 20px;
  position: absolute;
}

@keyframes load_rotate {
  to {
    transform: rotate(1turn);
  }
}

/*--------------- Preloader ---------------*/
.loading-area {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  background: var(--white);
}

.loading-area .loading,
.loading-area .loading:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.loading-area .loading {
  margin: -5em auto;
  font-size: calc(var(--font-xs) - 1px);
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px solid var(--border-color-1);
  border-left-color: var(--main-color);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loaded .loading-area {
  opacity: 0;
  visibility: hidden;
}

.post-carousel-wrap {
  overflow: hidden;
  position: static;
}

.swiper_nav {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  display: flex;
  gap: 5px;
  height: 100%;
}

.swiper_nav .swiper-button {
  height: 52px;
  width: 52px;
  border: 1px solid var(--heading-color);
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
}

.swiper_nav .swiper-button svg {
  width: 20px;
  height: 20px;
}

.swiper_nav .swiper-button::before {
  content: " ";
  position: absolute;
  height: 52px;
  width: 52px;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 0px 3px;
  z-index: -1;
}

.swiper_nav .swiper-button:hover {
  background-color: var(--main-color);
}

.related_post_wrap h2.recent-post-title {
  text-align: center;
  font-size: calc(var(--font-2xl) + 2px);
  margin-bottom: 30px;
}

.related_post_wrap {
  position: relative;
}

.post_excerpt .sec_desc {
  font-size: calc(var(--font-sm) + 2px);
  line-height: 1.5em;
}

.related_post_wrap .panel-image {
  height: 250px;
}

.related_post_wrap .panel-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.post-carousel-wrap .swiper-button::after {
  content: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.blog_grid .panel-body {
  padding: 20px;
}

/* === SOCIAL MEDIA BRAND COLORS === */

.ico-facebook {
  color: var(--ico-facebook);
}

.ico-twitter {
  color: var(--ico-twitter);
}

.ico-twitter-x {
  color: var(--heading-color);
}

.ico-instagram {
  color: var(--ico-instagram);
}

.ico-linkedin {
  color: var(--ico-linkedin);
}

.ico-youtube {
  color: var(--ico-youtube);
}

.ico-tiktok {
  color: var(--heading-color);
}

.ico-pinterest {
  color: var(--ico-pinterest);
}

.ico-snapchat {
  color: var(--ico-snapchat);
}

.ico-whatsapp {
  color: var(--ico-whatsapp);
}

.ico-telegram {
  color: var(--ico-telegram);
}

.ico-reddit {
  color: var(ico-reddit);
}

.ico-github {
  color: var(--ico-github);
}

.ico-dribbble {
  color: var(--ico-dribbble);
}

.ico-discord {
  color: var(--ico-discord);
}

/* footere home 1 */
/* blog single layout styling */
.blog_single_top .badge-wrap {
  display: none;
}

.panel-image .badge-wrap {
  margin: 15px;
  top: 0;
  width: max-content;
  height: max-content;
}

div.blog_masonry div.panel-image div.badge-wrap {
  position: absolute !important;
  top: 15px;
  left: 15px;
}

.badge-wrap.top_left {
  display: flex;
  gap: 5px;
}

.rpwwt-post-categories {
  margin-bottom: 0px;
}
.badge-wrap {
  top: 10px;
  left: 10px;
  /* position: absolute; */
  z-index: 1;
  width: max-content;
}
/* .blog-slider-wrap .badge-wrap {
 position: static;
}
.blog-slider-wrap.style-2 .badge-wrap {
position: absolute;
} */
.badge {
  background-color: var(--badge-g2);
  font-size: calc(var(--font-xs) + 2px);
  color: var(--white);
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: 1em;
  display: block;
  text-decoration: none;
  border-radius: 0;
  font-weight: 500;
}

.badge:hover,
.badge-wrap a:hover {
  background-color: var(--badge-g3);
  color: var(--white);
}

.widget-area .recent-posts-widget-with-thumbnails li div.rpwwt-post-categories {
  font-size: 0;
}

.fleeko_post_style_1 .img_wrap {
  width: 1720px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.fleeko_post_style_2 .img_wrap {
  padding-bottom: 40px;
  padding-top: 20px;
  margin-right: 10px;
}

.fleeko_post_style_1 .img_wrap .panel-image,
.fleeko_post_style_1 .img_wrap .audio_wrap,
.fleeko_post_style_2 .img_wrap .panel-image,
.fleeko_post_style_3 .img_wrap .panel-image {
  border: 2px solid var(--heading-color);
  position: relative;
  height: 650px;
}

.title_meta_wrap .blog_feat {
  margin-bottom: 0;
}

.fleeko_post_style_1 .img_wrap .audio_wrap .ratio {
  height: 100%;
}

.fleeko_post_style_1 .img_wrap .panel-image::after,
.fleeko_post_style_1 .img_wrap .audio_wrap::after,
.fleeko_post_style_2 .img_wrap .panel-image::after,
.fleeko_post_style_3 .img_wrap .panel-image::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 12px 0 0 12px;
  transition: all 0.5s ease;
  z-index: -1;
}

/* .fleeko_post_style_2 .container {
  width: 1560px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
} */
.fleeko_post_style_2 .title_meta_wrap .container {
  padding: 0;
}
.post-carousel-wrap {
  padding: 0 10px 0 0;
}

/* blog single layout 3 styling */
.fleeko_post_style_3 .badge-wrap,
.fleeko_post_style_3 .title_meta_wrap .sec_titl,
.fleeko_post_style_3 .title_meta_wrap .blog_feat {
  justify-content: center;
  text-align: center;
}

.fleeko_post_style_3 .img_wrap {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 15px 40px 15px;
}

.fleeko_post_style_3 .sub_title {
  text-align: center;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3em;
}

/* blog single layout  4 styling */
.fleeko_post_style_4 .post_banner {
  position: relative;
  margin-bottom: 50px;
}

.fleeko_post_style_4 .overlay_content {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

.fleeko_post_style_4 .overlay_content .blog_feat {
  justify-content: center;
}

.fleeko_post_style_4 .overlay_content .badge-wrap,
.fleeko_post_style_4 .overlay_content .breadcrumbs {
  justify-content: center;
}

.fleeko_post_style_4 .breadcrumbs {
  margin-bottom: 25px;
}

.fleeko_post_style_4 .post_banner .panel-image {
  position: relative;
  height: 800px;
}

.content-area.fleeko_post_style_4 {
  margin-top: 0;
}

.fleeko_post_style_4 .panel-image img {
  object-position: top;
  object-fit: cover;
}

.fleeko_post_style_4 .panel-image::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 80%);
  background-size: cover;
  background-position: center;
}

.fleeko_post_style_4 .sec_titl {
  color: var(--white);
}

.fleeko_post_style_4 .panel-image.ratio::before {
  content: none;
}

.fleeko_post_style_4 .pg_links p.lnk_pag,
.fleeko_post_style_4 .pg_links p.lnk_pag a,
.fleeko_post_style_4 .pg_links a,
.fleeko_post_style_4 .pg_links span {
  color: var(--white);
}

.fleeko_post_style_4 .pg_links p.lnk_pag a:hover,
.fleeko_post_style_4 .pg_links a:hover {
  opacity: 0.7;
}

.fleeko_post_style_4 p.lnk_pag.item-current span.bread-current {
  color: var(--white);
  opacity: 0.7;
}

.fleeko_post_style_4 .image_author .img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.fleeko_post_style_4 .image_author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.fleeko_post_style_4 .overlay_content .blog_feat ul li a,
.fleeko_post_style_4 .overlay_content .blog_feat ul li,
.fleeko_post_style_4 .overlay_content .post_date a i,
.fleeko_post_style_4 .overlay_content li.post_author i,
.fleeko_post_style_4 .overlay_content li.post_categ a i,
.fleeko_post_style_4 .overlay_content .post_categ i {
  color: var(--white);
}

.fleeko_post_style_4 .overlay_content .blog_feat ul li a:hover,
.fleeko_post_style_4 .overlay_content .post_date a:hover i,
.fleeko_post_style_4 .overlay_content li.post_categ a:hover i {
  color: var(--main-color);
}

/* blog single layout 5 styling */

.fleeko_post_style_5 .post_banner .container {
  display: flex;
  align-items: center;
  padding: 0;
}

.fleeko_post_style_5 .post_banner .content_left {
  flex: 0 0 50%;
  padding: 70px 40px 70px 70px;
}

.fleeko_post_style_5 .post_banner .img_right {
  flex: 0 0 50%;
  height: 100%;
}

.fleeko_post_style_5 .post_banner .img_right .panel-image {
  height: 550px;
}

.fleeko_post_style_5 .post_banner .img_right img {
  width: 100%;
  height: 100%;
}

.fleeko_post_style_5 .post_banner {
  width: 1490px;
  max-width: 100%;
  margin: 60px auto;
  padding: 0;
  border: 1px solid var(--heading-color);
  position: relative;
  background-color: var(--white);
}

.fleeko_post_style_5 .post_banner::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.fleeko_post_style_5 .image_author .img-wrap {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.fleeko_post_style_5 .image_author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.fleeko_post_style_5 .post_banner .blog_feat {
  margin-bottom: 0;
}

/* blog single layout 6 styling */
.fleeko_post_style_6 .breadcrumbs {
  margin-bottom: 25px;
}

.fleeko_post_style_6 .post_banner .container {
  display: flex;
  align-items: center;

  position: relative;
}

.fleeko_post_style_6 .post_banner .content_left {
  flex: 0 0 50%;
  z-index: 1;
  padding: 40px;
  background: var(--bg-color-1);
  border: 1px solid;
}

.fleeko_post_style_6 .post_banner .img_right {
  width: 60%;
  position: absolute;
  height: 550px;
  right: 0;
}

.fleeko_post_style_6 .content_left .blog_feat ul li {
  margin-bottom: 0;
}

.fleeko_post_style_6 .post_banner .img_right .panel-image {
  border: 1px solid var(--heading-color);
  position: relative;

  height: 100%;
}

.fleeko_post_style_6 .post_banner .img_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.fleeko_post_style_6 .post_banner .img_right .panel-image::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.fleeko_post_style_6 .post_banner {
  width: inherit;
  max-width: 100%;
  margin: auto;
  margin-bottom: 50px;
  padding:100px 0;
}

.fleeko_post_style_6 .image_author .img-wrap {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.fleeko_post_style_6 .image_author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.fleeko_post_style_6 .post_banner .blog_feat {
  margin-bottom: 0;
}

/* blog single layout  7 styling */
.fleeko_post_style_7 .post_large_banner {
  position: relative;
  margin-bottom: 50px;
}

.fleeko_post_style_7.content-area {
  margin-top: 0;
}

.fleeko_post_style_7 .post_large_banner .container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.fleeko_post_style_7 .overlay_content_center {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 1;
  width: 60%;

  display: flex;
  gap: 40px;
  align-items: end;
  width: 1490px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.fleeko_post_style_7 .left_date .date_wrap {
  background-color: var(--main-color);
  padding: 50px 60px;
  position: relative;
}

.fleeko_post_style_7 .left_date .date_wrap::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  background-color: var(--heading-color);
  border-radius: 0px;
  margin: 8px 0 0 8px;
  transition: all 0.5s ease;
  z-index: -1;
}

.fleeko_post_style_7 .left_date .date_wrap span {
  display: block;
  font-size: calc(var(--font-3xl) + 2px);
  color: var(--white);
  font-weight: 600;
  line-height: 1.1em;
  text-transform: uppercase;
}

.fleeko_post_style_7 .left_date .date_wrap span.date_day {
  font-size: calc(var(--font-display-sm) + 5px);
}

.fleeko_post_style_7 .breadcrumbs {
  margin-bottom: 25px;
}

.fleeko_post_style_7 .post_large_banner .image_bg {
  position: relative;
  height: 750px;
}

.fleeko_post_style_7 .image_bg img {
  object-position: top;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.fleeko_post_style_7 .image_bg::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 57%), rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 80%);
  background-size: cover;
  background-position: center;
}

.fleeko_post_style_7 .sec_titl {
  color: var(--white);
  margin-bottom: 0;
  margin-top: 0;
}

.fleeko_post_style_7 .image_bg.ratio::before {
  content: none;
}

.fleeko_post_style_7 .pg_links p.lnk_pag,
.fleeko_post_style_7 .pg_links p.lnk_pag a,
.fleeko_post_style_7 .pg_links a,
.fleeko_post_style_7 .pg_links span {
  color: var(--white);
}

.fleeko_post_style_7 .pg_links p.lnk_pag a:hover,
.fleeko_post_style_7 .pg_links a:hover {
  opacity: 0.7;
}

.fleeko_post_style_7 .text-left p.lnk_pag.item-current span.bread-current {
  color: var(--white);
  opacity: 0.7;
}

.fleeko_post_style_7 .image_author .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.fleeko_post_style_7 .image_author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.fleeko_post_style_7 .overlay_content_center .blog_feat {
  margin-top: 15px;
  margin-bottom: 0;
}

.fleeko_post_style_7 .overlay_content_center .blog_feat ul li a,
.fleeko_post_style_7 .overlay_content_center .blog_feat ul li,
.fleeko_post_style_7 .overlay_content_center .post_date a i,
.fleeko_post_style_7 .overlay_content_center li.post_author i,
.fleeko_post_style_7 .overlay_content_center li.post_categ a i,
.fleeko_post_style_7 .overlay_content_center .post_categ i {
  color: var(--white);
}

.fleeko_post_style_7 .overlay_content_center .blog_feat ul li a:hover,
.fleeko_post_style_7 .overlay_content_center .post_date a:hover i,
.fleeko_post_style_7 .overlay_content_center li.post_categ a:hover i {
  color: var(--main-color);
}

/* blog single layout 8 styling */
.fleeko_post_style_8 .panel-image {
  position: relative;
  height: 750px;
}

.fleeko_post_style_8 .panel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.fleeko_post_style_8 .image_author .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.fleeko_post_style_8 .image_author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.fleeko_post_style_8 .panel-image.ratio::before {
  content: none;
}

.fleeko_post_style_8 .panel-image {
  margin-top: 20px;
  margin-bottom: 60px;
}

/* blog single layout 9 styling */
.content-area.fleeko_post_style_9 {
  margin-top: 0;
}

.fleeko_post_style_9 .breadcrumbs {
  margin-bottom: 25px;
}

.fleeko_post_style_9 .post_banner .container {
  display: flex;
  align-items: center;
}

.fleeko_post_style_9 .post_banner .content_right {
  flex: 0 0 50%;

  padding: 50px;
}

.fleeko_post_style_9 .post_banner .img_left {
  flex: 0 0 50%;

  height: 545px;
}

.fleeko_post_style_9 .content_right .blog_feat ul li {
  margin-bottom: 0;
}

.fleeko_post_style_9 .post_banner .img_left .panel-image {
  border: 1px solid var(--heading-color);
  position: relative;
  height: 100%;
}

.fleeko_post_style_9 .post_banner .img_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 2;
  border: 1px solid var(--heading-color);
}

.fleeko_post_style_9 .post_banner .img_left .panel-image::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: 1;
}

.fleeko_post_style_9 .post_banner {
  padding: 100px 0;
  background-color: var(--bg-color-3);
  margin-bottom: 60px;
}

.fleeko_post_style_9 .image_author .img-wrap {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.fleeko_post_style_9 .image_author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.fleeko_post_style_9 .post_banner .blog_feat {
  margin-bottom: 0;
}

/* blog single layout  10 styling */

.fleeko_post_style_10 .post_banner .container {
  position: relative;
  margin-bottom: 50px;
  padding: 0;

  border-radius: 50px;
}

.fleeko_post_style_10 .post_banner .container::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  border-radius: 50px;
  top: 0;

  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.fleeko_post_style_10 .overlay_content {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  right: auto;
  transform: translateX(0%);
  width: 100%;
  z-index: 1;
  padding: 40px;
}

.fleeko_post_style_10 .breadcrumbs {
  margin-bottom: 25px;
}

.fleeko_post_style_10 .post_banner .panel-image {
  position: relative;
  height: 650px;
}

.fleeko_post_style_10 .post_banner .panel-image img {
  object-position: top;
  object-fit: cover;
  border-radius: 50px;
}

.fleeko_post_style_10 .post_banner .panel-image .badge-wrap {
  display: none;
}

.fleeko_post_style_10 .post_banner .panel-image::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 80%);
  background-size: cover;
  background-position: center;
  border-radius: 50px;
}

.fleeko_post_style_10 .sec_titl {
  color: var(--white);
  margin-top: 0;
}

.single-post .fleeko_post_style_10 .blog_feat ul {
  margin-bottom: 0;
}

.fleeko_post_style_10 .panel-image.ratio::before {
  content: none;
}

.fleeko_post_style_10 .pg_links p.lnk_pag,
.fleeko_post_style_10 .pg_links p.lnk_pag a,
.fleeko_post_style_10 .pg_links a,
.fleeko_post_style_10 .pg_links span {
  color: var(--white);
}

.fleeko_post_style_10 .pg_links p.lnk_pag a:hover,
.fleeko_post_style_10 .pg_links a:hover {
  opacity: 0.7;
}

.fleeko_post_style_10 p.lnk_pag.item-current span.bread-current {
  color: var(--white);
  opacity: 0.7;
}

.fleeko_post_style_10 .image_author .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.fleeko_post_style_10 .image_author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.fleeko_post_style_10 .overlay_content .blog_feat {
  margin-bottom: 0;
  margin-top: 15px;
}

.fleeko_post_style_10 .overlay_content .blog_feat ul li a,
.fleeko_post_style_10 .overlay_content .blog_feat ul li,
.fleeko_post_style_10 .overlay_content .post_date a i,
.fleeko_post_style_10 .overlay_content li.post_author i,
.fleeko_post_style_10 .overlay_content li.post_categ a i,
.fleeko_post_style_10 .overlay_content .post_categ i {
  color: var(--white);
}

.fleeko_post_style_10 .overlay_content .blog_feat ul li a:hover,
.fleeko_post_style_10 .overlay_content .post_date a:hover i,
.fleeko_post_style_10 .overlay_content li.post_categ a:hover i {
  color: var(--main-color);
}

/* category layouts styling */
/* category layout  1 styling */
.fleeko_category_1 .category_detail_wrap,
.fleeko_category_2 .category_detail_wrap,
.fleeko_category_3 .category_detail_wrap {
  text-align: center;
  padding: 40px;
  background-color: var(--main-color);
  border: 1px solid var(--heading-color);
  position: relative;
  margin-bottom: 60px;
}

.fleeko_category_1 .category_detail_wrap::after,
.fleeko_category_2 .category_detail_wrap::after,
.fleeko_category_3 .category_detail_wrap::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.fleeko_category_1 .category_description,
.fleeko_category_2 .category_description,
.fleeko_category_3 .category_description {
  width: 70%;
  margin: 0 auto;
}

.fleeko_category_1 .category_description p,
.fleeko_category_2 .category_description p,
.fleeko_category_3 .category_description p {
  line-height: 1.6em;
  color: var(--heading-color);
}

.fleeko_category_1 .category_detail_wrap .post_count,
.fleeko_category_2 .category_detail_wrap .post_count,
.fleeko_category_3 .category_detail_wrap .post_count {
  background-color: var(--heading-color);
  color: var(--white);
  font-size: calc(var(--font-sm) - 1px);
  font-weight: 500;
  width: fit-content;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 5px 10px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.fleeko_category_3 .category_detail_wrap .post_count {
  margin: 0 0 10px 0;
}

.fleeko_category_3 .category_description {
  margin: auto 0;
}

.fleeko_category_3 .category_detail_wrap {
  text-align: left;
}

/* classic layout  */
.layout_classic .blog_list {
  margin-bottom: 50px;
}

.layout_classic article .panel-image {
  border: 1px solid var(--heading-color);
  position: relative;
  margin-bottom: 30px;
  height: 500px;
}

.layout_classic article .panel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: top; */
}

.layout_classic article .panel-image::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.layout_classic article .sec_titl a {
  font-size: var(--font-3xl);
  line-height: 1.2em;
}

/* layout list */
.list_layout article {
  position: relative;
  border: 1px solid var(--heading-color);
  background-color: var(--bg-color-1);
  margin-bottom: 40px;
}

.blog_list.list_layout .panel-default {
  margin-bottom: 0;
}

.list_layout article::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  transition: all 0.5s ease;
  z-index: -1;
}

.list_layout .content-wrap {
  padding: 25px 30px;
}

.list_layout .readmore {
  margin-bottom: 0;
}

/*  list overlay */
.layout_overlay article {
  margin-bottom: 40px;
}

.layout_overlay h3.sec_titl a {
  font-size: var(--font-2xl);
}

.layout_overlay .panel-image::after,
.layout_overlay .format-video .panel::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 80%);
  background-size: cover;
  background-position: center;
}

.layout_overlay .content-wrap {
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: auto;
  left: 0;
  padding: 35px;
}

.layout_overlay .post_excerpt .sec_desc {
  color: var(--white);
}

.layout_overlay .readmore {
  background-color: transparent;
  color: var(--heading-color);
  margin-top: 20px;
}

.layout_overlay .readmore::before {
  border: 1px solid var(--white);
  background-color: transparent;
}

.layout_overlay .readmore::after {
  background-color: var(--bg-color-1);
  border: 1px solid var(--white);
}

.layout_overlay .readmore:hover::after {
  background-color: var(--main-color);
  border: 1px solid var(--heading-color);
}

.layout_overlay .blog_list.list_overlay a.readmore:hover {
  color: var(--heading-color);
}

.layout_overlay .blog_list.list_overlay a.readmore {
  background-color: transparent;
}

/* fleeko author layout 1 */
.fleeko_author_1 .author-info {
  display: block;
  text-align: center;
  background-color: var(--main-color);
  padding: 40px 60px;
}

.fleeko_author_1 .author_desc ul.soc_icons {
  justify-content: center;
}

.fleeko_author_1 .author_desc {
  padding-left: 0;
}

.fleeko_author_1 .author-info p.post_count {
  font-weight: 600;
}

.fleeko_author_1 .author-bio img.avatar {
  border-radius: 50%;
  width: 135px;
  border: 1px solid var(--black-t-2);
  height: 135px;
  margin-bottom: 15px;
}

.fleeko_author_1 .author-bio img.avatar,
.fleeko_author_2 .author-bio img.avatar {
  padding: 8px;
  border: 1px solid var(--heading-color);
}

.fleeko_author_1 .author_info_social h3.author-title a {
  margin-bottom: 0;
  text-transform: uppercase;
}

.fleeko_author_1 .author_info_social h3.author-title a:hover {
  color: var(--heading-color);
}

.fleeko_author_1 .author_desc ul.soc_icons li a:hover {
  background-color: var(--heading-color);
  color: var(--white);
}

.fleeko_author_1 .author_desc ul.soc_icons li a:hover svg {
  color: var(--white);
  fill: var(--white);
}

/* fleeko author layout 2 */
.fleeko_author_2 .author-info {
  display: block;
  text-align: left;
  padding: 40px 30px;
  width: 80%;
  margin: 0 auto 80px;
}

.fleeko_author_2 .author_img_detail_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.fleeko_author_2 .author-bio img.avatar {
  border-radius: 50%;
  width: 120px;
  border: 1px solid var(--black-t-2);
  height: 120px;
  margin-bottom: 0px;
}

.fleeko_author_2 .author-bio ul.soc_icons {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0px;
  margin-top: 5px;
  display: flex;
  gap: 0 10px;
}

.fleeko_author_2 .author-info ul li {
  margin-bottom: 0;
}

.fleeko_author_2 .author-info .author-description {
  margin-top: 30px;
}

.fleeko_author_2 .author-info p {
  line-height: 1.7em;
  padding: 0px 0;
}

.fleeko_author_2 .author_desc {
  padding-left: 0px;
  padding-top: 0px;
}

.fleeko_author_2 .author-bio ul.soc_icons li a {
  font-size: calc(var(--font-sm) + 2px);
  color: var(--heading-color);
  line-height: 1;
  border: 1px solid var(--heading-color);
  display: inline-block;
  border-radius: 5px;
  padding: 8px 8px;
}

.fleeko_author_2 .author-bio ul.soc_icons li a:hover {
  background-color: var(--heading-color);
  color: var(--white);
}

.fleeko_author_2 .author_info_social {
  position: relative;
}

.fleeko_author_2 .author_info_social .post_count {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
}

.fleeko_author_2 .author_info_social h3.author-title a {
  margin-bottom: 0px;
}

/* fleeko author layout 2 end*/
/* error-full-page-inner 404 page */
img.error_img {
  width: 150px;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.error-full-page-inner {
  text-align: center;
  padding: 100px 0;
}

.error-full-page-inner strong {
  font-size: 200px;
  line-height: 1;
  font-weight: 600;
}

.error-full-page-inner .site-button-outline {
  border: 1px solid var(--heading-color);
  border-radius: 30px;
  display: inline-block;
  padding: 15px 50px;
  font-size: calc(var(--font-base) + 2px);
  margin-top: 30px;
  font-weight: 500;
  position: relative;
  background: var(--bg-color-1);
  color: var(--heading-color);
  line-height: 1;
}

.error-full-page-inner .site-button-outline::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 30px;
  margin: 4px 2px;
  background: var(--bg-color-1);
  z-index: -1;
}

.error-full-page-inner .site-button-outline:hover {
  background-color: var(--main-color);
}

/* error-full-page-inner 404 page */
/* shop pages styling */
div.vbox-close {
  padding: 30px;

  font-size: calc(var(--font-2xl) + 2px);
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor,
.product_quickview_wrapper .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
  margin-bottom: 10px;
  gap: 5px;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor,
.product_quickview_wrapper .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
  color: var(--para-color);
  font-size: calc(var(--font-sm) + 1px);
  font-weight: 500;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor:hover,
.product_quickview_wrapper .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor:hover {
  color: var(--main-color);
}

.yith-wcwl-add-to-wishlist-button svg,
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
  width: 20px;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
  color: var(--red);
}

.woocommerce .quantity .qty {
  min-width: 70px;
  text-align: center;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  border-radius: 30px;
  padding: 10px 10px;
  line-height: 1.2em;
}

.product_slider .swiper-button-next:after,
.product_slider .swiper-button-prev:after {
  display: none;
}

.product_meta span.sku_wrapper,
.product_meta span.posted_in {
  font-size: calc(var(--font-sm) + 1px);
  font-weight: 600;
  margin-right: 10px;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
  font-size: calc(var(--font-sm) + 1px);
}

.product_meta span,
.product_meta a {
  font-weight: 400;
}

.product_meta a {
  color: var(--para-color);
}

.product_meta a:hover {
  color: var(--main-color);
}

.woocommerce-ordering select {
  padding: 10px;
  border: none;
  background-color: transparent;
}

.woocommerce-tabs h2,
.related.products h2 {
  font-size: calc(var(--font-lg) + 1px);
}
.related.products h2 {
  font-size: calc(var(--font-xl) + 2px);
}
.related.products h2 {
  margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 0em;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: none;
  border: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  border: none;

  margin-left: 0;
  padding: 0px 40px 10px 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0px 30px 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--heading-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--border-color-1);
  background-color: var(--bg-color-1);
  color: var(--para-color);
  opacity: 0.6;
  font-size: calc(var(--font-sm) + 2px);
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 600;
  color: var(--para-color);
  border-radius: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  transition: all 0.5s ease;
  border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background-color: transparent;
  border-color: var(--main-color);
  opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--heading-color);
  background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: left;
  padding-left: 0;
}

.woocommerce-tabs p,
.related.products p {
  font-size: calc(var(--font-sm) + 2px);
}

.woocommerce-ordering {
  position: relative;
  background-color: var(--bg-color-1);
  color: var(--heading-color);
  z-index: 2;
}

.woocommerce-ordering::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  margin: 4px 2px;
  z-index: -1;
  background-color: var(--bg-color-1);
}

.woocommerce-ordering::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  background-color: var(--bg-color-1);
  z-index: -1;
}

.product_card,
.woocommerce div.product .product_card,
.wc-block-grid__products .wc-block-grid__product {
  position: relative;
  border: 1px solid var(--heading-color);
  background-color: var(--bg-color-1);
  padding: 10px;
  height: 100%;
}

.product_card::before,
.woocommerce div.product .product_card::before,
.wc-block-grid__products .wc-block-grid__product::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  margin: 8px;
  background: var(--bg-color-1);
  z-index: -1;
}

.wc-block-grid__products {
  gap: 25px;
}

.wc-block-grid.has-4-columns ul.wc-block-grid__products .wc-block-grid__product {
  flex: 1 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
  text-align: left;
}

.woocommerce .prod_content .star-rating {
  float: none;
  font-size: 1em;
  width: 5.4em;
  font-family: WooCommerce;
  margin-bottom: 10px;
}

.product_card .prod_thumbnail {
  position: relative;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) {
  padding: 0;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image {
  margin: 15px;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 40px;
}

.woocommerce .woocommerce-result-count {
  font-size: calc(var(--font-sm) + 2px);
  color: var(--heading-color);
  margin-bottom: 0;
  margin-top: 25px;
}

.product_quickview_wrapper a.image_popup.vbox-item,
.product_quickview_wrapper .swiper-wrapper .small_img {
  cursor: not-allowed;
  pointer-events: none;
}

.quick_icon {
  position: absolute;
  top: 55px;
  left: 15px;
  background: var(--white);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}

.quick_icon i {
  color: var(--heading-color);
  font-size: calc(var(--font-lg) + 1px);
}

.quick_icon a:hover i {
  color: var(--main-color);
}

.prod_content .product-title .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-size: calc(var(--font-lg) + 1px);
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 8px;
}

.woocommerce-loop-product__title:hover,
.woocommerce-loop-product__title:hover h2 {
  color: var(--main-color);
}

.woocommerce div.product.product_card p.price,
.woocommerce div.product .product_card span.price,
.wc-block-grid__products .wc-block-grid__product .price {
  font-size: var(--font-base);
  text-decoration: none;
  font-weight: 400;
  color: var(--heading-color);
}

.prod_content .price .del {
  color: var(--para-color);
}

.woocommerce .prod_content {
  padding: 20px 5px;
}

.woocommerce #review_form #respond .form-submit {
  width: fit-content;
}

.woocommerce #review_form #respond .form-submit input {
  background-color: transparent;
  padding: 0;
}.elementor-button.elementor-button-link{
  width:max-content;
  
}

/* button style */
.woocommerce a.button.add_to_cart_button,
.woocommerce div.product form.cart .button,
.wc-block-cart__submit-container .wc-block-components-button,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.woocommerce .add_cart a,
.wp-block-buttons .wp-block-button__link,
.wp-block-search__button.wp-element-button,
.woocommerce .woocommerce-form-track-order button.button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce button.button,
.woocommerce-page .entry-content a.view,
.woocommerce-page .woocommerce-info .button.wc-forward,
.woocommerce table.shop_table td a.add_to_cart_button,
.offcanvasCart_buttons a.button,
body header .header-area .empty_cart_wrap a,
.classic_cart .miniCart_bottom .button,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button,
.woocommerce #review_form #respond .form-submit,
div.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.readmore,
.load_more_btn,
.insta-profile-follow .insta-follow-button,
form.wpcf7-form .submit-btn p,
.news-letter input.mpam-submit,
.mailchimp_form_placeholder input[type="submit"],
.elementor-button.elementor-button-link {
  border-radius: 30px;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  font-size: calc(var(--font-sm) + 2px);
  margin-top: 10px;
  font-weight: 600;
  position: relative;
  background-color: var(--bg-color-1);
  color: var(--heading-color);
  line-height: 1.4em;
  z-index: 2;
  text-transform: capitalize;
}

.woocommerce a.button.add_to_cart_button::before,
.woocommerce div.product form.cart .button::before,
.wc-block-cart__submit-container .wc-block-components-button::before,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button::before,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button::before,
.woocommerce .add_cart a::before,
.wp-block-buttons .wp-block-button__link::before,
.wp-block-search__button.wp-element-button::before,
.woocommerce .woocommerce-form-track-order button.button::before,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit::before,
.woocommerce button.button::before,
.woocommerce-page .entry-content a.view::before,
.woocommerce-page .woocommerce-info .button.wc-forward::before,
.woocommerce table.shop_table td a.add_to_cart_button::before,
.offcanvasCart_buttons a.button::before,
body header .header-area .empty_cart_wrap a::before,
.classic_cart .miniCart_bottom .button::before,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button::before,
.woocommerce #review_form #respond .form-submit::before,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link::before,
.readmore::before,
.load_more_btn::before,
.insta-profile-follow .insta-follow-button::before,
form.wpcf7-form .submit-btn p::before,
.news-letter input.mpam-submit::before,
.elementor-button.elementor-button-link::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 30px;
  margin: 4px 2px;
  z-index: -1;
  background-color: var(--bg-color-1);
}

.woocommerce a.button.add_to_cart_button::after,
.woocommerce div.product form.cart .button::after,
.wc-block-cart__submit-container .wc-block-components-button::after,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button::after,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button::after,
.woocommerce .add_cart a::after,
.wp-block-buttons .wp-block-button__link::after,
.wp-block-search__button.wp-element-button::after,
.woocommerce .woocommerce-form-track-order button.button::after,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit::after,
.woocommerce button.button::after,
.woocommerce-page .entry-content a.view::after,
.woocommerce-page .woocommerce-info .button.wc-forward::after,
.woocommerce table.shop_table td a.add_to_cart_button::after,
.offcanvasCart_buttons a.button::after,
body header .header-area .empty_cart_wrap a::after,
.classic_cart .miniCart_bottom .button::after,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button::after,
.woocommerce #review_form #respond .form-submit::after,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link::after,
.readmore::after,
.load_more_btn::after,
.insta-profile-follow .insta-follow-button::after,
form.wpcf7-form .submit-btn p::after,
.news-letter input.mpam-submit::after,
.elementor-button.elementor-button-link::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 30px;
  background-color: var(--bg-color-1);
  z-index: -1;
}

.woocommerce a.button.add_to_cart_button:hover,
.woocommerce a.button.add_to_cart_button:hover::after,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:hover::after,
.wc-block-cart__submit-container .wc-block-components-button:hover,
.wc-block-cart__submit-container .wc-block-components-button:hover:after,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover::after,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover::after,
.woocommerce .add_cart a:hover,
.woocommerce .add_cart a:hover::after,
.wp-block-buttons .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button__link:hover::after,
.wp-block-search__button.wp-element-button:hover,
.wp-block-search__button.wp-element-button:hover::after,
.woocommerce .woocommerce-form-track-order button.button:hover,
.woocommerce .woocommerce-form-track-order button.button:hover::after,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover::after,
.woocommerce button.button:hover,
.woocommerce button.button:hover::after,
.woocommerce-page .entry-content a.view:hover,
.woocommerce-page .entry-content a.view:hover::after,
.woocommerce-page .woocommerce-info .button.wc-forward:hover,
.woocommerce-page .woocommerce-info .button.wc-forward.button:hover::after,
.woocommerce table.shop_table td a.add_to_cart_button:hover,
.woocommerce table.shop_table td a.add_to_cart_button:hover::after,
.offcanvasCart_buttons a.button:hover,
.offcanvasCart_buttons a.button:hover::after,
body header .header-area .empty_cart_wrap a:hover,
body header .header-area .empty_cart_wrap a:hover::after,
.classic_cart .miniCart_bottom .button:hover,
.classic_cart .miniCart_bottom .button:hover::after,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover::after,
.woocommerce #review_form #respond .form-submit:hover,
.woocommerce #review_form #respond .form-submit:hover::after,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover::after,
.readmore:hover,
.readmore:hover::after,
.load_more_btn:hover,
.load_more_btn:hover::after,
.insta-profile-follow .insta-follow-button:hover,
.insta-profile-follow .insta-follow-button:hover::after,
form.wpcf7-form .submit-btn p:hover,
form.wpcf7-form .submit-btn p:hover::after,
.news-letter input.mpam-submit:hover,
.news-letter input.mpam-submit:hover::after,
button.wc-block-product-filters__open-overlay:hover,
button.wc-block-product-filters__open-overlay:hover::after,
.elementor-button.elementor-button-link:hover,
.elementor-button.elementor-button-link:hover::after {
  background-color: var(--main-color);
  color: var(--heading-color);
}

.offcanvasCart_buttons a.button,
body header .header-area .empty_cart_wrap a,
.classic_cart .miniCart_bottom .button.checkout,
.classic_cart .miniCart_bottom .button,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  border: none;
  text-align: center;
  padding: 12px 30px;
  font-size: var(--font-base);
}

.classic_cart .miniCart_bottom .button.checkout,
.classic_cart .miniCart_bottom .button,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  width: fit-content;
  padding: 12px 40px;
}

button.wc-block-product-filters__apply.wp-element-button {
  border: none;
  width: 100%;
}

.load_more_btn {
  border: none;
  box-shadow: none;
  padding: 12px 40px;
  font-size: var(--font-base);
}

form.wpcf7-form .submit-btn p input {
  font-weight: 600;
}

/* if button is invert */
.offcanvasCart_buttons a.button.checkout::after,
body header .header-area .empty_cart_wrap a::after,
.classic_cart .miniCart_bottom .button.checkout::after,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button::after,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button::after,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order::after,
.load_more_btn::after,
form.wpcf7-form .submit-btn p::after {
  background-color: var(--main-color);
}

.offcanvasCart_buttons a.button.checkout:hover::after,
.offcanvasCart_buttons a.button.checkout:hover,
body header .header-area .empty_cart_wrap a:hover,
body header .header-area .empty_cart_wrap a:hover::after,
.classic_cart .miniCart_bottom .button.checkout:hover,
.classic_cart .miniCart_bottom .button.checkout:hover::after,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover::after,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover::after,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order:hover,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order:hover::after,
.load_more_btn:hover,
.load_more_btn:hover:after,
form.wpcf7-form .submit-btn p:hover,
form.wpcf7-form .submit-btn p:hover::after {
  background-color: var(--bg-color-1);
}

/* if button is invert */
form.wpcf7-form .submit-btn p {
  padding: 12px 40px;
}

.woocommerce a.button.add_to_cart_button,
.woocommerce .add_cart a {
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce .add_cart {
  display: flex;
  gap: 10px;
}

.woocommerce .add_cart a.button.loading::after {
  margin-left: 0;
  transform: none !important;
}

.woocommerce .add_cart a.button.added::after {
  margin-left: 0;
  transform: none !important;
}

.wp-block-search__button.wp-element-button {
  margin-top: 0;
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  padding: 15px 30px !important;
  border: none;
  font-size: calc(var(--font-sm) + 2px);
  margin-top: 15px;
}

.wc-block-components-totals-coupon__form button.wc-block-components-totals-coupon__button {
  height: 100%;
  border: none;
  margin-top: 14px;
  margin-bottom: 5px;
  padding: 12px 50px;
  width: 100%;
}

div.wp-block-woocommerce-product-filter-clear-button :where(.wp-block-buttons) {
  margin-top: 0;
}

div.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  border: none;
  text-align: center;
  width: fit-content;
  padding: 15px 50px;
}

a.wc-block-components-checkout-return-to-cart-button {
  font-weight: 500;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0 10px 0 0;
}

.woocommerce div.product form.cart .button {
  margin-top: 0;
  margin-left: 0px;
}

.woocommerce.single-product div.product form.cart .button.single_add_to_cart_button {
  margin-top: 0px;
  margin-left: 0px;
}

.woocommerce div.product form.cart table.group_table {
  margin-bottom: 20px;
}

.wc-block-cart__submit-container a.wc-block-components-button {
  font-size: calc(var(--font-base) + 1px);
  padding: 10px 50px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.wc-block-cart__submit-container a.wc-block-components-button::after {
  background-color: var(--main-color);
}

.wc-block-cart__submit-container a.wc-block-components-button:hover::after {
  background-color: var(--bg-color-1);
}

.woocommerce .product .content_row .col-12.col-md-6 {
  position: relative;
}

.woocommerce span.onsale,
.wc-block-grid__product div.wc-block-grid__product-onsale {
  min-height: auto;
  padding: 5px 10px;
  font-size: 1em;
  font-weight: 600;
  position: absolute;
  text-align: center;
  line-height: 1.2em;
  top: 15px;
  right: 25px;
  left: auto;
  margin: 0;
  border-radius: 0;
  background-color: var(--main-hover);
  color: var(--white);
  font-size: calc(var(--font-xs) + 2px);
  z-index: 9;
  border: none;
  text-transform: uppercase;
}

.yith-add-to-wishlist-button-block {
  margin: 0;
}

.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.woocommerce div.product {
  margin-bottom: 40px;
  position: relative;
}

.woocommerce .mini_cart_wrap div.product {
  margin-bottom: 0px;
}

.related .products_grid.row {
  gap: 20px;
}

.related .products_grid.row .col-md-4 {
  flex: 0 0 auto;
  width: calc(33.33333333% - 14px);
}

.woocommerce .related.products div.product {
  margin-bottom: 0px;
  padding: 0;
}

/* card style */

.woocommerce div.product .product_card,
.woocommerce div.product .product_card::before {
  transition: all 0.8s ease;
}

.woocommerce div.product .product_card:hover::before {
  background-color: var(--heading-color);
}

.woocommerce div.product .product_card:hover .woocommerce-LoopProduct-link:hover h2 {
  color: var(--main-color);
}

/* product single style */
.woocommerce .outofstock p.stock.out-of-stock {
  margin-left: 0px;
  margin-bottom: 10px;
  display: inline-block;
}

.woocommerce div.product p.stock {
  display: block;
  margin-left: 0px;
  padding: 4px 5px;
  font-weight: 600;
  line-height: 1.2em;
  font-size: 12px;
}

.woocommerce div.onbackorder.product p.stock {
  margin-left: 0px;
  margin-bottom: 15px;
  display: inline-block;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: var(--stock);
  background: var(--stock-bg);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock.stock {
  color: var(--red);
  background: var(--erroe-text);
}

.single-product .products_row.row {
  margin: 0;
}

.product_single_wrap {
  padding: 0;
  padding-right: 40px;
}

.product_single_wrap .product_card {
  border: none;
  padding: 0;
  background-color: transparent;
}

.product_single_wrap .product_card::before {
  content: none;
}

.woocommerce div.product form.cart {
  margin-bottom: 20px;
}

.product_single_wrap div.content_row div.product-summary {
  padding: 30px;
}

.product_single_wrap .standard-post.product div.content_row {
  position: relative;
  margin: 0px;
  padding: 20px 10px;
}

.woocommerce-tabs.wc-tabs-wrapper,
.related.products {
  position: relative;
  padding: 10px;
}

.woocommerce-tabs.wc-tabs-wrapper,
.related.products {
  margin-top: 50px;
  padding: 30px;
}

.product_single_wrap .content_row::before,
.woocommerce-tabs.wc-tabs-wrapper::before,
.related.products::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 8px 0 0 8px;
  transition: all 0.5s ease;
  z-index: -1;
}

.product_single_wrap .content_row::after,
.woocommerce-tabs.wc-tabs-wrapper::after,
.related.products::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  transition: all 0.5s ease;
  background-color: var(--bg-color-1);
  z-index: -1;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.woocommerce div.product form.cart .variations label {
  margin-right: 10px;
}

.single-product .site-main div.product #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
  font-size: calc(var(--font-lg) - 3px);
  color: var(--heading-color);
  font-weight: 600;
}
.woocommerce table.shop_attributes {
  border-top: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
  font-size: calc(var(--font-xs) + 1px);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
  border-radius: 0;
  padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  line-height: 1.6em;
  font-size: calc(var(--font-sm) + 2px);
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 5px;
}

.woocommerce #reviews div#comments ol.commentlist li img.avatar {
  top: -2px;

  padding: 3px;
  width: 40px;

  background: transparent;

  border-radius: 50%;
}

.single-product .site-main div.product #reviews #comments ol.commentlist li {
  border-radius: 0;
  border-bottom: 1px solid var(--heading-color);
}

.single-product .site-main div.product #reviews #comments ol.commentlist li {
  margin-bottom: 20px;
  margin-top: 20px;
}

.single-product .site-main div.product #reviews #comments ol.commentlist {
  margin-bottom: 0px;
  border: none;
}

.single-product .site-main div.product #reviews #respond .comment-form p textarea {
  border: 1px solid var(--heading-color);
  border-radius: 5px;
  padding: 10px 15px;
  background-color: var(--bg-color-1);
}

.comment-form input[type="email"],
.comment-form input[type="text"] {
  width: 100%;
  border: 1px solid var(--heading-color);
  border-radius: 5px;
  padding: 10px 15px;
  background-color: var(--bg-color-1);
  line-height: 1.2em;
}

.single-product .site-main div.product #reviews #respond .comment-form p textarea:focus-visible {
  outline: none;
}

.single-product .site-main div.product #reviews #respond .comment-form p textarea:focus-visible {
  box-shadow: none;
}

.single-product .site-main div.product #reviews #respond .comment-form p.form-submit {
  margin-top: 20px;
}

.single-product .site-main div.product #reviews #respond .comment-form p.form-submit input {
  font-weight: 500;
}

.single-product.rightsidebar .site-content .row aside {
  display: none;
}

.single-product.woocommerce-page .page-header {
  display: none;
}

.single-product div#primary {
  margin-bottom: 0px;
  margin-top: 80px;
}

.single-product .site-main .related {
  margin-bottom: 0;
}

.single-product .site-main div.product div.summary .product_title,
.woolentor-quickview-content-area.woocommerce div.product div.summary .product_title {
  font-weight: 600;
  color: var(--heading-color);
  font-size: calc(var(--font-3xl) + 2px);
  line-height: 1.3em;
}

.single-product .site-main div.product div.summary .woocommerce-product-details__short-description {
  margin-top: 10px;
}

.single-product .site-main div.product div.summary .woocommerce-product-details__short-description p {
  font-size: calc(var(--font-sm) + 2px);
  color: var(--para-color);
  font-weight: 500;
}

.single-product .site-main div.product div.summary .price,
.single-product .site-main div.product div.summary .price span {
  font-size: calc(var(--font-2xl) + 2px);
  font-weight: 600;
  color: var(--heading-color);
}

.single-product .site-main div.product div.summary .price {
  display: flex;
  gap: 10px;
  margin-top: -10px;
}

.woocommerce-variation.single_variation {
  margin-bottom: 10px;
}

.single-product table tbody tr,
.product_quickview_wrapper table tbody tr {
  background-color: transparent;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.single-product .woocommerce-Tabs-panel--additional_information table tbody tr {
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color-1);
  align-items: center;
  margin-bottom: 0;
}

.woocommerce table.shop_attributes th {
  border: none;
  padding: 0;
  font-size: calc(var(--font-sm) + 1px);
  font-weight: 600;
}

.comment-reply-title {
  font-size: calc(var(--font-lg) + 1px);
  font-weight: 600;
}

.comment-form label {
  font-size: calc(var(--font-sm) + 2px);
  font-weight: 500;
  color: var(--heading-color);
}

.woocommerce table.shop_attributes td p,
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: transparent;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: calc(var(--font-xl) + 2px);
  text-decoration: none;
  font-weight: 600;
  color: var(--heading-color);
}

.woocommerce div.product p.price span {
  font-weight: 600;
}

.woocommerce .product_single_wrap div.product p.price span {
  font-weight: 600;
  font-size: calc(var(--font-xl) + 2px);
}

.woocommerce .product_quickview_wrapper div.product p.price span {
  font-size: calc(var(--font-2xl) - 5px);
}

.woocommerce .product_quickview_wrapper div.product p.price {
  margin-top: 10px;
}

.woocommerce.single-product div.product .woocommerce-product-rating,
.product_quickview_wrapper .woocommerce-product-rating {
  margin-bottom: 5px;
  margin-top: -5px;
}

.woocommerce.single-product .woocommerce-product-rating .star-rating,
.product_quickview_wrapper .woocommerce-product-rating .star-rating {
  font-size: calc(var(--font-base) + 2px);
  margin: 5px 4px 0 0;
  float: left;
}

.vbox-child {
  padding: 10px;
  background: var(--bg-color-1) !important;
}

.product_quickview_wrapper .product-summary {
  padding: 40px 15px;
}

.woocommerce .product_quickview_wrapper div.product .woocommerce-product-rating {
  margin-bottom: 5px;
}

.woocommerce.single-product .woocommerce-product-rating a,
.product_quickview_wrapper .woocommerce-product-rating a {
  color: var(--para-color);
  font-size: calc(var(--font-sm) + 1px);
}

.woocommerce .product_quickview_wrapper div.product .product_title {
  color: var(--heading-color);
  font-size: calc(var(--font-3xl) + 2px);
}

.woocommerce .vbox-content div.product {
  margin-bottom: 0;
}

.woocommerce div.product form.cart .group_table td:first-child {
  width: auto;
}

.woocommerce div.product form.cart .group_table td a {
  color: var(--heading-color);
  margin-top: 0;
  font-weight: 500;
}

del bdi {
  opacity: 0.5;
}

.woocommerce div.product form.cart .group_table td {
  padding-bottom: 0;
  border: 0;
}

.woocommerce div.product form.cart .group_table td a:hover {
  color: var(--main-color);
}

.woocommerce div.product form.cart .group_table td a.button:hover {
  color: var(--heading-color);
}

.woocommerce div.product .product_title {
  font-size: var(--font-4xl);
  margin-bottom: 10px;
}

.woocommerce.single-product .woocommerce-product-rating a:hover,
.product_quickview_wrapper .woocommerce-product-rating a:hover {
  color: var(--main-color);
}

.single-product .woocommerce-product-details__short-description,
.product_quickview_wrapper .woocommerce-product-details__short-description {
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: calc(var(--font-xs) - 1px);
}

.single-product .woocommerce-product-details__short-description p,
.product_quickview_wrapper .woocommerce-product-details__short-description p {
  font-size: calc(var(--font-sm) + 2px);
  margin-bottom: 0px;
}

.single-product table tbody tr:last-child {
  margin-bottom: 0px;
}

.single-product.woocommerce div.product form.cart .variations select:focus-visible,
.single-product .site-main div.product div.summary .quantity .qty:focus-visible {
  outline: none;
}

.single-product.woocommerce div.product form.cart .variations select,
.woocommerce .product_quickview_wrapper div.product form.cart .variations select {
  padding: 8px 35px 8px 10px;
  font-size: calc(var(--font-sm) + 1px);
  border-radius: 5px;
  border: 1px solid var(--heading-color);
  line-height: 1.6em;
  background-color: var(--bg-color-1);
}

.woocommerce div.product form.cart .reset_variations[aria-label="Clear options"] {
  color: var(--para-color);
  text-transform: lowercase;
  font-weight: 600;
}

.woocommerce div.product form.cart .reset_variations[aria-label="Clear options"]:hover {
  color: var(--main-hover);
}

.single-product .site-main .related li.product a img {
  margin-bottom: 20px;
}

/* default cart style */
.woocommerce .offCanvas_cart div.product {
  margin-bottom: 0;
}

.woocommerce table.shop_table td a.remove {
  font-weight: 600;
  color: var(--heading-color) !important;
  border: 1px solid var(--heading-color);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: calc(var(--font-xl) - 1px);
  margin: 0 auto;
}

.woocommerce-cart table.cart .product-thumbnail img {
  width: 55px;

  border: 1px solid var(--heading-color);
}

.woocommerce table.shop_table th {
  font-weight: 600;
  padding: 12px;
  font-size: calc(var(--font-base) + 2px);
  line-height: 1.5em;
}

.woocommerce table.shop_table td a.remove:hover {
  color: var(--heading-color) !important;
  background-color: var(--remove);
  border-color: var(--main-hover);
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  margin-top: 0;
}

.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  padding: 20px 10px;
}

.woocommerce table.shop_table .cart_totals td,
.woocommerce table.shop_table .cart_totals th {
  padding: 10px;
}

.woocommerce table.woocommerce-cart-form__contents td.product-quantity {
  background-color: var(--bg-color-1);
  text-align: justify;
  height: 100%;
  display: revert;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  border: 1px solid var(--heading-color);
  width: 250px;
  padding: 12px 15px;
  font-size: calc(var(--font-sm) + 2px);
  line-height: 1.2em;
  border-radius: 5px;
  margin-right: 10px;
  background-color: var(--bg-color-1);
}

.woocommerce table.cart td.actions .coupon {
  margin-right: 15px;
}

.woocommerce table.cart td.actions .button {
  padding: 12px 30px;
  line-height: 1.2em;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
  padding: 0;
}

.woocommerce .cart-collaterals table.shop_table td[data-title="Shipping"] strong {
  font-weight: normal;
}

.woocommerce .cart-collaterals table.shop_table td[data-title="Subtotal"],
.woocommerce .cart-collaterals table.shop_table td[data-title="Total"] {
  font-weight: 500;
  font-size: calc(var(--font-lg) + 1px);
}

.woocommerce .cart-collaterals table.shop_table td[data-title="Subtotal"],
.woocommerce .cart-collaterals table.shop_table td[data-title="Total"],
.woocommerce .cart-collaterals table.shop_table .cart-discount td {
  font-weight: 500;
  font-size: calc(var(--font-lg) + 1px);
}

.woocommerce .cart-collaterals .woocommerce-remove-coupon {
  font-size: calc(var(--font-sm) + 1px);
  color: var(--para-color);
  font-weight: 400;
}

.woocommerce .cart-collaterals table.shop_table th {
  font-weight: 500;
  font-size: calc(var(--font-base) + 2px);
}

.woocommerce .cart-collaterals table.shop_table td,
.woocommerce .cart-collaterals table.shop_table th {
  padding: 10px 15px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form {
  padding-bottom: 15px;
}

/* cart styling*/
div.wc-block-components-product-metadata {
  font-size: calc(var(--font-sm) + 1px);
}

.wc-block-cart-item__product .wc-block-components-product-details.wc-block-components-product-details li {
  margin-bottom: 0;
}

.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form {
  display: block;
}

.wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button {
  font-size: var(--font-base);

  font-weight: 600;
}

div.wc-block-components-quantity-selector {
  width: 90px;
}

div.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  min-width: 20px;
}

div.wc-block-components-quantity-selector:after {
  border-color: var(--heading-color);
  opacity: 1;
  border-radius: 30px;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap .wc-block-components-sale-badge {
  margin-top: 4px;
  background: var(--main-hover);
  color: var(--white);
  border: none;
  padding: 5px 10px;
  line-height: 1.3em;
}

table.wc-block-cart-items,
.wc-block-cart__sidebar,
.wc-block-checkout__main,
.wp-block-woocommerce-checkout-order-summary-block {
  position: relative;
  color: var(--heading-color);
  z-index: 2;
  padding: 30px;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 30px;
}
.wp-block-woocommerce-checkout-order-summary-block {
  padding: 10px;
}

div.wc-block-cart__sidebar {
  padding: 20px;
}

.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
  padding: 0 25px 0 0;
}

div.wp-block-woocommerce-checkout {
  margin: 0;
  padding-top: 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  border: 1px solid hsl(0deg 0% 7%);
  box-shadow: none;
  min-width: 20px;
  padding: 2px 5px;
  font-size: calc(var(--font-xs) - 1px);
  right: 2px;
}

table.wc-block-cart-items::before,
.wc-block-cart__sidebar::before,
.wc-block-checkout__main::before,
.wp-block-woocommerce-checkout-order-summary-block::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  margin: 8px;
  z-index: -1;
  background-color: var(--bg-color-1);
}

table.wc-block-cart-items::after,
.wc-block-cart__sidebar::after,
.wc-block-checkout__main::after,
.wp-block-woocommerce-checkout-order-summary-block::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  background-color: var(--bg-color-1);
  z-index: -1;
}

div.alignwide {
  margin: 0 auto;
}

div.wc-block-cart__main .wc-block-cart-items th {
  padding: 15px 20px;
  white-space: nowrap;
  font-size: var(--font-lg);
}

div.wc-block-cart__main .wc-block-cart-items th span {
  font-weight: 600;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th,
table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 600;
}

.wc-block-cart h2.wc-block-cart__totals-title {
  font-size: var(--font-lg);
  font-weight: 600;
  color: var(--heading-color);
  padding-top: 0;
  padding-bottom: 12px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  border: 1px solid var(--heading-color);
}

a.wc-block-components-product-name,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row a.wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row a.wc-block-components-product-name {
  color: var(--heading-color);
  font-size: calc(var(--font-lg) + 1px);
  font-weight: 600;
}

.wc-block-components-product-price {
  color: var(--heading-color);
  font-size: calc(var(--font-base) + 2px);
  font-weight: 600;
}

h2.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: var(--main-color);
}

h2.wc-block-cart__empty-cart__title.with-empty-cart-icon {
  font-size: calc(var(--font-xl) + 2px);
}

.wc-block-grid.wp-block-product-new {
  padding-top: 20px;
}

.wc-block-components-product-price del,
.wc-block-grid__product-price.price del {
  opacity: 0.5;
}

.wc-block-grid__product-price.price ins {
  text-decoration: none;
}

a.wc-block-components-product-name:hover {
  color: var(--main-color);
}

table.wc-block-cart-items .wc-block-cart-items__row div.wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  text-decoration: none;
  color: var(--main-color);
  font-weight: 600;
}

table.wc-block-cart-items .wc-block-cart-items__row div.wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  color: var(--main-hover);
}

.wc-block-components-product-details.wc-block-components-product-details {
  display: flex;
  gap: 20px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap div.wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 15px;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap div.wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}

table.wc-block-cart-items .wc-block-cart-items__row div.wc-block-components-quantity-selector {
  margin-bottom: 0;
}

table.wc-block-cart-items .wc-block-cart-items__row div.wc-block-components-quantity-selector {
  margin-bottom: 0;
  font-size: calc(var(--font-sm) + 1px);
}

form.wc-block-components-form .wc-block-components-checkout-step,
form.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
  margin-bottom: 20px;
}

div.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border-top: 1px solid var(--border-color-1);
  padding-top: 15px;
  margin-bottom: 40px;
}

form.wc-block-components-form .wc-block-components-text-input input[type="email"],
form.wc-block-components-form .wc-block-components-text-input input[type="number"],
form.wc-block-components-form .wc-block-components-text-input input[type="password"],
form.wc-block-components-form .wc-block-components-text-input input[type="tel"],
form.wc-block-components-form .wc-block-components-text-input input[type="text"],
form.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-blocks-components-select select.wc-blocks-components-select__select,
div.wc-block-checkout__add-note .wc-block-components-textarea,
div.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"],
div.wc-block-components-text-input input[type="text"],
.wc-block-components-totals-coupon__form div.wc-block-components-text-input input[type="text"]:focus {
  background: var(--bg-color-1);
}

.wc-block-components-totals-coupon__form div.wc-block-components-text-input input[type="text"] {
  border-radius: 5px;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
div.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border: 1px solid var(--border-color-1);
  box-shadow: none;
}

div.wc-block-checkout__actions {
  padding: 0 0 20px;
}
div.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block {
  padding: 0 0 10px;
  margin: 0;
}
.wc-block-components-sidebar-layout {
  margin-bottom: 80px;
}

div.wc-block-checkout__sidebar .wc-block-components-product-name {
  color: var(--heading-color);
  font-weight: 600;
  font-size: calc(var(--font-sm) + 2px);
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
  width: 60px;
}

div.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
  display: block;
  padding-top: 0;
  font-size: calc(var(--font-sm) + 1px);
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image img {
  border: 1px solid var(--heading-color);
  min-width: 60px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
  border-bottom: 1px solid var(--bg-color-1);
}

div.wc-block-checkout__shipping-method .wc-block-checkout__shipping-method-container {
  background-color: var(--bg-color-9);
  border: 1px solid var(--border-color-6);
}

div.wc-block-checkout__shipping-method-option {
  border: 1px solid var(--border-color-7);
}

div.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
div.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
div.wc-block-checkout__shipping-method-option:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  border: 1px solid var(--heading-color);
}

.wc-block-components-formatted-money-amount {
  font-weight: 600;
}

div.wc-block-components-radio-control--highlight-checked:after {
  border: 1px solid transparent;
}

div.wc-block-components-radio-control .wc-block-components-radio-control__input:focus,
div.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: none;
}

div.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
div.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--border-color-8);
}

div.wc-block-components-radio-control input.wc-block-components-radio-control__input {
  background: var(--bg-color-1);
  border: 1px solid var(--heading-color);
}

.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-label {
  font-weight: 600;
  font-size: calc(var(--font-sm) + 2px);
}

div.wc-block-components-radio-control-accordion-content {
  font-size: calc(var(--font-sm) + 1px);
}

.wc-block-components-checkbox input.wc-block-components-checkbox__input[type="checkbox"]:checked {
  background-color: var(--bg-color-1);
}

/* sidebar  */
.wp-block-latest-comments__comment-meta a {
  color: var(--heading-color);
  font-weight: 600;
  font-size: calc(var(--font-base) + 2px);
  line-height: 1.3em;
  display: inline-block;
}

.wp-block-latest-comments__comment-meta a:hover {
  color: var(--main-color);
}

.wp-block-latest-comments__comment-excerpt p {
  color: var(--para-color);
  font-size: calc(var(--font-sm) + 2px);
  margin-top: 0;
}
.widget-area .wp-block-latest-comments__comment-excerpt p,
.widget-area .sb-latest-posts .wp-block-latest-posts__post-excerpt {
  font-size: calc(var(--font-sm) + 1px);
}
/* shop sidebar style */
.wc-block-components-validation-error > p {
  margin-top: 5px;
  color: var(--red);
}

div.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background-color: var(--main-color);
}

div.wc-block-product-filters__overlay-content {
  gap: 0;
}

.widget-area .widget .wp-block-columns.shop-s-columns {
  margin-bottom: 0;
}

.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-active {
  padding: 20px;
}

.widget-area .widget .wp-block-columns.shop-s-column,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-price,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-rating,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-attribute,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-taxonomy,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-status,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-active {
  border-radius: 0px;
  position: relative;
  margin-bottom: 50px;
}

.widget-area .shop-s-column::before,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-price::before,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-rating::before,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-attribute::before,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-taxonomy::before,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-status::before,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-active::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 8px 0 0 8px;
  transition: all 0.5s ease;
  z-index: -1;
}

.widget-area .shop-s-column::after,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-price::after,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-rating::after,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-attribute::after,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-taxonomy::after,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-status::after,
.shop-s-columns .wc-block-product-filters__overlay-content .wp-block-woocommerce-product-filter-active::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  transition: all 0.5s ease;
  background-color: var(--bg-color-1);
  z-index: -1;
}

.widget-area .wp-block-heading,
.widget-area .widgettitle,
.shop-s-column .wp-block-search__label {
  border-bottom: 1px solid var(--heading-color);
  padding: 10px 0;
  margin-bottom: 20px !important;
  font-size: calc(var(--font-lg) + 1px);
  font-weight: 600;
  line-height: 1.2em;
}

.woocommerce .widget-area .wp-block-heading,
.woocommerce .widget-area .widgettitle,
.woocommerce .shop-s-column .wp-block-search__label {
  padding: 20px;
  margin-bottom: 0px !important;
}

.widget-area .wp-block-heading.heading-filter {
  margin-bottom: 20px !important;
}

.shop-s-column .wp-block-search__inside-wrapper,
.wp-block-woocommerce-product-filter-price-slider,
.wp-block-woocommerce-product-filter-checkbox-list,
.wc-block-product-categories,
.wp-block-woocommerce-reviews-by-category .wc-block-sort-select,
.wc-block-components-review-list,
.widget.woocommerce .product_list_widget,
.wc-block-components-review-sort-select {
  padding: 20px;
}

.wp-block-woocommerce-reviews-by-category .wc-block-sort-select,
div.wc-block-components-review-sort-select {
  border-bottom: 1px solid var(--heading-color);
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.wp-block-search__button.wp-element-button {
  width: 100%;
  margin-left: 0;
  border: none;
}

.product_list_widget ins,
.woocommerce ins {
  text-decoration: none;
}

div.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
  top: -2px;
}

.wp-block-woocommerce-reviews-by-category .wc-block-sort-select .wc-block-sort-select__label,
.wc-block-components-review-sort-select.wc-block-sort-select .wc-block-sort-select__label {
  padding-right: 10px;
}

.wc-block-product-categorie,
.editor-styles-wrapper .wc-block-components-review-list-item__item,
li.wc-block-components-review-list-item__item {
  margin-bottom: 0;
}

.wc-block-product-filter-checkbox-list__label .wc-block-product-filter-checkbox-list__text-wrapper {
  color: var(--para-color);
  font-size: calc(var(--font-sm) + 2px);
}

.wp-block-column .wc-block-featured-category,
.wc-block-featured-product.wp-block-woocommerce-featured-product {
  min-height: 400px !important;
}

.wc-block-featured-category .wc-block-featured-category__title,
.wc-block-featured-product .wc-block-featured-product__title {
  font-size: calc(var(--font-xl) + 2px);
}

.wp-block-column .wc-block-featured-category p,
.wc-block-featured-product .wc-block-featured-product__description p {
  color: var(--white);
  font-size: calc(var(--font-sm) + 2px);
  line-height: 1.6em;
  font-weight: 400;
}

div.wc-block-featured-category__description {
  padding: 0 20px 15px;
}

div.wc-block-product-categories {
  margin-bottom: 0;
}

.wc-block-product-categories-list--has-images span.wc-block-product-categories-list-item__image {
  border: 1px solid var(--heading-color);
}

.wc-block-product-categories-list--has-images li.wc-block-product-categories-list-item {
  margin: 15px 0 15px 60px;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item span {
  color: var(--heading-color);
  font-size: calc(var(--font-sm) + 2px);
  font-weight: 600;
}

.wc-block-product-categories-list--has-images a:hover span {
  color: var(--main-color);
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before,
.woocommerce .star-rating span::before {
  font-family: WooCommerce;
}

.wc-block-components-review-list-item__product a {
  color: var(--heading-color);
}

.wc-block-components-review-list-item__product a:hover {
  color: var(--main-color);
}

.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date,
div.wc-block-components-review-list-item__text p {
  font-size: calc(var(--font-sm) + 1px);
  line-height: 1.5em;
}

.wc-block-components-review-list-item__image {
  margin-bottom: 10px;
}

.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date {
  font-size: calc(var(--font-xs) + 1px);
  font-style: italic;
}

div.wc-block-components-review-list-item__text p {
  margin-bottom: 20px;
}

div.wc-block-components-review-list-item__info {
  margin-bottom: 10px;
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
  align-items: center;
  display: block;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  color: var(--heading-color);
}

.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover {
  color: var(--main-color);
}

.woocommerce div.star-rating {
  margin: 0px 0 5px;

  font-size: calc(var(--font-xs) + 1px);
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
  font-size: calc(var(--font-xs) + 1px);
  top: -2px;
}

.wc-block-components-review-list-item__image > img {
  border: 1px solid var(--heading-color);
}

.wp-block-search__input,
.wc-block-product-filter-price-slider .text input[type="text"],
.wc-block-sort-select select {
  background-color: var(--bg-color-1);
  padding: 10px;
  font-size: calc(var(--font-sm) + 2px);
  border: 1px solid var(--heading-color);
  line-height: 1.6em;
  border-radius: 5px;
  color: var(--para-color);
}

.wc-block-product-filter-price-slider .text input[type="text"] {
  border: 1px solid var(--border-color-4);
  border-radius: 0;
  font-size: var(--font-base);
  padding: 8px;
  text-align: center;
  background: var(--white);
}

div.wc-block-product-filter-price-slider__range .range-bar {
  background: var(--main-color);
  height: 8px;
  position: relative;
}

div.wc-block-product-filter-price-slider__range input[type="range"] {
  top: 2px;
}

div.wc-block-product-filter-price-slider__range {
  margin-bottom: 25px;
}

.woocommerce p.stars a {
  color: var(--star-fill);
  font-size: calc(var(--font-base) + 1px);
  margin-top: 5px;
}

.woocommerce #review_form #respond p.stars {
  margin: 0 0 0px;
}

.woocommerce p.stars:hover a,
.woocommerce p.stars.selected a {
  color: var(--wc-star-active);
}

.woocommerce .star-rating span::before {
  color: var(--wc-star-active);
}

[for="rating-1"] .wc-block-product-filter-checkbox-list__text {
  color: var(--rating-1);
}

[for="rating-2"] .wc-block-product-filter-checkbox-list__text {
  color: var(--rating-2);
}

[for="rating-3"] .wc-block-product-filter-checkbox-list__text {
  color: var(--rating-3);
}

[for="rating-4"] .wc-block-product-filter-checkbox-list__text {
  color: var(--rating-4);
}

[for="rating-5"] .wc-block-product-filter-checkbox-list__text {
  color: var(--rating-5);
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
  color: var(--para-color);
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 600;
}

.wc-block-product-filter-checkbox-list__input-wrapper input[type="checkbox"].wc-block-product-filter-checkbox-list__input {
  background-color: var(--main-color);
}

button.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) svg.yith-wcwl-add-to-wishlist-button-icon {
  width: 35px;
  height: 35px;
  line-height: 30px;
  background: var(--bg-color-1);
  padding: 6px;
  border-radius: 50%;
}

button.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
  color: var(--red);
}

button.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
  color: var(--red);
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 60px;
  height: auto;
  box-shadow: none;
  border: 1px solid var(--heading-color);
}

ul.wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item {
  font-size: calc(var(--font-xs) + 1px);
  gap: 0px;
  justify-content: space-between;
  padding: 2px 0px 2px 10px;
  background: var(--bg-color-4);
  line-height: 1.6em;
  margin-bottom: 0;
}

ul.wc-block-product-filter-removable-chips__items {
  gap: 8px;
}

/* pagination */
.pagin {
  margin-top: 40px;
}

.navigation.pagination .nav-links {
  justify-content: center;
  width: 100%;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers,
.navigation.pagination ul.page-numbers {
  border: none;
  gap: 20px;
  display: flex;
  justify-content: center;
  list-style: none;
}

body.woocommerce nav.woocommerce-pagination ul.page-numbers li,
.navigation.pagination ul.page-numbers li {
  position: relative;
  float: none;
  width: 45px;
  height: 45px;
  overflow: visible;
  border-radius: 50%;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current,
.navigation.pagination ul.page-numbers li a,
.navigation.pagination ul.page-numbers li span.current {
  border-radius: 50%;
  color: var(--heading-color);
  background-color: transparent;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.navigation.pagination ul.page-numbers li span.current {
  background-color: var(--main-color);
  border: 1px solid;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.navigation.pagination ul.page-numbers li a:hover {
  background-color: transparent;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.navigation.pagination ul.page-numbers li a:hover {
  color: var(--heading-color);
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span,
.navigation.pagination ul.page-numbers li a,
.navigation.pagination ul.page-numbers li span {
  min-width: 100%;
  display: block;
  height: 100%;
  line-height: 30px;
}

.navigation.pagination ul.page-numbers li span,
.navigation.pagination ul.page-numbers li a,
.navigation.pagination ul.page-numbers li a.next,
.navigation.pagination ul.page-numbers li a.prev {
  line-height: 50px;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a.next,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev {
  line-height: 30px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li::after,
.navigation.pagination ul.page-numbers li::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 50%;
  transition: all 0.5s ease;
  z-index: -1;
}

.woocommerce nav.woocommerce-pagination ul li::before,
.navigation.pagination ul.page-numbers li::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 3px 0 0 3px;
  transition: all 0.5s ease;
  z-index: -1;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li:hover::after,
.navigation.pagination ul.page-numbers li:hover::after {
  background-color: var(--main-color);
}

body .woocommerce nav.woocommerce-pagination ul.page-numbers,
.navigation.pagination ul.page-numbers {
  border: none;
}

/* pagination */
body:not(.woocommerce-block-theme-has-button-styles) a.wc-block-components-button:not(.is-link):focus {
  box-shadow: none;
}

/* order received  */
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-weight: 600;
  font-size: calc(var(--font-xl) + 2px);
  text-align: center;
  margin-bottom: 20px;
  color: var(--heading-color);
}

.woocommerce-order {
  margin-bottom: 20px;

  border-radius: 15px;
}

h2.woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  font-size: calc(var(--font-xl) + 2px);
}

.woocommerce ul.order_details li {
  float: none;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed var(--heading-color);
  padding-right: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;

  text-align: left;
  width: 100%;
}

.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid var(--heading-color);
  border-bottom-width: 1px;
  border-right-width: 1px;
  text-align: left;
  width: 100%;
  border-radius: 15px;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: calc(var(--font-sm) + 2px);
  line-height: 1.5em;
  color: var(--para-color);
}

.woocommerce table.shop_table {
  border-radius: 15px;
  padding: 20px 0 10px;
}

.woocommerce table.shop_table {
  border-radius: 15px;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-color: var(--border-color-1);
}

.woocommerce ul.order_details {
  margin: 0 0 25px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  background: var(--bg-color-9);
  padding: 20px;
  color: var(--heading-color);
  border-radius: 15px;
}

div.woocommerce ul.woocommerce-thankyou-order-details li {
  margin-bottom: 0;
}

.woocommerce .woocommerce-order-details .product-total {
  text-align: end;
}

.woocommerce .woocommerce-order-details tfoot tr td {
  text-align: end;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 50%;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  color: var(--heading-color);
}

.product-quantity {
  padding: 0;
  background-color: transparent;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-color: var(--heading-color);
  background-color: var(--bg-color-1);
}

.woocommerce .woocommerce-order-details tfoot tr th {
  font-weight: 600;
}

.woocommerce .woocommerce-order-details tfoot tr td {
  font-weight: 400;
  font-size: calc(var(--font-sm) + 2px);
}

.woocommerce table.shop_table td {
  border-top: 1px solid var(--heading-color);
  background-color: var(--bg-color-1);
}

.woocommerce table.shop_table.wishlist_table tr td {
  background-color: var(--bg-color-1);
  font-size: calc(var(--font-sm) + 2px);
}

.woocommerce table.shop_table td a {
  font-weight: 600;
  color: var(--heading-color);
  font-size: var(--font-base);
}

.woocommerce table.shop_table td a:hover {
  color: var(--main-color);
}

.woocommerce table.shop_table td strong {
  display: inline;
  font-weight: 600;
}

div.woocommerce ul.order_details li {
  color: var(--heading-color);
}

.woocommerce-Price-amount.amount {
  font-weight: 600;
  font-size: calc(var(--font-base) - 1px);
  color: var(--heading-color);
}

.shop-s-column .wc-block-featured-product__wrapper .woocommerce-Price-amount.amount {
  font-size: var(--font-lg);
  color: var(--white);
}

.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-Price-amount.amount {
  font-size: calc(var(--font-lg) + 1px);
}

.cart_totals h2 {
  font-size: calc(var(--font-lg) + 1px);
}

.product_card .woocommerce-Price-amount.amount {
  font-weight: 600;
  font-size: calc(var(--font-base) + 2px);
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 0.4;
  display: inline-block;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb {
  color: var(--heading-color);
  font-weight: 500;
}

.woocommerce table.shop_table.woocommerce-table--order-details thead tr th {
  padding: 10px 10px;
  font-size: calc(var(--font-lg) + 1px);
}

.woocommerce table.shop_table,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  padding: 10px 10px;
}

/* order received end */
/* order traker */
form.woocommerce-form.woocommerce-form-track-order.track_order {
  padding: 40px;
  border: 1px solid var(--heading-color);
  background: var(--bg-color-1);
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
  overflow: visible;
}

.woocommerce form .form-row label {
  font-weight: 600;
  font-size: calc(var(--font-sm) + 2px);
  color: var(--heading-color);
  line-height: 1.6em;
  margin: 0 0 8px 0;
}

.woocommerce .woocommerce-form-track-order .form-row .input-text {
  margin-top: 5px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border: 1px solid var(--border-color-1);
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border: 1px solid var(--heading-color);
  font-size: calc(var(--font-sm) + 2px);
  padding: 12px 20px;
  border-radius: 5px;
  color: var(--text-color);
  background-color: var(--bg-color-1);
}

.woocommerce form .form-row .input-text:focus-visible,
.woocommerce form .form-row select:focus-visible {
  outline: none;
  border: 1px solid var(--heading-color);
}
span.wc-block-components-address-card,
span.wc-block-checkout__main,
span.wc-block-components-radio-control__description,
span.wc-block-components-radio-control__label,
span.wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__secondary-label,
div.wc-block-checkout__terms,
.wc-block-checkout__actions div.wc-block-checkout__actions_row {
  font-size: 15px;
}
.wc-block-components-address-card address .wc-block-components-address-card__address-section--primary,
.wc-block-components-address-card address .wc-block-components-address-card__address-section--secondary,
.wc-block-components-totals-coupon .wc-block-components-panel__button,
.wp-block-woocommerce-checkout-order-summary-block,
span.wc-block-components-totals-item__label,
span.wc-block-components-formatted-money-amount,
.wc-block-checkout__shipping-method-option-price,
span.wc-block-checkout__shipping-method-option-title,
div.wc-block-components-checkbox label,
span.wc-block-components-address-card__edit {
  font-weight: 500;
  font-size: 15px;
}
div.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value span {
  font-size: 25px;

  font-weight: 700;
}
h2.wc-block-components-title.wc-block-components-title {
  font-weight: 600;
  text-transform: capitalize;
}
/* order traker */
/* checkout order */

.wp-block-woocommerce-checkout a.wc-block-checkout__login-prompt {
  color: var(--para-color);
  font-size: var(--font-base);
  font-weight: 500;
}

.wp-block-woocommerce-checkout a.wc-block-checkout__login-prompt:hover {
  color: var(--main-color);
}

span.wc-block-components-address-form__address_2-toggle:hover {
  text-decoration: none;
  color: var(--main-color);
}

div.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background: var(--main-color);
  border: 2px solid var(--main-color);
}

div.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-size: calc(var(--font-lg) + 1px);
  font-weight: 600;
  color: var(--heading-color);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  display: flex;
  gap: 5px;
  align-items: baseline;
}

p.lost_password {
  text-align: end;
}

p.lost_password a {
  font-weight: 600;
  color: var(--heading-color);
}

p.lost_password a:hover {
  color: var(--main-color);
}

/*  */
/* my account style */

.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content p strong {
  font-size: var(--font-base);
  font-weight: 400;
  line-height: 1.6em;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
  font-weight: 600;
  color: var(--para-color);
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: var(--main-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--heading-color);
  border-radius: 15px;
  background: var(--bg-color-1);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  text-transform: capitalize;
  font-size: calc(var(--font-sm) + 2px);
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus-visible {
  outline: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--main-color);
  color: var(--heading-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  border: none;
  border-bottom: 1px solid var(--heading-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child a {
  border-radius: 15px 15px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
  border-radius: 0 0 15px 15px;
}

.woocommerce-account table tbody tr:nth-child(odd) {
  background-color: var(--white);
}

.woocommerce table.my_account_orders thead th {
  padding-bottom: 15px !important;
}

.woocommerce-page .woocommerce-info .button.wc-forward {
  display: inline;
  width: auto;
  margin-top: 0;
  text-align: end;
  margin: 0 0 0 auto;
  padding: 0;
  background-color: transparent;
}

.woocommerce-page .woocommerce-info .button.wc-forward::before,
.woocommerce-page .woocommerce-info .button.wc-forward:after,
.woocommerce-page .woocommerce-info .button.wc-forward:hover,
.woocommerce-page .woocommerce-info .button.wc-forward:after {
  background-color: transparent;
  color: var(--main-color);
  content: none;
}

.woocommerce-page .woocommerce-info .button.wc-forward:hover {
  color: var(--main-color);
}

.woocommerce.woocommerce-account table tbody th,
.woocommerce.woocommerce-account table tfoot td,
.woocommerce.woocommerce-account table tfoot th,
.woocommerce table.my_account_orders td {
  border-top: 1px solid var(--heading-color) !important;
  background-color: var(--bg-color-1);
}

.woocommerce-Addresses {
  margin-top: 20px;
}

.woocommerce-Addresses .woocommerce-Address {
  border: 1px solid var(--heading-color);
  border-radius: 20px;
  padding: 20px;
}

.woocommerce-account .addresses .title .edit {
  font-weight: 500;
  color: var(--main-color);
}

.woocommerce-account .addresses .title .edit:hover {
  color: var(--main-hover);
}

.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid var(--heading-color);
  padding: 25px;
  border-radius: 15px;
  background-color: var(--bg-color-1);
}

.woocommerce-account fieldset {
  border: none;
  padding: 15px 0 0 0;
}

.woocommerce-account fieldset .legend {
  font-size: calc(var(--font-lg) + 1px);
  font-weight: 600;
  color: var(--heading-color);
}

.woocommerce-account .woocommerce-password-strength {
  border-radius: 10px 10px;
  margin-top: 10px;
  font-size: var(--font-sm);
}

/* .woocommerce-account .entry-content {
  margin: 80px 0 0px 0;
} */

.woocommerce-account .woocommerce-MyAccount-content form button.button[name="save_account_details"] {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: calc(var(--font-sm) + 2px);
}

span#account_display_name_description {
  font-size: var(--font-sm);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid var(--heading-color);
  background-color: var(--bg-color-1);
  border-radius: 15px;
}

form.woocommerce-ResetPassword.lost_reset_password {
  border: 1px solid var(--heading-color);
  background-color: var(--bg-color-1);
  border-radius: 15px;
  padding: 30px;
  width: 60%;
  margin: 0 auto;
}

.woocommerce .woocommerce-ResetPassword button.button {
  margin-top: 0;
}

.woocommerce-ResetPassword.lost_reset_password p {
  margin-bottom: 15px;
}

.entry-content #customer_login h2 {
  font-size: calc(var(--font-xl) + 2px);
  font-weight: 600;

  margin-bottom: 10px;
}

.woocommerce-page .entry-content .woocommerce-LostPassword a {
  text-decoration: none;
}

.woocommerce-page .entry-content .woocommerce-LostPassword a:focus,
.woocommerce-page .entry-content .woocommerce-LostPassword a:focus-visible {
  outline: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  background: var(--white);
}

.woocommerce-account .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

p.woocommerce-LostPassword.lost_password {
  text-align: end;
  font-weight: 600;
}

.admin-bar p.demo_store {
  z-index: 1;
}

.mobile-header .mobile-header-popup .mbl-header-top {
  margin: 20px auto 20px;
}

.woocommerce-product-gallery .flex-viewport {
  height: 550px !important;
}

.yith-wcwl-wishlistaddedbrowse .feedback {
  font-size: 0;
}

.woocommerce ul.products li.product .product-meta .yith-wcwl-wishlistaddedbrowse {
  transform: translateX(0%);
}

.archive.woocommerce ul.products li.product .product-meta .yith-wcwl-wishlistaddedbrowse {
  transform: translateX(0%);
}

.edit-link {
  margin-top: 15px;
}

p.woocommerce-store-notice.demo_store {
  display: block !important;
  z-index: 1;
}

.ht-products .ht-product .ht-product-inner {
  border: none;
}

.woocommerce form.register p {
  font-size: calc(var(--font-sm) + 1px);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--heading-color);
  border-radius: 15px;
  background: var(--bg-color-1);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  font-size: calc(var(--font-sm) + 2px);
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child a {
  border-radius: 15px 15px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--main-color);
  color: var(--heading-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  text-transform: capitalize;
  font-size: calc(var(--font-sm) + 2px);
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px 20px;

  color: var(--heading-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: none;
}

.woocommerce table.my_account_orders tr th {
  padding: 0;

  font-size: var(--font-base);
}

.woocommerce-page .entry-content a.view {
  font-size: calc(var(--font-xs) + 1px);
  padding: 10px 25px;
  margin-top: 0px;
}

body.woocommerce-invalid #terms {
  outline: none;
  outline-offset: 0;
}

body.woocommerce form .form-row .input-checkbox {
  margin: -2px 5px 0 0;
}

/* SUCCESS notices (added to cart, updated, etc.) */
.woocommerce-message[role="success"],
.woocommerce-notices-wrapper .woocommerce-message {
  background: #e6f9e7;
  color: var(--not-fount-8);
  font-size: calc(var(--font-sm) + 1px);
}

.woocommerce-message[role="alert"]::before {
  color: var(--not-fount-8);
}

/* ERROR notices (checkout errors, validation errors) */
.woocommerce-error li {
  margin-bottom: 0;
}

.woocommerce-error[role="alert"],
.woocommerce-notices-wrapper .woocommerce-error {
  background: var(--erroe-text);
  color: var(--red);
  font-size: calc(var(--font-sm) + 1px);
}

/* STATUS notices (info, stock notifications, etc.) */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info[role="status"] {
  background: var(--info);
  color: var(--info-text);
  display: flex;
  font-size: calc(var(--font-sm) + 1px);
  justify-content: space-between;
  align-items: center;
}

.woocommerce-info[role="status"],
.woocommerce-notices-wrapper .woocommerce-info {
  background: var(--info);
  color: var(--info-text);
  font-size: calc(var(--font-sm) + 1px);
}

.woocommerce-account .addresses .title .edit {
  float: none;
  color: var(--heading-color);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.woocommerce-account .addresses .title .edit:hover {
  color: var(--main-hover);
}

.woocommerce-Address-title.title h2 {
  font-size: calc(var(--font-xl) + 2px);
}

fieldset legend {
  font-weight: 600;
  font-size: calc(var(--font-lg) + 1px);
}

.woocommerce-Address address {
  font-size: calc(var(--font-sm) + 2px);
}

.woocommerce table.shop_table.woocommerce-MyAccount-orders {
  border: none;
  margin: 0;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th.woocommerce-orders-table__cell {
  border-top: 1px solid var(--heading-color);
  padding: 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: calc(var(--font-sm) + 1px);

  margin-bottom: 10px;
  font-weight: 400;
  color: var(--heading-color);
}

/* my account style end*/
/* wishlist  */
table.wishlist_table.shop_table th.product-remove {
  width: 85px;
}

body.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td a.remove {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50px;
  background: var(--bg-color-1);
  color: var(--heading-color) !important;
  border: 1px solid var(--heading-color);
  font-size: calc(var(--font-lg) + 1px);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td .remove:hover {
  color: var(--heading-color) !important;
  background-color: var(--remove) !important;
  border-color: var(--main-hover);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td.product-thumbnail img {
  border-radius: 5px;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
}

.wishlist_table tr td.product-thumbnail a {
  display: block;
  border: none;
  max-width: 100%;
  width: 100%;
}

.entry-content .yith-wcwl-share ul li a {
  background-color: var(--bg-color-1);
  border: 1px solid var(--heading-color);
  padding: 10px;
  margin-right: 5px;
}

.entry-content .yith-wcwl-share ul li a svg {
  color: var(--heading-color);
  fill: var(--heading-color);
}

.entry-content .yith-wcwl-share ul li a:hover {
  background-color: var(--main-color);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td.product-name a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.edit-link .post-edit-link {
  margin-left: 10px;
  border-radius: 3px;
  text-transform: uppercase;
  color: var(--white);
  background: var(--main-color);
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 7px 20px;
}

.edit-link .post-edit-link:hover {
  background-color: var(--hover-color);
}

.entry-content .yith-wcwl-share ul li a:hover {
  background-color: var(--main-color);
  color: var(--white);
}

.woocommerce-wishlist .widget-area {
  display: none;
}

.woocommerce-wishlist .site-main {
  width: 100%;
  margin: 0 auto;
  padding-right: 0;
}

.woocommerce-wishlist.rightsidebar .site-content .row .content-area {
  padding-right: 0;
}

table.wishlist_table tr {
  position: relative;
  background: var(--bg-color-1);
  padding: 10px !important;
  border: none;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) thead th {
  background: var(--heading-color);
  padding: 15px !important;
  color: var(--white);
  border: none;
  font-size: var(--font-base);
  font-weight: 600;
}

.product-remove a:before {
  content: none;
  font-size: 0;
  background: transparent;
  padding: 0;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-color: var(--heading-color);
  background-color: var(--bg-color-1);

  border-radius: 0;
}

.woocommerce.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share {
  display: flex;
  align-items: baseline;
  margin: 30px 0 0;
  float: none;
}

.woocommerce.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share h4.yith-wcwl-share-title {
  margin: 0px 19px 0 0;
}

.wishlist_table .product-add-to-cart a.add_to_cart_button {
  display: block !important;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
  color: var(--instock);
  font-weight: 500;
}

.wishlist_table .product-stock-status span.wishlist-out-of-stock {
  color: var(--red);
  font-weight: 500;
}

.woocommerce table.shop_table.wishlist_table tr td.product-price {
  color: var(--heading-color);
}

.woocommerce table.shop_table.wishlist_table tr td.product-price del {
  opacity: 0.4;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 12px 20px;
  line-height: normal;
  box-sizing: border-box;
  color: var(--para-color);
  font-weight: 400;
  background: transparent;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  background-color: var(--bg-color-1);
}

/* checkout old */
.checkout.woocommerce-checkout h3 {
  font-weight: 600;
  font-size: calc(var(--font-lg) + 1px);
  margin-top: 20px;
}

.woocommerce .checkout.woocommerce-checkout table.shop_table tfoot th .woocommerce .checkout.woocommerce-checkout table.shop_table tbody th {
  font-weight: 600;
}

.woocommerce .checkout.woocommerce-checkout table.shop_table tfoot td,
.woocommerce .checkout.woocommerce-checkout table.shop_table tfoot th {
  border-color: var(--heading-color);
  background-color: var(--bg-color-1);
  padding: 10px !important;
  font-weight: 400;
  font-size: var(--font-base);
}

.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce-page .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2,
.woocommerce-page .woocommerce-checkout .col2-set .col-2 {
  width: 100%;
}

.woocommerce-shipping-fields {
  margin-top: 15px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: var(--bg-color-5);
  border-radius: 5px;
  border: 1px solid var(--border-color-10);
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  color: var(--heading-color);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: var(--bg-color-6);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid var(--bg-color-6);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce-privacy-policy-text p {
  font-size: calc(var(--font-sm) + 2px);
  padding-bottom: 10px;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 2px 0 0;
}

form.checkout.woocommerce-checkout {
  border: 1px solid var(--heading-color);
  padding: 30px;
  background-color: var(--bg-color-1);
}

.woocommerce-shop .woocommerce-products-header__title.page-title {
  margin-bottom: 0;
}

.woocommerce-shop.woocommerce .woocommerce-ordering {
  margin: 0 0 40px;
  margin-top: -60px;
}

.woocommerce-shop.woocommerce .woocommerce-result-count {
  font-size: calc(var(--font-sm) + 2px);
  color: var(--heading-color);
  margin-bottom: 30px;
  margin-top: 5px;
}

.woocommerce-shop.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 5px 0;
}

.woocommerce-breadcrumb a:hover {
  color: var(--main-color);
}

.r-toggle {
  color: var(--main-color);
  font-weight: 500;
}

.r-toggle:hover {
  color: var(--main-hover);
}

.product_slider .swiper_nav {
  opacity: 0;
  visibility: hidden;
}

.product_slider:hover .swiper_nav {
  opacity: 1;
  visibility: visible;
}

.product-gallery-wrapper div#thumbnail_slider {
  margin-top: 10px;
}

.product-gallery-wrapper .swiper-button-next {
  right: 15px;
}

.product-gallery-wrapper .swiper-button-prev {
  left: 15px;
}

.swiper-wrapper .small_img {
  cursor: pointer;
}

.wc-block-checkout.alignwide {
  margin: 0 auto;
  max-width: 100vw;
  width: 100%;
}

.wp-block-woocommerce-cart.alignwide {
  margin: 0 auto;
  max-width: 100vw;
  width: 100%;
}

.vbox-container {
  overflow-y: hidden;
}

/* instagram widgets */
.insta-widget-media-wrapper {
  padding: 0;
}

div.insta-widget-media-wrapper img {
  position: static;
}

div.insta-widget-media-wrapper .insta-vicon {
  position: absolute;
  top: 10px;
  left: 10px;
}

div.insta-widget-media-wrapper .insta-vicon svg {
  width: 30px;
  height: 30px;
}

.insta-widget-item:hover .insta-widget-overlay {
  transform: translateY(-50%);
}

.insta-widget-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  top: 50%;
  background: linear-gradient(to top, var(--black-t-3) transparent);
  padding: 15px;
  transform: translateY(100%);
  /* transition: transform 0.8s ease; */
  transition: all 0.3s ease-in-out;
  color: var(--white);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insta-widget-item {
  margin-bottom: 15px;
}

.insta-widget-grid .insta-widget-item .insta-widget-media-wrapper img {
  border-radius: 0;
}

.insta-widget-grid .insta-widget-item a {
  border-radius: 0px;
  position: relative;
  gap: 0 10px;
  overflow: visible;
  margin: 8px;
}

.insta-widget-grid .insta-widget-item .insta-widget-media-wrapper {
  border: 1px solid var(--heading-color);
}

.insta-widget-grid .insta-widget-item a::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 0px;
  margin: 5px 0 0 5px;
  transition: all 0.5s ease;
  z-index: -1;
}

.insta-widget-grid .insta-widget-item {
  background: transparent;
  border-radius: 0;
}

div.insta-widget-media-wrapper img {
  height: 100%;
  border-radius: 0;
}

.insta-widget-profile-section {
  margin-top: 30px;
  padding: 25px;
  background: transparent;
  border: none;
  border-radius: 12px;
  box-shadow: none;
  text-align: center;
  margin: 0 auto;
}

.insta-profile-stats {
  justify-content: center;
}

.insta-profile-follow .insta-follow-button {
  display: inline-block;
  margin: 0;
}

.insta-profile-stats .stat-item {
  color: var(--para-color);
}

.insta-widget-grid {
  gap: 5px;
}

.insta-widget-grid .insta-widget-item {
  height: 195px;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.insta-widget-grid .insta-icon {
  width: 30px;
  height: 30px;
}

.insta-icon {
  width: 40px;
  height: 40px;
}

.insta-widget-grid .insta-widget-item a,
.insta-widget-grid .insta-widget-item a .insta-widget-media-wrapper {
  height: 100%;
}

/* insta swiper */
.insta-widget-item.swiper-slide {
  height: 300px;
  margin-bottom: 0;
  border-radius: 0;
}

.insta-widget-item.swiper-slide a,
.insta-widget-item.swiper-slide a .insta-widget-media-wrapper {
  height: 100%;
}

.insta-widget-carousel .swiper-button-prev {
  left: 10px;
}

.insta-widget-carousel .swiper-button-next {
  right: 10px;
}

.insta-widget-carousel .swiper-btn {
  opacity: 0;
}

.insta-widget-carousel:hover .swiper-btn {
  opacity: 1;
}

/* about page */
.about-blockquote .elementor-widget,
.about-border-wrap .elementor-widget {
  position: relative;
}

.about-blockquote .elementor-widget::before,
.about-border-wrap .elementor-widget::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  margin: 6px 0 0 6px;
  transition: all 0.5s ease;
  z-index: -1;
}

.about-border-wrap .elementor-widget::before {
  margin: 10px 0 0 10px;
}

/* contact page */
.f-flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.f-flex p {
  flex: 0 0 calc(50% - 10px);
}

form.wpcf7-form input,
form.wpcf7-form textarea {
  width: 100%;
  margin-top: 10px;
}

form.wpcf7-form label {
  font-size: calc(var(--font-sm) + 1px);
  color: var(--heading-color);
  width: 100%;
  padding-bottom: 20px;
  line-height: 1.3em;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
  border: 2px solid var(--heading-color);
  padding: 20px;
  border-radius: 0;
}

form.wpcf7-form .submit-btn p input {
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
}

form.wpcf7-form .submit-btn .wpcf7-spinner {
  display: none;
}

.out-border .elementor-widget,
.out-border {
  position: relative;
}

.out-border .elementor-widget::before,
.out-border::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  margin: 6px 0 0 6px;
  transition: all 0.5s ease;
  z-index: -1;
}

.overlay-form form.wpcf7-form label {
  color: var(--white);
}

.overlay-form .wpcf7 form.invalid .wpcf7-response-output,
.overlay-form .wpcf7 form.unaccepted .wpcf7-response-output,
.overlay-form .wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--white);
}

.overlay-form form.wpcf7-form input,
.overlay-form form.wpcf7-form textarea {
  border: 2px solid var(--white);
}

.overlay-form .submit-btn p {
  margin: 0 auto;
}

/*  */
.insta-widget-container .swiper-btn .swiper-inner-btn svg {
  width: 20px;
  height: 20px;
}

.insta-widget-container .swiper-btn {
  width: 42px;
  height: 42px;
}

.insta-widget-container .swiper-btn .swiper-inner-btn {
  border: 1px solid var(--heading-color);
  border-radius: 50%;
  display: inline-block;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-decoration: none;
  position: relative;
  background-color: var(--bg-color-1);
  color: var(--heading-color);
  line-height: 1;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.insta-widget-container .swiper-btn::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 4px 2px;
  background: var(--white);
  z-index: -1;
}

.wpcf7 form div.wpcf7-response-output {
  margin-left: 0;
  padding: 5px 8px;

  font-size: 13px;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;

  padding-top: 5px;
}

.related_post_wrap .content-wrap {
  padding-bottom: 15px;
}

.related_post_wrap .post-carousel-wrap .swiper_nav {
  display: none;
}

.related_post_wrap .blog_grid {
  margin-bottom: 0px;
}

.search_box.open {
  box-shadow: none;
}

.search_box .search__form {
  border: 1px solid var(--heading-color);
  margin-top: 10px;
  border-radius: 30px;
}

.search_box .search__form input[type="search"] {
  border-radius: 30px 0 0 30px;
}

.search_box .search__form .search__form-inner,
.search_box .search__form button.search-submit {
  border-radius: 0 30px 30px 0;
}

.home-left-card .blog_item {
  margin-top: 40px;
}

footer .mailchimp_form_placeholder input {
  color: var(--white);
  padding: 20px 15px;
  border: none;
  background-color: var(--footer-bg);
  width: 100%;
}

footer .mailchimp_form_placeholder label {
  width: 100%;
}

footer .mailchimp_form_placeholder input[type="submit"] {
  padding: 12px 30px;
  font-size: calc(var(--font-sm) + 1px);
  background-color: var(--main-color);
}

footer .mailchimp_form_placeholder input[type="submit"]:hover {
  background-color: var(--main-hover);
}

.author-boxx.elementor-element .elementor-image-box-wrapper:hover .elementor-image-box-img img {
  border-color: var(--main-color);
}

.admin-bar .offcanvas.offcanvas-end {
  top: 32px;
}

.add_cart .loading .add_cart_loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.add_cart .loading .add_cart_loader {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--black) 0deg, #646a6c 270deg, #b4fedd00 320deg, #b4fedd00 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), var(--black) calc(100% - 5px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), var(--black) calc(100% - 2px));
  animation: spin 1s linear infinite;
  right: 15px;
  top: 15px;
}

/* Rotation keyframes */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  background-color: transparent;
  color: var(--heading-color);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  color: var(--main-hover);
  background-color: transparent;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content a.button:hover {
  text-decoration: none;
}

.woocommerce a.button:hover {
  color: var(--heading-color);
}

div.wc-block-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
  font-size: calc(var(--font-lg) + 1px);
  line-height: 1.6em;
  font-weight: 500;
}

.wc-block-components-totals-item__description p {
  font-size: var(--font-sm);
}

.product_loop_wrap.ajax_loader .ajax_loadmore_wrap:before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid var(--black);
  border-left-color: var(--bg-color-1);
  animation: load_rotate 1s infinite linear;
  margin: 0 auto 20px;
  position: absolute;
  left: calc(50% + 50px);
  z-index: 11;
  top: 15px;
}

/* .blog_listing_wrapper .content-wrap {
  padding-right: 100px;
}
.blog_listing_wrapper .blog_grid .content-wrap {
  padding-right: 100px;
} */

/* header offcanvas */
.layout_1 .offcanvas_wrap.mobmenu_ico.col {
  display: none;
}

.offcanvas_wrap.mobmenu_ico.col {
  display: block;
  flex: 0 0 20%;
  padding: 0;
}

.offcanvas a.navbar-brand {
  padding: 0;
}

.right_section .offcanvas_wrap.mobmenu_ico.col {
  display: block;
  flex: 0 0 auto;
  padding: 0;
}

.main-header .offcanvas {
  background-color: var(--bg-color-1);
}

.offcanvas-body span.caret {
  padding: 0;
}

.offcanvas-body .nav-link {
  color: var(--heading-color);
}

.search_box .search__form input[type="search"] {
  border: none;
  padding: 10px 20px;
}

.offcanvas-body .search_box .search__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 0px;
}

.offcanvas-body .search_box .search__form button.search-submit {
  border-radius: 0 30px 30px 0;
  padding: 8px 20px;
  border: none;
  background-color: var(--main-color);
}

button.offcanvas-toggle {
  padding: 0;
}

.header-area .offcanvas-body .navbar-nav > li .dropdown-menu li a,
.offcanvas-body .user_menu ul li a,
.offcanvas-body ul.user_menu li a,
.header-area .offcanvas-body .navbar-nav > li .dropdown-menu > li a.nav-link {
  padding: 10px 0;
}

.header-area .offcanvas-body .navbar-nav > li .dropdown-menu li,
.offcanvas-body .user_menu ul li,
.offcanvas-body ul.user_menu li {
  padding: 0px 0;
}

.offcanvas-body .navbar-nav > li .dropdown-menu,
.offcanvas-body .navbar-nav > li .dropdown-submenu {
  width: 100%;
  border: none;
}

.offcanvas-body .navbar-nav > li .dropdown-menu {
  padding-left: 20px;
}

.offcanvas-body .navbar-nav > li .dropdown-menu > li > ul,
.offcanvas-body .navbar-nav > li .dropdown-submenu {
  padding-left: 20px;
}

.offcanvas-header {
  padding-top: 0;
}

.header-area .offcanvas-body .navbar-nav > li .dropdown-menu li:hover {
  background-color: transparent;
  color: var(--main-color);
}

.blog-slider-wrap .blog-card.back-overlay::before {
  content: none;
}

.home-blog-slider-1 .back-overlay-inner {
  background-color: var(--bg-color-7);
  border: 2px solid var(--heading-color);
}
.home-blog-slider-1 .back-overlay-inner .btn-wrap .bt {
  background-color: var(--main-color);
}
.home-blog-slider-1 .back-overlay-inner .btn-wrap .bt:hover {
  background-color: var(--main-hover);
}
.home-blog-slider-1 .back-overlay-inner .btn-wrap::after {
  background: transparent;
}
.ibox-wrap .elementor-widget .elementor-icon-list-item {
  background-color: var(--bg-color-8);
  padding: 10px 15px;
  border: 1px solid var(--border-color-11);
  border-radius: 5px;
}

/* landing page */
.lp-border-wrap .elementor-widget {
  position: relative;
}

.lp-border-wrap .elementor-widget::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  margin: 6px 0 0 6px;
  transition: all 0.5s ease;
  z-index: 1;
}

.el-button .elementor-button {
  border-radius: 30px;
  display: block;
  position: relative;
  background-color: var(--white);
  color: var(--heading-color);
  z-index: 2;
  border: none;
  width: fit-content;
  text-transform: capitalize;
}

.el-button .elementor-button::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 30px;
  margin: 4px 2px;
  z-index: -1;
  background-color: var(--white);
}

.el-button .elementor-button::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  border-radius: 30px;
  background-color: var(--white);
  z-index: -1;
}

.el-button .elementor-button:hover,
.el-button .elementor-button:hover::after {
  background-color: var(--main-color);
  color: var(--heading-color);
}

.el-btn-invert .elementor-button,
.el-btn-invert .elementor-button::after {
  background-color: var(--main-color);
}

.el-btn-invert .elementor-button:hover,
.el-btn-invert .elementor-button:hover::after {
  background-color: var(--white);
}

.vertical-scroll-wrap .e-con-inner {
  position: relative;
}

.inner-content-wrap .content-wrap {
  position: sticky;
  top: 100px;
}

.lp-main .lp-border-wrap::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  left: 0;
  top: 0;
  margin: 6px 0 0 6px;
  transition: all 0.5s ease;
  z-index: -1;
}

.lp-main .lp-border-wrap .elementor-widget::before {
  content: none;
}

.center-carousel .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
  left: 30%;
  right: auto;
}

.center-carousel .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next {
  right: 30%;
  left: auto;
}

body.custom-background.page-landing-page {
  background-color: var(--white);
}

/* search  */
.search_bottom .sec_titl a {
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2em;
  display: block;
  color: var(--heading-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: var(--head-font);
}

.search_bottom .post_content_wrap {
  padding: 10px 15px 25px;
}

.popular_cat .popular_cat_list {
  display: flex;
  gap: 15px;
  list-style: none;
  flex-wrap: wrap;
}

.popular_cat .popular_cat_list li a {
  border: 1px solid var(--heading-color);
  border-radius: 30px;
  padding: 5px 15px;
  line-height: 1.3em;
  font-weight: 500;
}

.popular_cat .popular_cat_list li a:hover {
  border-color: var(--main-color);
}

.search_bottom .posts_wrapper {
  margin: 0;
  gap: 30px;
}
.sider-wrap .blogs.list_layout {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.search_bottom .post_item .panel-image {
  width: 100%;
  height: 250px;
}

.search_bottom .post_item .panel-image img {
  width: 100%;
  height: 100%;
}

.search_bottom {
  margin-top: 30px;
}

.search_bottom .post_item {
  /* flex: 0 0 calc(33.33% - 20px); */
  border-radius: 0px;
  /* display: inline-block; */
  z-index: 1;
  background-color: var(--bg-color-1);
  border: 1px solid var(--heading-color);
  transition: all 0.5s ease;
  padding: 0;
  max-width: calc(25% - 15px);
}

.search_bottom .post_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.search-panel h4,
.fullscreen-search h4 {
  font-size: calc(var(--font-lg) - 2px);
  font-weight: 700;
  color: var(--heading-color);
  text-transform: uppercase;

  margin-bottom: 20px;
  margin-top: 40px;
}
.search-panel .recent_posts h4,
.fullscreen-search .recent_posts h4 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color-1);
}

.fullscreen-search .popular_cat,
.fullscreen-search h4 {
  text-align: center;
}

.fullscreen-search .popular_cat_list {
  justify-content: center;
}

.fullscreen-search .post_content_wrap {
  padding: 10px 15px 25px;
}

.mailchimp_form form input {
  border: 2px solid var(--heading-color);
  padding: 20px;
  border-radius: 0;
  margin-bottom: 15px;
}

.mailchimp_form form label,
.mailchimp_form form input {
  width: 100%;
}

.mailchimp_form .mailchimp_form_placeholder input[type="submit"] {
  border: 2px solid var(--heading-color);
  font-size: 18px;
  padding: 15px 40px;
}

.mailchimp_form .mailchimp_form_placeholder input[type="submit"]:hover {
  background-color: var(--main-color);
}

.mailchimp_form h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* .fleeko-breaking-swiper .swiper-wrapper {
  height: auto !important;
} */
.swiper-autoheight .swiper-slide {
  height: auto !important;
  margin-left: 0 !important;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
  margin-left: 0 !important;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
  margin: 0;
}
/* :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
    background-color: #000000;
    color: #fff;
} */
.blogs.list_layout {
  display: flex;
  /* flex-direction: column; */
  gap: 30px;
}
.elementor-widget-wp-widget-tag_cloud h5 {
  display: none;
}
.elementor-widget-image a {
  width: 100%;
}

.right_section button.search-close {
  border-radius: 50%;
  border: 1px solid var(--heading-color);
  height: 48px;
  width: 48px;
  line-height: 25px;
  top: 50px;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
}
.right_section button.search-close:hover {
  background-color: var(--main-color);
  color: var(--heading-color);
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
  background-color: transparent !important;
  color: var(--heading-color);
}
/*  */
.form-wrapper .mailchimp_form_simple {
  width: 70%;
  margin: 0 auto;
}
.form-wrapper .mailchimp_form_simple {
  position: relative;
}

.form-wrapper .mailchimp_form_simple p input {
  border-radius: 50px;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  padding: 20px 30px;
}
.form-wrapper .mailchimp_form_simple p:last-child {
  position: absolute;
  top: 2px;
  right: 12px;

  line-height: 0;
  border-radius: 30px;
}
.form-wrapper .mailchimp_form_simple p:last-child input.mpam-submit {
  line-height: 1.4em;
  border-radius: 30px;
  font-size: 14px;
  padding: 10px 25px;
  border: 1px solid var(--heading-color);
  background-color: var(--main-color);
}
.form-wrapper .mailchimp_form_simple p:last-child input.mpam-submit:hover {
  background-color: var(--main-hover);
}
.blog-layout-grid.style-6 .meta-wrap {
  margin-bottom: 0;
}
.post_meta .icon-wrap,
.rpwwt-post-categories span {
  font-size: 13px;
  font-weight: 400;
}
.rp_post_wrap .post_meta {
  display: flex;
  gap: 15px;
}
.rp_post_wrap .post_meta i {
  padding-right: 3px;
}
.card-img.no-image,
.post-swiper-wrap.default .card-img.no-image {
  height: auto;
  position: static;
}
.card-img.no-image .badge-wrap {
  position: static !important ;
}

/* blink */
.support_blink_wrap {
  background-color: #ddffe5;
  padding: 15px 15px;
  border-radius: 5px;
}
.breaking-label {
  position: relative;
}
.icon_blink {
  color: #169300;
  padding: 0px;
  line-height: 1;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
}

.icon_blink::before {
  content: "";
  position: absolute;
  left: auto;
  left: -7px;
  top: -8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #169300;
  background-color: #75daad;
  animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.icon_blink:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  left: 3px;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #75daad;
  border-radius: 50px;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.35);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    transform: scale(0.7);
  }

  50% {
    transform: scale(0.4);
  }

  100% {
    transform: scale(0.7);
  }
}

.blogs_wrapper .blog_list .content-wrap .post_excerpt {
  margin-bottom: 0;
}
.blogs_wrapper .blog_list .content-wrap .post_excerpt .readmore,
.blogs_wrapper .blog_grid .content-wrap .post_excerpt .readmore {
  margin-top: 20px;
}

.blog_list.list_overlay .content-wrap,
.blogs_wrapper.layout_classic .content-wrap {
  padding-right: 150px;
}
.blogs_wrapper.row.masonry_grid,
.blogs_wrapper.row.layout_grid {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 0.5rem;
}
/* .blog-carousel-wrap equle height  */
.post-swiper-wrap .swiper-slide,
.related_post_wrap .swiper-slide {
  height: auto;
}
.related_post_wrap .swiper-slide {
  margin-bottom: 10px;
  padding-right: 10px;
}
.post-swiper-wrap .swiper-slide .blog-card,
.related_post_wrap .swiper-slide .blog_grid {
  height: 100%;
}
.post-swiper-wrap .swiper-slide .blog-card .card-inner-wrap,
.related_post_wrap .swiper-slide .blog_grid .panel {
  height: 100%;
}
