@import url(global.css);

.site-wrapper {
  overflow: hidden;
}

.container-fluid {
  padding: 0;
}

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

.content-area {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

ul,
li {
  padding: 0;
  margin: 0;
}

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

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

ol.wp-block-list {
  margin-top: 10px;
}

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

a {
  color: var(--main-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: "\F138";
  font-family: var(--boot-icons);
  font-size: 18px;
  color: var(--main-color);
  position: absolute;
  left: 2px;
  top: 4px;
  line-height: 1.2;
}
button:focus {
  box-shadow: none;
}
/*--------------- # Topbar # ---------------*/
.top_sec {
  background: var(--gradient);
  padding: 15px 0;
  color: var(--heading-color);
  font-size: 14px;
  line-height: 1.75;
}

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

.top_right {
  text-align: right;
  align-content: center;
}

.top_sec i {
  font-size: 16px;
  margin: 3px 2px 0 0;
}

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

/*--------------- # Header Area # ---------------*/

h1.site_title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

h3.site_desc {
  font-size: 12px;
  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;
}

.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 12px;
}

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

a.navbar-brand {
  display: block;
  height: 100px;
  align-content: center;
  width: 140px;
  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;
}

.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 .navbar ul.nav > li {
  padding: 30px 0;
  position: relative;
  align-content: center;
  margin-bottom: 0;
}

.dropdown-toggle::after {
  margin: 0;
  border: 0;
  border-left: 2px solid var(--heading-color);
  border-top: 2px solid var(--heading-color);
  width: 8px;
  height: 8px;
  transform: rotate(225deg);
  margin-left: 10px;
  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: 240px;
  z-index: 10;
  white-space: nowrap;
}

.header-area .navbar-nav > li .dropdown-menu li {
  position: relative;
  z-index: 2;
  padding: 15px;
  margin: 0;
  list-style: none;
}

.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: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: 15px;
  line-height: 1;
  font-size: calc(var(--font-base) - 2px);
  position: relative;
  z-index: 2;
}

body header .header-area a {
  color: var(--para-color);
  text-decoration: none;
  font-size: 15px;
}

body header .header-area a:hover {
  color: var(--main-hover);
}

.header-area .navbar-nav > li .dropdown-menu > li .nav-link {
  padding: 0;
  font-size: 15px;
  color: var(--heading-color);
}

.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: 100%;
}

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: 3px;
  border-color: var(--main-hover);
}

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

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;
}

.right_section button.btn {
  background: none;
  color: var(--para-color);
  border: none;
  font-size: 18px;
  margin: 0;
  display: inline-block;
  line-height: 22px;
}
.cart-wrap .cart_body {
  z-index: 22;
}
.right_section button.btn-user {
  font-size: 22px;
  line-height: 1;
}
div.cart_container .cart_list .product_wrap a.remove:hover {
  background-color: var(--main-color);
  border-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: 18px;
}
.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%);
  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: 14px;
  border: none;
  color: var(--para-color);
  width: 100%;
}

.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: 16px;
  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 {
  display: flex;
  justify-content: flex-end;
}

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

.header-top .right_section .nav_btn {
  margin: 0 0 0 10px;
}

ul.user_menu {
  padding: 10px 0;
  background: var(--white);
  width: 200px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
}

ul.user_menu li {
  line-height: 1;
  color: var(--heading-color);
  display: block;
  font-size: 15px;
  padding: 10px 15px;
}

ul.user_menu li a:hover {
  padding-left: 10px;
}

.user-wrap .user_box {
  width: auto;
  box-shadow: 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: 15px;
  position: relative;
  background: var(--bg-color-1);
  color: var(--heading-color);
  line-height: 1;
}

.btn_wrap .main-btn:hover {
  background-color: var(--main-hover);
  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 40px;
  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;
}

.header_boxed {
  border: 1px solid var(--heading-color);
  padding: 0 30px;
  position: relative;
  background: var(--white);
  margin: 40px 0 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;
}

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

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

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

.header5.header-area {
  border: none;
  background: none;
}

.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(--white);
}

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

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

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

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

.cart_container .cart_list {
  padding: 15px 15px 0;
}

.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: 16px;
  font-weight: 600;
  display: block;
  color: var(--heading-color);
  margin-bottom: 10px;
}

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

.product_details p.product_quantity .quantity {
  font-size: 15px;
  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: scroll;
}
.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-3);
  color: var(--heading-color);
  text-align: center;
  line-height: 24px;
}

.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: 24px;
}

.miniCart_bottom .button {
  padding: 5px 15px;
  background: #dbdbdb;
  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: 25px;
  font-weight: 600;
}

.cart_heading h6 {
  font-size: 18px;
}

.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: 20px;
  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 #dcdcdc;
}

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

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

.offcanvasCart_container .total {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}

.offcanvasCart_container {
  padding: 15px;
}

.offcanvasCart_container .total .amount {
  font-weight: 600;
}

.products_list {
  margin: -15px 0;
}

body .empty_cart_wrap p {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.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: 36px;
  width: 70px;
  height: 70px;
  margin: 0 0 20px;
  display: inline-block;
  background: var(--bg-color-1);
  border-radius: 50%;
  line-height: 70px;
  border: 1px solid var(--heading-color);
}

/*--------------- # Footer # ---------------*/
.site-footer {
  background: var(--heading-color);
}

.site-footer .footer_top {
  position: relative;
  background: transparent;
  padding: 80px 0;
  color: #dbdbdb;
}

.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: 25px;
  padding: 0;
  background: none;
  color: var(--white);
  fill: var(--white);
  line-height: 1;
  display: block;
  background: #ffffff40;
  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: 15px;
  font-weight: 500;
}

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

.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: 18px;
  color: #dfdfdf;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 35px;
}

.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: 14px;
}

.site-footer .footer_top .footer_widget.recent-posts-widget-with-thumbnails ul li {
  font-size: 14px;
  padding: 15px 20px 0 20px;
  overflow: visible;
  margin-bottom: 30px;
}

.site-footer .footer_top .footer_widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  font-size: 14px;
}

.site-footer .footer_top .footer_widget.recent-posts-widget-with-thumbnails ul li div {
  font-size: 13px;
  color: #909090;
}

.footer_widget.recent-posts-widget-with-thumbnails li {
  border-radius: 0px;
  display: inline-block;
  z-index: 1;
  /* background-color: var(--bg-color-1); */
  border: 1px solid #333333;
  transition: all 0.5s ease;
  background-color: #191a1c;
  position: relative;
}

.footer_widget.recent-posts-widget-with-thumbnails li::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid #333333;
  left: 0;
  top: 0;
  margin: 8px 0px 0 8px;
  transition: all 0.5s ease;
  z-index: -1;
}

.site-footer .footer_top .footer_widget ul li:last-child {
  margin-bottom: 0;
}

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

.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: 14px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #e5e7eb24;
}

.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;
  text-align: left;
  font-size: 14px;
  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: 14px;
  line-height: 1.4em;
  text-transform: capitalize;
  color: #dbdbdb;
}

.footer-widget-1 p {
  color: #dbdbdb !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: 25px;
  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;
}

.site-footer .footer_top .footer_widget ul.menu li.menu-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #dbdbdb;
}

.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;
}

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

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

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

.e-wrap i {
  display: inline-block;
  padding: 15px 20px;
  font-size: 25px;
  background-color: #f89f92;
  height: 60px;
  margin-left: -4px;
  line-height: 35px;
}

/* # Social Icons # */

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

.soc_ico ul li a {
  font-size: 20px;
  color: var(--white);
}

.soc_ico label {
  font-size: 18px;
  font-weight: 600;
  display: none;
}

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

/* # Back-to-top # */

.backtop a.cd-top {
  font-size: 14px;
  height: 40px;
  width: 40px;

  border: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  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 {
  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); */
}
.backtop a.cd-top::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--heading-color);
  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 # ---------------*/
.site-content div.bread_crumb {
  padding-bottom: 0;
}

.bread_crumb {
  display: flex;
  width: 100%;
  /* background-color: #dbdbdb; */
  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: #000000ba;
  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: 20px;
  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: 12px;
}

.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: 12px;
}

.related_post_wrap .blog_feat ul li {
  margin: 0;
  margin-right: 10px;
}

.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%;
}

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

.breadcrumb_area .page_titl_sec h1 {
  font-size: 40px;
  margin: 0 0 15px;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}

.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;
}

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(--para-color);
  opacity: 0.8;
}

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

.blog_feat a {
  color: var(--para-color);
  font-size: 15px;
  font-weight: 400;
}

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

.post-title a {
  color: var(--heading-color);
  font-size: 18px;
  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;
}

.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: 25px;
}

.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 <<<<
---------------------------------------------------------------- */

/* .blog .content-area,
.archive .content-area,
.search .content-area {
  padding: 60px 0;
} */

.content-right {
  order: 1;
}

.panel-image {
  position: relative;

  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: 14px;
  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;
}

.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;
}

.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);
}

/* .blog_feat ul li:not(:last-child):after {
  content: "/";
  position: absolute;
  top: 0px;
  right: -18px;
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
  font-size: 14px;
  margin-right: 5px;
} */

.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 {
  font-size: 24px;
}

.search_content .search_meta {
  margin: 0;
}

/*--------------------------------------------------------------
>>>> Sidebar <<<<
---------------------------------------------------------------- */

.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: 22px;
  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;
  /* padding-left: 25px; */
}

.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.4em;
  font-size: 15px;
}

.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: 12px;
  color: var(--para-color);
}

.widget-area .recent-posts-widget-with-thumbnails li .rpwwt-post-categories {
  position: absolute;
  top: 25px;
}

.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;

  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;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid var(--border-color-1);
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}

.about-sec .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  padding: 0px;
  overflow: hidden;
  margin: 0px;
}

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

.widget-area.blog_sidebar .about-sec .wp-block-heading {
  border: none;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.wp-block-social-links .wp-social-link a{
  padding: 0;
}
.single .about-sec p {
  font-size: 13px;
  color: var(--para-color);
  margin-top: 10px;
}
.about-sec p{
  font-size: 14px;
}
.about-sec p.des {
  font-size: 11px;
  margin-top: 0;
  color: var(--para-color);
}

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

.about-sec .wp-block-social-links li a {
  width: 30px;
  height: 30px;
  border: 1px solid var(--heading-color);
  border-radius: 0;
  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 {
  border-radius: 0px;

  position: relative;
  padding: 30px;

  gap: 0 10px;
  overflow: visible;
}

.social-wrap .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;
}

.social-wrap .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;
}

.social-wrap .wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: 15px;
}

.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: 30px;
  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: 15px;
}
.sb-legacy .widget_text .textwidget p strong {
  font-size: 15px;
  line-height: 1.4em;

  display: inline-block;
  margin: 10px 0;
}
.sb-legacy .widget_text .textwidget p {
  font-size: 15px;
  line-height: 1.4em;
}
.sb-legacy .wp-block-categories label, .sb-legacy .wp-block-archives-dropdown label {
  font-weight: 500;
  color: var(--heading-color);
  font-size: 15px;
  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: 15px;
  border: 1px solid var(--heading-color);
  line-height: 1.4em;
  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.4em;
  font-size: 15px;
  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: 18px;
  font-weight: 600;
  color: var(--heading-color);
  line-height: 1.3em;
  display: block;
  margin-top: 10px;
}
.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: 14px;
  font-weight: 500;
}
.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: 13px;
  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: 15px;
  color: var(--para-color);
  line-height: 1.4em;
  margin: 0;
}
.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: 15px;
  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%;
}

.widget_tmwz_category_widget .card {
  border-radius: 0;
  height: 60px;
  line-height: 28px;
  border: none;
  text-align: center;
}

.widget_tmwz_category_widget .card a {
  font-weight: 600;
  font-size: 14px;
  color: var(--white);
  text-transform: uppercase;
}

.widget_tmwz_category_widget .card-img {
  border-radius: 0;
}

.widget_tmwz_category_widget img {
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.widget_tmwz_category_widget .card-img-overlay {
  background: #02172699;
  border-radius: 0;
}

.widget_tmwz_category_widget .card:hover .card-img-overlay {
  background: #021726ab;
}

.widget-area.blog_sidebar .wp-block-heading,
.widget-area .sb-legacy .widgettitle {
  border-bottom: 1px solid var(--heading-color);
  padding-bottom: 10px;
  margin-bottom: 20px !important;
  padding-top: 0;
  padding-left: 0;
}

.widget-area.blog_sidebar h4.wp-block-heading {
  text-transform: uppercase;
}

.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: 16px;
  font-weight: 600;
  color: #acacac;
  text-transform: uppercase;
}

.news-letter h5.wp-block-heading {
  font-size: 19px;
  font-weight: 600;
  color: var(--heading-color);
}

.news-letter p {
  font-size: 13px;
  color: #626262;
  font-weight: 500;
}

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

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

.news-letter input.mpam-submit {
  font-size: 15px;
  font-weight: 500;
}

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

.banner-wrap p {
  color: #7b7b7b;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
>>>>  Blog Single Start <<<<<
---------------------------------------------------------------- */

.single.single-post .panel-default {
  margin-bottom: 0px;

  overflow: hidden;
}

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

.single p,
.single li {
  line-height: 1.7em;
  font-size: 18px;
}

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

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

li.single_post_author a,
li.single_post_author,
li.single_post_date,
li.single_post_date a {
  font-size: 14px;
  line-height: 24px;
  color: #dbdbdb;
}

.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: 16px;
  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: #fefdf4;
  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;
}

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: #f4f4c88f;
  padding: 10px;
  font-weight: 400;
  font-size: calc(var(--font-base) - 2px);
  margin: 10px 0;
}

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

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

.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: 15px;
  font-weight: 500;
  border: 1px solid var(--heading-color);
  position: relative;

  overflow: visible;
}

.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;
}

.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: 20px;
  margin-left: 20px;
}

.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: 21px;
}

/* .blog_grid {
  margin: 0 0 30px;
} */

.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%, #000000 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: 20px;
  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: 36px;
  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: 22px;
  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: 32px;
  line-height: 1.4;
}

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

.related_post_wrap .quote_box .quote_txt {
  font-size: 18px;
}

.related_post_wrap .quote_box i {
  font-size: 20px;
  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;
}

.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: 18px;
  color: var(--heading-color);
  font-weight: 600;
}

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

/*--------------- # Post AuthorBox # ---------------*/
.author-bio-wrap .sect_title {
  font-size: calc(var(--font-xl) + 2px);
  font-weight: 600;
  color: var(--heading-color);
}

.author-bio {
  margin: 20px 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: 0px;
  width: 125px;
  height: 125px;
}

.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: 20px;
  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: 15px;
  color: var(--heading-color);
  line-height: 1;
  border: 1px solid var(--heading-color);
  display: inline-block;
  padding: 6px 7px;
}

.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(--heading-color);
  line-height: 28px;
}

/*--------------- # 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 {
  color: var(--heading-color);
}

.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: 18px;
  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: 14px;
  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: 12px;
  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: 25px;
  line-height: 32px;
  text-transform: none;
  margin-bottom: 0px;
}

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

.comment-metadata time {
  color: var(--heading-color);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

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

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

#comments ol.comment-list article {
  height: 150px;

  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: 15px;
}

.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: 15px;
  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: 14px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: var(--white);
}

.ajax_loadmore_wrap {
  text-align: center;
  position: relative;
}

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

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

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

@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: 10px;
  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: 30px;
  margin-bottom: 30px;
}

.related_post_wrap {
  position: relative;
}

.post_excerpt .sec_desc {
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
  font-size: 14px;
  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: #1877f2;
}

.ico-twitter {
  color: #1da1f2;
}

.ico-twitter-x {
  color: #000000;
}

.ico-instagram {
  color: #e4405f;
}

.ico-linkedin {
  color: #0a66c2;
}

.ico-youtube {
  color: #ff0000;
}

.ico-tiktok {
  color: #000000;
}

.ico-pinterest {
  color: #e60023;
}

.ico-snapchat {
  color: #fffc00;
}

.ico-whatsapp {
  color: #25d366;
}

.ico-telegram {
  color: #0088cc;
}

.ico-reddit {
  color: #ff4500;
}

.ico-github {
  color: #181717;
}

.ico-dribbble {
  color: #ea4c89;
}

.ico-discord {
  color: #5865f2;
}

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

.badge-wrap,
.rpwwt-post-categories {
  display: flex;
  gap: 5px;

}
.rpwwt-post-categories{
  margin-bottom: 10px;
}
.badge-wrap a,
.rpwwt-post-categories span {
  background-color: var(--badge-g3);
  padding: 5px 10px;
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1em;
  height: fit-content;
  font-weight: 600;
}

.badge-wrap a:hover {
  background-color: var(--badge-g2);
}

.rpwwt-post-categories span {
  font-size: 10px;
}

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

.fleeko_post_style_1 .img_wrap {
  width: 1520px;
  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;
}

.post-carousel-wrap {
  padding: 0 10px;
}

/* 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: 650px;
}

.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;
}

.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: 1260px;
  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: 1260px;
  max-width: 100%;
  margin: 100px auto;
  padding: 60px 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 .overlay_content_center {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);

  z-index: 1;
}

.fleeko_post_style_7 .left_date .date_wrap {
  background-color: #f26b95;
  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: 35px;
  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: 65px;
}

.fleeko_post_style_7 .overlay_content_center {
  display: flex;
  gap: 40px;
  align-items: end;
}

.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%;
  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;
}

.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 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 */
.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;
}

.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: #eae9de;
}

.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 .panel-image img {
  object-position: top;
  object-fit: cover;
  border-radius: 50px;
}

.fleeko_post_style_10 .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);
}

.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: #ddf892;
  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_detail_wrap .post_count,
.fleeko_category_2 .category_detail_wrap .post_count,
.fleeko_category_3 .category_detail_wrap .post_count {
  background-color: #eb4a4a;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 10px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

/* 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: 28px;
}

.layout_overlay .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;
}

.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: #ddf892;
  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 #00000021;
  height: 135px;
  margin-bottom: 15px;
}

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

.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;
}

.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 #00000021;
  height: 120px;
  margin-bottom: 15px;
}

.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_desc {
  padding-left: 0px;
  padding-top: 10px;
}

.fleeko_author_2 .author-bio ul.soc_icons li a {
  font-size: 15px;
  color: var(--heading-color);
  line-height: 1;
  border: 1px solid var(--heading-color);
  display: inline-block;
  padding: 6px 7px;
}

.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 */
.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: 18px;
  margin-top: 20px;
  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: 30px;
}
.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: 14px;
}
.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: #e00101;
}
.woocommerce .quantity .qty {
  width: 80px;
  text-align: center;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  border-radius: 20px;
  padding: 7px 20px;
}
.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: 14px;
  font-weight: 600;
  margin-right: 10px;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
  font-size: 14px;
}
.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: 20px;
}
.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 15px 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: 15px;
  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: 15px;
}
.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: 15px;
  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: 20px;
}

.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: 18px;
  font-weight: 600;
  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: 16px;
  text-decoration: none;
  font-weight: 400;
  color: var(--para-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;
}
.load_more_btn {
  border: none;
  box-shadow: none;
}
/* 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 {
  border-radius: 30px;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
  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 {
  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 {
  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 {
  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: 16px;
}
.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;
}

/* 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 {
  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 {
  background-color: var(--bg-color-1);
}
/* if button is invert */
.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: 15px;
  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 .button {
  margin-top: 0;
  margin-left: 10px;
}

.wc-block-cart__submit-container a.wc-block-components-button {
  font-size: 17px;
  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 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;
  top: 15px;
  right: 15px;
  left: auto;
  margin: 0;
  border-radius: 0;
  background-color: #eb4a4a;
  color: var(--white);
  font-size: 12px;
  z-index: 9;
  border: none;
}

.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;
}
.woocommerce .related.products div.product {
  margin-bottom: 0px;
}
/* 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 */
.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;
}
/* .product_single_wrap div.content_row div{
  padding: 0;
} */
.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: 15px;
  color: var(--heading-color);
  font-weight: 600;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
  font-size: 12px;
}
.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.4em;
  font-size: 13px;
}
.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: 35px;
  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: 15px;
  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: 30px;
  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);
}
.woocommerce table.shop_attributes th {
  border: none;
  padding: 0;
}
.comment-reply-title {
  font-size: 20px;
  font-weight: 600;
}
.comment-form label {
  font-size: 15px;
  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: 25px;
  text-decoration: none;
  font-weight: 600;
  color: var(--heading-color);
}

.woocommerce div.product p.price span {
  font-weight: 600;
}
.woocommerce.single-product div.product .woocommerce-product-rating,
.product_quickview_wrapper .woocommerce-product-rating {
  margin-bottom: 5px;
}
.woocommerce.single-product .woocommerce-product-rating .star-rating,
.product_quickview_wrapper .woocommerce-product-rating .star-rating {
  font-size: 18px;
  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: 14px;
}
.woocommerce .product_quickview_wrapper div.product .product_title {
  color: var(--heading-color);
  font-size: 35px;
}
.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);
}
.woocommerce div.product form.cart .group_table td a:hover {
  color: var(--main-color);
}
.woocommerce div.product .product_title {
  font-size: 40px;
  margin-bottom: 0px;
}
.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: 10px;
  margin-top: 5px;
  font-size: 10px;
}
.single-product .woocommerce-product-details__short-description p,
.product_quickview_wrapper .woocommerce-product-details__short-description p {
  font-size: 15px;
  margin-bottom: 20px;
}
.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: 14px;
  border-radius: 5px;
  border: 1px solid var(--heading-color);
  line-height: 1.4em;
  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: 22px;
  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: 18px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td a.remove:hover {
  color: var(--heading-color) !important;
  background-color: #ff4b3138;
  border-color: #ff654e;
}
.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: 10px 15px;
  font-size: 15px;
  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;
}
.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: 20px;
}
.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: 20px;
}
.woocommerce .cart-collaterals .woocommerce-remove-coupon {
  font-size: 14px;
  color: var(--para-color);
  font-weight: 400;
}
.woocommerce .cart-collaterals table.shop_table th {
  font-weight: 500;
  font-size: 18px;
}
.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*/
.wc-block-components-product-metadata {
  font-size: 14px;
}

.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: 16px;

  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: #eb4a4a;
  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;
}

.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: 10px;
  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: 20px;
}

.wc-block-cart h2.wc-block-cart__totals-title {
  font-size: 20px;
  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 {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
}

.wc-block-components-product-price {
  color: var(--heading-color);
  font-size: 18px;
  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: 25px;
}
.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;
}

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: 14px;
}

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"] {
  /* padding: 20px 20px 10px; */
  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;
}

.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: 15px;
}

.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: 14px;
}

.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: #efebdc;
  border: 1px solid #ccc9bd;
}

div.wc-block-checkout__shipping-method-option {
  border: 1px solid #ccc9bd00;
}

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 #e5e5dc;
}

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: 15px;
}

div.wc-block-components-radio-control-accordion-content {
  font-size: 14px;
}

.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: 18px;
}
.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: 15px;
  margin-top: 0;
}
/* shop sidebar style */
.wc-block-components-validation-error > p {
  margin-top: 5px;
  color: 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: 20px;
  margin-bottom: 0px !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

.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: 15px;
}

.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: 25px;
}

.wp-block-column .wc-block-featured-category p,
.wc-block-featured-product .wc-block-featured-product__description p {
  color: var(--white);
  font-size: 15px;
  line-height: 1.4em;
  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: 15px;
  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: 14px;
  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: 12px;
  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: 12px;
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
  font-size: 12px;
  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: 15px;
  border: 1px solid var(--heading-color);
  line-height: 1.4em;
  border-radius: 5px;
  color: var(--para-color);
}

.wc-block-product-filter-price-slider .text input[type="text"] {
  border: 1px solid #cccccc;
  border-radius: 0;
  font-size: 16px;
  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: #cfc8d8;
  font-size: 17px;
  margin-top: 5px;
}
.woocommerce #review_form #respond p.stars {
  margin: 0 0 0px;
}
.woocommerce p.stars:hover a,
.woocommerce p.stars.selected a {
  color: #ffb714;
}
.woocommerce .star-rating span::before {
  color: #ffb714;
}

[for="rating-1"] .wc-block-product-filter-checkbox-list__text {
  color: #ff4545;
}

[for="rating-2"] .wc-block-product-filter-checkbox-list__text {
  color: #ffa534;
}

[for="rating-3"] .wc-block-product-filter-checkbox-list__text {
  color: #ffe234;
}

[for="rating-4"] .wc-block-product-filter-checkbox-list__text {
  color: #b7dd29;
}

[for="rating-5"] .wc-block-product-filter-checkbox-list__text {
  color: #57e32c;
}

.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: #d81f1f;
}

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: #d81f1f;
}

.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: 12px;
  gap: 0px;
  justify-content: space-between;
  padding: 2px 0px 2px 10px;
  background: #efebdc;
  line-height: 1.4em;
  margin-bottom: 0;
}

ul.wc-block-product-filter-removable-chips__items {
  gap: 8px;
}

/* pagination */
.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: 25px;
  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: 25px;
}

.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: 15px;
  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: #f89f9280;
  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: 15px;
}

.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: 15px;
}

.woocommerce table.shop_table td a {
  font-weight: 600;
  color: var(--heading-color);
  font-size: 16px;
}
.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;
}

.woocommerce table.shop_table.woocommerce-table--order-details thead tr th {
  padding: 10px 10px;
  font-size: 20px;
}
.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: 15px;
  color: var(--heading-color);
  line-height: 1.4em;
  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: 15px;
  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);
}

/* order traker */
/* checkout order */
.wp-block-woocommerce-checkout a.wc-block-checkout__login-prompt {
  color: var(--para-color);
  font-size: 16px;
  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: 20px;
  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: 16px;
  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 {
  text-decoration: none;
  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: 15px;
  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: #ffffff;
}

.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-info::before {
  top: 1.5em;
} */

.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: 20px;
  font-weight: 600;
  color: var(--heading-color);
}

.woocommerce-account .woocommerce-password-strength {
  border-radius: 10px 10px;
  margin-top: 10px;
  font-size: 13px;
}

.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: 15px;
}

span#account_display_name_description {
  font-size: 13px;
}

.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: 25px;
  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: #ffffff;
}

.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: 14px;
}

.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: 15px;
  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: 15px;
  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: 16px;
}
.woocommerce-page .entry-content a.view {
  font-size: 12px;
  padding: 10px 25px;
  margin-top: 0px;
}
/* SUCCESS notices (added to cart, updated, etc.) */
.woocommerce-message[role="success"],
.woocommerce-notices-wrapper .woocommerce-message {
  background: #e6f9e7;
  color: #1b5e20;
  font-size: 14px;
}
.woocommerce-message[role="alert"]::before {
  color: #1b5e20;
}
/* ERROR notices (checkout errors, validation errors) */
.woocommerce-error li {
  margin-bottom: 0;
}
.woocommerce-error[role="alert"],
.woocommerce-notices-wrapper .woocommerce-error {
  background: #fdecea;
  color: #b71c1c;
  font-size: 14px;
}

/* STATUS notices (info, stock notifications, etc.) */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info[role="status"] {
  background: #e8f4fd;
  color: #0d47a1;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
}

.woocommerce-info[role="status"],
.woocommerce-notices-wrapper .woocommerce-info {
  background: #e8f4fd;
  color: #0d47a1;
  font-size: 14px;
}

.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: 25px;
}

fieldset legend {
  font-weight: 600;
  font-size: 20px;
}

.woocommerce-Address address {
  font-size: 15px;
}
.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: 14px;

  margin-bottom: 10px;
  font-weight: 400;
  color: #000;
}
/* 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: 20px;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td .remove:hover {
  color: var(--heading-color) !important;
  background-color: #ff4b3138 !important;
  border-color: #ff654e;
}

/* .woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td.product-thumbnail {
  margin: 20px 0;
  border-radius: 15px;
  border: 4px solid var(--main-color) !important;
  padding: 0 !important;
  width: 100px;
} */

.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: 16px;
  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: #37ad37;
  font-weight: 500;
}

.wishlist_table .product-stock-status span.wishlist-out-of-stock {
  color: #f00;
  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: 20px;
  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: 16px;
}
.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: #f8f8e5c2;
  border-radius: 5px;
  border: 1px solid #e4e4c2;
}
.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: #e4d7a3;
}
#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 #e4d7a3;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-privacy-policy-text p {
  font-size: 15px;
  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: 15px;
  color: var(--heading-color);
  margin-bottom: 30px;
  margin-top: 5px;
}

.woocommerce-shop.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 5px 0;
}
.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;
}

