/**
*
* -----------------------------------------------------------------------------
*
* Template : wastewise Hotel Booking - WordPress Theme
* Author : reacthemes
* Author URI : http://www.reactheme.com/
*
*/
:root {
  --primary-color: #69B31D;
  --primary-color-rgb: 105, 179, 29;
  --secondary-color: #EAA638;
  --secondary-color-rgb: 59, 157, 31;
  --e-global-color-primary: #69B31D;
  --e-global-color-secondary: #1C4B41;
  --e-global-color-text: #7A8986;
  --e-global-color-accent: #EAA638;
  --e-global-color-white: #fff;
  --e-global-typography-primary-font-family: "Plus Jakarta Sans";
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Inter";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-weight: 500;
  background-color: #F8FBF3;
  --transition: all .4s ease;
  --h1-font-size: 60px;
  --h1-font-weight: 700;
  --h1-letter-spacing: -.05em;
  --h1-line-height: 1.15em;
  --h1-margin-bottom: 20px;
  --h2-font: var(--heading-font);
  --h2-font-size: 44px;
  --h2-font-weight: 700;
  --h2-letter-spacing: -.025em;
  --h2-line-height: 1.2em;
  --h2-margin-bottom: 30px;
  --h3-font-size: 22px;
  --h3-font-weight: 700;
  --h3-letter-spacing: 0;
  --h3-line-height: 1.5em;
  --h3-margin-bottom: 10px;
  --h4-font-size: 20px;
  --h4-font-weight: 700;
  --h4-letter-spacing: 0;
  --h4-line-height: 1.6em;
  --h4-margin-bottom: 10px;
  --h5-font-size: 16px;
  --h5-font-weight: 600;
  --h5-letter-spacing: 0;
  --h5-line-height: 1.6em;
  --h5-margin-bottom: 10px;
}

/* ---------------------------
    Header Section 
------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family);
  line-height: 1.7;
  height: auto !important;
}

.rt-row-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rt-row-header .header-logo {
  max-width: 25%;
  flex: 0 0 25%;
}
.rt-row-header .header-logo .site-title {
  font-size: 36px;
  line-height: 1.3;
}
.rt-row-header .header-logo .site-title a {
  text-decoration: none;
  color: var(--e-global-color-secondary);
  font-weight: 600;
}
.rt-row-header .rt-menu-responsive {
  max-width: 75%;
  flex: 0 0 75%;
}

#reactheme-header ul.elementor-icon-list-items svg {
  height: 1em;
}

.footer-width-fixer ul.elementor-icon-list-items svg {
  height: 1em;
}

.menu-area {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.menu-area .navbar {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: end;
}
.menu-area .navbar ul {
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 24px 20px;
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li.current-menu-ancestor a, .menu-area .navbar ul li.current_page_item a {
  color: var(--e-global-color-primary);
}
.menu-area .navbar ul li a {
  color: var(--e-global-color-secondary);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area .navbar ul li > a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.menu-area .navbar ul li > a:hover {
  color: var(--e-global-color-primary);
}
.menu-area .navbar ul li ul.sub-menu {
  min-width: 220px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(30px);
  transform-origin: 0 0 0;
  transition: all 0.3s ease-in-out;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
  border-radius: 3px;
  background: #fff;
  padding: 0 0 10px;
}
.menu-area .navbar ul li ul.sub-menu li {
  float: none;
  display: block;
  margin: 0;
  text-align: left;
  line-height: 25px;
  position: relative;
  padding: 0;
  height: auto;
}
.menu-area .navbar ul li ul.sub-menu li a {
  display: block;
  color: var(--e-global-color-secondary);
  line-height: 25px;
  padding: 10px 20px;
  font-weight: 600;
  transition: 0.3s;
  font-size: 14px;
}
.menu-area .navbar ul li ul.sub-menu li a ul {
  left: 100% !important;
  top: 0 !important;
}
.menu-area .navbar ul li ul.sub-menu li ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 50%;
  opacity: 0;
  transform: translateY(30px);
  visibility: hidden;
}
.menu-area .navbar ul li ul.sub-menu li:hover > a {
  color: var(--e-global-color-primary);
}
.menu-area .navbar ul li ul.sub-menu li:hover ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor > a:before, .menu-area .navbar ul li ul.sub-menu li.current_page_item > a:before {
  color: var(--e-global-color-primary);
}
.menu-area .navbar ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.menu-area .navbar ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 16px;
}
.menu-area .navbar ul > li.menu-item-has-children > a:before {
  content: "\e809";
  position: absolute;
  font-family: "rt-icons";
  left: auto;
  right: 0;
  top: 53%;
  text-align: center;
  z-index: 9;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  font-weight: 400;
}
.menu-area .navbar ul > li.menu-item-has-children .sub-menu .menu-item-has-children > a {
  margin-right: 0px;
}
.menu-area .navbar ul > li.menu-item-has-children .sub-menu .menu-item-has-children > a::before {
  right: 10px;
}

.reactheme-breadcrumbs {
  padding: 60px 15px;
  background: #f9f9f9;
  text-align: center;
}
.reactheme-breadcrumbs .page-title {
  font-size: 40px;
}

/* Blog Css Here */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--e-global-typography-primary-font-family);
  color: var(--e-global-color-secondary);
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  letter-spacing: var(--h1-letter-spacing);
  line-height: var(--h1-line-height);
  margin-bottom: var(--h1-margin-bottom);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  margin-bottom: var(--h2-margin-bottom);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  letter-spacing: var(--h3-letter-spacing);
  line-height: var(--h3-line-height);
  margin-bottom: var(--h3-margin-bottom);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  letter-spacing: var(--h4-letter-spacing);
  line-height: var(--h4-line-height);
  margin-bottom: var(--h4-margin-bottom);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  letter-spacing: var(--h5-letter-spacing);
  line-height: var(--h5-line-height);
  margin-bottom: var(--h5-margin-bottom);
}

h6 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 10px;
}

.single-content-full h1 {
  font-size: 60px;
}
.single-content-full h2 {
  font-size: 50px;
}
.single-content-full h3 {
  font-size: 40px;
}
.single-content-full h4 {
  font-size: 35px;
}
.single-content-full h5 {
  font-size: 30px;
}
.single-content-full h6 {
  font-size: 25px;
}
.single-content-full h1,
.single-content-full h2,
.single-content-full h3,
.single-content-full h4,
.single-content-full h5,
.single-content-full h6 {
  line-height: 120%;
  margin: 0 0 20px;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  clear: none;
}

.blog .reactheme-blog .blog-item, .archive .reactheme-blog .blog-item {
  border-radius: 16px;
}
.blog .reactheme-blog .blog-item .full-blog-content, .archive .reactheme-blog .blog-item .full-blog-content {
  overflow: hidden;
  padding: 30px 0;
}
.blog .reactheme-blog .blog-item .full-blog-content .title-wrap, .archive .reactheme-blog .blog-item .full-blog-content .title-wrap {
  padding-top: 5px;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info, .archive .reactheme-blog .blog-item .full-blog-content .user-info {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info span, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info span {
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info.author, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info.author {
  color: var(--e-global-color-primary);
  font-weight: 700;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a {
  font-weight: 700;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info:last-child, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info:last-child {
  margin-right: 0;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a {
  --color-body: #404040;
  color: var(--color-body);
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a:hover, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a:hover {
  color: var(--e-global-color-primary);
}
.blog .reactheme-blog .blog-item .full-blog-content .btm-cate, .archive .reactheme-blog .blog-item .full-blog-content .btm-cate {
  margin: 0 0 10px;
}
.blog .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title, .archive .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 10px;
}
.blog .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title a, .archive .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title a {
  color: var(--e-global-color-secondary);
  text-decoration: none;
}
.blog .reactheme-blog .blog-item .blog-img, .archive .reactheme-blog .blog-item .blog-img {
  position: relative;
}
.blog .reactheme-blog .blog-item .blog-img .tag-line, .archive .reactheme-blog .blog-item .blog-img .tag-line {
  position: absolute;
  right: auto;
  left: 50px;
  top: auto;
  bottom: -52px;
  display: inline-block;
  z-index: 11;
  transform: translateY(-60%);
  max-width: 68%;
}
.blog .reactheme-blog .blog-item .blog-img .tag-line a, .archive .reactheme-blog .blog-item .blog-img .tag-line a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: var(--e-global-color-primary);
  padding: 8px 19px;
  display: inline-block;
  margin-bottom: 10px;
}
.blog .reactheme-blog .blog-item .blog-img .author, .archive .reactheme-blog .blog-item .blog-img .author {
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  right: 50px;
  bottom: -30px;
  display: inline-block;
  z-index: 11;
  padding: 10px 10px 10px 10px;
  border-radius: 6px;
  font-weight: 700;
}
.blog .reactheme-blog .blog-item .blog-img .author img, .archive .reactheme-blog .blog-item .blog-img .author img {
  margin-right: 10px;
}
.blog .reactheme-blog .blog-item.no-thumbs .full-blog-content, .archive .reactheme-blog .blog-item.no-thumbs .full-blog-content {
  padding-top: 0;
}

.blog-item.no-thumbs {
  padding-top: 0px;
}
.blog-item.no-thumbs .categories {
  margin-bottom: 5px;
  padding: 0 0 0 48px;
}
.blog-item.no-thumbs .categories .category-name a {
  background: var(--e-global-color-primary);
  color: var(--color-white);
  padding: 5px 19px 6px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-item.no-thumbs .categories .category-name a:hover {
  background: var(--e-global-color-primary);
}

/* -----------------------
    14. Blog Post
--------------------------*/
.reactheme-blog .grid-blog {
  margin-top: 50px;
}
.reactheme-blog .blog-item {
  margin-bottom: 30px;
}
.reactheme-blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.reactheme-blog .blog-item .blog-img a {
  color: #fff;
}
.reactheme-blog .blog-item .blog-img a img {
  border-radius: 0;
  transition: 0.4s;
  width: 100%;
}
.reactheme-blog .blog-item .blog-img .blog-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 20px;
  opacity: 0;
  transition: 0.3s all ease-out;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-link {
  display: inline-block;
  font-size: 19px;
  width: 52px;
  line-height: 54px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 15px;
  color: var(--e-global-color-secondary);
  margin-bottom: 0;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title a {
  color: var(--e-global-color-secondary);
}
.reactheme-blog .blog-item .blog-img:hover .blog-img-content {
  top: 0px;
  opacity: 1;
}
.reactheme-blog .blog-item .blog-meta {
  transition: all 0.3s ease 0s;
  border-top: 1px solid #e7e7e7;
  padding-top: 19px;
  margin-top: 20px;
}
.reactheme-blog .blog-item .blog-meta li {
  font-size: 15px;
  margin-right: 25px;
}
.reactheme-blog .blog-item .blog-meta i {
  color: var(--e-global-color-primary);
  margin-right: 7px;
}
.reactheme-blog .blog-item .blog-meta .seperator {
  padding-left: 7px;
}
.reactheme-blog .blog-item .blog-meta .blog-date {
  display: inline-block;
  font-weight: 400;
  color: #777;
}
.reactheme-blog .blog-item .blog-meta .blog-date svg {
  width: 18px;
  position: relative;
  top: 7px;
  margin-right: 3px;
}
.reactheme-blog .blog-item .blog-meta .categories a {
  color: #999999;
}
.reactheme-blog .blog-item .blog-meta .categories a:hover {
  color: var(--e-global-color-primary);
}
.reactheme-blog .blog-item .blog-meta .blog-lc {
  display: inline-block;
}
.reactheme-blog .blog-item .blog-meta .blog-lc > div {
  display: inline-block;
}
.reactheme-blog .blog-item .date-post {
  padding: 0;
  color: #999999;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 12px;
}
.reactheme-blog .blog-item span.author,
.reactheme-blog .blog-item span.category {
  padding: 0;
  margin-right: 9px;
  margin-bottom: 10px;
  margin-left: 0;
  display: inline;
  position: relative;
  text-transform: inherit;
  color: #555;
}
.reactheme-blog .blog-item .blog-slidermeta {
  margin-bottom: 6px;
}
.reactheme-blog .blog-item .blog-slidermeta span.seperator {
  display: inline-block;
  padding-right: 5px;
  font-size: 12px;
}
.reactheme-blog .blog-item .blog-slidermeta span.category a {
  color: #999999;
}
.reactheme-blog .blog-item .blog-slidermeta span.category a:hover {
  color: var(--e-global-color-primary);
}
.reactheme-blog .blog-item div.comment {
  padding: 0;
  color: var(--e-global-color-primary);
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: normal;
}
.reactheme-blog .blog-item .blog-author {
  display: flex;
  align-items: center;
}
.reactheme-blog .blog-item .blog-author .author-img {
  float: left;
}
.reactheme-blog .blog-item .blog-author .author-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.reactheme-blog .blog-item .blog-author .author-info {
  margin-left: 15px;
}
.reactheme-blog .blog-item .blog-author .author-info .author-name {
  font-size: 15px;
  margin-bottom: 0;
}
.reactheme-blog .blog-item .blog-author .author-info .author-title {
  font-size: 12px;
}
.reactheme-blog .blog-item .blog-desc {
  clear: both;
  margin-bottom: 20px;
}
.reactheme-blog .blog-item .blog-desc p {
  margin-bottom: 0;
}
.reactheme-blog .blog-item .blog-button {
  display: block;
}
.reactheme-blog .blog-item .blog-button .button-blog {
  display: inline-block;
  font-family: var(--e-global-typography-secondary-font-family);
  text-align: center;
  color: var(--e-global-color-white);
  outline: 0;
  font-weight: 500;
  text-decoration: none;
  padding: 3px 25px;
  font-size: 15px;
  position: relative;
  line-height: 28px;
  border-radius: 30px;
  transition: var(--transition);
  background-color: var(--e-global-color-primary);
}
.reactheme-blog .full-layout {
  width: 100%;
}
.reactheme-blog .sidebar-none {
  display: none;
}

.comment i {
  color: #999;
  font-size: 12px;
}

.archive .full-layout-right,
.blog .full-layout-right {
  padding-right: 30px;
}
.archive .padding-full-layout-left,
.blog .padding-full-layout-left {
  flex-direction: row-reverse;
}
.archive .padding-full-layout-left .full-layout-left,
.blog .padding-full-layout-left .full-layout-left {
  padding-left: 30px;
}

.single-post .reactheme-blog-details .bs-meta {
  margin-top: 0px;
  margin-bottom: 18px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
}

.single-post .reactheme-blog-details .type-post .single-content-full {
  overflow: visible;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info span {
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info.author {
  color: var(--e-global-color-primary);
  font-weight: 700;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info.cat a {
  font-weight: 700;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info i {
  color: var(--e-global-color-primary);
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info a {
  color: #5D666F;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info a:hover {
  color: var(--e-global-color-primary);
}

body.archive .reactheme-blog .blog-item {
  overflow: hidden;
}

.ps-navigation ul {
  margin: 0 !important;
  list-style: none;
}
.ps-navigation ul a {
  text-transform: uppercase;
  background: transparent;
  color: var(--color-body);
  border-radius: 3px;
  font-weight: bold;
}
.ps-navigation ul a span {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
  vertical-align: middle;
}
.ps-navigation ul a i {
  vertical-align: text-top;
}
.ps-navigation ul a:hover {
  color: var(--e-global-color-primary);
}
.ps-navigation ul li.next {
  float: right;
}
.ps-navigation ul li.prev {
  float: left;
}
.ps-navigation ul li:nth-child(2) {
  text-align: right;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container p,
.wp-block-cover .wp-block-cover__inner-container p a {
  color: #fff !important;
}

.rts__single__blog__post {
  display: flex;
  gap: 30px;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .rts__single__blog__post {
    flex-wrap: wrap;
  }
}
.rts__single__blog__post.rt-post-item-1 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.rts__single__blog__post__header {
  position: relative;
  overflow: hidden;
  min-width: 485px;
}
@media screen and (max-width: 1400px) {
  .rts__single__blog__post__header {
    min-width: auto;
  }
}
.rts__single__blog__post__header:hover .hover-scale-1-1 {
  transform: scale(1.1);
}
.rts__single__blog__post__header .hover-scale-1-1 {
  transition: all 0.5s ease;
}
.rts__single__blog__post__header .post__thumb {
  overflow: hidden;
}
.rts__single__blog__post__header .post__thumb img {
  display: block;
}
.rts__single__blog__post__date {
  position: absolute;
  padding: 15px 25px;
  margin: 20px;
  text-align: center;
  font-weight: 600;
  z-index: 2;
  color: var(--e-global-color-white);
  background: var(--e-global-color-primary);
}
.rts__single__blog__post__date h4 {
  font-size: 36px;
  margin-bottom: 0;
  line-height: 1;
  color: var(--e-global-color-white);
}
.rts__single__blog__post__date span {
  line-height: 1;
}
.rts__single__blog__post__author__link {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 4px 6px;
  color: var(--e-global-color-text);
  text-transform: capitalize;
}
.rts__single__blog__post__author__link > img {
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
}
.rts__single__blog__post__author__link span {
  font-weight: 700;
  font-size: 12px;
}
.rts__single__blog__post__category {
  color: var(--e-global-color-text);
}
.rts__single__blog__post__category a {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: var(--e-global-color-text);
}
.rts__single__blog__post__category a:hover {
  color: var(--e-global-color-secondary);
}
.rts__single__blog__post__footer {
  position: relative;
}
.rts__single__blog__post__footer h3 a {
  color: var(--e-global-color-secondary);
  line-height: 1.3;
}
.rts__single__blog__post__footer .author__meta {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.rts__single__blog__post__footer .blog__excerpt {
  margin-bottom: 10px;
  margin-top: 10px;
  color: var(--e-global-color-text);
}

.blog-grid-item .rts__border__bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.blog__full__width {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog__full__width .rts__blog__cat {
  padding: 4px 10px;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
}
.blog__full__width .blog__meta__title {
  color: var(--e-global-color-white);
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.4;
}
.blog__full__width .rts__author__meta {
  display: flex;
  gap: 15px;
  align-items: center;
}
.blog__full__width .rts__author__meta__avatar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog__full__width .rts__author__meta__link {
  color: var(--e-global-color-text);
  font-weight: 600;
  font-size: 14px;
}
.blog__full__width .rts__author__meta__date {
  color: var(--e-global-color-text);
  font-weight: 600;
  font-size: 14px;
}
.blog__full__width .rts__author__meta__date i {
  color: var(--e-global-color-accent);
}
.blog__full__width .blog__meta__excerpt {
  color: var(--e-global-color-text);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}
.blog__full__width .blog__meta__thumbnail {
  position: relative;
}
.blog__full__width .blog__meta__thumbnail .triangle-bottomright-dark {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 60px solid;
  border-color: var(--e-global-color-secondary);
  border-left: 60px solid transparent;
}

.bg__accent {
  background: var(--e-global-color-accent);
  text-transform: uppercase;
  font-size: 12px;
}

/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/
blockquote,
body .wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 120px 40px 40px;
  margin: 40px 0 40px;
  text-align: center;
  position: relative;
  background: #f6f6f6;
  border-radius: 0px;
}
blockquote:before,
body .wp-block-quote.is-style-large:not(.is-style-plain):before {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0);
  content: "\ea59";
  font-family: "rt-icons";
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #fff;
  color: var(--e-global-color-primary);
  font-size: 22px;
}
blockquote p,
body .wp-block-quote.is-style-large:not(.is-style-plain) p {
  color: var(--e-global-color-primary);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
blockquote p a,
body .wp-block-quote.is-style-large:not(.is-style-plain) p a {
  color: var(--e-global-color-primary);
}
blockquote cite,
body .wp-block-quote.is-style-large:not(.is-style-plain) cite {
  font-weight: 700;
}
blockquote a,
body .wp-block-quote.is-style-large:not(.is-style-plain) a {
  color: var(--e-global-color-primary);
}

p.has-drop-cap::first-letter {
  color: var(--color-primary);
}

.reactheme-blog-details .padding-left-sidebar {
  flex-direction: row-reverse;
}
.reactheme-blog-details .padding-left-sidebar .news-details-inner {
  margin-right: 0;
  margin-left: 30px;
}
.reactheme-blog-details .news-details-inner {
  margin-right: 30px;
  padding-bottom: 50px;
}
.reactheme-blog-details .type-post {
  margin-bottom: 0px;
}
.reactheme-blog-details .type-post .single-content-full {
  overflow: hidden;
  padding: 0;
}
.reactheme-blog-details .type-post .single-content-full .title-wrap {
  padding-top: 5px;
}
.reactheme-blog-details .type-post .single-content-full .title-wrap h2 {
  margin-bottom: 0;
}
.reactheme-blog-details .type-post .single-content-full .bs-desc {
  padding: 0 0;
}
.reactheme-blog-details .type-post .tag-line {
  padding: 0;
}
.reactheme-blog-details .type-post .tag-line a {
  font-weight: 400;
  color: #555;
}
.reactheme-blog-details .type-post .tag-line a:hover {
  color: var(--e-global-color-primary);
}
.reactheme-blog-details .bs-info {
  margin-bottom: 10px;
}
.reactheme-blog-details .bs-info.tags {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
  font-family: var(--body-font);
  border-top: 1px solid rgba(131, 131, 131, 0.25);
  padding: 40px 0;
}
.reactheme-blog-details .bs-info.tags a {
  display: inline-block;
  line-height: 22px;
  padding-left: 10px;
  transition: all 0.3s ease;
  font-weight: 600;
  color: var(--color-body);
}
.reactheme-blog-details .bs-info.tags a:hover {
  color: var(--e-global-color-primary);
}
.reactheme-blog-details .ps-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reactheme-blog-details .bs-title {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.reactheme-blog-details .single-page-info .p-user .author-img {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
}
.reactheme-blog-details .single-page-info .p-user .author-img img {
  border-radius: 50%;
}
.reactheme-blog-details .single-page-info .p-date,
.reactheme-blog-details .single-page-info .author-name,
.reactheme-blog-details .single-page-info .p-cname {
  padding: 0;
  color: #737383;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
}
.reactheme-blog-details .single-page-info .author-name {
  color: #737383;
}
.reactheme-blog-details .bs-meta {
  font-size: 14px;
  margin: 15px 0 0;
  padding: 0;
}
.reactheme-blog-details .bs-meta li {
  display: inline-block;
  line-height: 10px;
  margin-right: 10px;
}
.reactheme-blog-details .bs-meta li i {
  margin-right: 3px;
  font-size: 12px;
  color: var(--e-global-color-primary);
}
.reactheme-blog-details .bs-meta li a {
  color: #333;
}
.reactheme-blog-details .bs-meta li.category-name ul {
  margin: 0;
  float: left;
  padding-left: 8px;
}
.reactheme-blog-details .bs-meta li .seperator {
  padding-right: 10px;
}
.reactheme-blog-details .author-block {
  display: flex;
  background: var(--e-global-color-primary);
  padding: 30px;
  gap: 40px;
  border-radius: 0;
}
.reactheme-blog-details .author-block .author-img {
  flex-basis: 20%;
  border-radius: 16px;
  overflow: hidden;
}
.reactheme-blog-details .author-block .author-img img {
  border-radius: 16px;
}
.reactheme-blog-details .author-block .author-desc {
  flex-basis: 80%;
}
.reactheme-blog-details .author-block .author-title {
  font-size: 22px;
  position: relative;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.reactheme-blog-details .author-block .author-title:after {
  background: var(--e-global-color-primary);
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: auto;
  width: 120px;
  height: 1px;
  margin: 0 auto;
  display: none;
}
.reactheme-blog-details .author-block .author-title a {
  color: #212121;
}
.reactheme-blog-details .author-block p {
  margin-bottom: 8px;
}
.reactheme-blog-details .author-block .rts-author-social-area ul {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 15px;
  padding: 0;
}
.reactheme-blog-details .author-block .rts-author-social-area ul li {
  list-style: none;
  font-size: 30px;
}
.reactheme-blog-details .author-block .rts-author-social-area .author_signature img {
  width: 100px;
  height: auto;
}
.reactheme-blog-details .comment-respond {
  margin-top: 25px;
}
.reactheme-blog-details .comments-title {
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 40px;
  line-height: 35px;
}
.reactheme-blog-details #reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 40px;
  position: relative;
  padding: 0 0 7px;
  margin-bottom: 0 !important;
}
.reactheme-blog-details #reply-title small {
  font-size: 80%;
}
.reactheme-blog-details #reply-title small a {
  color: var(--e-global-color-primary);
  padding-left: 10px;
}
.reactheme-blog-details #reply-title small a:hover {
  color: var(--e-global-color-primary);
}
.reactheme-blog-details .comment-block {
  margin-top: 50px;
}
.reactheme-blog-details .comment-block .comment {
  padding: 25px;
  background: var(--color-white);
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
}
.reactheme-blog-details .comment-block .comment .comment-header {
  margin-bottom: 10px;
}
.reactheme-blog-details .comment-block .comment .comment-header:before, .reactheme-blog-details .comment-block .comment .comment-header:after {
  content: "";
  display: table;
}
.reactheme-blog-details .comment-block .comment .comment-header:after {
  clear: both;
}
.reactheme-blog-details .comment-block .comment img {
  float: left;
  margin-right: 15px;
}
.reactheme-blog-details .comment-block .comment h3 {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
.reactheme-blog-details .comment-block .comment .comment-body p.desc {
  margin-bottom: 10px;
}
.reactheme-blog-details .comment-block .comment .comment-reply {
  margin-bottom: 0;
}

ol.comment-list .comment-respond .form-submit {
  margin-bottom: 20px;
}

.wp-block-button.is-style-outline {
  margin: 10px 0;
}

.wp-block-cover-text {
  color: #fff !important;
}

.single .tag-line {
  position: relative;
}
.single .tag-line a {
  display: inline-block;
  margin-right: 3px;
  margin-left: 0;
  margin-bottom: 3px;
  padding: 4px 10px 5px;
  background: var(--e-global-color-primary);
  position: relative;
  color: var(--color-white);
  font-size: 14px;
  line-height: 17px;
  border-radius: 6px;
}
.single .ps-navigation {
  border-top: 1px solid rgba(131, 131, 131, 0.25);
  border-bottom: 1px solid rgba(131, 131, 131, 0.25);
  padding: 30px 0;
  overflow: auto;
}
.single .ps-navigation .prev {
  width: 50%;
  transition: all 0.5s ease;
}
.single .ps-navigation .prev i {
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.single .ps-navigation .prev .next_link {
  margin-left: 0;
}
.single .ps-navigation .prev:hover a {
  color: var(--e-global-color-primary);
}
.single .ps-navigation .prev .date {
  display: block;
}
.single .ps-navigation .next {
  width: 50%;
  transition: all 0.5s ease;
}
.single .ps-navigation .next .next_link {
  margin-right: 0;
}
.single .ps-navigation .next i {
  margin-left: 10px;
  position: relative;
  top: -4px;
}
.single .ps-navigation .next:hover a {
  color: var(--e-global-color-primary);
}
.single .ps-navigation .next .date {
  display: block;
}
.single .ps-navigation .next_link {
  text-transform: uppercase;
  color: #909090;
}
.single .ps-navigation .link_text {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family);
  line-height: 1.5;
}
.single .ps-navigation .link_text i {
  color: #909090;
  margin-top: -9px;
}

.page .comments-area .comment-full .comment-respond {
  padding: 0;
}

.single-post .ps-navigation {
  margin-top: 0px;
}
.single-post .ps-navigation .next_link {
  font-size: 16px;
  text-transform: none;
  color: #999 !important;
  font-weight: 500;
  padding: 0 0 8px;
  position: relative;
}
.single-post .ps-navigation .next_link:hover {
  color: #555 !important;
}
.single-post .ps-navigation ul li.next .inner-next {
  position: relative;
  margin-left: 10px;
}
.single-post .ps-navigation ul li.next .link_text {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}
.single-post .ps-navigation ul li.prev .inner-pre {
  position: relative;
  margin-right: 10px;
}
.single-post .ps-navigation .next_link i:before {
  margin-left: 0;
}
.single-post .single-posts-meta {
  margin: 0 !important;
  padding: 38px 40px 0;
}
.single-post .single-posts-meta .fa-comments-o:before {
  color: var(--e-global-color-primary);
}
.single-post .single-posts-meta li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.single-post .single-posts-meta li span i {
  font-size: 13px;
  margin-right: 3px;
  color: var(--e-global-color-primary);
}
.single-post .single-posts-meta li ul {
  margin: 0;
  position: relative;
  padding-left: 19px;
}
.single-post .single-posts-meta li ul li {
  position: relative;
  font-size: 14px;
}
.single-post .single-posts-meta li ul li a {
  color: #555;
}
.single-post .single-posts-meta li ul li a:hover {
  color: var(--e-global-color-primary);
}
.single-post .single-posts-meta li ul li:before {
  content: ",";
  position: absolute;
  font-size: 16px;
  font-style: normal;
  right: 4px;
  top: 0;
}
.single-post .single-posts-meta li ul li:last-child:before {
  display: none;
}
.single-post .single-posts-meta li ul:before {
  content: "\f02d";
  position: absolute;
  color: var(--e-global-color-primary);
  font-family: FontAwesome;
  font-size: 13px;
  font-style: normal;
  left: 0;
  top: 0;
}

.single-post .ps-navigation ul li {
  word-break: break-word;
}

.widget_media_gallery .gallery {
  margin: 0;
}
.widget_media_gallery .gallery-item {
  margin: 0;
}
.widget_media_gallery .gallery-item .gallery-icon {
  padding: 5px;
}
.widget_media_gallery .gallery-item .gallery-icon img {
  border-radius: 3px;
}

.comment-respond form#commentform {
  border-radius: 16px;
  margin: auto;
  margin-top: 25px;
  position: relative;
}
.comment-respond .form-field {
  margin-bottom: 30px;
  position: relative;
}
.comment-respond .form-field i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.comment-respond .form-field input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: solid 1px rgba(0, 0, 0, 0.25);
}
.comment-respond .form-field #comment {
  width: 100%;
  padding: 8px 20px;
  border: solid 1px rgba(0, 0, 0, 0.25);
}
.comment-respond .form-submit {
  clear: both;
}
.comment-respond .form-submit #submit {
  background: var(--e-global-color-primary);
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  font-weight: 500;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  border: none;
}

.comment-respond label {
  display: none;
}

.comments-area {
  margin-top: 0;
}
.comments-area ol.children {
  padding: 0;
}
.comments-area .comment-list {
  margin: 45px 0 0 0;
  padding: 0;
}
.comments-area .comment-list li.comment {
  padding: 0px;
  margin: 20px 0 25px;
  border-radius: 5px;
  list-style: none;
  background: rgba(255, 255, 255, 0.6);
}
.comments-area .comment-list li.comment .comment-full {
  padding: 0;
  border-radius: 0px;
  position: relative;
}
.comments-area .comment-list li.comment .comment-body {
  position: relative;
  padding-left: 98px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f4f4f4;
}
.comments-area .comment-list li.comment #respond {
  padding-left: 98px;
  padding-bottom: 0;
  padding-top: 0px;
}
.comments-area .comment-list li.comment span.says {
  display: none;
}
.comments-area .comment-list li.comment .comment-author {
  text-transform: capitalize;
}
.comments-area .comment-list li.comment .comment-author a {
  color: var(--e-global-color-secondary);
  text-decoration: none;
}
.comments-area .comment-list li.comment .comment-author img {
  float: left;
  border-radius: 5px;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.comments-area .comment-list li.comment .comment-author b {
  float: left;
  padding-right: 14px;
  padding-top: 0;
  font-weight: 400;
  font-size: 20px;
}
.comments-area .comment-list li.comment .comment-metadata {
  margin-left: 0;
  margin-top: 0;
  font-size: 14px;
  padding-top: 0;
  clear: both;
}
.comments-area .comment-list li.comment .comment-metadata a {
  text-decoration: none;
}
.comments-area .comment-list li.comment .comment-metadata a time {
  color: #909090;
}
.comments-area .comment-list li.comment .comment-content {
  margin-top: 0;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
}
.comments-area .comment-list li.comment .reply {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 0;
  text-align: left;
}
.comments-area .comment-list li.comment .reply a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 4px 20px 6px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: var(--e-global-color-primary);
  z-index: 1;
  text-decoration: none;
  border-radius: 6px;
}
.comments-area .comment-list li.comment .reply a:hover {
  background: var(--e-global-color-primary);
  color: #fff;
  opacity: 0.9;
}
.comments-area .comment-list li.comment .reply a:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
.comments-area .comment-list li.comment .comment {
  margin-bottom: 0;
  padding-bottom: 0;
}
.comments-area .comment-list li.comment ol.children li {
  padding-right: 0;
  margin-left: 2.5em;
  margin-top: 0;
}
.comments-area .comment-list li.comment:last-child .comment-full {
  border-bottom: none;
}
.comments-area #commentform p input {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 15px 20px;
  color: var(--color-body);
  background: transparent;
  width: 100%;
}
.comments-area p.comment-form-comment {
  clear: both;
  margin-bottom: 0;
}
.comments-area p.comment-form-comment textarea {
  height: 145px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 15px 20px;
  color: var(--color-body);
  background: transparent;
  width: 100%;
  font-size: 15px;
}
.comments-area .comment-navigation {
  overflow: hidden;
}
.comments-area .comment-navigation .nav-previous {
  position: relative;
  padding-left: 18px;
}
.comments-area .comment-navigation .nav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area .comment-navigation .nav-next {
  position: relative;
  padding-right: 18px;
}
.comments-area .comment-navigation .nav-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area label {
  font-weight: 400;
}

.comment-full form input:focus,
.comment-full form textarea:focus {
  border: 1px solid var(--e-global-color-primary);
  outline: 1px solid var(--e-global-color-primary);
  background: none;
}

.comment-full input[type=submit]:focus {
  border: 0;
}

.comment-full .comment-form-cookies-consent, .comment-full .comment-form-url {
  display: none;
}

.inner-page-title {
  padding-top: 70px;
}

.dynamic-sidebar .recent-widget {
  margin: 0 0 3em;
}
.dynamic-sidebar .widget {
  border: 0;
}

.padding-left-sidebar {
  flex-direction: row-reverse;
}
.padding-left-sidebar .dynamic-sidebar {
  padding: 0px 0px 20px 0;
}

#respond {
  border-radius: 5px;
}

li.comment #respond {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.react-sideabr .widget select {
  margin: 0;
  border: 1px solid #f8f8f8;
  border-right: 8px solid #f8f8f8;
  background: #fff;
}
.react-sideabr .recentcomments a {
  text-decoration: underline !important;
}
.react-sideabr .recentcomments .comment-author-link a {
  text-decoration: none !important;
}
.react-sideabr .widget_block label.wp-block-search__label,
.react-sideabr .widget_block h2,
.react-sideabr .widget-title {
  color: var(--e-global-color-secondary);
  position: relative;
  font-size: 20px;
  line-height: 1.24;
  font-weight: 700;
  z-index: 1;
  position: relative;
  letter-spacing: normal;
  margin-bottom: 15px;
}
.react-sideabr .widget {
  position: relative;
  transition: all 500ms ease;
  margin-bottom: 40px;
  border-radius: 0;
}
.react-sideabr .widget:hover:after {
  height: 70px;
}
.react-sideabr .widget_media_image {
  padding: 0;
  background: none;
}
.react-sideabr .widget:last-child {
  margin-bottom: 0;
}
.react-sideabr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.react-sideabr ul a {
  color: var(--e-global-color-primary);
  transition: all 0.3s ease 0s;
}
.react-sideabr ul a:hover {
  color: var(--color-primary);
}
.react-sideabr ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.react-sideabr ul li + li {
  margin-top: 10px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.react-sideabr .widget_categories ul li,
.react-sideabr .widget_archive ul li,
.react-sideabr .widget_pages ul li,
.react-sideabr .widget_meta ul li,
.react-sideabr .widget_recent_entries ul li,
.react-sideabr .widget_nav_menu ul li,
.react-sideabr .widget_block ul li {
  border-top: none;
  border: none;
  position: relative;
  margin-bottom: 10px;
  transition: 0.3s;
  padding-top: 0;
  border-radius: 12px;
}
.react-sideabr .widget_categories ul li a,
.react-sideabr .widget_archive ul li a,
.react-sideabr .widget_pages ul li a,
.react-sideabr .widget_meta ul li a,
.react-sideabr .widget_recent_entries ul li a,
.react-sideabr .widget_nav_menu ul li a,
.react-sideabr .widget_block ul li a {
  color: #5D666F;
  font-weight: 500;
  transition: 0.3s;
  padding: 5px 0px;
  display: inline-block;
  border-radius: 12px;
}
.react-sideabr .widget_categories ul li a:hover,
.react-sideabr .widget_archive ul li a:hover,
.react-sideabr .widget_pages ul li a:hover,
.react-sideabr .widget_meta ul li a:hover,
.react-sideabr .widget_recent_entries ul li a:hover,
.react-sideabr .widget_nav_menu ul li a:hover,
.react-sideabr .widget_block ul li a:hover {
  color: var(--e-global-color-primary);
}
.react-sideabr .widget_categories ul li span,
.react-sideabr .widget_archive ul li span,
.react-sideabr .widget_pages ul li span,
.react-sideabr .widget_meta ul li span,
.react-sideabr .widget_recent_entries ul li span,
.react-sideabr .widget_nav_menu ul li span,
.react-sideabr .widget_block ul li span {
  font-weight: 700;
  float: right;
  font-size: 14px;
  font-weight: 700;
}
.react-sideabr .widget_categories ul li ul,
.react-sideabr .widget_archive ul li ul,
.react-sideabr .widget_pages ul li ul,
.react-sideabr .widget_meta ul li ul,
.react-sideabr .widget_recent_entries ul li ul,
.react-sideabr .widget_nav_menu ul li ul,
.react-sideabr .widget_block ul li ul {
  padding-top: 7px;
  padding-left: 10px;
}
.react-sideabr .widget_categories ul li ul li,
.react-sideabr .widget_archive ul li ul li,
.react-sideabr .widget_pages ul li ul li,
.react-sideabr .widget_meta ul li ul li,
.react-sideabr .widget_recent_entries ul li ul li,
.react-sideabr .widget_nav_menu ul li ul li,
.react-sideabr .widget_block ul li ul li {
  padding: 0;
  margin-bottom: 0;
}
.react-sideabr .widget_categories ul li a {
  position: relative;
}
.react-sideabr .widget_categories ul li a:hover {
  color: var(--e-global-color-primary);
}
.react-sideabr .widget_nav_menu span.description {
  display: none;
}
.react-sideabr .widget_recent_comments ul li {
  border-top: none;
  border: none;
  margin-top: 0px;
  position: relative;
  background: #eee;
  margin-bottom: 10px;
  padding: 14px 20px;
}
.react-sideabr .widget_recent_comments ul li:last-child {
  border: none;
}
.react-sideabr .widget_recent_comments ul li a {
  font-size: 16px;
  text-decoration: underline !important;
  font-weight: 500;
}
.react-sideabr .widget_recent_comments ul li a:hover {
  color: var(--e-global-color-primary);
}
.react-sideabr .widget_recent_comments ul li ul {
  padding-top: 7px;
  background: #f8f9fb;
  padding-left: 10px;
}
.react-sideabr .widget_product_categories h2.widget-title {
  margin-bottom: 18px;
}
.react-sideabr .widget_product_categories ul li {
  border-top: none;
  padding: 6px 0px 6px 14px;
  border: none;
  margin-top: 0px;
  position: relative;
}
.react-sideabr .widget_recent_entries h2.widget-title {
  margin-bottom: 18px;
}
.react-sideabr .widget_block ol.wp-block-latest-comments li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
  padding: 13px 0px 3px 0px;
  position: relative;
}
.react-sideabr .widget_block ol.wp-block-latest-comments li a {
  color: var(--e-global-color-primary);
}
.react-sideabr .widget_block ol.wp-block-latest-comments li a:hover {
  color: var(--e-global-color-primary);
}
.react-sideabr .widget_block ol.wp-block-latest-comments li:first-child {
  border-top: none;
  margin-top: 0;
}
.react-sideabr .widget_block ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: 400;
  line-height: 1.4;
}
.react-sideabr .widget_calendar table caption {
  padding-bottom: 0;
}
.react-sideabr .widget_block ul li {
  font-weight: 400;
  line-height: 1.5;
}
.react-sideabr .widget_block ul > li:first-child > a:after {
  display: none;
}
.react-sideabr .widget_search,
.react-sideabr .bs-search {
  overflow: hidden;
  position: relative;
}
.react-sideabr .widget_search input,
.react-sideabr .bs-search input {
  color: #999999;
  height: 50px;
  padding-left: 20px;
  padding-right: 65px;
  border: 1px solid rgba(0, 0, 0, 0.1098039216);
  border-radius: 0;
  background: #fff;
  transition: all 0.4s ease-out 0s;
}
.react-sideabr .widget_search input:focus,
.react-sideabr .bs-search input:focus {
  outline: none;
  border: 1px solid var(--e-global-color-primary);
}
.react-sideabr .widget_search button,
.react-sideabr .bs-search button {
  background: var(--e-global-color-primary);
  border: medium none;
  padding: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 0;
  font-size: 16px;
  outline: none;
  border-radius: 0;
}
.react-sideabr .widget_search button i:before,
.react-sideabr .bs-search button i:before {
  margin: 0;
  color: var(--e-global-color-primary);
}
.react-sideabr .widget_search label,
.react-sideabr .bs-search label {
  display: inline;
  font-weight: normal;
}
.react-sideabr label.wp-block-search__label {
  display: block;
  margin-bottom: 25px;
}
.react-sideabr .wp-block-search__inside-wrapper {
  position: relative;
}
.react-sideabr .widget_search button {
  font-size: 0;
}
.react-sideabr .widget_search button:before {
  font-family: "rt-icons";
  font-size: 16px;
  content: "\e819";
  position: absolute;
  right: 16px;
  top: 16px;
  color: #fff;
}
.react-sideabr .widget_categories ul, .react-sideabr .widget_recent_entries ul, .react-sideabr .widget_archive ul, .react-sideabr .widget_meta ul {
  list-style: none;
}
.react-sideabr .recent-post-widget > div + div {
  margin-top: 18px;
}
.react-sideabr .recent-post-widget .post-date {
  font-size: 13px;
  color: #999999;
}
.react-sideabr .recent-post-widget .post-title {
  font-weight: 400;
  margin-bottom: 0 !important;
}
.react-sideabr .recent-post-widget .post-title a {
  font-size: 15px;
}
.react-sideabr .recent-post-widget .post-desc {
  margin-left: 20px;
}
.react-sideabr .recent-post-widget .post-desc span {
  display: block;
  font-size: 12px;
  color: var(--e-global-color-text);
  font-weight: 500;
  padding-top: 3px;
}
.react-sideabr .recent-post-widget .post-desc span i {
  width: 14px;
  color: var(--e-global-color-primary);
}
.react-sideabr .recent-post-widget .post-desc a {
  display: block;
  color: var(--e-global-color-secondary);
  transition: all 0.3s ease 0s;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 5px;
}
.react-sideabr .recent-post-widget .post-desc a:hover {
  color: var(--e-global-color-primary);
}
.react-sideabr .tagcloud a {
  display: inline-block;
  font-size: 12px !important;
  text-decoration: none;
  color: #fff !important;
  background: var(--e-global-color-primary);
  padding: 5px 10px;
  margin: 4px;
}
.react-sideabr .tagcloud a:hover {
  color: #fff;
  background-color: var(--e-global-color-primary);
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
  color: var(--e-global-color-primary);
}

.bottom-shadow1 {
  padding: 32px 0 20px 0;
}

.react-sideabr .widget_recent_entries ul li:first-child {
  border: none;
}

ul.wp-block-archives-list {
  list-style: none;
}
ul.wp-block-archives-list li {
  border-top: none;
  padding: 6px 0px 6px 0px;
  border: none;
  margin-top: 0px;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
  text-decoration: underline !important;
}

.wp-block-categories.wp-block-categories-dropdown select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.wp-block-archives.wp-block-archives-dropdown select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.wp-block-categories.wp-block-categories-dropdown {
  position: relative;
  background: transparent;
  display: inline-block;
}
.wp-block-categories.wp-block-categories-dropdown:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 14px;
  top: 7px;
  font-size: 20px;
  color: #171f32;
  z-index: 0;
  pointer-events: none;
}

.wp-block-archives.wp-block-archives-dropdown {
  position: relative;
  background: transparent;
  display: inline-block;
}
.wp-block-archives.wp-block-archives-dropdown:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 14px;
  top: 7px;
  font-size: 20px;
  color: #171f32;
  z-index: 0;
  pointer-events: none;
}

.page-header {
  margin: 0 0 20px;
}
.page-header h1 {
  margin-top: 0;
}

body.search .entry-summary .blog-button a {
  text-align: center;
  display: inline-block;
  color: var(--e-global-color-primary);
  padding: 7px 35px 14px 35px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  border-radius: 15px;
}
body.search .entry-summary .blog-button a:hover {
  background: var(--e-global-color-primary);
  color: #fff;
  border-color: var(--e-global-color-primary);
}

.single-post .react-sideabr h2 {
  margin-top: 0;
}

.recent-post-widget > div + div {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 15px;
}

.show-featured {
  display: flex;
  align-items: center;
}
@media all and (max-width: 475px) {
  .show-featured {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .show-featured .post-desc {
    margin-left: 0 !important;
  }
}
.show-featured .post-img {
  width: 90px;
  float: left;
  overflow: hidden;
  border-radius: 5px;
}
.show-featured .post-img img {
  transition: all 0.5s ease 0s;
  border-radius: 5px;
  height: 80px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.show-featured .post-img:hover img {
  transform: scale(1.2);
}
.show-featured .post-item {
  flex-basis: 80%;
  overflow: hidden;
}

.bs-search {
  overflow: hidden;
  position: relative;
}
.bs-search input {
  border: 0;
  background: #f6f6f6;
  color: #444444;
  padding: 18px 45px 18px 25px;
  width: 100%;
  border-radius: 0;
}
.bs-search button {
  border: medium none;
  padding: 9px 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 16px;
  outline: none;
  border-radius: 0;
  color: var(--color-white);
}
.bs-search button i:before {
  font-size: 18px;
  font-weight: 600;
}
.bs-search button:hover {
  color: var(--e-global-color-primary);
}
.bs-search label {
  display: inline;
  font-weight: normal;
}

article.sticky .blog-title a {
  color: var(--e-global-color-secondary) !important;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
}
article.sticky .blog-title a:after {
  font-family: rt-icons;
  content: "\e81b";
  position: absolute;
  left: 0;
  top: 11px;
  color: var(--e-global-color-primary);
  font-size: 25px;
}
article.sticky .blog-title:hover a {
  color: var(--e-global-color-primary) !important;
}
article.sticky .blog-title:hover a:after {
  color: var(--e-global-color-primary);
}

.archive-post h3.blog-title a {
  color: var(--e-global-color-primary);
}
.archive-post h3.blog-title a:hover {
  color: var(--e-global-color-primary);
}

.search-no-results .no-results {
  margin-right: 20px;
}
.search-no-results .no-results .search-form {
  position: relative;
}
.search-no-results .no-results .search-form button {
  background: var(--e-global-color-primary);
  border: medium none;
  position: absolute;
  right: 0px;
  top: 0;
  width: 55px;
  height: 55px;
  line-height: 35px;
  z-index: 0;
  font-size: 16px;
  outline: none;
}
.search-no-results .no-results .search-form button:before {
  font-family: "rt-icons";
  font-size: 16px;
  content: "\e819";
  position: absolute;
  right: 20px;
  top: 11px;
  color: #fff;
}

/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.page-numbers.dots {
  padding-left: 13px;
  line-height: 40px;
  padding-right: 20px;
  display: inline-block;
}

.reactheme-pagination-area,
.pagination-area {
  padding-top: 50px;
  clear: both;
  text-align: center;
}
.reactheme-pagination-area .pagination,
.pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.reactheme-pagination-area .nav-links,
.pagination-area .nav-links {
  display: inline-block;
  padding: 11px 0px;
  margin: 0 auto;
}
.reactheme-pagination-area .nav-links span.current,
.pagination-area .nav-links span.current {
  background: var(--e-global-color-primary);
  color: #fff;
}
.reactheme-pagination-area .nav-links > *,
.pagination-area .nav-links > * {
  border-radius: 30px;
  margin-right: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--color-border);
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.reactheme-pagination-area .nav-links a,
.pagination-area .nav-links a {
  color: var(--color-body);
  background: transparent;
}
.reactheme-pagination-area .nav-links a:hover,
.pagination-area .nav-links a:hover {
  background: var(--e-global-color-primary);
  color: #fff;
}
.reactheme-pagination-area .nav-links a.next,
.pagination-area .nav-links a.next {
  font-size: 0;
  position: relative;
}
.reactheme-pagination-area .nav-links a.next:before,
.pagination-area .nav-links a.next:before {
  content: "\e814";
  font-family: "rt-icons";
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, 0px);
  position: absolute;
  z-index: 1;
}
.reactheme-pagination-area .nav-links a.prev,
.pagination-area .nav-links a.prev {
  font-size: 0;
  position: relative;
}
.reactheme-pagination-area .nav-links a.prev:before,
.pagination-area .nav-links a.prev:before {
  content: "\e813";
  font-family: "rt-icons";
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, 0px);
  position: absolute;
  z-index: 1;
}

.pagination-pages {
  display: inline-block;
  border: 1px solid #f1f1f1;
  padding: 11px 30px;
  border-radius: 10px;
}

.entry-footer .edit-link {
  padding: 20px 0;
  display: block;
}

.wp-block-latest-posts, .wp-block-rss {
  list-style: none;
}
.wp-block-latest-posts li, .wp-block-rss li {
  border-top: none;
  padding: 6px 0px 6px 0px;
  border: none;
  margin-top: 0px;
  position: relative;
}
.wp-block-latest-posts li a, .wp-block-rss li a {
  font-size: 16px;
  color: var(--e-global-color-primary);
}
.wp-block-latest-posts li a:hover, .wp-block-rss li a:hover {
  color: var(--e-global-color-primary);
}

/*-------------------
    Search Results
---------------------*/
body.search-results .site-main > article {
  margin-bottom: 40px;
}
body.search-results .site-main > article .entry-title {
  padding: 0;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 40px !important;
}
body.search-results .site-main > article .entry-title a {
  color: var(--e-global-color-secondary);
}
body.search-results .site-main > article .entry-title a:hover {
  color: var(--e-global-color-primary);
}
body.search-results .site-main > article .entry-summary {
  padding: 0 0 15px;
}
body.search-results .site-main > article .entry-summary p:last-child {
  margin-bottom: 0;
}
body.search-results .site-main > article .entry-summary .search-button {
  margin-top: 20px;
}
body.search-results .site-main > article .entry-summary .search-button a {
  color: var(--e-global-color-primary);
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
  color: var(--e-global-color-primary);
}
body.search-results .site-main > article .entry-summary .search-button a i {
  vertical-align: middle;
  transition: 0.3s all ease;
}
body.search-results .site-main > article .entry-footer {
  padding: 20px 35px;
  background: #ebebec;
}
body.search-results .site-main > article .entry-footer:empty {
  display: none;
}
body.search-results .site-main > article .entry-footer span {
  font-weight: 600;
}
body.search-results .site-main > article .entry-footer span a {
  font-weight: 400;
}
body.search-results .site-main > article .entry-footer span a:hover {
  color: var(--e-global-color-primary);
}
body.search-results .pagination-area .pagination {
  margin: 30px 0 0;
}

.page #reply-title small a {
  padding-left: 10px;
}

.main-contain #content {
  padding-top: 100px;
  padding-bottom: 100px;
}

body.elementor-template-full-width .main-contain #content {
  padding-top: 0;
  padding-bottom: 0;
}

body.elementor-template-full-width .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.footer-bottom {
  padding: 15px 15px;
  background: #f9f9f9;
  text-align: center;
}
.footer-bottom p {
  margin: 0;
}

.menu-wrap-off {
  position: fixed;
  z-index: 999999;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  padding: 40px;
  font-size: 1.15em;
  transform: translate3d(550px, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  max-width: 500px;
  overflow-y: auto;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.menu-wrap-off .inner-offcan .nav-link-container {
  position: absolute;
  right: 18px;
  top: 45px;
  display: block;
  z-index: 99;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button {
  display: block;
  padding: 0 16px;
  font-size: 26px;
  cursor: pointer;
  top: -11px;
}

.menu-ofcn.off-open {
  transform: translate3d(0, 0, 0);
}

.menu-area-addon-offcan {
  padding-top: 0;
  padding-bottom: 0;
}
.menu-area-addon-offcan .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area-addon-offcan .navbar {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  display: block;
}
.menu-area-addon-offcan .navbar ul {
  margin: 0;
  padding: 0;
}
.menu-area-addon-offcan .navbar ul > li {
  position: relative;
  display: block;
  transition: 0.3s;
  padding: 10px 0;
}
.menu-area-addon-offcan .navbar ul > li.current-menu-ancestor > a, .menu-area-addon-offcan .navbar ul > li.current-menu-item > a, .menu-area-addon-offcan .navbar ul > li.current_page_item > a {
  color: var(--e-global-color-primary);
}
.menu-area-addon-offcan .navbar ul > li > a {
  color: var(--e-global-color-secondary);
  font-size: 1rem;
  padding-right: 0;
  opacity: 1;
}
.menu-area-addon-offcan .navbar ul > li:hover > a {
  opacity: 0.7;
}
.menu-area-addon-offcan .navbar ul > li > a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 600;
}
.menu-area-addon-offcan .navbar ul li ul.sub-menu li a {
  font-size: 14px;
}
.menu-area-addon-offcan .navbar ul > .current-menu-ancestor.menu-item-has-children > a:before {
  color: var(--e-global-color-primary);
}
.menu-area-addon-offcan .navbar ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 0;
}
.menu-area-addon-offcan .navbar ul > li.menu-item-has-children > a:before {
  content: "\e80a";
  position: absolute;
  font-family: "rt-icons" !important;
  left: auto;
  right: -1px;
  top: 52%;
  text-align: center;
  z-index: 9;
  font-size: 17px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
.menu-area-addon-offcan .navbar ul > li.menu-item-has-children > a.rt-open:before {
  content: "\e82e";
}

.menu-wrap-off .sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.menu-wrap-off .menu-item-has-children > .sub-menu {
  display: block;
  padding: 10px 0 0 10px;
}

.menu-wrap-off ul.menu ul ul {
  display: block !important;
  overflow: visible;
  height: auto;
}

/* preloader */
/* ================================================== */
#de-loader {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: red;
  margin: -2px 0 0 -2px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -----------------------
    404
--------------------------*/
.page-error {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: #fff;
}
.page-error .error-image {
  margin-bottom: 20px;
}
.page-error .container {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.page-error .page-content {
  max-width: 650px;
  margin: 0 auto;
}
.page-error .content-area {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page-error .content-area h1.page-title {
  color: #fff;
  font-size: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.page-error .content-area h2 {
  font-size: 20px;
  font-weight: 400;
  max-width: 480;
  margin: 0 auto 20px;
}
.page-error .content-area h2 span {
  display: block;
  font-size: 230px;
  line-height: 180px;
  margin-bottom: 20px;
  color: var(--e-global-color-primary);
  font-weight: 700;
}
.page-error .content-area p.error-msg {
  font-size: 16px;
  font-weight: 400;
  max-width: 480;
  margin: 30px auto 10px;
}
.page-error .reacbutton {
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 26px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  background: var(--e-global-color-primary);
  border: none;
  border-radius: 30px;
  margin-top: 20px;
}
.page-error .reacbutton:hover {
  box-shadow: 2px 10px 20px 0px rgba(var(--primary-color-rgb), 0.5);
}
.page-error.page-error-img .content-area p.error-msg {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .rt-row-header .header-logo {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .rt-row-header .rt-menu-responsive {
    max-width: 40%;
    flex: 0 0 40%;
  }
}
.woocommerce .product .add_to_cart_button,
.woocommerce .product .product_type_grouped,
.woocommerce-page .wp-element-button,
.woocommerce ul.products li.product .product_type_external,
.woocommerce .product form.cart .button,
.single-product #review_form #respond .form-submit input,
.woocommerce-page .woocommerce-address-fields button,
.woocommerce-page .woocommerce-MyAccount-content button:not(.show-password-input),
.woocommerce-page .woocommerce-form-login button,
.woocommerce-page .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.woocommerce .button.wc-forward,
.woocommerce table.my_account_orders .button,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button {
  display: inline-block;
  color: var(--e-global-color-white);
  background: var(--e-global-color-primary);
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  padding: 12px 28px;
  transition: 0.3s;
  border: none;
}
.woocommerce .product .add_to_cart_button:hover,
.woocommerce .product .product_type_grouped:hover,
.woocommerce-page .wp-element-button:hover,
.woocommerce ul.products li.product .product_type_external:hover,
.woocommerce .product form.cart .button:hover,
.single-product #review_form #respond .form-submit input:hover,
.woocommerce-page .woocommerce-address-fields button:hover,
.woocommerce-page .woocommerce-MyAccount-content button:not(.show-password-input):hover,
.woocommerce-page .woocommerce-form-login button:hover,
.woocommerce-page .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.woocommerce .button.wc-forward:hover,
.woocommerce table.my_account_orders .button:hover,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-white);
}

.woocommerce table.my_account_orders .button {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-color: var(--e-global-color-primary);
}
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
  color: var(--e-global-color-primary);
}

.woocommerce .product span.onsale,
.woocommerce .wc-block-grid__product-onsale,
.single-product .product span.onsale,
.single-product .wc-block-grid__product-onsale,
.woocommerce-page .wc-block-grid__products .product span.onsale,
.woocommerce-page .wc-block-grid__products .wc-block-grid__product-onsale {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  font-weight: 400;
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 10px !important;
  border-radius: 30px;
  border: none;
}
.woocommerce .star-rating,
.single-product .star-rating,
.woocommerce-page .wc-block-grid__products .star-rating {
  font-size: 16px !important;
  margin: 0 auto 10px !important;
  color: var(--e-global-color-accent) !important;
}
.woocommerce .star-rating::before,
.single-product .star-rating::before,
.woocommerce-page .wc-block-grid__products .star-rating::before {
  color: var(--e-global-color-accent) !important;
}

.woocommerce .woocommerce-result-count {
  margin-top: 10px;
  opacity: 0.6;
}
.woocommerce .product .woocommerce-loop-product__title {
  font-size: 1.25rem !important;
}
.woocommerce .product .yith-wcwl-add-to-wishlist-button {
  position: absolute;
  top: 15px;
  left: unset;
  right: 0px;
  font-size: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0 0.125rem 0.25rem -0.1rem var(--e-global-color-secondary) !important;
  background: var(--e-global-color-accent);
  color: #b9b9bf;
  border: none;
  z-index: 2;
  padding: 0 0;
  margin: 1rem;
}
.woocommerce .product .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.woocommerce .product .yith-wcwl-add-to-wishlist-button:hover, .woocommerce .product .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added {
  background: var(--e-global-color-primary);
}
.woocommerce .product .yith-wcwl-add-to-wishlist-button:hover .yith-wcwl-icon, .woocommerce .product .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-icon {
  color: var(--e-global-color-accent);
}
.woocommerce .product .eswislst-add-to-wishlist-button {
  background-color: transparent;
}
.woocommerce .product .eswislst-add-to-wishlist-button .eswislst-wishlist-icon {
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  box-shadow: 0 0.125rem 0.25rem -0.1rem var(--e-global-color-secondary) !important;
  background: var(--e-global-color-accent);
  color: #b9b9bf;
  z-index: 2;
}
.woocommerce .product .eswislst-add-to-wishlist-button .eswislst-wishlist-icon svg {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.woocommerce .product .eswislst-add-to-wishlist-button:hover .eswislst-wishlist-icon, .woocommerce .product .eswislst-add-to-wishlist-button.eswislst-marked .eswislst-wishlist-icon {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-accent);
}
.woocommerce .product .price {
  color: var(--e-global-color-secondary) !important;
  font-weight: 400 !important;
}
.woocommerce .product .price ins {
  color: var(--e-global-color-secondary) !important;
  font-weight: 400 !important;
  padding-left: 2px;
}
.woocommerce ul.products li.product,
.woocommerce .woocommerce-page ul.products li.product {
  text-align: center;
}
.woocommerce .woocommerce-ordering,
.woocommerce div.product form.cart .variations {
  position: relative;
  margin: 0 0 2em;
}
.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select {
  color: var(--e-global-color-text);
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: transparent;
}
.woocommerce .woocommerce-ordering:after,
.woocommerce div.product form.cart .variations:after {
  content: "\e809";
  font-family: rt-icons;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 14px;
  top: 12px;
  color: var(--e-global-color-text);
  z-index: -1;
}
.woocommerce .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  justify-content: center;
  margin-top: 5px !important;
}
.woocommerce .woocommerce-product-gallery .flex-control-nav li {
  padding: 10px 5px 0 5px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 500;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  margin-right: 12px;
  transition: all 0.3s ease 0s;
  padding: 0;
  color: var(--e-global-color-text);
}
.woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a.current {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-white);
}
.woocommerce nav.woocommerce-pagination ul li span.next, .woocommerce nav.woocommerce-pagination ul li a.next {
  font-size: 0;
  position: relative;
}
.woocommerce nav.woocommerce-pagination ul li span.next:before, .woocommerce nav.woocommerce-pagination ul li a.next:before {
  content: "\e80a";
  font-family: "rt-icons";
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, 0px);
  position: absolute;
  z-index: 1;
}
.woocommerce nav.woocommerce-pagination ul li span.prev, .woocommerce nav.woocommerce-pagination ul li a.prev {
  font-size: 0;
  position: relative;
}
.woocommerce nav.woocommerce-pagination ul li span.prev:before, .woocommerce nav.woocommerce-pagination ul li a.prev:before {
  content: "\e82e";
  font-family: "rt-icons";
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, 0px);
  position: absolute;
  z-index: 1;
}

.single-product div.product .onsale {
  left: 15px !important;
  top: 15px !important;
}
.single-product div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 8;
}
.single-product div.product .product_title {
  margin-bottom: 10px;
  font-size: 3rem;
}
.single-product div.product .woocommerce-product-rating {
  margin-bottom: 0;
}
.single-product div.product .woocommerce-product-rating .star-rating {
  margin: 0;
  margin-right: 5px;
}
.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
  color: var(--e-global-color-text);
}
.single-product div.product .price {
  margin-bottom: 10px;
  color: var(--e-global-color-secondary) !important;
}
.single-product div.product .variations_button {
  display: flex;
  align-items: center;
}
.single-product div.product .product_meta {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.single-product div.product .product_meta .sku {
  color: var(--e-global-color-secondary);
}
.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .tagged_as a {
  color: var(--e-global-color-accent);
}
.single-product div.product .product_meta .posted_in a:hover,
.single-product div.product .product_meta .tagged_as a:hover {
  color: var(--e-global-color-primary);
}
.single-product div.product .summary form table.variations th {
  padding-left: 0;
}
.single-product div.product .summary form .quantity {
  margin-right: 10px !important;
}
.single-product div.product .summary form .quantity .qty {
  background: transparent;
  width: 6em;
  padding: 11px 16px;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 6px;
  text-align: left;
}
.single-product div.product .summary form .quantity .qty:focus {
  outline: 0px;
}
.single-product div.product .summary .eswislst-add-to-cart-button-wrapper {
  margin-bottom: 10px;
}
.single-product div.product #tab-description h2 {
  display: none;
}
.single-product div.product .woocommerce-tabs {
  padding-top: 2rem;
  padding-bottom: 30px;
}
.single-product div.product .woocommerce-tabs ul.tabs {
  text-align: center;
  padding-left: 0;
  padding-bottom: 16px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 40px;
  border-bottom: 1px solid var(--e-global-color-primary);
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  display: inherit !important;
  border: none;
  background: transparent !important;
  margin: 0;
  transition: all 0.5s ease 0s;
  opacity: 0.6;
}
.single-product div.product .woocommerce-tabs ul.tabs li a {
  color: var(--e-global-color-secondary);
}
.single-product div.product .woocommerce-tabs ul.tabs li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 2px solid var(--e-global-color-primary);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active {
  opacity: 1;
  color: var(--e-global-color-secondary);
}
.single-product div.product .woocommerce-tabs ul.tabs li.active a::before {
  opacity: 1;
}
.single-product div.product .woocommerce-tabs ul.tabs li::after, .single-product div.product .woocommerce-tabs ul.tabs li::before {
  content: none;
}
.single-product div.product .woocommerce-tabs ul.tabs::after, .single-product div.product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}
.single-product div.product .woocommerce-tabs .shop_attributes td p {
  margin-left: 10px;
}
.single-product div.product .woocommerce-tabs #reviews {
  display: flex;
  gap: 40px;
}
.single-product div.product .woocommerce-tabs #reviews #comments {
  width: 48%;
}
.single-product div.product .woocommerce-tabs #reviews #comments .woocommerce-Reviews-title {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.single-product div.product .woocommerce-tabs #reviews #comments .comment_container {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.single-product div.product .woocommerce-tabs #reviews #comments .comment_container img.avatar {
  float: unset;
  position: inherit;
  border: none;
  border-radius: 30px;
  width: 60px;
  padding: 0;
  background: transparent;
}
.single-product div.product .woocommerce-tabs #reviews #comments .comment_container .comment-text {
  border: none;
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-tabs #reviews #comments .comment_container .comment-text .meta {
  font-size: 16px;
  color: var(--e-global-color-secondary);
  margin-bottom: 5px;
}
.single-product div.product .woocommerce-tabs #reviews #comments .comment_container .comment-text .meta .woocommerce-review__author {
  font-size: 18px;
  text-transform: capitalize;
}
.single-product div.product .woocommerce-tabs #reviews #review_form_wrapper {
  width: 48%;
  border-left: 1px solid var(--e-global-color-text);
  padding-left: 40px;
}
.single-product div.product .woocommerce-tabs #reviews #review_form_wrapper #reply-title {
  color: var(--e-global-color-secondary);
}
.single-product div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .stars a {
  color: var(--e-global-color-accent);
}
.single-product div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform #comment {
  height: 150px;
  border-color: var(--e-global-color-text);
  border-radius: 10px;
}
.single-product div.product .woocommerce-tabs #reviews .clear {
  display: none;
}
.single-product div.product .related {
  padding-top: 55px;
  border-top: 1px solid var(--e-global-color-primary);
}
.single-product div.product .related h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}
.single-product div.product.product-type-simple form.cart {
  display: flex;
  align-items: center;
}
.single-product .pswp.pswp--open {
  z-index: 99999;
}

.woocommerce-page .wc-block-cart-items__header span {
  font-size: 16px;
  color: var(--e-global-color-secondary);
}
.woocommerce-page .wc-block-components-product-metadata p {
  font-size: 16px !important;
}
.woocommerce-page .wc-block-components-product-name,
.woocommerce-page .wc-block-components-checkout-order-summary__title-text {
  color: var(--e-global-color-secondary);
  font-weight: 700 !important;
}
.woocommerce-page .wc-block-cart-items .wc-block-components-quantity-selector button {
  background: transparent !important;
}
.woocommerce-page .wc-block-cart-items .wc-block-cart-item__remove-link:hover {
  color: var(--e-global-color-primary) !important;
}
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input,
.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__container,
.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__select {
  border-color: var(--e-global-color-text) !important;
}
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input:focus-visible,
.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__container:focus-visible,
.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__select:focus-visible {
  outline: 1px solid var(--e-global-color-primary);
}
.woocommerce-page .wp-block-woocommerce-cart .wc-block-grid__product-title {
  font-size: 16px;
  color: var(--e-global-color-secondary);
}
.woocommerce-page .wp-block-woocommerce-cart .wc-block-grid__product-price {
  color: var(--e-global-color-secondary);
  font-size: 14px;
}
.woocommerce-page .wc-block-components-totals-coupon__form {
  align-items: center;
}
.woocommerce-page .wc-block-components-totals-coupon__form #wc-block-components-totals-coupon__input-coupon {
  border-color: var(--e-global-color-primary);
}
.woocommerce-page .wc-block-components-totals-coupon__form #wc-block-components-totals-coupon__input-coupon:focus, .woocommerce-page .wc-block-components-totals-coupon__form #wc-block-components-totals-coupon__input-coupon:focus-visible {
  outline: none;
}
.woocommerce-page .wc-block-cart__submit-button:focus,
.woocommerce-page .wc-block-components-checkout-place-order-button:focus {
  box-shadow: none !important;
}
.woocommerce-page .wc-block-components-product-price__value.is-discounted {
  background: none;
}
.woocommerce-page ul.order_details {
  padding-left: 0;
}
.woocommerce-page ul.order_details li {
  margin-bottom: 8px;
}
.woocommerce-page ul.order_details li strong {
  color: var(--e-global-color-secondary);
}
.woocommerce-page .woocommerce-table--order-details tr {
  color: var(--e-global-color-secondary);
}
.woocommerce-page .woocommerce-table--order-details tr td, .woocommerce-page .woocommerce-table--order-details tr th {
  border-color: var(--e-global-color-primary);
}
.woocommerce-page .woocommerce-table--order-details tr .woocommerce-table__product-name a {
  color: var(--e-global-color-primary);
  font-weight: 500;
}
.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items,
.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items td,
.woocommerce-page .wc-block-components-totals-wrapper,
.woocommerce-page .wp-block-woocommerce-cart-order-summary-totals-block,
.woocommerce-page .wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-page .wp-block-woocommerce-checkout-order-summary-totals-block,
.woocommerce-page .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border-color: var(--e-global-color-text) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background: var(--bg-gray);
  padding: 20px;
  border-radius: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  background: transparent;
  border: 1px solid var(--e-global-color-text);
  position: relative;
  border-radius: 7px;
  transition: all 0.6s;
  list-style: none;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  transition: all 0.6s;
  color: var(--e-global-color-secondary);
  padding: 15px 25px;
  padding-left: 60px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:before {
  position: absolute;
  left: 30px;
  top: 50%;
  content: "\e80f";
  font-family: "rt-icons";
  transform: translateY(-50%);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-accent) !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:hover a, .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
  color: var(--e-global-color-accent) !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "\e832";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before {
  content: "\e81e";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads:before {
  content: "\e831";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "\e801";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before {
  content: "\e808";
}
.woocommerce-account .woocommerce-MyAccount-content {
  background: var(--bg-gray);
  padding: 30px;
  border-radius: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders.shop_table tr th {
  padding-top: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders.shop_table tr th:first-child,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders.shop_table tr td:first-child {
  padding-left: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders.shop_table tr:last-child td {
  padding-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2 {
  font-size: 30px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a {
  color: var(--e-global-color-primary);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p input:focus {
  border-color: var(--e-global-color-primary);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p input:focus-visible {
  outline: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input {
  background: transparent !important;
}
.woocommerce-account .form-row input.input-text,
.woocommerce-account .woocommerce form .form-row textarea {
  height: 50px;
  padding: 15px;
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.woocommerce-account .form-row input.input-text:focus-visible,
.woocommerce-account .woocommerce form .form-row textarea:focus-visible {
  outline: none;
}
.woocommerce-account .select2-container--default .select2-selection--single {
  height: 50px;
  padding: 10px;
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.woocommerce-account .select2-container--default .select2-selection--single span {
  color: var(--e-global-color-text);
  padding: 0;
}
.woocommerce-account form.woocommerce-EditAccountForm fieldset {
  margin-bottom: 40px;
  margin-top: 30px;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper {
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content mark {
  color: var(--e-global-color-primary);
}

form.woocommerce-ResetPassword.lost_reset_password {
  max-width: 612px;
  margin: 0 auto;
  padding: 35px;
  border-radius: 5px;
  background-color: var(--bg-gray);
  text-align: center;
}
form.woocommerce-ResetPassword.lost_reset_password .form-row-first {
  float: unset;
  width: 100%;
}
form.woocommerce-ResetPassword.lost_reset_password .form-row-first .woocommerce-Input:focus {
  border-color: var(--e-global-color-primary);
}
form.woocommerce-ResetPassword.lost_reset_password .form-row-first .woocommerce-Input:focus-visible {
  outline: none;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(31, 171, 112, 0.5);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-handle {
  background-color: var(--e-global-color-primary);
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-accent);
}

.single-product .wc-sidebar {
  display: none;
}

/******** wishlist page  ***********/
table.shop_table.wishlist_table tr th,
table.shop_table.wishlist_table tr td,
.eswislst-modal-body .eswislst-product,
.eswislst-modal-body .eswislst-product .quantity .quantity-edit,
.eswislst-modal-body .eswislst-product .quantity .quantity-edit .button-wrapper-action button {
  border-color: var(--e-global-color-text) !important;
}

.eswislst-modal-body .eswislst-products .eswislst-product p {
  font-weight: 400;
}
.eswislst-modal-body .eswislst-products .eswislst-product p del {
  opacity: 0.5;
}
.eswislst-modal-body .eswislst-products .button-area .button {
  background: var(--e-global-color-primary);
  font-weight: 700;
}
.eswislst-modal-body .eswislst-product.eswislst-product-head .product-main {
  text-align: left;
}
.eswislst-modal-body .eswislst-pagination .eswislst-pagination-list li .page-numbers {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 500;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 30px;
  margin-right: 8px;
  transition: all 0.3s ease 0s;
  background: transparent;
  color: var(--e-global-color-secondary);
  padding: 0;
}
.eswislst-modal-body .eswislst-pagination .eswislst-pagination-list li .page-numbers.current {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-accent);
  opacity: 1;
}
.eswislst-modal-body .eswislst-pagination .eswislst-pagination-list li .page-numbers:hover {
  color: var(--e-global-color-secondary);
}
.eswislst-modal-body .eswislst-pagination .eswislst-pagination-list li .page-numbers.prev, .eswislst-modal-body .eswislst-pagination .eswislst-pagination-list li .page-numbers.next {
  width: auto;
}
.eswislst-modal-body .eswislst-empty-products .esbmark-empty-btn,
.eswislst-modal-body .eswislst-action-bar .eswislst-action-btn.eswislst_view_all_trigger {
  background: var(--e-global-color-primary);
}

/******** media  ***********/
@media only screen and (min-width: 767px) {
  .woocommerce-product-rating {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    float: right;
  }
  .woocommerce-product-details__short-description {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  h1.product_title {
    font-size: 35px;
    letter-spacing: -1px;
  }
  .single-product div.product .woocommerce-tabs #reviews {
    flex-direction: column;
  }
  .single-product div.product .woocommerce-tabs #reviews > * {
    width: 100% !important;
  }
  .single-product div.product .woocommerce-tabs #reviews #review_form_wrapper {
    border: none;
    padding-left: 0;
  }
}/*# sourceMappingURL=theme.css.map */