/**
*
* -----------------------------------------------------------------------------
*
* Template : Studyhub - Education LMS WordPress Theme
* Author : reacthemes
* Author URI : http://www.reactheme.com/
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
01. General CSS
02. Global Class
03. Header Section 
04. Sticky Menu
05. Slider Section
06. About Us
07. Services
08. Calltoaction
09. Portfolio
10. Pricing Tables
11. Team Member
12. Newsletter
13. Testimonial
15. Contact Us
16. Footer
17. Scroll Up
18. Video
19. Counter up
20. Breadcrumbs
21. Portfolio Details
25. Home Banner
26. Preloader
27. FAQ
--------------------------------------------------------*/
:root {
  --bodyFont: "Inter", sans-serif;
  --titleFont: "Hind", sans-serif;
  --transition: 0.3s;
  --primaryColor: #553CDF;
  --secondaryColor: #1F1F25;
  --thirdColor: #09a24f;
  --whiteColor: #ffffff;
  --titleColor: #110C2D;
  --hoverColor: #553CDF;
  --bodyColor: #737477;
  --btnColor: #553CDF;
  --blackColor2: #191B1E;
  --darkdeep4: #949392;
  --darkblack: #0C0E2B;
  --naveBlue: #17093e;
  --tutor-primarycolor: #553CDF;
  --tutor-primarycolor-rgb: 50, 112, 252;
  --tutor-primarycolor-hover: #553CDF;
}

/* Blog Design */
.reactheme-blog-grid .pagination-area {
  padding-bottom: 84px;
}

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

.user-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.user-info .single-info {
  margin-right: 30px;
}
.user-info .single-info i {
  color: var(--primaryColor);
}
.user-info .single-info:last-child {
  margin-right: 0;
}
.user-info .single-info.cat a {
  color: var(--bodyColor);
}
.user-info .single-info.cat a:hover {
  color: var(--primaryColor);
}

.blog .reactheme-blog .blog-item, .archive .reactheme-blog .blog-item {
  transition: all 0.5s ease 0s;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 0;
  overflow: hidden;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  height: 100%;
}
.blog .reactheme-blog .blog-item .full-blog-content, .archive .reactheme-blog .blog-item .full-blog-content {
  padding: 30px 0 0;
  overflow: hidden;
  background: #fff;
}
.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: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.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(--titleColor);
}
.blog .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title a:hover, .archive .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title a:hover {
  color: var(--primaryColor);
}
.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 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: var(--primaryColor);
  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-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(--primaryColor);
  color: #fff;
  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(--secondaryColor);
}

.reactheme-blog-details .bs-img,
.reactheme-blog-details .blog-img,
.reactheme-blog .bs-img,
.reactheme-blog .blog-img,
.blog .bs-img,
.blog .blog-img {
  position: relative;
  z-index: 0;
}
.reactheme-blog-details .bs-img .blog-date,
.reactheme-blog-details .blog-img .blog-date,
.reactheme-blog .bs-img .blog-date,
.reactheme-blog .blog-img .blog-date,
.blog .bs-img .blog-date,
.blog .blog-img .blog-date {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 100px;
  height: 80px;
}
.reactheme-blog-details .bs-img .blog-date:after, .reactheme-blog-details .bs-img .blog-date:before,
.reactheme-blog-details .blog-img .blog-date:after,
.reactheme-blog-details .blog-img .blog-date:before,
.reactheme-blog .bs-img .blog-date:after,
.reactheme-blog .bs-img .blog-date:before,
.reactheme-blog .blog-img .blog-date:after,
.reactheme-blog .blog-img .blog-date:before,
.blog .bs-img .blog-date:after,
.blog .bs-img .blog-date:before,
.blog .blog-img .blog-date:after,
.blog .blog-img .blog-date:before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.2s;
  width: 0px;
  height: 0px;
  z-index: 100;
  top: 0;
  left: 0;
}
.reactheme-blog-details .bs-img .blog-date:after,
.reactheme-blog-details .blog-img .blog-date:after,
.reactheme-blog .bs-img .blog-date:after,
.reactheme-blog .blog-img .blog-date:after,
.blog .bs-img .blog-date:after,
.blog .blog-img .blog-date:after {
  border-top: 0 solid;
  border-bottom-color: #f9f9f9;
  border-bottom: 80px solid transparent;
  border-left: 100px solid #f9f9f9;
}
.reactheme-blog-details .bs-img .blog-date:before,
.reactheme-blog-details .blog-img .blog-date:before,
.reactheme-blog .bs-img .blog-date:before,
.reactheme-blog .blog-img .blog-date:before,
.blog .bs-img .blog-date:before,
.blog .blog-img .blog-date:before {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-bottom: 0 solid;
  border-bottom-color: var(--secondaryColor);
  border-top: 80px solid transparent;
  border-right: 100px solid var(--secondaryColor);
}
.reactheme-blog-details .bs-img .blog-date span,
.reactheme-blog-details .blog-img .blog-date span,
.reactheme-blog .bs-img .blog-date span,
.reactheme-blog .blog-img .blog-date span,
.blog .bs-img .blog-date span,
.blog .blog-img .blog-date span {
  display: block;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 999;
  height: 40px;
  padding: 6px 0;
}
.reactheme-blog-details .bs-img .blog-date span.date,
.reactheme-blog-details .blog-img .blog-date span.date,
.reactheme-blog .bs-img .blog-date span.date,
.reactheme-blog .blog-img .blog-date span.date,
.blog .bs-img .blog-date span.date,
.blog .blog-img .blog-date span.date {
  color: var(--secondaryColor);
  font-size: 24px;
  text-align: left;
  padding-left: 12px;
  padding-top: 10px;
}
.reactheme-blog-details .bs-img .blog-date span.month,
.reactheme-blog-details .blog-img .blog-date span.month,
.reactheme-blog .bs-img .blog-date span.month,
.reactheme-blog .blog-img .blog-date span.month,
.blog .bs-img .blog-date span.month,
.blog .blog-img .blog-date span.month {
  text-align: right;
  padding-right: 12px;
  font-size: 18px;
}
.reactheme-blog-details .bs-img .categories,
.reactheme-blog-details .blog-img .categories,
.reactheme-blog .bs-img .categories,
.reactheme-blog .blog-img .categories,
.blog .bs-img .categories,
.blog .blog-img .categories {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.reactheme-blog-details .bs-img .categories .category-name a,
.reactheme-blog-details .blog-img .categories .category-name a,
.reactheme-blog .bs-img .categories .category-name a,
.reactheme-blog .blog-img .categories .category-name a,
.blog .bs-img .categories .category-name a,
.blog .blog-img .categories .category-name a {
  background: var(--primaryColor);
  color: #fff;
  padding: 5px 19px 6px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.reactheme-blog-details .bs-img .categories .category-name a:hover,
.reactheme-blog-details .blog-img .categories .category-name a:hover,
.reactheme-blog .bs-img .categories .category-name a:hover,
.reactheme-blog .blog-img .categories .category-name a:hover,
.blog .bs-img .categories .category-name a:hover,
.blog .blog-img .categories .category-name a:hover {
  background: var(--secondaryColor);
}
.reactheme-blog-details .post-meta i,
.reactheme-blog .post-meta i,
.blog .post-meta i {
  margin-right: 8px;
}
.reactheme-blog-details .post-meta i:before,
.reactheme-blog .post-meta i:before,
.blog .post-meta i:before {
  font-size: 14px;
  font-weight: 600;
}
.reactheme-blog-details .post-meta.date-meta,
.reactheme-blog .post-meta.date-meta,
.blog .post-meta.date-meta {
  margin-right: 16px;
  color: #999;
}
.reactheme-blog-details .post-meta.author,
.reactheme-blog .post-meta.author,
.blog .post-meta.author {
  color: #555;
}

.bs-img {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.bs-img img {
  width: 100%;
}

.widget-title a {
  color: #fff;
}
.widget-title a:hover {
  color: #fff;
}
.widget-title a:visited {
  color: #fff;
}

/* -----------------------
    14. Blog Post
--------------------------*/
.reactheme-blog .grid-blog {
  margin-top: 50px;
}
.reactheme-blog .blog-item {
  margin-bottom: 30px;
  background: #fff;
}
.reactheme-blog .blog-item .blog-img {
  position: relative;
}
.reactheme-blog .blog-item .blog-img a {
  z-index: 11;
  position: relative;
  color: #fff;
}
.reactheme-blog .blog-item .blog-img a:hover {
  background: var(--primaryColor);
}
.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-link:hover {
  background: var(--primaryColor);
  color: #fff !important;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  margin-bottom: 0;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title a {
  color: #fff;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.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(--titleColor);
  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(--primaryColor);
}
.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(--primaryColor);
}
.reactheme-blog .blog-item div.comment {
  padding: 0;
  color: var(--hoverColor);
  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;
}
.reactheme-blog .blog-item .blog-desc p {
  margin-bottom: 0;
}
.reactheme-blog .blog-item .blog-button {
  display: block;
  margin-top: 30px;
}
.reactheme-blog .blog-item .blog-button a {
  display: inline-block;
  color: #fff;
  padding: 19px 40px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--titleFont);
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  background: #1F1F25;
  border-radius: 100px;
  vertical-align: middle;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
}
.reactheme-blog .blog-item .blog-button a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--primaryColor);
  border-radius: 100px;
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
  z-index: -1;
}
.reactheme-blog .blog-item .blog-button a:hover:before {
  transform: scaleX(0);
  background: var(--primaryColor);
}
.reactheme-blog .full-layout {
  width: 100%;
}
.reactheme-blog .sidebar-none {
  display: none;
}
.reactheme-blog .owl-nav {
  display: none;
}
.reactheme-blog .home_full_blog {
  padding: 0;
}
.reactheme-blog .home_full_blog .blog-desc {
  margin-bottom: 20px;
}
.reactheme-blog .home_full_blog .blog-date {
  padding-top: 15px;
}

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

.archive .full-layout-right,
.blog .full-layout-right {
  padding-right: 30px;
}

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

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

.wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--secondaryColor) !important;
}

body.archive .reactheme-blog .blog-item {
  overflow: hidden;
  margin-bottom: 70px;
}

.ps-navigation ul {
  margin: 0 !important;
  list-style: none;
}
.ps-navigation ul a {
  text-transform: uppercase;
  background: transparent;
  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(--secondaryColor);
}
.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: var(--whiteColor) !important;
}

/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/
.wp-block-quote cite,
.wp-block-pullquote cite {
  font-size: 16px;
  font-family: var(--bodyFont);
  position: relative;
  padding-left: 20px;
  color: var(--titleColor);
  font-style: normal;
}
.wp-block-quote cite::after,
.wp-block-pullquote cite::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: var(--titleColor);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

blockquote,
body .wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 50px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
}
blockquote .wp-block-heading,
body .wp-block-quote.is-style-large:not(.is-style-plain) .wp-block-heading {
  font-size: 24px;
  line-height: 1.24;
}
blockquote p,
body .wp-block-quote.is-style-large:not(.is-style-plain) p {
  color: var(--titleColor);
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--titleFont);
  margin-bottom: 15px;
}
blockquote p a,
body .wp-block-quote.is-style-large:not(.is-style-plain) p a {
  color: var(--primaryColor);
}
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(--whiteColor);
}

body .wp-block-pullquote blockquote, body .wp-block-pullquote cite, body .wp-block-pullquote p {
  color: #fff;
}

.reactheme-blog-details {
  padding-bottom: 20px;
}
.reactheme-blog-details .news-details-inner {
  margin-right: 30px;
  padding-bottom: 50px;
  border-radius: 7px;
  overflow: hidden;
  background: #F9F8FF;
}
@media (max-width: 767.98px) {
  .reactheme-blog-details .news-details-inner {
    margin-right: 0;
  }
}
.reactheme-blog-details .type-post {
  margin-bottom: 0px;
}
.reactheme-blog-details .type-post .single-content-full {
  padding: 40px 50px 40px;
}
@media (max-width: 767.98px) {
  .reactheme-blog-details .type-post .single-content-full {
    padding: 25px 10px;
  }
}
.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(--primaryColor);
}
.reactheme-blog-details .bs-tag-share {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .reactheme-blog-details .bs-tag-share {
    display: block;
  }
}
.reactheme-blog-details .bs-info.bottom-share--single {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.reactheme-blog-details .bs-info.bottom-share--single a {
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  z-index: 1;
  margin-left: 27px;
  color: #1C2539;
  transition: 0.3s;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.reactheme-blog-details .bs-info.bottom-share--single a::after {
  position: absolute;
  content: "";
  background: #F6F6F6;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}
.reactheme-blog-details .bs-info.bottom-share--single a:hover {
  color: #fff;
  transform: scale(1.2);
}
.reactheme-blog-details .bs-info.bottom-share--single a:hover::after {
  background: var(--primaryColor);
}
.reactheme-blog-details .bs-info.bottom-share--single .tags-text {
  margin-bottom: 0 !important;
  margin-right: 30px;
  font-size: 18px;
}
.reactheme-blog-details .bs-info.tags {
  clear: both;
  padding: 20px 0 0px;
  color: var(--titleColor);
  font-family: var(--titleFont);
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .reactheme-blog-details .bs-info.tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.reactheme-blog-details .bs-info.tags a {
  padding: 8px 12px;
  background: #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  color: #1C2539;
  transition: 0.3s;
}
.reactheme-blog-details .bs-info.tags a:hover {
  background: var(--primaryColor);
  color: #fff;
  transform: translateY(-2px) scale(1.02);
}
.reactheme-blog-details .bs-info.tags a:first-child {
  margin-left: 20px;
}
.reactheme-blog-details .ps-navigation ul {
  list-style: none;
  margin: 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(--secondaryColor);
}
.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 .related-post {
  margin-top: 40px;
  padding: 0 15px;
}
.reactheme-blog-details .related-post .related-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.reactheme-blog-details .related-post .blog-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.reactheme-blog-details .related-post .blog-title a {
  color: var(--titleColor);
}
.reactheme-blog-details .related-post .blog-title a:hover {
  color: var(--hoverColor);
}
.reactheme-blog-details .author-block {
  align-items: center;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #e6e9f0;
  border-bottom: 1px solid #e6e9f0;
  padding: 40px 0;
  margin: 0 50px 0;
  display: flex;
}
@media (max-width: 767.98px) {
  .reactheme-blog-details .author-block {
    flex-direction: column;
    margin: 0;
  }
}
.reactheme-blog-details .author-block .author-img {
  float: left;
  width: 280px;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .reactheme-blog-details .author-block .author-img {
    width: 100%;
    padding-right: 0;
  }
}
.reactheme-blog-details .author-block .author-img img {
  border-radius: 17px;
  width: 100%;
}
.reactheme-blog-details .author-block .author-desc {
  float: left;
  width: 75%;
  text-align: left;
}
@media (max-width: 767.98px) {
  .reactheme-blog-details .author-block .author-desc {
    width: 100%;
    margin-left: 15px;
    margin-top: 15px;
  }
}
.reactheme-blog-details .author-block .author-title {
  margin: 0 !important;
  font-size: 22px;
  position: relative;
  line-height: 30px;
  color: var(--titleColor);
  font-family: var(--titleFont);
  font-weight: 600;
}
.reactheme-blog-details .author-block .author-title:after {
  background: var(--primaryColor);
  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 .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: 26;
  line-height: 1.24;
  font-family: var(--titleFont);
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
  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(--titleColor);
  padding-left: 10px;
}
.reactheme-blog-details #reply-title small a:hover {
  color: var(--primaryColor);
}
.reactheme-blog-details .comment-block {
  margin-top: 50px;
}
.reactheme-blog-details .comment-block .comment {
  padding: 25px;
  background: #fff;
  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(--primaryColor);
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  border-radius: 6px;
}
.single .ps-navigation {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0;
}
.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(--secondaryColor);
}
.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(--secondaryColor);
}
.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(--titleColor);
}
.single .ps-navigation .link_text i {
  color: #909090;
  margin-top: -9px;
}

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

.single-post .breadcrumbs-inner li {
  list-style: none;
}
.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;
  background: rgba(255, 255, 255, 0.6);
  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;
  background: rgba(255, 255, 255, 0.6);
  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(--secondaryColor);
}
.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(--secondaryColor);
}
.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(--secondaryColor);
}
.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(--secondaryColor);
  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: 0px;
}
.widget_media_gallery .gallery-item:hover .gallery-icon a img {
  transform: scale(1);
}

.btm-cate {
  overflow: hidden;
  list-style: none;
  margin: 0 0 5px;
  padding: 0px;
  position: relative;
}
.btm-cate li {
  float: left;
  margin-right: 10px;
}
.btm-cate li a {
  color: #737383;
}
.btm-cate li a:hover {
  color: var(--hoverColor);
}
.btm-cate .category-name i {
  margin-right: 3px;
  color: var(--secondaryColor);
}

.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: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-field #comment {
  width: 100%;
  padding: 8px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-submit {
  clear: both;
}
@media (max-width: 767.98px) {
  .comment-respond .form-submit {
    text-align: left;
  }
}
.comment-respond .form-submit #submit {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  line-height: normal;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid var(--primaryColor);
  background: transparent;
  color: var(--primaryColor);
  transition: all 0.3s ease 0s;
}
.comment-respond .form-submit #submit:hover {
  background: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  color: #fff;
}

.comment-respond label {
  display: none;
}

.single .bs-img {
  margin-bottom: 0;
}
.single .bs-img img {
  transition: 0.3s;
}
.single .bs-img:hover img {
  transform: scale(1.1);
}

.comments-area {
  margin-top: 0;
  padding: 0 50px;
}
@media (max-width: 767.98px) {
  .comments-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.comments-area ol.children {
  padding: 0;
}
.comments-area .comment-list {
  margin: 45px 0 0 0;
  padding: 0;
}
.comments-area .comment-list li.comment {
  padding: 30px;
  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;
}
.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(--titleColor);
}
.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;
}
.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 time {
  color: #909090;
}
.comments-area .comment-list li.comment .comment-content {
  margin-top: 6px;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
}
.comments-area .comment-list li.comment .comment-content p {
  margin-bottom: 4px;
}
.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 4px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: var(--primaryColor);
  border-radius: 5px;
  z-index: 1;
}
.comments-area .comment-list li.comment .reply a:hover {
  background: var(--titleColor);
  color: #fff;
}
.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 p.comment-form-author {
  margin-bottom: 8px;
}
.comments-area p.comment-form-author input {
  width: 100%;
  padding: 0 15px;
  outline: none;
  margin-bottom: 10px;
  height: 55px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
}
.comments-area p.comment-form-author input:focus {
  background: #ffffff;
}
.comments-area p.comment-form-email {
  margin-bottom: 8px;
}
.comments-area p.comment-form-email input {
  width: 100%;
  padding: 0 15px;
  outline: none;
  margin-bottom: 10px;
  height: 55px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
}
.comments-area p.comment-form-email input:focus {
  background: #ffffff;
}
.comments-area p.comment-form-url {
  clear: both;
}
.comments-area p.comment-form-url label {
  display: block;
}
.comments-area p.comment-form-url input {
  width: 100%;
  padding: 0 15px;
  outline: none;
  margin-bottom: 10px;
  height: 55px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
}
.comments-area p.comment-form-url input:focus {
  background: #ffffff;
}
.comments-area p.comment-form-comment {
  clear: both;
  margin-bottom: 0;
}
.comments-area p.comment-form-comment textarea {
  width: 100%;
  padding: 15px;
  outline: none;
  margin-bottom: 10px;
  height: 140px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
}
.comments-area p.comment-form-comment textarea:focus {
  background: #ffffff;
}
.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(--primaryColor);
  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 {
  background: #fff;
}
.dynamic-sidebar .recent-widget {
  margin: 0 0 3em;
}
.dynamic-sidebar .widget {
  border: 0;
  padding: 40px;
}

.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: #eee;
}
.react-sideabr .footer-contact-ul i {
  margin-right: 12px;
}
.react-sideabr .footer-contact-ul i:before {
  color: var(--secondaryColor);
}
.react-sideabr .footer-contact-ul i.fa-whatsapp:before {
  font-size: 18px;
}
.react-sideabr .footer-contact-ul i.flaticon-time-call:before {
  font-size: 16px;
}
.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(--titleColor);
  font-family: var(--titleFont);
  position: relative;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  z-index: 1;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 25px;
  padding-left: 0;
}
.react-sideabr .widget {
  position: relative;
  transition: all 500ms ease;
  background: #F9F8FF;
  border-radius: 4px;
  padding: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .react-sideabr .widget {
    padding: 20px;
  }
}
.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(--titleColor);
  transition: var(--transition);
}
.react-sideabr ul a:hover {
  color: var(--primaryColor);
}
.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;
  background: #f5f5fe;
  margin-bottom: 10px;
  transition: 0.3s;
  padding-top: 0;
}
.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: var(--bodyColor);
  font-weight: 400;
  line-height: 26px;
  transition: 0.3s;
  padding: 15px 37px 15px 25px;
  display: inline-block;
  border-radius: 5px;
  width: -webkit-fill-available;
  background: var(--whiteColor);
  transition: 0.3s;
  position: relative;
}
.react-sideabr .widget_categories ul li a:before,
.react-sideabr .widget_archive ul li a:before,
.react-sideabr .widget_pages ul li a:before,
.react-sideabr .widget_meta ul li a:before,
.react-sideabr .widget_recent_entries ul li a:before,
.react-sideabr .widget_nav_menu ul li a:before,
.react-sideabr .widget_block ul li a:before {
  content: "\e80f";
  position: absolute;
  right: 20px;
  font-family: "rt-icons";
  color: var(--primaryColor);
  font-weight: 900;
}
.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 {
  background: var(--primaryColor);
  transform: translateY(-5px) scale(1.03);
  color: var(--whiteColor);
}
.react-sideabr .widget_categories ul li a:hover:before, .react-sideabr .widget_categories ul li a:hover i,
.react-sideabr .widget_archive ul li a:hover:before,
.react-sideabr .widget_archive ul li a:hover i,
.react-sideabr .widget_pages ul li a:hover:before,
.react-sideabr .widget_pages ul li a:hover i,
.react-sideabr .widget_meta ul li a:hover:before,
.react-sideabr .widget_meta ul li a:hover i,
.react-sideabr .widget_recent_entries ul li a:hover:before,
.react-sideabr .widget_recent_entries ul li a:hover i,
.react-sideabr .widget_nav_menu ul li a:hover:before,
.react-sideabr .widget_nav_menu ul li a:hover i,
.react-sideabr .widget_block ul li a:hover:before,
.react-sideabr .widget_block ul li a:hover i {
  color: var(--whiteColor);
}
.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;
  background: #f5f5fe;
  padding: 16px 18px;
}
.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;
  background: #fff;
  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_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(--secondaryColor);
}
.react-sideabr .widget_recent_comments ul li ul {
  padding-top: 7px;
  background: #fff;
  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_product_categories ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--primaryColor);
}
.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(--secondaryColor);
}
.react-sideabr .widget_block ol.wp-block-latest-comments li a:hover {
  color: var(--primaryColor);
}
.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 {
  background: #fff;
  height: 55px;
  border-radius: 4px;
  padding-right: 70px;
  padding-left: 25px;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.4s ease-out 0s;
}
.react-sideabr .widget_search input:focus,
.react-sideabr .bs-search input:focus {
  border: 1px solid var(--primaryColor);
}
.react-sideabr .widget_search button,
.react-sideabr .bs-search button {
  background: var(--primaryColor);
  border: medium none;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 0;
  font-size: 16px;
  outline: none;
  border-radius: 0;
  height: 100%;
  width: 55px;
  border-radius: 0px 4px 4px 0px;
}
.react-sideabr .widget_search button i:before,
.react-sideabr .bs-search button i:before {
  margin: 0;
  color: var(--secondaryColor);
}
.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 .flaticon-search {
  display: none;
}
.react-sideabr .widget_search button {
  font-size: 0;
}
.react-sideabr .widget_search button:before {
  font-family: "rt-icons";
  font-size: 15px;
  font-weight: 700;
  content: "\e819";
  position: absolute;
  right: 20px;
  top: 12px;
}
.react-sideabr .widget_search button:hover::before {
  color: var(--whiteColor);
}
.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: 20px;
}
.react-sideabr .recent-post-widget .show-featured.clearfix {
  display: flex;
  align-items: center;
}
.react-sideabr .recent-post-widget .post-date {
  color: var(--bodyColor);
}
.react-sideabr .recent-post-widget .post-title {
  font-weight: 400;
  margin-bottom: 0 !important;
}
.react-sideabr .recent-post-widget .post-title a {
  font-size: 16px;
  line-height: 26px;
}
.react-sideabr .recent-post-widget .post-desc {
  padding-left: 5px;
}
.react-sideabr .recent-post-widget .post-desc a {
  display: block;
  line-height: 26px;
  color: #1C2539;
  transition: var(--transition);
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.react-sideabr .recent-post-widget .post-desc a:hover {
  color: var(--primaryColor);
}
.react-sideabr .recent-post-widget .post-desc span {
  display: inline-block;
  line-height: 20px;
  color: var(--bodyColor);
  font-weight: 500;
  margin-bottom: 5px;
  cursor: pointer;
}
.react-sideabr .recent-post-widget .post-desc span:hover {
  color: var(--primaryColor);
}
.react-sideabr .recent-post-widget .post-desc span i {
  width: 16px;
  color: var(--bodyColor);
}
.react-sideabr .tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.react-sideabr .tagcloud a {
  padding: 5px 16px;
  background: #fff;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #1C2539;
  font-size: 14px !important;
  font-weight: 500;
  transition: 0.3s;
}
.react-sideabr .tagcloud a:hover {
  background-color: var(--primaryColor);
  color: #fff;
  transform: translateY(-3px) scale(1.09);
}

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

.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(--primaryColor);
  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(--secondaryColor);
  color: #fff;
  border-color: var(--secondaryColor);
}

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

.show-featured .post-img {
  flex-basis: 40%;
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.show-featured .post-img img {
  transition: 0.3s;
}
.show-featured .post-img:hover img {
  transform: scale(1.1);
}
.show-featured .post-item {
  overflow: hidden;
  flex-basis: 60%;
}

.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: #fff;
}
.bs-search button i:before {
  font-size: 18px;
  font-weight: 600;
}
.bs-search button:hover {
  color: var(--secondaryColor);
}
.bs-search label {
  display: inline;
  font-weight: normal;
}

article.sticky .blog-title a {
  color: var(--titleColor);
  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: -2px;
  color: var(--primaryColor);
  font-size: 25px;
}
article.sticky .blog-title:hover a {
  color: var(--primaryColor);
}
article.sticky .blog-title:hover a:after {
  color: var(--primaryColor);
}

.archive-post h3.blog-title a {
  color: var(--hoverColor);
}
.archive-post h3.blog-title a:hover {
  color: var(--primaryColor);
}

.search-no-results .no-results {
  margin-right: 20px;
}
.search-no-results .no-results .search-form {
  position: relative;
}
.search-no-results .no-results .search-form input {
  border-radius: 0px;
  background: #f5f5fe;
}
.search-no-results .no-results .search-form button {
  background: none;
  position: absolute;
  right: 0px;
  top: 0;
  line-height: 35px;
  border-radius: 50%;
  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: var(--bodyColor);
}

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

.pagination-area {
  padding-top: 0px;
  margin-bottom: 20px;
  clear: both;
  text-align: center;
}
.pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.pagination-area .nav-links {
  display: inline-block;
  padding: 11px 0px;
}
.pagination-area .nav-links span.current {
  background: var(--primaryColor);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: var(--transition);
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #E9E9E9;
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
}
.pagination-area .nav-links > * {
  margin-left: 0px;
  margin-right: 0px;
}
.pagination-area .nav-links a {
  line-height: 50px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: var(--transition);
  text-align: center;
  background: transparent;
  opacity: 0.96;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  font-weight: 700;
  width: 50px;
  height: 50px;
}
.pagination-area .nav-links a:hover {
  background: var(--primaryColor);
  color: #fff;
}
.pagination-area .nav-links a.next {
  font-size: 0;
  position: relative;
}
.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;
}
.pagination-area .nav-links a.prev {
  font-size: 0;
  position: relative;
}
.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(--titleColor);
}
.wp-block-latest-posts li a:hover, .wp-block-rss li a:hover {
  color: var(--secondaryColor);
}

.page-links {
  display: block;
  clear: both;
}
.page-links span {
  padding: 3px 5px;
  margin: 0 0 0 5px;
}

.page-links .current span {
  color: var(--primaryColor);
}

.page-links a span {
  background: transparent !important;
  color: #757575;
}

.comment-list .pingback, .comment-list .trackback {
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
}

.reactheme-blog-details .bs-meta li.category-name a {
  line-height: 22px;
}

.single #content h3,
.single #content h4 {
  margin-bottom: 17px;
}

/*-------------------
    Search Results
---------------------*/
body.search-results .site-main > article {
  background: #fff;
  margin-bottom: 40px;
  border: 1px solid #E6E9F0;
  padding: 40px 40px 35px;
  margin-right: 20px;
}
body.search-results .site-main > article .entry-title {
  padding: 0;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 40px !important;
}
body.search-results .site-main > article .entry-title a {
  color: var(--titleColor);
}
body.search-results .site-main > article .entry-title a:hover {
  color: var(--primaryColor);
}
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(--titleColor);
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
  color: var(--secondaryColor);
}
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;
  color: var(--bodyColor);
}
body.search-results .site-main > article .entry-footer span a:hover {
  color: var(--primaryColor);
}
body.search-results .pagination-area .pagination {
  margin: 30px 0 0;
}
body.search-results .main-contain #content {
  padding-top: 120px !important;
  padding-bottom: 20px !important;
}

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

/* ---------------------------
    Header Section 
------------------------------*/
#reactheme-header {
  width: 100%;
  z-index: 9;
}
#reactheme-header.rts-default-header .site-title a {
  color: var(--blackColor2);
  font-size: 25px;
  font-weight: 700;
  line-height: 38px;
}
#reactheme-header.rts-default-header .header-logo {
  padding: 10px 0;
  display: flex;
  flex: 1;
  text-align: left;
}
#reactheme-header.rts-default-header .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
#reactheme-header .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
#reactheme-header .header-inner {
  position: relative;
}
#reactheme-header .search-wrap {
  display: flex;
  padding: 0px 18px 9px 18px;
  border-bottom: 2px solid #fff;
}
#reactheme-header .search-wrap [type=search] {
  border: none;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  background: none;
  padding: 0;
}
#reactheme-header .search-wrap button {
  border: none;
  background: none;
  padding: 0;
  position: relative;
  top: 8px;
  outline: none;
}
#reactheme-header .menu-sticky.sticky {
  backface-visibility: hidden;
}
#reactheme-header .menu-sticky.sticky .menu-area .navbar {
  margin-right: 0;
}
#reactheme-header .menu-sticky.sticky .row-table .logo-areas.custom-sticky-logo {
  display: block;
}
#reactheme-header .menu-sticky.sticky .row-table .logo-areas.custom-logo-area {
  display: none;
}
#reactheme-header .sticky_search {
  font-size: 18px;
  cursor: pointer;
}

.primary-menu ul li:last-child {
  padding-right: 0 !important;
}

.menu-area .navbar ul li.current-menu-ancestor a,
.menu-area .navbar ul > li.menu-item-has-children:hover > a:before {
  color: var(--primaryColor);
}

.menu-area {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.menu-area.separator_yes li:last-child a {
  padding-right: 30px;
}
.menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area .navbar {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  display: block;
}
.menu-area .navbar ul {
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 42px 8px;
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li.current-menu-ancestor a, .menu-area .navbar ul li.current_page_item a {
  color: var(--primaryColor);
}
.menu-area .navbar ul li a {
  color: var(--titleColor);
  font-size: 16px;
  padding-right: 16px;
  font-weight: 500;
  line-height: 24px;
}
.menu-area .navbar ul li:hover a {
  color: var(--primaryColor);
}
.menu-area .navbar ul li ul.sub-menu {
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  min-width: 230px;
  width: 230px;
  padding: 14px 0px 14px 0px;
  border-radius: 0px 0px 10px 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: 0px 10px 0px 10px;
  margin: 0px 0px 2px 0px;
}
.menu-area .navbar ul li ul.sub-menu li:last-child {
  border-bottom: 0;
}
.menu-area .navbar ul li ul.sub-menu li a {
  line-height: 25px;
  padding: 6px 10px;
  color: var(--titleColor);
  font-weight: 400;
  font-family: var(--bodyFont);
  margin: 0;
  border-radius: 4px;
}
.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor > a, .menu-area .navbar ul li ul.sub-menu li.current_page_item > a {
  color: var(--primaryColor);
}
.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(--primaryColor);
}
.menu-area .navbar ul li ul.sub-menu li:hover > a {
  background: #EEEBFF;
  color: var(--primaryColor);
}
.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.active a {
  color: var(--secondaryColor);
}
.menu-area .navbar ul li.active li a {
  color: var(--secondaryColor);
}
.menu-area .navbar ul li.active li ahover {
  color: var(--secondaryColor);
}
.menu-area .navbar ul li .sub-menu {
  background: var(--whiteColor);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 110%;
  transform: scaleY(1);
  transform-origin: 0 0 0;
  transition: 0.3s;
  width: 250px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
}
.menu-area .navbar ul li .sub-menu li {
  line-height: normal;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li .sub-menu li a {
  display: block;
  padding: 12px 0;
  text-transform: none;
  transition: 0.3s;
  color: var(--titleColor);
  font-weight: 700;
}
.menu-area .navbar ul li .sub-menu li a:hover {
  color: var(--primaryColor);
}
.menu-area .navbar ul li .sub-menu li a:hover:before {
  opacity: 1 !important;
}
.menu-area .navbar ul li .sub-menu li.current-menu-item a {
  color: var(--primaryColor);
}
.menu-area .navbar ul li .sub-menu li ul {
  left: 100% !important;
  top: 0 !important;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.menu-area .navbar .navbar-toggle {
  background-color: var(--primaryColor);
  border-radius: 2px;
  transition: 0.4s ease all;
}
.menu-area .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.menu-area .navbar .navbar-toggle:hover {
  opacity: 0.8;
}
.menu-area.vertical .navbar ul li {
  display: block;
  list-style: none;
}
.menu-area.vertical .navbar ul li a i {
  margin-right: 10px;
  font-size: 14px;
}
.menu-area.vertical .yes .navbar ul li {
  display: inline-block;
  width: 47%;
}

.pmenu_icon_hide .navbar-menu > ul > li > a::before {
  display: none !important;
}

.menu-area .navbar ul > .current-menu-ancestor.menu-item-has-children > a:before {
  color: var(--primaryColor);
}
.menu-area .navbar ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 18px;
}
.menu-area .navbar ul > li.menu-item-has-children > a:before {
  content: "\e809";
  position: absolute;
  font-family: "rt-icons";
  left: auto;
  right: -5px;
  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;
  color: var(--headingColor);
  font-weight: 600;
}
.menu-area .icon2 .navbar ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 18px;
}
.menu-area .icon2 .navbar ul > li.menu-item-has-children > a:before {
  content: "\e809";
  position: absolute;
  font-family: "rt-icons";
  left: auto;
  right: -5px;
  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: 600;
}
.menu-area .icon2 .navbar ul > li.menu-item-has-children > a:before:hover::before {
  content: "\e808" !important;
  font-family: "rt-icons";
}

/*******off Canvas css********/
ul.offcanvas-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.offcanvas-icon .nav-link-container a {
  padding: 0px;
  background: transparent;
  max-width: 35px;
  display: inline-block;
}

.stuck.sticky .sticky-hide {
  display: none;
}

.sidenav.offcanvas-icon.nav-active-menu-container {
  margin-top: 0;
}

.offcanvas-icon .nav-link-container .nav-menu-link svg {
  background: transparent;
}
.offcanvas-icon.layout-2 .nav-menu-link {
  display: block;
  padding: 12px 39px 16px 17px;
  width: 58px;
  height: 55px;
  display: block;
  transition: all 0.5s ease 0s;
}
.offcanvas-icon.layout-2 .nav-menu-link span {
  display: block;
  border-top: 3px solid #fff;
  width: 20px;
  position: relative;
  top: 2px;
}
.offcanvas-icon.layout-2 .nav-menu-link span.line3 {
  width: 10px;
  postion: relative;
  top: 4px;
  border-top: 2px solid #fff;
}
.offcanvas-icon.layout-2 .nav-menu-link span.line1 {
  width: 10px;
  margin-top: 3px;
  postion: relative;
  top: 1px;
  border-top: 2px solid #fff;
}
.offcanvas-icon.layout-2 .nav-menu-link:hover span {
  border-color: #fff !important;
  background: #fff !important;
}

.sidenav.nav-active-menu-container {
  overflow-y: auto;
  padding: 50px 50px 0;
}
.sidenav .sub-menu {
  display: none;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a {
  display: block;
  font-size: 18px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a.quote-btn {
  margin-bottom: 25px;
  margin-top: 8px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a.quote-btn span {
  background: #fff;
  color: #000;
  border-radius: 3px;
  display: inline-block;
  padding: 7px 40px 4px;
  transition: all 0.5s ease;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a.quote-btn:hover span {
  background: var(--hoverColor);
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a.emails {
  padding-bottom: 20px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content {
  padding-left: 135px;
  padding-top: 27px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content .widget {
  margin: 0 0 35px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content .widget.widget_contact_widget {
  padding-top: 25px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content a {
  transition: unset;
}

.mobile-menu-container div ul {
  position: relative;
}
.mobile-menu-container div ul li {
  position: relative !important;
}
.mobile-menu-container div ul li a {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu-container div ul li a:hover {
  color: var(--primaryColor) !important;
}
.mobile-menu-container div ul > li.current_page_parent > a {
  color: var(--primaryColor) !important;
}
.mobile-menu-container .menu > li:last-child a {
  border-bottom: none;
}
.mobile-menu-container .social-icon-responsive ul li a {
  padding-right: 0;
  margin-right: 0;
}

.sidenav .menu > li > .sub-menu li ul > li a {
  padding-left: 60px;
}

#mobile_menu ul ul li,
#mobile_menu li:hover > ul > li {
  height: auto;
}

#mobile_menu ul li a,
#mobile_menu ul ul li a {
  width: 100%;
}

#mobile_menu > ul > li {
  float: none;
}

#mobile_menu ul ul li a {
  padding-left: 25px;
}

#mobile_menu ul ul ul li a {
  padding-left: 35px;
}

#mobile_menu ul ul,
#mobile_menu ul ul ul,
#mobile_menu.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

#mobile_menu > ul > li.has-sub > a:after,
#mobile_menu > ul > li.has-sub > a:before,
#mobile_menu ul ul > li.has-sub > a:after,
#mobile_menu ul ul > li.has-sub > a:before {
  display: none;
}

#mobile_menu #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

#mobile_menu .menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: "";
}

#mobile_menu .menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: "";
}

#mobile_menu .menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  transform: rotate(45deg);
}

#mobile_menu .menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  transform: rotate(-45deg);
}

#mobile_menu .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 13px;
  display: block;
  height: 35px;
  width: 35px;
  cursor: pointer;
  background: var(--primaryColor);
  color: #fff;
  border-radius: 3px;
}

#mobile_menu .menu li ul.sub-menu li ul.sub-menu a {
  padding-left: 40px;
}

#reactheme-header .row-table .offcanvas-sec ul.offcanvas-icon {
  margin-top: 0;
}

#mobile_menu ul > li.menu-minimize > .submenu-button:before {
  display: none !important;
}

#mobile_menu ul ul .submenu-button {
  height: 34px;
  width: 34px;
  top: 0;
}

#mobile_menu .submenu-button:after {
  content: "";
  position: absolute;
  font-family: "rt-icons";
  content: "\e809";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mobile_menu .submenu-button.submenu-opened:after {
  content: "";
  position: absolute;
  font-family: "rt-icons";
  content: "\e809";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mobile_menu ul ul .submenu-button:after {
  top: 17px;
  right: 7px;
}

#mobile_menu ul ul .submenu-button:before {
  top: 11px;
  right: 16px;
}

#mobile_menu .submenu-button.submenu-opened:before {
  display: none;
}

body.logged-in .sidenav {
  top: 30px;
}
body.logged-in .sidenav .nav-link-container {
  top: 30px;
}

#reactheme-header .row-table .offcanvas-sec ul.offcanvas-icon {
  margin-top: 0;
}

.sidenav .menu li ul.sub-menu li a {
  padding-left: 40px;
}
.sidenav .menu li ul.sub-menu li a:before {
  display: none;
}
.sidenav .widget_nav_menu {
  padding: 0 !important;
}

.responsive-menus,
.sidebarmenu-area.text-right.mobilehum {
  display: none;
}

.menu-area .navbar ul > li > a span {
  position: relative;
  transition: 0.5s;
  display: inline-block;
}
.menu-area .navbar ul > li > a span:before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  transform: translate3d(0, 0, 0);
}

ul.sub-menu li a:before,
ul.sub-menu ul ul li a:before {
  display: none;
}

/*Full Search sec*/
.sticky_form.rts-search-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #f6f6f6;
  width: 100%;
  height: 45%;
  z-index: 9999;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  left: 0;
}
.sticky_form.rts-search-popup button {
  background: none;
  top: 30%;
}
.sticky_form.rts-search-popup button:hover {
  color: var(--primaryColor);
}
.sticky_form.rts-search-popup .sticky_form_search.sticky_form_search:before {
  margin-left: 0 !important;
}

.sticky_form_full {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}
.sticky_form_full button i::before {
  color: var(--bodyColor);
  font-size: 30px;
}

.sticky_form .search-input {
  background: none;
  border: none;
  color: var(--titleColor);
  border-bottom: 1px solid #ced1d9;
  outline: none;
  border-radius: 0;
  padding: 20px 0;
  font-size: 30px;
}

.close-search {
  position: fixed;
  right: 50px;
  top: 50px;
  color: var(--titleColor);
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.close-search:before {
  font-size: 30px !important;
}

.sticky .menu-area .navbar ul li .sub-menu {
  top: 100%;
}

/******* Mega Menu css ********/
.mega {
  position: static !important;
}

#reactheme-header .menu-area .navbar ul > li.mega > ul {
  width: 100%;
  padding: 21px 0px !important;
}

#reactheme-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
  display: block;
  width: 99%;
}

#reactheme-header .menu-area .navbar ul li.mega ul li ul li {
  width: 100% !important;
  float: none !important;
  margin: 0;
  padding: 0;
}

#reactheme-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
  box-shadow: none;
}

#reactheme-header .menu-area .navbar ul li.mega ul li ul li:last-child a {
  border: none;
}

#reactheme-header .menu-area .navbar ul li.mega ul li ul li {
  border: none;
}

#reactheme-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
  position: relative;
  opacity: 1;
  transform: scaleY(1);
}

#reactheme-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
  right: auto !important;
  left: auto !important;
  padding: 0;
}

nav.nav.navbar, .menu-area .col-sm-9.menu-responsive {
  position: static !important;
}

.menu-area .navbar ul > li.mega > ul.sub-menu .flex-mega {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reactheme-innner-offcanvas-contents {
  padding-top: 40px;
}
.reactheme-innner-offcanvas-contents .footer_social {
  margin: 30px 0 0;
}

.hfe-site-sticky-logo-img {
  display: none;
}

.sticky .hide_logo_desktop {
  display: none;
}

.sticky .hfe-site-sticky-logo-img {
  display: block;
}

/* Menu */
.menu-wrap-off {
  position: fixed;
  z-index: 9999;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  padding: 46px 30px 50px 30px;
  font-size: 1.15em;
  transform: translate3d(520px, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  max-width: 460px;
  overflow-y: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.menu-wrap-off .offcanvas_logo {
  padding-bottom: 30px;
}
.menu-wrap-off .widget_media_gallery .gallery {
  margin: 0;
}
.menu-wrap-off .widget_media_gallery .gallery-item {
  margin: 0;
}
.menu-wrap-off .widget_media_gallery .gallery-item .gallery-icon {
  padding: 8px;
}
.menu-wrap-off .widget_media_gallery .gallery-item .gallery-icon img {
  border-radius: 3px;
}
.menu-wrap-off .inner-offcan {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
}
.menu-wrap-off .inner-offcan .nav-link-container {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  z-index: 99;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button {
  background: var(--primaryColor);
  color: #fff;
  padding: 6px 6px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  line-height: 26px;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button span {
  background: #fff;
  margin: 4px 5px;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button:hover {
  opacity: 0.8;
}
.menu-wrap-off .logo-area {
  text-align: left;
  display: block;
  width: 100%;
  padding-bottom: 50px;
}

.nav-link-container #close-button2.close-button span.hamburger1 {
  transform: rotate(-45deg) translate(-4px, 4px);
  width: 24px;
}

.nav-link-container #close-button2.close-button span.hamburger3 {
  transform: rotate(45deg) translate(0px, 0px);
  width: 24px;
}

body.logged-in .menu-wrap-off {
  padding: 63px 30px 50px 50px;
}

body.logged-in .menu-wrap-off .inner-offcan .nav-link-container {
  top: 32px;
}

.off-nav-layer {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: -1;
  background: var(--whiteColor);
  border-radius: 50%;
  transition: 1s;
  transform: scale3d(0, 0, 0);
  display: block !important;
}

.off-nav-layer.off-open {
  transform: scale3d(1, 1, 1);
  display: block;
}

.menu-ofcn.off-open {
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
}

.inner-offcan {
  opacity: 0;
  transition: all 0.8s ease;
}

body.on-offcanvas .menu-ofcn.off-open .inner-offcan {
  opacity: 1;
}

.off-nav-layer {
  background: #fff;
}

.mobile-menu-container ul li.active a {
  color: var(--secondaryColor);
}

/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-area.sticky-menu {
  margin: 0;
  width: 100%;
  z-index: 99;
  transition: all 300ms ease-in-out;
  background: transparent;
}
.menu-area.sticky-menu .navbar ul li > a {
  color: var(--titleColor);
}
.menu-area.sticky-menu .navbar ul li.current_page_item > a {
  color: var(--primaryColor);
}
.menu-area.sticky-menu .navbar ul .current-menu-ancestor.menu-item-has-children > a {
  color: var(--primaryColor);
}
.menu-area.sticky-menu .nav-link-container i {
  color: var(--whiteColor);
}

.sticky-logo {
  display: none;
}

.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}

.react-sideabr.dynamic-sidebar .service-singles {
  list-style: none;
  padding: 0;
  box-shadow: none;
}
.react-sideabr.dynamic-sidebar .service-singles .widget-title {
  padding: 0;
}
.react-sideabr.dynamic-sidebar .service-singles .widget-title:after {
  display: none;
}
.react-sideabr.dynamic-sidebar .service-singles .menu li {
  border: none !important;
  margin-top: 0 !important;
}
.react-sideabr.dynamic-sidebar .service-singles .menu li a {
  display: block;
  border: 2px solid #d3e1fb;
  padding: 16px 18px;
  transition: all 0.5s ease;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.react-sideabr.dynamic-sidebar .service-singles .menu li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: var(--primaryColor);
}
.react-sideabr.dynamic-sidebar .service-singles .menu li a:hover {
  background: var(--secondaryColor);
  color: var(--whiteColor);
  border-radius: 5px;
  border-color: var(--secondaryColor);
}
.react-sideabr.dynamic-sidebar .service-singles .menu li a:hover:before {
  color: var(--whiteColor);
}
.react-sideabr.dynamic-sidebar .service-singles .menu li.current-menu-item a {
  background: var(--secondaryColor);
  color: var(--whiteColor);
  border-color: var(--secondaryColor);
}
.react-sideabr.dynamic-sidebar .service-singles .menu li.current-menu-item a:before {
  color: var(--whiteColor);
}
.react-sideabr.dynamic-sidebar .phones .address-icon:before {
  opacity: 0.2 !important;
  visibility: visible !important;
}

.rstbd {
  display: flex;
  justify-content: space-between;
}
.rstbd .tab-image {
  flex: 0 0 50%;
}
.rstbd .tab-image img {
  padding-right: 50px;
}
.rstbd .tab-contents a.button {
  background: var(--secondaryColor);
  color: #fff;
  padding: 12px 32px 12px 32px;
  border-radius: 5px;
  transition: var(--transition);
  display: inline-block;
}
.rstbd .tab-contents a.button:hover {
  opacity: 0.8;
}

body .reactheme-testimonial-slider2 .testi-item .user-info > img {
  max-width: 100%;
}

.reactheme-video.default .contents-area {
  position: relative;
}
.reactheme-video.default .contents-area .video_title {
  margin: 0;
  padding-bottom: 12px;
}
.reactheme-video.default .overly-default {
  background: #fff;
  border-radius: 50%;
}
.reactheme-video.default .overly-default:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background-color: inherit;
  border-radius: inherit;
  animation: pulse-border 3s ease infinite;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: 9px;
  margin-left: 6px;
}
.reactheme-video.default .overly-default:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background-color: inherit;
  border-radius: inherit;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: 9px;
  margin-left: 6px;
  transform: translate(-50%, -50%);
}
.reactheme-video.default .overly-default .popup-videos {
  position: relative;
}
.reactheme-video.default .overly-default .popup-videos i {
  font-size: 22px;
}

.lp-list-table thead tr th {
  color: #fff !important;
}

.alignitems {
  align-items: center;
}

.body-close {
  opacity: 0;
  visibility: hidden;
}

.type-product.featured {
  text-align: left;
}

body.off-open .body-close {
  position: fixed;
  width: 100%;
  background: #000;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 9999;
  visibility: visible;
  transform: translate3d(100%, 0, 0);
  right: 100%;
}

body.off-open-2 {
  overflow: hidden;
}
body.off-open-2 .body-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  visibility: visible;
  transform: translate3d(100%, 0, 0);
  right: 100%;
  cursor: grab;
}

.rstab-main ul.nav {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.rstab-main ul.nav.bubble li a.active {
  position: relative;
}
.rstab-main ul.nav.bubble li a.active:after {
  top: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: var(--primaryColor);
  border-width: 12px;
  margin-left: -30px;
}
.rstab-main ul.nav li {
  margin-right: 20px;
}
.rstab-main ul.nav li span {
  color: var(--secondaryColor);
  padding-right: 7px;
}
.rstab-main ul.nav li a {
  background: #f1f1f1;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 1px;
}
.rstab-main ul.nav li a.active {
  background: var(--primaryColor);
  color: #fff;
}
.rstab-main ul.nav li a img.center {
  margin: 0 auto 12px;
}
.rstab-main ul.nav li a img.right {
  margin: 0 0 12px auto;
}
.rstab-main ul.nav li:first-child {
  margin-left: 0 !important;
}
.rstab-main ul.nav li:last-child {
  margin-right: 0 !important;
}
.rstab-main ul.nav li a:hover {
  background: var(--primaryColor);
}
.rstab-main ul.nav.icon_top li a,
.rstab-main ul.nav.icon_top li a img,
.rstab-main ul.nav.icon_top li a i {
  display: block;
}
.rstab-main .tab-content {
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
.rstab-main .tab-content p:last-child {
  margin: 0;
}
.rstab-main.vertical {
  display: flex;
}
.rstab-main.vertical ul.nav {
  margin: 0 20px 0 0;
  display: block;
}
.rstab-main.vertical ul.nav.bubble li a.active {
  position: relative;
}
.rstab-main.vertical ul.nav.bubble li a.active:after {
  top: 100%;
  left: auto;
  right: -24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: var(--primaryColor);
  border-width: 12px;
  margin-left: -30px;
}
.rstab-main .tab-pane.active {
  animation: slide-down 2s ease-out;
}
.rstab-main.no_item_menu ul {
  display: inline-flex;
}
.rstab-main.no_item_menu.left {
  text-align: left;
}
.rstab-main.no_item_menu.center {
  text-align: center;
}
.rstab-main.no_item_menu.right {
  text-align: right;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}

.offcanvas-icon span.dot1, .offcanvas-icon span.dot2, .offcanvas-icon span.dot3,
.offcanvas-icon span.dot4, .offcanvas-icon span.dot5, .offcanvas-icon span.dot6,
.offcanvas-icon span.dot7, .offcanvas-icon span.dot8, .offcanvas-icon span.dot9 {
  width: 5px !important;
  height: 6px !important;
  border-radius: 0;
  float: left;
  margin-bottom: 7px !important;
  margin-right: 6px;
}

figure.gallery-item .gallery-icon {
  position: relative;
}
figure.gallery-item .gallery-icon a img {
  transition: all 0.8s ease;
}
figure.gallery-item .gallery-icon a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  transition: all 0.8s ease;
  z-index: 1;
}
figure.gallery-item:hover .gallery-icon a:before {
  opacity: 0.4;
}
figure.gallery-item:hover .gallery-icon a img {
  transform: scale(1.1);
}

.reactheme-footer .recent-post-widget .show-featured .post-desc i {
  color: var(--secondaryColor);
}

.recent-post-widget .post-item .post-desc h5 {
  margin: 0 0 4px;
}
.recent-post-widget .post-item .post-desc ul {
  margin: 0;
  list-style: none;
}
.recent-post-widget .post-item .post-desc ul li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

#reactheme-header .menu-area .navbar-menu .mega.col-four .sub-menu {
  padding: 10px 17px 15px 17px !important;
  width: 100%;
}
#reactheme-header .menu-area .navbar-menu .mega.col-four .sub-menu:after {
  display: none !important;
}
#reactheme-header .menu-area .navbar-menu .mega.col-four .sub-menu li {
  width: 22%;
  margin-right: 10px;
  border: 0 !important;
}
#reactheme-header .menu-area .navbar-menu .mega.col-four .sub-menu li img {
  margin-right: 16px;
  padding: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #F0F0FF;
  border-radius: 4px;
  position: relative;
  top: 10px;
}
#reactheme-header .menu-area .navbar-menu .mega.col-four .sub-menu li:last-child {
  border: none;
  margin-right: 0;
}
#reactheme-header .menu-area .navbar-menu .mega.col-four .sub-menu li a {
  padding: 10px 0 0;
}
#reactheme-header .menu-area .navbar-menu .mega.col-four .sub-menu li span.description {
  display: none;
}
#reactheme-header .menu-area .navbar-menu .mega.col-four .sub-menu .menu-item-has-children > a {
  display: none;
}
#reactheme-header .menu-area .navbar-menu .mega.col-four .sub-menu .menu-item-has-children > a:before {
  display: none !important;
}

.menu-area .navbar ul > li > a span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #497696;
  position: relative;
  display: block;
  bottom: 12px;
  background: none;
  margin-left: 62px;
}

.default-header-style .offcanvas-icon.layout-1 li a svg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #E9E9E9;
  background: #fff;
  padding: 15px;
}
.default-header-style .offcanvas-icon.layout-1 li a svg rect {
  fill: var(--titleColor);
}

/* ---------------------------
    Footer Css 
------------------------------*/
.reactheme-footer {
  background: #1c1c1c;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.reactheme-footer .widget.widget_nav_menu ul li {
  margin-bottom: 5px;
}
.reactheme-footer .widget.widget_nav_menu ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding-left: 35px;
}
.reactheme-footer .widget.widget_nav_menu ul.menu {
  margin-top: -5px;
}
.reactheme-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.reactheme-footer ul li:last-child {
  padding-bottom: 0;
}

.footer-bottom {
  background: #0C0E2B;
}
.footer-bottom .copyright_border {
  padding: 40px 0;
  text-align: center;
  color: #9FA2CE;
}
.footer-bottom .copyright_border .copyright {
  text-align: center;
}
.footer-bottom .copyright a {
  color: var(--primaryColor);
  font-weight: 700;
}
.footer-bottom .copyright p {
  margin: 0;
  line-height: 35px;
}

#top-to-bottom {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 10;
  text-align: center;
}
#top-to-bottom i {
  display: block;
  height: 50px;
  font-size: 24px;
  width: 50px;
  border-radius: 50%;
  background: var(--primaryColor);
  color: #fff;
  line-height: 45px;
  transition: all 0.3s ease 0s;
  background-color: var(--primaryColor);
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#top-to-bottom i:hover {
  opacity: 0.8;
}

.fmenu_border .menu-area .navbar ul li a {
  display: inline-block;
  position: relative;
  padding-right: 0;
  margin-right: 0;
}

.footer_blog .rts-blog-h-2-wrapper {
  display: flex;
  align-items: center;
  border-radius: 0;
}
.footer_blog .rts-blog-h-2-wrapper .image-part img {
  width: 61px !important;
  height: 54px !important;
}
.footer_blog .rts-blog-h-2-wrapper .blog-content {
  padding-left: 12px;
}
.footer_blog .rts-blog-h-2-wrapper .blog-content .blog-meta {
  padding: 0;
}
.footer_blog .rts-blog-h-2-wrapper .blog-content .blog-meta li {
  margin-right: 0;
  font-size: 12px !important;
}
.footer_blog .rts-blog-h-2-wrapper .blog-content .blog-meta li i {
  display: none;
}
.footer_blog .rts-blog-h-2-wrapper .blog-content .blog_content {
  padding: 0;
}
.footer_blog .rts-blog-h-2-wrapper .blog-content .blog_content .title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 25px;
}

/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 18px;
  color: var(--bodyColor);
  font-family: var(--bodyFont);
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}

.my-custom-font {
  font-family: var(--bodyFont) !important;
}
.my-custom-font .bottom-shape {
  font-weight: 100 !important;
}

.text-separate {
  font-weight: 700;
  color: #fff !important;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--titleFont);
  color: var(--titleColor);
  margin: 0 0 26px;
  font-weight: 700;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 26px;
  padding: 0;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.wp-block-calendar nav {
  padding-bottom: 20px;
}

a {
  color: var(--primaryColor);
  transition: var(--transition);
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: var(--hoverColor);
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.z-index-10 {
  z-index: 10;
  position: relative;
}

::-moz-selection {
  background: var(--secondaryColor);
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: var(--secondaryColor);
  text-shadow: none;
  color: #ffffff;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: var(--whiteColor);
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1000;
}

.loader-wrapper .loader-section.section-left {
  left: 0;
}

.loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded Styles */
.loaded .loader-wrapper .loader-section.section-left {
  transition: all 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.loaded .loader-wrapper .loader-section.section-right {
  transition: all 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.loaded .rt_loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded .loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.rt_loader:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 4px solid transparent;
  border-top-color: var(--primaryColor);
  border-right-color: var(--primaryColor);
  border-bottom-color: var(--primaryColor);
  border-radius: 100%;
  animation: spin 1.5s linear infinite;
}

.rt_loader {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  z-index: 1001;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .bg-fixed {
  background-attachment: fixed !important;
  background-position: center top !important;
}

body .bg-top {
  background-position: center top !important;
}

body .bg-left {
  background-position: bottom left !important;
}

body .bg-right {
  background-position: top right !important;
}

body .bg-bottom {
  background-position: center bottom !important;
}

body .main-contain {
  background-size: cover;
  background-repeat: no-repeat;
}

.no-gutter [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.overflow-visible {
  overflow: visible !important;
  z-index: 30;
}

.overflow-hidden {
  overflow: hidden !important;
}

.max-width-700 {
  max-width: 700px;
  margin: 0 auto;
}

.white-color {
  color: #fff;
}
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4 {
  color: #fff;
  letter-spacing: normal;
}

iframe {
  width: 100%;
}

.menu-cart-area h2 {
  display: none;
}

.react-sideabr #wp-calendar th {
  background: var(--primaryColor);
  color: #fff;
}
.react-sideabr table {
  margin-bottom: 0;
}

.common-shadow {
  box-shadow: 0 0 150px #eee;
  background: #fff;
}

/* -----------------------
    404
--------------------------*/
.page-error {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: var(--whiteColor);
}
.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: 700px;
  margin: 0 auto;
}
.page-error .content-area {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page-error .content-area h1 {
  font-size: 180px;
  line-height: 91px;
  color: var(--titleColor);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 50px;
}
.page-error .content-area h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
.page-error .content-area p.error-msg {
  font-size: 16px;
  font-weight: 400;
  max-width: 80%;
  margin: 0 auto;
}
.page-error .react-sideabr {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 25px;
}
.page-error .react-sideabr {
  padding: 10px 0 35px;
}
.page-error .flaticon-right-arrow:before {
  padding-left: 5px;
}
.page-error .react-button {
  margin-top: 40px;
  justify-content: center;
}
.page-error .react-button a {
  padding: 14px 34px;
}
.page-error.coming-soon {
  height: 100vh;
}
.page-error.coming-soon .content-area h3 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: block;
}
.page-error.coming-soon .content-area h3 span {
  font-size: 80px;
  text-shadow: unset;
  text-transform: uppercase;
  line-height: 90px;
  padding-bottom: 20px;
  letter-spacing: 5px;
  display: block;
  font-weight: 900 !important;
}

/* ------------------------------------
    02. Global Class
---------------------------------------*/
[class^=rt-]:before,
[class*=" rt-"]:before {
  margin: 0 !important;
}

.overflow-show {
  overflow: visible !important;
}

input[type=checkbox], input[type=radio] {
  margin-right: 8px;
  vertical-align: text-top;
}

.sticky .menu-area {
  padding: 0;
}

.alignleft {
  margin-bottom: 26px;
}

.alignright {
  margin-bottom: 26px;
}

.vertical-middle {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-middle .vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

mark, ins {
  background: var(--primaryColor);
  color: #fff;
  padding: 0 0;
}

code {
  background: var(--primaryColor);
  color: #fff !important;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  color: #fff;
  padding: 17px 30px;
  font-size: 14px;
  text-transform: capitalize;
  outline: none;
  transition: all 0.5s ease;
  background: var(--primaryColor);
  position: relative;
  border: none;
}

button:hover, html input[type=button]:hover, input[type=reset]:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
}

input[type=submit]:hover {
  opacity: 0.9;
}

.main-contain #content {
  padding-top: 120px;
  padding-bottom: 120px;
}
.main-contain .page-error #content {
  padding-top: 60px;
}

.opps-nothing {
  margin-top: 40px;
}

.post-password-required input[type=password] {
  margin-left: 5px;
}

.post-password-required input[type=submit] {
  margin-left: -4px;
  border-radius: 0 3px 3px 0;
  padding: 11px 20px;
}

input[type=text],
input[type=number],
input[type=password],
textarea,
input[type=email] {
  color: var(--bodyColor);
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7b7d82;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #7b7d82;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #7b7d82;
  opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #7b7d82;
  opacity: 1;
}

select {
  color: var(--bodyColor);
  cursor: pointer;
}
select:valid {
  color: var(--bodyColor);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--primaryColor);
}

a:hover, a:focus, a:active {
  color: var(--secondaryColor);
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

.wp-block-calendar tfoot a {
  color: var(--primaryColor);
}
.wp-block-calendar tfoot a:hover {
  color: var(--secondaryColor);
}

.sticky-logo {
  display: none;
}

.sticky .menu-area .row.pt-25 {
  display: none;
}
.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}

.sidenav {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sidenav .widget-title {
  padding: 0 0 15px;
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 700 !important;
  position: relative;
}
.sidenav .widget-title:before {
  content: "";
  position: absolute;
  background: var(--secondaryColor);
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.sidenav .widget_reactheme_soical_widget {
  display: flex;
  justify-content: center;
}
.sidenav .widget {
  padding: 0;
  margin: 0 0 30px;
}
.sidenav .widget:first-child {
  border: none;
}
.sidenav .widget .widget-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.sidenav .widget .search-form .search-input {
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff;
  font-size: 14px;
  outline: none;
}
.sidenav .widget .search-form .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.sidenav .widget .search-form .search-input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.sidenav .widget .search-form .search-input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.sidenav .widget .search-form .search-input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.sidenav .widget .search-form button {
  padding: 8px 12px;
  color: #fff;
  background: transparent !important;
  transition: 0.3s ease all;
}
.sidenav .widget .search-form button:hover {
  opacity: 0.7;
}
.sidenav .widget_contact_widget {
  margin: 30px 0 0px;
}
.sidenav .widget_medvillsocialiconwi_widget {
  margin-top: 40px;
}
.sidenav .footer-contact-ul {
  margin-left: 0;
  text-align: left;
  font-size: 16px;
}
.sidenav .footer-contact-ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.sidenav .footer-contact-ul li i {
  padding-right: 15px;
}
.sidenav .footer-contact-ul li i:before {
  font-size: 16px;
  margin-left: 0 !important;
}
.sidenav .footer-contact-ul li i.flaticon-email {
  position: relative;
  top: 1px;
}
.sidenav .footer-contact-ul li.address1 {
  padding-left: 31px;
  padding-top: 0;
  margin-bottom: 4px;
  padding-right: 40px;
}
.sidenav .footer-contact-ul li.address1 i {
  position: absolute;
  left: 0;
}
.sidenav .footer-contact-ul li a {
  color: var(--bodyColor);
}
.sidenav .footer-contact-ul li a:hover {
  color: var(--secondaryColor);
}
.sidenav .widget_medvillsocialiconwi_widget .footer_social {
  margin: 0 !important;
}
.sidenav .offcanvas_social {
  list-style-type: none;
  padding-bottom: 0;
}
.sidenav .offcanvas_social li {
  display: inline-block;
}
.sidenav .offcanvas_social li a {
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  float: left;
  margin-right: 0;
}
.sidenav .offcanvas_social li a i {
  font-size: 15px;
  color: #fff;
  margin: 0 8px 0 0;
  text-align: center;
  background: var(--secondaryColor);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
}
.sidenav .offcanvas_social li a i:hover {
  opacity: 0.9;
}
.sidenav .offcanvas_social li:last-child a {
  margin-right: 0;
}
.sidenav .nav-close-menu-li {
  margin: 0;
  padding-bottom: 30px;
  text-align: right;
}
.sidenav .nav-close-menu-li a {
  font-size: 0;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
}
.sidenav .nav-close-menu-li a:after, .sidenav .nav-close-menu-li a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #fff;
  top: 9px;
}
.sidenav .nav-close-menu-li a:before {
  transform: rotate(45deg);
}
.sidenav .nav-close-menu-li a:after {
  transform: rotate(-45deg);
}
.sidenav .nav-close-menu-li a:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.sidenav .nav-close-menu-li a:hover:after, .sidenav .nav-close-menu-li a:hover:before {
  background-color: var(--primaryColor);
}
.sidenav .widget_nav_menu ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.sidenav .widget_nav_menu ul li {
  list-style: none;
  margin-left: 0;
  padding: 0;
  position: relative;
}
.sidenav .widget_nav_menu ul li a {
  font-size: 15px;
  padding: 12px 0;
  display: block;
  color: var(--titleColor);
  font-family: var(--bodyFont);
  line-height: 25px;
  font-weight: 600 !important;
  border-bottom: 1px solid #f3f3f3;
}
.sidenav .widget_nav_menu ul li a:hover {
  color: var(--primaryColor);
}
.sidenav .widget_nav_menu ul li:before {
  display: none;
}
.sidenav .widget_nav_menu ul li ul li a {
  text-transform: capitalize;
  padding: 10px 0;
  line-height: 24px;
}
.sidenav .widget_nav_menu ul li:last-child a {
  border-bottom: none;
}
.sidenav .bs-search button {
  padding: 5px 11px;
}
.sidenav li.nav-link-container {
  color: var(--secondaryColor);
  text-align: center;
  display: block;
  border-radius: 30px;
  height: 40px;
  right: 15px;
  width: 40px;
  top: 5px;
  position: absolute;
  transition: transform 0.5s ease;
}
.sidenav li.nav-link-container:hover a {
  display: block;
}
.sidenav li.nav-link-container:hover a span {
  background: var(--secondaryColor) !important;
}
.sidenav li.nav-link-container a {
  display: block;
  background: none !important;
}
.sidenav li.nav-link-container a span {
  background: var(--primaryColor) !important;
  height: 3px;
  width: 25px;
}
.sidenav li.nav-link-container .nav-menu-link {
  padding: 13px 15px 15px 10px !important;
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger3 {
  transform: rotate(45deg) translate(0px, 0px);
}

.mobile-menu-container .nav-close-menu-li {
  padding-top: 50px;
}
.mobile-menu-container .nav-close-menu-li a {
  padding: 0;
}
.mobile-menu-container ul {
  padding-left: 0;
  margin: 0;
  text-align: left;
}
.mobile-menu-container ul li {
  list-style: none;
  border: none !important;
  margin-left: 0;
  padding: 0;
}
.mobile-menu-container ul li a {
  font-size: 15px;
  padding: 12px 0;
  display: block;
  color: #222;
  border-bottom: none;
}
.mobile-menu-container ul li a:hover {
  opacity: 0.9;
}
.mobile-menu-container ul li:before {
  display: none;
}

.nav-active-menu-container {
  transform: translate(0);
}

#reactheme-header .menu-area .navbar ul li ul li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
}
#reactheme-header .menu-area .navbar ul li ul li .sub-menu:after {
  display: none;
}

#reactheme-header.header-transparent .menu-sticky.sticky ul.offcanvas-icon.sidenav .nav-link-container span {
  background: #fff !important;
}

#reactheme-header .menu-area .navbar ul li ul li:hover ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}

#reactheme-header .menu-area .navbar ul li.three-col ul > li {
  width: 33.33%;
}

#reactheme-header .menu-area .navbar ul li.four-col ul > li {
  width: 25%;
}

.default_header .menu-area .navbar ul > li > a:after {
  background: var(--primaryColor);
}

/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-sticky {
  margin: 0;
  width: 100%;
  z-index: 99;
  transition: all 300ms ease-in-out;
  background: transparent;
}
.menu-sticky.sticky {
  position: fixed !important;
  padding: 0;
}

/* ------------------------------------
    20. Breadcrumbs
  ---------------------------------------*/
.reactheme-breadcrumbs {
  position: relative;
  background: #F5F5FE;
}
.reactheme-breadcrumbs .row {
  align-items: center;
}
.reactheme-breadcrumbs .breadcrumbs-title {
  color: #fff;
  font-size: 0px;
  padding: 0px 0px 10px;
  display: flex;
  justify-content: flex-start;
}
.reactheme-breadcrumbs .breadcrumbs-title span span {
  margin-right: 4px;
  display: inline-block;
  padding-right: 20px;
  padding-left: 5px;
}
.reactheme-breadcrumbs .breadcrumbs-title span a.home:hover {
  color: var(--primaryColor);
}
.reactheme-breadcrumbs .breadcrumbs-title span a.home span {
  padding-left: 0;
}
.reactheme-breadcrumbs .breadcrumbs-title span {
  font-size: 18px;
  position: relative;
  color: var(--blackColor2);
  font-weight: 400;
  line-height: 22px;
}
.reactheme-breadcrumbs .breadcrumbs-title span:hover {
  color: var(--primaryColor);
}
.reactheme-breadcrumbs .breadcrumbs-title span.current-item {
  margin-right: 0;
  padding-right: 0;
  margin-left: 0px;
  color: var(--blackColor2);
  font-weight: 400;
}
.reactheme-breadcrumbs .breadcrumbs-title span a span {
  color: var(--blackColor2);
  transition: 0.3s;
}
.reactheme-breadcrumbs .breadcrumbs-title span a:before {
  content: ">";
  height: 16px;
  position: absolute;
  right: 9px;
  top: 0px;
  font-weight: 600;
  color: var(--blackColor2);
}
.reactheme-breadcrumbs .breadcrumbs-title span a:before {
  right: 2px;
}
.reactheme-breadcrumbs .breadcrumbs-title .current-item {
  color: var(--primaryColor);
}
.reactheme-breadcrumbs .breadcrumbs-inner {
  padding: 110px 0;
  position: relative;
}
.reactheme-breadcrumbs .breadcrumbs-inner .banner-desc {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}
.reactheme-breadcrumbs .breadcrumbs-inner .cate-single .post-categories {
  padding: 0 0 8px 0;
}
.reactheme-breadcrumbs .breadcrumbs-inner .cate-single .post-categories a {
  background: var(--secondaryColor);
  color: #fff;
  padding: 5px 12px 6px;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta {
  padding-left: 0;
}
.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta li {
  margin-right: 25px;
  font-size: 16px;
}
.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta li i {
  margin-right: 3px;
}
.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta li i:before {
  font-size: 14px;
  font-weight: 600;
}
.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta li .p-user {
  text-transform: capitalize;
}
.reactheme-breadcrumbs .breadcrumbs-inner .blog-bread-inner {
  margin-top: 33px;
}
.reactheme-breadcrumbs .breadcrumbs-inner .blog-bread-inner .title-star {
  margin-bottom: 20px;
}
.reactheme-breadcrumbs .breadcrumbs-inner .blog-bread-inner .blog-sbread-long-text .blog-bread-long-title {
  font-size: 200px;
  line-height: 165px;
  max-width: 100%;
  padding-top: 18px;
  margin-bottom: -54px;
  color: #fff;
}
.reactheme-breadcrumbs .breadcrumbs-inner .blog-details-baread-inner {
  margin-top: 29px;
}
.reactheme-breadcrumbs .breadcrumbs-inner .shop-bread-content {
  padding-top: 33px;
}
.reactheme-breadcrumbs .breadcrumbs-inner .shop-bread-content .shop-bread-long-text {
  font-size: 200px;
  line-height: 165px;
  max-width: 100%;
  padding-top: 18px;
  margin-bottom: -54px;
  color: #fff;
}
.reactheme-breadcrumbs .breadcrumbs-inner .shop-bread-content .shop-bread-long-text .shop-bread-long-title {
  font-size: 200px;
  line-height: 165px;
  max-width: 100%;
  padding-top: 18px;
  margin-bottom: -54px;
  color: #fff;
}
.reactheme-breadcrumbs .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.reactheme-breadcrumbs .breadcrumbs-single {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.reactheme-breadcrumbs .breadcrumbs-single.layout-3 .breadcrumbs-inner {
  text-align: center;
}
.reactheme-breadcrumbs .breadcrumbs-single.layout-3 .breadcrumbs-inner .tutor-course-details-header .tutor-course-details-title {
  max-width: 100%;
  text-align: center;
}
.reactheme-breadcrumbs .breadcrumbs-single.layout-3 .breadcrumbs-inner .tutor-course-details-header .rating-area, .reactheme-breadcrumbs .breadcrumbs-single.layout-3 .breadcrumbs-inner .tutor-course-details-header .tutor-meta {
  justify-content: center;
}
.reactheme-breadcrumbs .trail-browse {
  display: none !important;
}
.reactheme-breadcrumbs .trail-items li {
  position: relative;
}
.reactheme-breadcrumbs .trail-items li a {
  padding-right: 20px;
}
.reactheme-breadcrumbs .trail-items li::after {
  right: 0px;
  position: absolute;
  padding: 0;
  content: "\f147";
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  display: block !important;
  top: 0;
}
.reactheme-breadcrumbs .trail-items li.trail-end::after {
  display: none !important;
}
.reactheme-breadcrumbs .page-title {
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  color: #fff;
}
.reactheme-breadcrumbs .sub-title {
  font-size: 18px;
}
.reactheme-breadcrumbs .trail-items li::after {
  font-size: 12px;
}
.reactheme-breadcrumbs ul {
  display: inline-block;
  padding: 5px 20px;
  margin: 10px 0 0;
}
.reactheme-breadcrumbs ul li {
  color: #999;
  display: inline-block;
  font-size: 14px;
}
.reactheme-breadcrumbs ul li * {
  color: #999;
}
.reactheme-breadcrumbs ul li a {
  padding: 0 8px;
  color: #fff;
}
.reactheme-breadcrumbs ul li a:hover {
  color: var(--secondaryColor);
}
.reactheme-breadcrumbs ul li.trail-begin a {
  position: relative;
  display: inline-block;
  padding-left: 0;
}
.reactheme-breadcrumbs ul li.trail-begin a:hover {
  opacity: 0.7;
}
.reactheme-breadcrumbs ul li.trail-end {
  padding-left: 8px;
}

.entry-content .page-links {
  padding-top: 30px;
}

.comment-reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 14px;
}

.page .comments-title {
  font-size: 24px;
  font-weight: 700;
}

.format-aside .single-content-full .bs-desc {
  margin-top: 0;
}

.admin-bar .menu-sticky.sticky {
  top: 31px;
}

.single-post .breadcrumbs-inner .single--post-cat {
  padding-left: 5px;
}
.single-post .breadcrumbs-inner .tag-line a:hover {
  color: #fff;
}

body.logged-in .menu-wrap-off {
  padding: 63px 30px 50px 38px;
}

.hfe-site-logo-set {
  display: inline-block;
}

body.logged-in .cart-icon-total-products.visible-cart {
  top: 32px;
}

.menu-area .navbar ul li.menu-item-has-children ul li.menu-item-has-children > a {
  position: relative !important;
}

.menu-area .navbar ul li.menu-item-has-children ul li.menu-item-has-children > a:before {
  content: "\e809";
  position: absolute;
  font-family: "rt-icons";
  left: auto !important;
  right: 6px !important;
  top: 50% !important;
  text-align: center !important;
  z-index: 99999 !important;
  font-size: 13px !important;
  display: block !important;
  cursor: pointer !important;
  transform: translateY(-50%) !important;
  transition: all 0.5s ease !important;
  font-weight: 400 !important;
}

.header-inner .menu-area ul.menu .mega.col-3 {
  width: unset !important;
}
.header-inner .menu-area ul.menu .mega.col-3 ul.sub-menu .menu-item {
  border: none !important;
  padding-left: 0 !important;
}
.header-inner .menu-area ul.menu .mega.col-3 ul.sub-menu .menu-item a:after, .header-inner .menu-area ul.menu .mega.col-3 ul.sub-menu .menu-item a:before {
  content: none !important;
}
.header-inner .menu-area ul.menu .mega.col-3 ul.sub-menu .menu-item li {
  padding-left: 0 !important;
}

#reactheme-header .sticky-wrapper .sticky .stikcy-padding {
  padding: 5px 0 !important;
}

/*contact layout*/
input[type=submit] {
  border: none;
  padding: 10px 18px;
  background: var(--primaryColor);
}

body div textarea {
  padding: 10px 18px;
  height: 160px;
  border: 0;
}
body div textarea:focus {
  outline: 1px solid var(--primaryColor);
}

input[type=text],
input[type=number],
input[type=email],
input[type=url],
select,
input[type=password] {
  padding: 16px 33px;
  border: 1px solid transparent;
  margin-bottom: 10px;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
select:focus,
input[type=password]:focus {
  outline: 1px solid var(--primaryColor);
}

.wp-block-search .wp-block-search__button {
  margin-left: 0;
}

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

.wp-block-archives select, .wp-block-categories select {
  width: 400px;
}

.wp-block-group.has-background {
  padding: 24px 30px 10px;
  margin-bottom: 30px;
}

[type=search] {
  border: 1px solid #E9E9E9;
  border-radius: 5px 0 0 5px;
  padding: 10px 20px;
  outline: none;
}

div textarea {
  border: 1px solid #E9E9E9;
}

#studyhub-load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111;
  z-index: 999999;
}

#studyhub-load .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

#studyhub-load .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #111;
  animation: preloader 1.3s linear infinite;
}

#studyhub-load .preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.margin-top-0 {
  margin-top: 0;
}

.react-order-list li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.react-order-list li:before {
  content: "\e83f";
  position: absolute;
  font-family: "rt-icons";
  left: 0;
  text-align: center;
  font-size: 16px;
  display: block;
  color: var(--primaryColor);
  font-weight: 900;
}

.reactheme-breadcrumbs .page-title {
  position: relative;
  z-index: 1;
  margin: 0;
}

body.archive .tutor-course-card .tutor-card-body {
  padding: 20px 0 0;
}

.keyfeatures ul li {
  list-style: none;
  display: inline-block;
}

@media screen and (min-width: 991px) {
  .course-archive-03 .tutor-col-3 {
    width: 100%;
  }
  .course-archive-03 .tutor-col-3 .tutor-course-filter-form.tutor-form {
    display: flex;
    flex-wrap: wrap;
  }
  .course-archive-03 .tutor-col-3 .tutor-course-filter-form.tutor-form .tutor-widget {
    width: 20%;
    border: none !important;
  }
  .course-archive-03 .tutor-col-3 .tutor-course-filter-form.tutor-form .tutor-widget ul.tutor-list {
    height: 247px;
    overflow: auto;
  }
  .course-archive-03 .tutor-col-3 .tutor-course-filter-form.tutor-form .tutor-widget-search {
    display: none;
  }
  .course-archive-03 .tutor-col-xl-9 {
    width: 100%;
  }
  .course-archive-03 .tutor-course-filter-container {
    display: none;
  }
  .course-archive-03 .tutor-col-xl-9 .tutor-course-filter {
    display: none !important;
  }
  .course-archive-03 .archive--show-filter {
    display: inline-flex;
    justify-content: end;
    background: var(--primaryColor);
    padding: 12px 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
  }
  .course-archive-03 .coruse-filter-2 {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
  }
  .course-archive-03.active .tutor-course-filter-container {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .course-archive-03 .coruse-filter-2 {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  .post-type-archive-courses .container {
    max-width: 1410px;
  }
  .post-type-archive-courses .container .gridarea__wraper .gridarea__content .gridarea__list ul li {
    width: 58%;
  }
  .post-type-archive-courses .container .gridarea__wraper .gridarea__content .gridarea__list ul li:first-child {
    width: 42%;
  }
}
.woocommerce #respond input#submit,
.woocommerce .wc-forward,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 16px 33px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--primaryColor);
  color: var(--whiteColor);
  z-index: 1;
  outline: none;
  border: none;
}
.woocommerce #respond input#submit:hover,
.woocommerce .wc-forward:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button.alt.disabled:hover {
  color: #fff;
  background: var(--titleColor);
  z-index: 1;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #f5f5f5;
}

.variations select {
  margin-bottom: 0;
}

.product.type-product {
  padding: 20px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
}

.woocommerce #review_form #respond textarea {
  border: 1px solid #DDD8F9;
}

.wc-forward:hover {
  background: transparent;
  color: var(--titleColor);
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: transparent;
}

body.woocommerce div.product form.cart .variations select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: transparent;
  outline: none;
  padding-left: 10px;
  font-size: 15px;
}

.woocommerce .woocommerce-ordering,
.woocommerce div.product form.cart .variations td.value {
  position: relative;
}
.woocommerce .woocommerce-ordering:after,
.woocommerce div.product form.cart .variations td.value:after {
  content: "\e809";
  font-family: rt-icons;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 14px;
  top: 12px;
  color: #171f32;
  z-index: -1;
}

.woocommerce div.product form.cart .variations td.value:after {
  right: 25px;
  top: 12px;
}

.react-sideabr .widget_product_search .woocommerce-product-search {
  position: relative;
}
.react-sideabr .widget_product_search .woocommerce-product-search button {
  border: none;
  font-size: 0;
  padding: 9px 18px 9px 18px;
  background: transparent;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  border-radius: 0 5px 5px 0;
}
.react-sideabr .widget_product_search .woocommerce-product-search:hover:after {
  color: #fff;
  background: var(--secondaryColor);
}
.react-sideabr .widget_product_search .woocommerce-product-search:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #666;
  padding: 9px 18px 9px 18px;
  border-radius: 0 5px 5px 0;
}
.react-sideabr .widget_product_search input[type=search] {
  height: 44px;
  padding: 8px 15px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
}
.react-sideabr .widget_product_search button {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
.react-sideabr .widget_product_search button:hover {
  opacity: 0.95;
}

.woocommerce div.product form.cart .group_table td {
  padding: 25px 20px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  vertical-align: middle;
}

.woocommerce div.product form.cart .group_table td:first-child {
  padding: 10px;
  width: 180px;
}

.woocommerce-checkout table.shop_table td {
  padding: 20px 12px;
}

#ship-to-different-address .woocommerce-form__label .input-checkbox {
  margin: 11px 0 0 !important;
}

.woocommerce-grouped-product-list .quantity .qty {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

.grouped_form .single_add_to_cart_button {
  margin-top: 15px !important;
}
.grouped_form .woocommerce-Price-amount {
  font-weight: 700;
  color: var(--secondaryColor);
}
.grouped_form td ins {
  padding: 0;
}
.grouped_form del .woocommerce-Price-amount {
  font-weight: 600;
  color: #666666;
  display: block;
  font-size: 13px;
  line-height: 16px;
}
.grouped_form .woocommerce-grouped-product-list-item__label a {
  color: var(--titleColor) !important;
  font-weight: 700;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: var(--bodyColor);
}

.woocommerce-product-details__short-description p {
  margin-bottom: 35px;
}

.woocommerce-page .main-contain #content {
  padding-top: 120px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .container {
    padding: 0 0;
  }
}
@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1366px) {
  .container {
    padding: 0 10px;
  }
}

.woocommerce div.product .product_meta {
  font-size: 13px;
}
.woocommerce div.product .product_meta .posted_in {
  font-weight: 700;
}
.woocommerce div.product form.grouped_form table {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce div.product form.grouped_form table td {
  border: none !important;
}
.woocommerce div.product form.grouped_form button {
  margin-left: 0 !important;
}
.woocommerce div.product form.grouped_form .group_table tr:first-child td {
  padding-top: 30px;
}
.woocommerce div.product form.grouped_form .group_table tr:last-child td {
  padding-bottom: 30px;
}
.woocommerce div.product form.grouped_form .group_table td {
  padding: 10px 20px;
}
.woocommerce div.product form.grouped_form .group_table td:first-child {
  padding: 10px 10px 10px 0px;
}
.woocommerce .woocommerce-form-login .form-row {
  margin-bottom: 16px;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox,
.woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__submit {
  margin-top: 8px;
  border-radius: 2px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  font-weight: 500;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--primaryColor);
  color: #fff;
}

body .woocommerce-pagination ul {
  padding: 0;
  margin: 0;
  display: inline-flex !important;
  align-items: center;
  list-style: none;
  justify-content: center;
  border: none !important;
  gap: 10px;
}
body .woocommerce-pagination ul li {
  border: none !important;
}
body .woocommerce-pagination ul li:last-child {
  border-right: 0 !important;
}
body .woocommerce-pagination ul li a.page-numbers,
body .woocommerce-pagination ul li span {
  width: 50px;
  height: 50px;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  border: 1px solid #E9E9E9;
  transition: 0.3s;
  border-radius: 4px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
body .woocommerce-pagination ul li a.page-numbers.current,
body .woocommerce-pagination ul li span.current {
  background: var(--primaryColor);
  color: #fff;
}

.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
  color: var(--primaryColor) !important;
}

.woocommerce a.added_to_cart {
  padding-top: 15px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--secondaryColor);
}

.woocommerce .related .products li .add_to_cart_button,
.woocommerce .related .products li a.product_type_grouped {
  display: none;
}

section.related.products ul {
  margin-top: 50px;
}

.woocommerce #commentform {
  max-width: 650px;
}
.woocommerce #commentform .comment-form-author label,
.woocommerce #commentform .comment-form-email label {
  min-width: 60px;
}
.woocommerce #commentform .comment-form-author input,
.woocommerce #commentform .comment-form-email input {
  width: 100%;
}
.woocommerce #commentform .comment-form-comment textarea {
  margin-bottom: 0;
}

.woocommerce #review_form #respond p {
  margin: 5px 0 20px;
}

.woocommerce .cart_totals h2 {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 17px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--bodyColor);
}
.woocommerce .cart_totals table.shop_table {
  border: none;
}
.woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
  padding: 30px 10px;
  font-weight: 600;
}

.woocommerce-checkout #payment {
  background: transparent;
}
.woocommerce-checkout #payment .wc_payment_methods,
.woocommerce-checkout #payment .place-order {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-checkout #payment .place-order {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-checkout #payment .payment_box {
  background-color: #f9f9f9 !important;
}
.woocommerce-checkout #payment .payment_box:before {
  border: 1em solid #f9f9f9 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

.woocommerce-shipping-fields h3 {
  margin-bottom: 10px;
}

.price_slider_wrapper .price_slider {
  margin-bottom: 25px !important;
}
.price_slider_wrapper .price_slider_amount button {
  padding: 11px 30px;
  z-index: 1;
  position: relative;
  font-size: 12px !important;
}
.price_slider_wrapper .price_slider_amount .price_label {
  top: 4px;
  position: relative;
}

.woocommerce-page ul.products.columns-3 li.product.product-type-external {
  text-align: left;
}
.woocommerce-page ul.products.columns-3 li.product.product-type-external a.button {
  margin-left: 0 !important;
}

.woocommerce ul.products {
  margin-bottom: 0 !important;
}
.woocommerce ul.products li {
  padding: 0 0 32px !important;
  position: relative !important;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease 0s;
  background: transparent;
}
.woocommerce ul.products li img {
  margin-bottom: 0 !important;
  position: relative;
}
.woocommerce ul.products li .woocommerce-loop-product__title {
  padding-bottom: 0px !important;
  line-height: 35px;
}
.woocommerce ul.products li .woocommerce-loop-product__title a {
  color: var(--titleColor);
}
.woocommerce ul.products li .woocommerce-loop-product__title a:hover {
  color: var(--primaryColor);
}
.woocommerce ul.products li a.fa, .woocommerce ul.products li .glyph-icon {
  background: var(--secondaryColor) !important;
  border: none !important;
  font-size: 30px;
  padding: 0 !important;
  margin: 0 !important;
  color: #fff;
}
.woocommerce ul.products li a.fa:before, .woocommerce ul.products li .glyph-icon:before {
  font-size: 23px;
  color: #fff;
  margin: 0 !important;
}
.woocommerce ul.products li .added_to_cart {
  width: 100% !important;
  padding: 0 20px;
  background: none !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #212121 !important;
}
.woocommerce ul.products li .button {
  margin-top: 5px !important;
  margin-left: 15px;
  margin-right: 15px;
}
.woocommerce ul.products li:hover {
  background: transparent;
}
.woocommerce ul.products li:hover a.button {
  color: var(--titleColor);
}
.woocommerce ul.products li:hover a.button i {
  margin-right: 10px;
  color: var(--primaryColor);
}
.woocommerce ul.products li:hover a.button.product_type_external {
  background: var(--secondaryColor);
  color: var(--whiteColor);
}
.woocommerce ul.products li:hover a.button:hover {
  background: var(--titleColor);
}
.woocommerce ul.products li:hover .wc-forward {
  background: #fff;
  color: var(--secondaryColor);
}
.woocommerce ul.products li ul li {
  background: none;
  border-radius: 0;
}

.related .star-rating::beforee {
  top: 50% !important;
  right: 50% !important;
  transform: translate(50%, -50%);
}

.woocommerce .star-rating span::before {
  color: var(--primaryColor);
}

body.woocommerce-js ul.products li {
  margin-bottom: 20px !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
}

body.woocommerce-page .woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 50px;
  border-radius: 0px;
  line-height: 68px;
  border: 1px solid #e3e3e3 !important;
  margin-bottom: 1px;
}

body.woocommerce-page .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  color: #999;
}

.product_meta .sku_wrapper {
  display: block;
}
.product_meta .cat_wrapper {
  display: inline-block;
}

/* ------------------------------------
    29. Shop Page Start Here 
---------------------------------------*/
.woocommerce ul.products.single-product-page {
  padding: 100px 0 0;
}
.woocommerce ul.products li.product {
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .triangle_left {
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-right: 140px solid var(--primaryColor);
  border-bottom: 70px solid transparent;
  position: absolute;
  top: -75px;
  left: -117px;
  transform: rotate(48deg);
  opacity: 0;
}
.woocommerce ul.products li.product:hover {
  background: transparent;
}
.woocommerce ul.products li.product:hover .triangle_left {
  opacity: 1;
}
.woocommerce ul.products li.product:hover h3 a {
  color: var(--primaryColor);
}
.woocommerce ul.products li.product:hover .add-to-cart {
  background: var(--primaryColor);
  color: #fff !important;
}
.woocommerce ul.products li.product:hover .images-product img:hover {
  transform: scale(1.2);
}
.woocommerce ul.products li.product .images-product {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0;
}
.woocommerce ul.products li.product .images-product a {
  display: block;
}
.woocommerce ul.products li.product .images-product a img {
  transition: all 0.3s ease-out;
  width: 100%;
}
.woocommerce ul.products li.product .images-product .overley .winnereactheme-details {
  padding: 0;
}
.woocommerce ul.products li.product .images-product .overley .winnereactheme-details h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.woocommerce ul.products li.product .images-product .overley .winnereactheme-details h4:after {
  display: none;
}
.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul {
  padding: 0;
  margin: 0;
}
.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul li {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top;
  border: none;
}
.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul li a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul li a:hover {
  color: #fff;
  opacity: 0.9;
}
.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul li a i {
  font-size: 16px;
  margin: 0;
}
.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul li a i:hover {
  color: var(--primaryColor);
}
.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul li .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul li:hover {
  background: none;
}
.woocommerce ul.products li.product .images-product .overley .winnereactheme-details p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 13px;
}
.woocommerce ul.products li.product .images-product .overley .winnereactheme-details p i {
  color: #ffffff;
  margin-right: 8px;
}
.woocommerce ul.products li.product h4 {
  margin-bottom: 10px !important;
  margin-left: 0;
  font-weight: 700;
}
.woocommerce ul.products li.product h4 a {
  color: var(--titleColor);
  font-size: 20px;
  margin: 0;
}
.woocommerce ul.products li.product h4 a:hover {
  color: var(--primaryColor);
}
.woocommerce ul.products li.product .price-details ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.woocommerce ul.products li.product .price-details ul li {
  display: block;
}
.woocommerce ul.products li.product .price-details ul li:first-child {
  font-weight: 600;
  font-size: 15px;
}
.woocommerce ul.products li.product .price-details ul li:first-child del {
  margin-right: 5px;
  font-weight: 400;
  font-size: 15px;
}
.woocommerce ul.products li.product .price-details ul li .add-to-cart {
  border: 1px solid var(--primaryColor);
  padding: 8px 18px;
  color: var(--titleColor);
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
}
.woocommerce ul.products li.product .price {
  transition: all 0.3s;
  transform: none;
  z-index: -1;
  position: relative;
}
.woocommerce ul.products li.product .add_to_cart_button, .woocommerce ul.products li.product .product_type_grouped {
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
  border: none !important;
  background: transparent;
  color: var(--bodyColor);
  padding: 10px 15px;
}
.woocommerce ul.products li.product .add_to_cart_button:hover, .woocommerce ul.products li.product .product_type_grouped:hover {
  color: var(--primaryColor) !important;
}
.woocommerce ul.products li.product:hover .price {
  transform: translateY(-20px);
  opacity: 1;
}
.woocommerce ul.products li.product:hover .add_to_cart_button, .woocommerce ul.products li.product:hover .product_type_grouped {
  bottom: 30px;
  opacity: 1;
}
.woocommerce ul.products .topbar-area {
  overflow: hidden;
  padding-bottom: 54px;
}
.woocommerce ul.products .topbar-area .showing-Short .seclec-box {
  float: right;
}
.woocommerce ul.products .topbar-area .showing-result ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.woocommerce ul.products .topbar-area .showing-result ul li {
  display: inline-block;
  font-weight: 400;
  color: var(--bodyColor);
  margin-right: 0;
  font-size: 14px;
  height: 25px;
}
.woocommerce ul.products .topbar-area .showing-result ul li .form-group {
  margin: 0;
}
.woocommerce ul.products .topbar-area .showing-result ul li .form-group.seclect-box select.form-control {
  display: inline-block;
  border: 0;
  background: transparent;
  border-radius: 0px;
}
.woocommerce ul.products .pagination {
  margin-top: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 1% -0.008em 0;
}

section.related.products > h2 {
  margin-bottom: 0;
}
section.related.products ul {
  margin-top: 15px;
}
section.related.products ul li.product {
  width: 24%;
  border: 1px solid #E9E9E9;
}
section.related.products ul li.product .product-img img {
  border-radius: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: var(--secondaryColor);
  font-size: 16px !important;
  font-weight: 700;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
  color: var(--secondaryColor);
  font-size: 16px;
  font-weight: 700;
}

.woocommerce .quantity .qty {
  height: 36px !important;
  width: 30px;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin-bottom: 0;
  padding: 8px 0;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-radius: 0 !important;
}

.woocommerce div.product form.cart div.quantity {
  float: none !important;
  max-width: 150px;
}

.woocommerce .quantity {
  border: 1px solid #e2e2e2;
}
.woocommerce .quantity .qty_button {
  border: none;
  background: none;
  box-shadow: none;
  color: #d3d3d3;
  font-size: 20px;
  padding: 0px 16px;
  position: relative;
  top: 1px;
}
.woocommerce .quantity .qty_button:hover {
  border: none;
  background: none !important;
  box-shadow: none;
}
.woocommerce input[type=number] {
  border: 0;
}

.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}

body.woocommerce ins {
  background: none !important;
}
body.woocommerce .panel {
  border: none;
  box-shadow: none;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav {
  padding: 22px 0 0 !important;
  text-align: center;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li {
  float: none !important;
  display: inline-block;
  width: auto !important;
  padding: 0 5px;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li img {
  width: 100px;
  display: inline-block;
  margin-bottom: 10px !important;
  opacity: 1 !important;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li img:hover, body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li img.flex-active {
  border: 2px solid var(--primaryColor);
}

.woocommerce-variation-price {
  margin-bottom: 30px;
}

.woocommerce table.shop_attributes td {
  font-style: normal;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews h2,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #dee2e6;
  background-color: #fff;
  border-radius: 0 !important;
  margin-right: 0 !important;
}
.woocommerce div.product .product_meta .posted_in a {
  color: var(--bodyColor);
}

.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
  font-size: 18px;
  margin-right: 12px;
  border-radius: 4px 4px 0 0;
  margin-left: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--secondaryColor);
  color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background: var(--secondaryColor);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #fff;
  opacity: 0.9;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  box-shadow: -2px 2px 0 #f0f0f0;
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  border-radius: 5px 0 0 0;
  padding-top: 15px;
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #f0f0f0;
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #f0f0f0;
  display: none;
}

.woocommerce-form-login .woocommerce-Button {
  margin-right: 12px !important;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 2em;
  width: 50%;
}

.woocommerce .woocommerce-ordering select {
  float: right;
  font-size: 15px;
  color: #454545;
  font-weight: 400;
  vertical-align: top;
  padding: 8px 10px;
  border: 1px solid #E9E9E9;
  border-radius: 0;
  margin-bottom: 35px;
}

.woocommerce .woocommerce-result-count {
  margin-top: 10px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ddd !important;
}

.woocommerce a.remove {
  margin: 0 auto;
  color: var(--titleColor) !important;
  line-height: 22px;
  border: 1px solid #ddd;
  font-weight: 300 !important;
  font-size: 1.1em;
  height: 1.5em;
  width: 1.5em;
}

.woocommerce-cart table.cart .product-thumbnail img {
  width: 80px !important;
}
.woocommerce-cart table.cart .product-name a {
  color: var(--bodyColor);
  font-weight: 600;
}
.woocommerce-cart table.cart .product-name a:hover {
  color: var(--titleColor);
  text-decoration: underline !important;
}
.woocommerce-cart table.cart .product-price span {
  font-weight: 600;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: var(--bodyColor);
}

.woocommerce-checkout .woocommerce form .form-row {
  margin: 0 0 15px;
}

.woocommerce button.button:disabled {
  opacity: 0.8 !important;
  background: none;
}

.coupon input#coupon_code {
  width: 320px !important;
  border-radius: 0px;
  margin-right: 20px;
  text-align: left !important;
  padding-left: 22px;
  background: #fff;
}
.coupon ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--titleColor) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon ::-moz-placeholder { /* Firefox 19+ */
  color: var(--titleColor) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon :-ms-input-placeholder { /* IE 10+ */
  color: var(--titleColor) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon :-moz-placeholder { /* Firefox 18- */
  color: var(--titleColor) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.product_meta span.tagged_as {
  display: block;
}
.product_meta span {
  font-weight: 600;
}
.product_meta span a {
  font-weight: 400;
}

.single-product .bs-info {
  display: none;
}
.single-product .bs-img {
  display: none;
}
.single-product .bs-desc {
  margin-top: 0px !important;
}
.single-product div.product p.price {
  margin-bottom: 15px;
}
.single-product div.product form.cart {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: var(--primaryColor);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--secondaryColor);
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 110px;
  height: 40px;
  text-align: center;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}

input[type=tel] {
  padding: 10px 14px;
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(54, 54, 54, 0.1);
}

.woocommerce-form__label span {
  padding-left: 5px;
}
.woocommerce-form__label .input-checkbox {
  margin: 7px 0 0 !important;
}

body.woocommerce-page input[type=text], body.woocommerce-page input[type=password], body.woocommerce-page input[type=email], body.woocommerce-page .select2-container--default .select2-selection--single,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated .select2-container, body.woocommerce-page .woocommerce form .form-row.woocommerce-validated input.input-text, body.woocommerce-page .woocommerce form .form-row.woocommerce-validated select {
  border: 1px solid #DDD8F9;
  height: 45px;
}
body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--bodyColor);
  padding-left: 18px;
}
body.woocommerce-page input[type=text]::-moz-placeholder, body.woocommerce-page input[type=number]::-moz-placeholder, body.woocommerce-page input[type=password]::-moz-placeholder, body.woocommerce-page textarea::-moz-placeholder, body.woocommerce-page input[type=email]::-moz-placeholder {
  color: #363636;
}
body.woocommerce-page input[type=text]::placeholder, body.woocommerce-page input[type=number]::placeholder, body.woocommerce-page input[type=password]::placeholder, body.woocommerce-page textarea::placeholder, body.woocommerce-page input[type=email]::placeholder {
  color: #363636;
}
body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 6px 0 6px;
}
body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #363636 transparent transparent transparent;
}
body.woocommerce-page .woocommerce form .form-row-first, body.woocommerce-page .woocommerce-page form .form-row-first {
  width: 52%;
}
body.woocommerce-page .woocommerce form .form-row-first #coupon_code, body.woocommerce-page .woocommerce-page form .form-row-first #coupon_code {
  height: 47px;
}
body.woocommerce-page .woocommerce-billing-fields .input-text, body.woocommerce-page .woocommerce-billing-fields select {
  height: 50px;
  color: #040404;
  font-size: 16px;
  font-weight: 400;
}
body.woocommerce-page .woocommerce-billing-fields .input-text::-moz-placeholder, body.woocommerce-page .woocommerce-billing-fields select::-moz-placeholder {
  color: #999999;
}
body.woocommerce-page .woocommerce-billing-fields .input-text::placeholder, body.woocommerce-page .woocommerce-billing-fields select::placeholder {
  color: #999999;
}

body.single-product div.product .woocommerce-tabs .comment-reply-title {
  font-size: 20px !important;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 13px;
}

body.single-product div.product .woocommerce-tabs .rat-full {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body.single-product div.product .woocommerce-tabs .rat-full p {
  flex: 0 0 50%;
}

body.single-product div.product .woocommerce-tabs .rat-full input {
  margin-bottom: 8px;
}

body.single-product div.product .woocommerce-tabs .rat-full p.comment-form-author {
  padding-right: 15px;
}

body.single-product div.product .woocommerce-tabs .rat-full p.comment-form-email {
  padding-left: 15px;
}

body.single-product div.product .woocommerce-tabs #commentform {
  max-width: 100%;
}

body.single-product div.product .woocommerce-tabs #commentform .comment-form-cookies-consent {
  display: block;
}

body.single-product div.product .woocommerce-tabs #commentform #comment {
  height: 160px;
}

body.single-product div.product .woocommerce-tabs #commentform input[type=checkbox] {
  position: relative;
  top: 1px;
  vertical-align: unset;
}

body.single-product div.product .woocommerce-tabs #commentform input[type=text],
body.single-product div.product .woocommerce-tabs #commentform input[type=email] {
  height: 50px;
}

body.single-product div.product .woocommerce-tabs label {
  font-weight: 400;
}

body.woocommerce-page .select2-container--default .select2-selection--single {
  height: 52px;
}

.woocommerce .quantity .qty {
  box-shadow: none;
}

.woocommerce-cart-form table.shop_table {
  border-collapse: collapse;
}
.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th {
  padding: 25px;
  text-align: center;
}
.woocommerce-cart-form table.shop_table .quantity {
  padding: 0 0px;
  margin: 0 auto;
  width: 150px;
}
.woocommerce-cart-form table.shop_table .quantity .qty_button {
  top: -1px;
}
.woocommerce-cart-form table.shop_table .quantity .qty {
  width: 50px;
  border-radius: 0 !important;
  background: transparent;
}

input[type=text], input[type=tel],
input[type=email], input[type=password], textarea {
  background: #fff;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 600;
  border-top: none;
}

.woocommerce table.shop_table.cart {
  border-collapse: unset !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  padding-top: 40px;
}

.woocommerce div.product form.cart .variations select {
  padding: 5px 2px;
}

.cart_totals h2 {
  text-transform: capitalize;
}
.cart_totals table.shop_table th,
.cart_totals table.shop_table td {
  padding: 20px;
}

.woocommerce-tabs h2 {
  font-size: 20px;
}

.related.products h2 {
  font-size: 40px;
  font-weight: 600;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 50px !important;
}

.cart-collaterals th, .cart-collaterals td {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.cart-collaterals tr:last-child td, .cart-collaterals tr:last-child th {
  border-bottom: none !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 100%;
}

.woocommerce .bottom,
.woocommerce .featured {
  text-align: left;
}
.woocommerce .form-row {
  display: block;
}
.woocommerce.single-product form.cart .button {
  min-width: 150px;
  margin-top: 15px;
}
.woocommerce .add_to_cart_button {
  transition: 0.3s ease all;
}
.woocommerce .add_to_cart_button:after {
  font-size: inherit !important;
  vertical-align: initial !important;
}
.woocommerce .add_to_cart_button.added {
  display: none !important;
  opacity: 0;
}
.woocommerce .add_to_cart_button.loading {
  padding-right: 40px !important;
}
.woocommerce .add_to_cart_button.loading:after {
  top: 12px !important;
  right: 15px !important;
  font-size: inherit !important;
}
.woocommerce button[disabled] {
  color: #fff;
  height: 50px;
  padding: 0 35px !important;
}
.woocommerce button[disabled]:hover {
  color: var(--secondaryColor);
}

.woocommerce table.shop_table th {
  border: none;
  font-size: 18px;
  font-weight: 600;
}

.woocommerce table.shop_table td {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 0px solid #E6E6E6;
}

h3#order_review_heading {
  margin-top: 60px;
  padding: 0 15px;
}

#order_review {
  padding: 0 15px;
}

textarea.input-text {
  border: 1px solid #ccc;
}

.woocommerce span.onsale {
  background: var(--primaryColor);
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 !important;
  right: 10px !important;
  margin: 0 !important;
  top: 30px !important;
  z-index: 1;
  font-weight: 500;
}

.woocommerce-info {
  border-top-color: var(--primaryColor);
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  padding: 3px 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.woocommerce table.shop_table {
  border-radius: 0 !important;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  background: #f0f0f0;
  margin: 0 0 15px;
  border-radius: 2px;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 10px 20px;
  color: var(--bodyColor);
  display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background: var(--secondaryColor);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li:hover {
  background: var(--secondaryColor);
}
.woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}

form.woocommerce-EditAccountForm fieldset {
  margin-bottom: 40px;
  margin-top: 30px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-input-wrapper #order_comments,
#order_comments {
  border: 1px solid rgba(54, 54, 54, 0.1) !important;
}

.woocommerce-js ul.products li img {
  width: auto;
  max-width: 100%;
}

.woocommerce-account .woocommerce form.login {
  margin-bottom: 0;
}

.single-product.woocommerce span.onsale {
  left: 10px !important;
}

#order_comments {
  border: 1px solid rgba(54, 54, 54, 0.1) !important;
}

.woocommerce .quantity input[type=number]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type=number]::-moz-placeholder { /* Firefox 19+ */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type=number]:-ms-input-placeholder { /* IE 10+ */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type=number]:-moz-placeholder { /* Firefox 18- */
  color: #363636 !important;
  opacity: 1;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
ul.flex-direction-nav {
  position: absolute;
  top: 30%;
  z-index: 99999;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}

li.flex-nav-prev {
  float: left;
}

li.flex-nav-next {
  float: right;
}

ul.flex-direction-nav li a {
  color: #ccc;
}

ul.flex-direction-nav li a:hover {
  text-decoration: none;
}

.woocommerce.single-product .product-type-variable .sale-rs,
.woocommerce.single-product .product-type-external .sale-rs,
.woocommerce.single-product .product-type-grouped .sale-rs,
.woocommerce.single-product .product-type-simple .sale-rs {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 50px !important;
}
.woocommerce.single-product .product-type-variable .sale-left-thumb,
.woocommerce.single-product .product-type-external .sale-left-thumb,
.woocommerce.single-product .product-type-grouped .sale-left-thumb,
.woocommerce.single-product .product-type-simple .sale-left-thumb {
  left: 11% !important;
}
.woocommerce.single-product .product-type-variable .summary,
.woocommerce.single-product .product-type-external .summary,
.woocommerce.single-product .product-type-grouped .summary,
.woocommerce.single-product .product-type-simple .summary {
  padding-right: 20px;
}
.woocommerce.single-product .product-type-variable .summary .woocommerce-product-rating,
.woocommerce.single-product .product-type-external .summary .woocommerce-product-rating,
.woocommerce.single-product .product-type-grouped .summary .woocommerce-product-rating,
.woocommerce.single-product .product-type-simple .summary .woocommerce-product-rating {
  margin-bottom: 17px;
}
.woocommerce.single-product .product-type-variable .summary .woocommerce-product-rating .star-rating span:before,
.woocommerce.single-product .product-type-external .summary .woocommerce-product-rating .star-rating span:before,
.woocommerce.single-product .product-type-grouped .summary .woocommerce-product-rating .star-rating span:before,
.woocommerce.single-product .product-type-simple .summary .woocommerce-product-rating .star-rating span:before {
  color: #ffcd00 !important;
}
.woocommerce.single-product .product-type-variable .summary .woocommerce-product-rating .star-rating:before,
.woocommerce.single-product .product-type-external .summary .woocommerce-product-rating .star-rating:before,
.woocommerce.single-product .product-type-grouped .summary .woocommerce-product-rating .star-rating:before,
.woocommerce.single-product .product-type-simple .summary .woocommerce-product-rating .star-rating:before {
  color: #ffcd00 !important;
}
.woocommerce.single-product .product-type-variable .summary .woocommerce-product-rating .woocommerce-review-link,
.woocommerce.single-product .product-type-external .summary .woocommerce-product-rating .woocommerce-review-link,
.woocommerce.single-product .product-type-grouped .summary .woocommerce-product-rating .woocommerce-review-link,
.woocommerce.single-product .product-type-simple .summary .woocommerce-product-rating .woocommerce-review-link {
  color: var(--bodyColor);
  margin-left: 10px;
}
.woocommerce.single-product .product-type-variable .summary .product_title,
.woocommerce.single-product .product-type-external .summary .product_title,
.woocommerce.single-product .product-type-grouped .summary .product_title,
.woocommerce.single-product .product-type-simple .summary .product_title {
  color: #040404;
  font-size: 28px;
  line-height: 1.23;
  margin-bottom: 2rem;
}
.woocommerce.single-product .product-type-variable .summary .product_title .stock,
.woocommerce.single-product .product-type-external .summary .product_title .stock,
.woocommerce.single-product .product-type-grouped .summary .product_title .stock,
.woocommerce.single-product .product-type-simple .summary .product_title .stock {
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  color: #a7d636;
  margin-left: 10px;
  position: relative;
  bottom: 3px;
}
.woocommerce.single-product .product-type-variable .summary .price,
.woocommerce.single-product .product-type-external .summary .price,
.woocommerce.single-product .product-type-grouped .summary .price,
.woocommerce.single-product .product-type-simple .summary .price {
  color: var(--primaryColor);
  font-size: 36px;
  font-weight: bold;
}
.woocommerce.single-product .product-type-variable .summary .price .amount bdi,
.woocommerce.single-product .product-type-external .summary .price .amount bdi,
.woocommerce.single-product .product-type-grouped .summary .price .amount bdi,
.woocommerce.single-product .product-type-simple .summary .price .amount bdi {
  color: var(--primaryColor);
  font-size: 18px;
  font-weight: bold;
}
.woocommerce.single-product .product-type-variable .summary .price del,
.woocommerce.single-product .product-type-external .summary .price del,
.woocommerce.single-product .product-type-grouped .summary .price del,
.woocommerce.single-product .product-type-simple .summary .price del {
  color: #cfcfcf !important;
}
.woocommerce.single-product .product-type-variable .summary .price del bdi,
.woocommerce.single-product .product-type-external .summary .price del bdi,
.woocommerce.single-product .product-type-grouped .summary .price del bdi,
.woocommerce.single-product .product-type-simple .summary .price del bdi {
  color: #cfcfcf !important;
  display: inline-flex;
  align-items: baseline;
  font-size: 36px !important;
}
.woocommerce.single-product .product-type-variable .summary .price ins,
.woocommerce.single-product .product-type-external .summary .price ins,
.woocommerce.single-product .product-type-grouped .summary .price ins,
.woocommerce.single-product .product-type-simple .summary .price ins {
  padding-left: 0;
}
.woocommerce.single-product .product-type-variable .summary .price ins bdi,
.woocommerce.single-product .product-type-external .summary .price ins bdi,
.woocommerce.single-product .product-type-grouped .summary .price ins bdi,
.woocommerce.single-product .product-type-simple .summary .price ins bdi {
  color: var(--primaryColor) !important;
  display: inline-flex;
  align-items: baseline;
  font-size: 36px !important;
}
.woocommerce.single-product .product-type-variable .summary .cart,
.woocommerce.single-product .product-type-external .summary .cart,
.woocommerce.single-product .product-type-grouped .summary .cart,
.woocommerce.single-product .product-type-simple .summary .cart {
  display: inline-flex;
  padding: 0;
  align-items: center;
  border: 0;
}
.woocommerce.single-product .product-type-variable .summary .cart .quantity,
.woocommerce.single-product .product-type-external .summary .cart .quantity,
.woocommerce.single-product .product-type-grouped .summary .cart .quantity,
.woocommerce.single-product .product-type-simple .summary .cart .quantity {
  margin: 0;
  margin-right: 20px;
  padding: 7px 0px;
  background: #f7f7f7;
  border-radius: 0;
  border: none;
}
.woocommerce.single-product .product-type-variable .summary .cart .quantity input.qty,
.woocommerce.single-product .product-type-external .summary .cart .quantity input.qty,
.woocommerce.single-product .product-type-grouped .summary .cart .quantity input.qty,
.woocommerce.single-product .product-type-simple .summary .cart .quantity input.qty {
  border: 0;
  color: var(--titleFont);
  font-weight: 600;
  background: transparent;
}
.woocommerce.single-product .product-type-variable .summary .cart .quantity input.plus, .woocommerce.single-product .product-type-variable .summary .cart .quantity input.minus,
.woocommerce.single-product .product-type-external .summary .cart .quantity input.plus,
.woocommerce.single-product .product-type-external .summary .cart .quantity input.minus,
.woocommerce.single-product .product-type-grouped .summary .cart .quantity input.plus,
.woocommerce.single-product .product-type-grouped .summary .cart .quantity input.minus,
.woocommerce.single-product .product-type-simple .summary .cart .quantity input.plus,
.woocommerce.single-product .product-type-simple .summary .cart .quantity input.minus {
  color: var(--bodyFont);
  font-size: 20px;
}
.woocommerce.single-product .product-type-variable .summary .cart .single_add_to_cart_button,
.woocommerce.single-product .product-type-external .summary .cart .single_add_to_cart_button,
.woocommerce.single-product .product-type-grouped .summary .cart .single_add_to_cart_button,
.woocommerce.single-product .product-type-simple .summary .cart .single_add_to_cart_button {
  display: block;
  margin: 0;
  color: #fff;
  background: var(--primaryColor);
  padding: 17px 32px;
  border-radius: 2px;
}
.woocommerce.single-product .product-type-variable .summary .cart .single_add_to_cart_button:hover,
.woocommerce.single-product .product-type-external .summary .cart .single_add_to_cart_button:hover,
.woocommerce.single-product .product-type-grouped .summary .cart .single_add_to_cart_button:hover,
.woocommerce.single-product .product-type-simple .summary .cart .single_add_to_cart_button:hover {
  color: #fff;
  background: var(--titleColor);
}
.woocommerce.single-product .product-type-variable .summary .product_ingredient_area,
.woocommerce.single-product .product-type-external .summary .product_ingredient_area,
.woocommerce.single-product .product-type-grouped .summary .product_ingredient_area,
.woocommerce.single-product .product-type-simple .summary .product_ingredient_area {
  margin-top: 10px;
}
.woocommerce.single-product .product-type-variable .summary .product_ingredient_area .pro_ingre_title h4,
.woocommerce.single-product .product-type-external .summary .product_ingredient_area .pro_ingre_title h4,
.woocommerce.single-product .product-type-grouped .summary .product_ingredient_area .pro_ingre_title h4,
.woocommerce.single-product .product-type-simple .summary .product_ingredient_area .pro_ingre_title h4 {
  font-size: 24px;
  color: #111111;
}
.woocommerce.single-product .product-type-variable .summary .product_ingredient_area .pro_ingre_features ul,
.woocommerce.single-product .product-type-external .summary .product_ingredient_area .pro_ingre_features ul,
.woocommerce.single-product .product-type-grouped .summary .product_ingredient_area .pro_ingre_features ul,
.woocommerce.single-product .product-type-simple .summary .product_ingredient_area .pro_ingre_features ul {
  margin: 0;
  padding: 0;
}
.woocommerce.single-product .product-type-variable .summary .product_ingredient_area .pro_ingre_features ul li,
.woocommerce.single-product .product-type-external .summary .product_ingredient_area .pro_ingre_features ul li,
.woocommerce.single-product .product-type-grouped .summary .product_ingredient_area .pro_ingre_features ul li,
.woocommerce.single-product .product-type-simple .summary .product_ingredient_area .pro_ingre_features ul li {
  list-style: none;
  width: 50%;
  display: block;
  float: left;
}
.woocommerce.single-product .product-type-variable .summary .product_ingredient_area .pro_ingre_features ul li span,
.woocommerce.single-product .product-type-external .summary .product_ingredient_area .pro_ingre_features ul li span,
.woocommerce.single-product .product-type-grouped .summary .product_ingredient_area .pro_ingre_features ul li span,
.woocommerce.single-product .product-type-simple .summary .product_ingredient_area .pro_ingre_features ul li span {
  font-size: 16px;
  font-weight: 400;
}
.woocommerce.single-product .product-type-variable .summary .yith-wcwl-add-to-wishlist,
.woocommerce.single-product .product-type-external .summary .yith-wcwl-add-to-wishlist,
.woocommerce.single-product .product-type-grouped .summary .yith-wcwl-add-to-wishlist,
.woocommerce.single-product .product-type-simple .summary .yith-wcwl-add-to-wishlist {
  margin: 0;
  margin-left: 13px;
  display: inline-block;
}
.woocommerce.single-product .product-type-variable .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.woocommerce.single-product .product-type-external .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.woocommerce.single-product .product-type-grouped .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.woocommerce.single-product .product-type-simple .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  padding: 0px 30px;
  padding-top: 10px;
  padding-bottom: 22px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  position: relative;
}
.woocommerce.single-product .product-type-variable .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i,
.woocommerce.single-product .product-type-external .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i,
.woocommerce.single-product .product-type-grouped .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i,
.woocommerce.single-product .product-type-simple .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  margin: 0;
  color: #e2e2e2;
  font-size: 16px;
  transition: all 0.6s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce.single-product .product-type-variable .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i:hover,
.woocommerce.single-product .product-type-external .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i:hover,
.woocommerce.single-product .product-type-grouped .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i:hover,
.woocommerce.single-product .product-type-simple .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i:hover {
  color: #040404;
}
.woocommerce.single-product .product-type-variable .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce.single-product .product-type-variable .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.woocommerce.single-product .product-type-external .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce.single-product .product-type-external .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.woocommerce.single-product .product-type-grouped .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce.single-product .product-type-grouped .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.woocommerce.single-product .product-type-simple .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce.single-product .product-type-simple .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  padding: 0px 30px;
  padding-top: 12px;
  padding-bottom: 21px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  position: relative;
}
.woocommerce.single-product .product-type-variable .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i,
.woocommerce.single-product .product-type-variable .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i,
.woocommerce.single-product .product-type-external .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i,
.woocommerce.single-product .product-type-external .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i,
.woocommerce.single-product .product-type-grouped .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i,
.woocommerce.single-product .product-type-grouped .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i,
.woocommerce.single-product .product-type-simple .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i,
.woocommerce.single-product .product-type-simple .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i {
  margin: 0;
  color: #e2e2e2;
  font-size: 16px;
  transition: all 0.6s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce.single-product .product-type-variable .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i:hover,
.woocommerce.single-product .product-type-variable .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i:hover,
.woocommerce.single-product .product-type-external .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i:hover,
.woocommerce.single-product .product-type-external .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i:hover,
.woocommerce.single-product .product-type-grouped .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i:hover,
.woocommerce.single-product .product-type-grouped .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i:hover,
.woocommerce.single-product .product-type-simple .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i:hover,
.woocommerce.single-product .product-type-simple .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i:hover {
  color: #040404;
}
.woocommerce.single-product .product-type-variable .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i,
.woocommerce.single-product .product-type-external .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i,
.woocommerce.single-product .product-type-grouped .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i,
.woocommerce.single-product .product-type-simple .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i {
  top: 70% !important;
}
.woocommerce.single-product .product-type-variable .summary .product_meta > span,
.woocommerce.single-product .product-type-external .summary .product_meta > span,
.woocommerce.single-product .product-type-grouped .summary .product_meta > span,
.woocommerce.single-product .product-type-simple .summary .product_meta > span {
  font-size: 16px;
  font-weight: 700;
}
.woocommerce.single-product .product-type-variable .summary .product_meta > span a,
.woocommerce.single-product .product-type-variable .summary .product_meta > span span,
.woocommerce.single-product .product-type-external .summary .product_meta > span a,
.woocommerce.single-product .product-type-external .summary .product_meta > span span,
.woocommerce.single-product .product-type-grouped .summary .product_meta > span a,
.woocommerce.single-product .product-type-grouped .summary .product_meta > span span,
.woocommerce.single-product .product-type-simple .summary .product_meta > span a,
.woocommerce.single-product .product-type-simple .summary .product_meta > span span {
  font-weight: 400;
  font-size: 16px;
  font-family: var(--bodyFont);
  color: var(--bodyColor);
}
.woocommerce.single-product .product-type-variable .summary .woocommerce-product-details__short-description p,
.woocommerce.single-product .product-type-external .summary .woocommerce-product-details__short-description p,
.woocommerce.single-product .product-type-grouped .summary .woocommerce-product-details__short-description p,
.woocommerce.single-product .product-type-simple .summary .woocommerce-product-details__short-description p {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce.single-product .product-type-variable .woocommerce-product-gallery.left-thumb, .woocommerce.single-product .product-type-variable .woocommerce-product-gallery.right-thumb,
.woocommerce.single-product .product-type-external .woocommerce-product-gallery.left-thumb,
.woocommerce.single-product .product-type-external .woocommerce-product-gallery.right-thumb,
.woocommerce.single-product .product-type-grouped .woocommerce-product-gallery.left-thumb,
.woocommerce.single-product .product-type-grouped .woocommerce-product-gallery.right-thumb,
.woocommerce.single-product .product-type-simple .woocommerce-product-gallery.left-thumb,
.woocommerce.single-product .product-type-simple .woocommerce-product-gallery.right-thumb {
  display: flex;
}
.woocommerce.single-product .product-type-variable .woocommerce-product-gallery.left-thumb div.flex-viewport, .woocommerce.single-product .product-type-variable .woocommerce-product-gallery.right-thumb div.flex-viewport,
.woocommerce.single-product .product-type-external .woocommerce-product-gallery.left-thumb div.flex-viewport,
.woocommerce.single-product .product-type-external .woocommerce-product-gallery.right-thumb div.flex-viewport,
.woocommerce.single-product .product-type-grouped .woocommerce-product-gallery.left-thumb div.flex-viewport,
.woocommerce.single-product .product-type-grouped .woocommerce-product-gallery.right-thumb div.flex-viewport,
.woocommerce.single-product .product-type-simple .woocommerce-product-gallery.left-thumb div.flex-viewport,
.woocommerce.single-product .product-type-simple .woocommerce-product-gallery.right-thumb div.flex-viewport {
  width: 80%;
  background: #F6F6F6;
}
.woocommerce.single-product .product-type-variable .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs, .woocommerce.single-product .product-type-variable .woocommerce-product-gallery.right-thumb ol.flex-control-thumbs,
.woocommerce.single-product .product-type-external .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs,
.woocommerce.single-product .product-type-external .woocommerce-product-gallery.right-thumb ol.flex-control-thumbs,
.woocommerce.single-product .product-type-grouped .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs,
.woocommerce.single-product .product-type-grouped .woocommerce-product-gallery.right-thumb ol.flex-control-thumbs,
.woocommerce.single-product .product-type-simple .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs,
.woocommerce.single-product .product-type-simple .woocommerce-product-gallery.right-thumb ol.flex-control-thumbs {
  width: 20%;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  padding-left: 10px !important;
}
.woocommerce.single-product .product-type-variable .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs li, .woocommerce.single-product .product-type-variable .woocommerce-product-gallery.right-thumb ol.flex-control-thumbs li,
.woocommerce.single-product .product-type-external .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs li,
.woocommerce.single-product .product-type-external .woocommerce-product-gallery.right-thumb ol.flex-control-thumbs li,
.woocommerce.single-product .product-type-grouped .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs li,
.woocommerce.single-product .product-type-grouped .woocommerce-product-gallery.right-thumb ol.flex-control-thumbs li,
.woocommerce.single-product .product-type-simple .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs li,
.woocommerce.single-product .product-type-simple .woocommerce-product-gallery.right-thumb ol.flex-control-thumbs li {
  width: 100%;
}
.woocommerce.single-product .product-type-variable .woocommerce-product-gallery.left-thumb .woocommerce-product-gallery__trigger, .woocommerce.single-product .product-type-variable .woocommerce-product-gallery.right-thumb .woocommerce-product-gallery__trigger,
.woocommerce.single-product .product-type-external .woocommerce-product-gallery.left-thumb .woocommerce-product-gallery__trigger,
.woocommerce.single-product .product-type-external .woocommerce-product-gallery.right-thumb .woocommerce-product-gallery__trigger,
.woocommerce.single-product .product-type-grouped .woocommerce-product-gallery.left-thumb .woocommerce-product-gallery__trigger,
.woocommerce.single-product .product-type-grouped .woocommerce-product-gallery.right-thumb .woocommerce-product-gallery__trigger,
.woocommerce.single-product .product-type-simple .woocommerce-product-gallery.left-thumb .woocommerce-product-gallery__trigger,
.woocommerce.single-product .product-type-simple .woocommerce-product-gallery.right-thumb .woocommerce-product-gallery__trigger {
  right: 25%;
}
.woocommerce.single-product .product-type-variable .woocommerce-product-gallery.left-thumb div.flex-viewport,
.woocommerce.single-product .product-type-external .woocommerce-product-gallery.left-thumb div.flex-viewport,
.woocommerce.single-product .product-type-grouped .woocommerce-product-gallery.left-thumb div.flex-viewport,
.woocommerce.single-product .product-type-simple .woocommerce-product-gallery.left-thumb div.flex-viewport {
  order: 2;
}
.woocommerce.single-product .product-type-variable .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs,
.woocommerce.single-product .product-type-external .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs,
.woocommerce.single-product .product-type-grouped .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs,
.woocommerce.single-product .product-type-simple .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs {
  order: 1;
  width: 20%;
  padding-left: 0 !important;
  padding-right: 10px !important;
}
.woocommerce.single-product .product-type-variable .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs li,
.woocommerce.single-product .product-type-external .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs li,
.woocommerce.single-product .product-type-grouped .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs li,
.woocommerce.single-product .product-type-simple .woocommerce-product-gallery.left-thumb ol.flex-control-thumbs li {
  width: 100%;
}
.woocommerce.single-product .product-type-variable .woocommerce-product-gallery.left-thumb .woocommerce-product-gallery__trigger,
.woocommerce.single-product .product-type-external .woocommerce-product-gallery.left-thumb .woocommerce-product-gallery__trigger,
.woocommerce.single-product .product-type-grouped .woocommerce-product-gallery.left-thumb .woocommerce-product-gallery__trigger,
.woocommerce.single-product .product-type-simple .woocommerce-product-gallery.left-thumb .woocommerce-product-gallery__trigger {
  right: 5%;
}
.woocommerce.single-product .product-type-variable .woocommerce-tabs,
.woocommerce.single-product .product-type-external .woocommerce-tabs,
.woocommerce.single-product .product-type-grouped .woocommerce-tabs,
.woocommerce.single-product .product-type-simple .woocommerce-tabs {
  padding-top: 45px;
}
.woocommerce.single-product .product-type-variable .woocommerce-tabs .woocommerce-product-details__short-description p,
.woocommerce.single-product .product-type-external .woocommerce-tabs .woocommerce-product-details__short-description p,
.woocommerce.single-product .product-type-grouped .woocommerce-tabs .woocommerce-product-details__short-description p,
.woocommerce.single-product .product-type-simple .woocommerce-tabs .woocommerce-product-details__short-description p {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce.single-product .product-type-variable .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes th,
.woocommerce.single-product .product-type-external .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes th,
.woocommerce.single-product .product-type-grouped .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes th,
.woocommerce.single-product .product-type-simple .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes th {
  color: #040404;
  font-size: 16px;
  font-weight: bold;
}
.woocommerce.single-product .product-type-variable .woocommerce-tabs .woocommerce-Tabs-panel--reviews p.stars a,
.woocommerce.single-product .product-type-external .woocommerce-tabs .woocommerce-Tabs-panel--reviews p.stars a,
.woocommerce.single-product .product-type-grouped .woocommerce-tabs .woocommerce-Tabs-panel--reviews p.stars a,
.woocommerce.single-product .product-type-simple .woocommerce-tabs .woocommerce-Tabs-panel--reviews p.stars a {
  color: var(--primaryColor);
}
.woocommerce.single-product .product-type-variable .wc-tabs-wrapper .wc-tabs li,
.woocommerce.single-product .product-type-external .wc-tabs-wrapper .wc-tabs li,
.woocommerce.single-product .product-type-grouped .wc-tabs-wrapper .wc-tabs li,
.woocommerce.single-product .product-type-simple .wc-tabs-wrapper .wc-tabs li {
  background: transparent;
}
.woocommerce.single-product .product-type-variable .wc-tabs-wrapper .wc-tabs li a,
.woocommerce.single-product .product-type-external .wc-tabs-wrapper .wc-tabs li a,
.woocommerce.single-product .product-type-grouped .wc-tabs-wrapper .wc-tabs li a,
.woocommerce.single-product .product-type-simple .wc-tabs-wrapper .wc-tabs li a {
  color: var(--bodyFont);
  font-size: 16px;
}
.woocommerce.single-product .product-type-variable .wc-tabs-wrapper .wc-tabs li.active,
.woocommerce.single-product .product-type-external .wc-tabs-wrapper .wc-tabs li.active,
.woocommerce.single-product .product-type-grouped .wc-tabs-wrapper .wc-tabs li.active,
.woocommerce.single-product .product-type-simple .wc-tabs-wrapper .wc-tabs li.active {
  background: var(--primaryColor);
}
.woocommerce.single-product .product-type-variable .wc-tabs-wrapper .wc-tabs li.active a,
.woocommerce.single-product .product-type-external .wc-tabs-wrapper .wc-tabs li.active a,
.woocommerce.single-product .product-type-grouped .wc-tabs-wrapper .wc-tabs li.active a,
.woocommerce.single-product .product-type-simple .wc-tabs-wrapper .wc-tabs li.active a {
  color: #fff;
}
.woocommerce.single-product .product-type-variable .wc-tabs-wrapper .wc-tabs li:hover,
.woocommerce.single-product .product-type-external .wc-tabs-wrapper .wc-tabs li:hover,
.woocommerce.single-product .product-type-grouped .wc-tabs-wrapper .wc-tabs li:hover,
.woocommerce.single-product .product-type-simple .wc-tabs-wrapper .wc-tabs li:hover {
  background: var(--primaryColor);
}
.woocommerce.single-product .product-type-variable .wc-tabs-wrapper .wc-tabs li:hover a,
.woocommerce.single-product .product-type-external .wc-tabs-wrapper .wc-tabs li:hover a,
.woocommerce.single-product .product-type-grouped .wc-tabs-wrapper .wc-tabs li:hover a,
.woocommerce.single-product .product-type-simple .wc-tabs-wrapper .wc-tabs li:hover a {
  color: #fff;
}
.woocommerce.single-product .product-type-variable .wc-tabs-wrapper .woocommerce-Tabs-panel,
.woocommerce.single-product .product-type-external .wc-tabs-wrapper .woocommerce-Tabs-panel,
.woocommerce.single-product .product-type-grouped .wc-tabs-wrapper .woocommerce-Tabs-panel,
.woocommerce.single-product .product-type-simple .wc-tabs-wrapper .woocommerce-Tabs-panel {
  margin-top: 0;
  border: solid 1px #dee2e6;
  border-bottom-left-radius: 12pt;
  border-bottom-right-radius: 12pt;
  padding: 20pt;
  line-height: 1.8;
}
.woocommerce.single-product .product-type-variable .wc-tabs-wrapper .woocommerce-Tabs-panel p,
.woocommerce.single-product .product-type-external .wc-tabs-wrapper .woocommerce-Tabs-panel p,
.woocommerce.single-product .product-type-grouped .wc-tabs-wrapper .woocommerce-Tabs-panel p,
.woocommerce.single-product .product-type-simple .wc-tabs-wrapper .woocommerce-Tabs-panel p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.woocommerce.single-product .product-type-variable .summary .cart,
.woocommerce.single-product .product-type-grouped .summary .cart {
  flex-wrap: wrap;
}
.woocommerce.single-product .product-type-variable .summary .cart table,
.woocommerce.single-product .product-type-grouped .summary .cart table {
  width: 100%;
}
.woocommerce.single-product .product-type-variable .summary .yith-wcwl-add-to-wishlist,
.woocommerce.single-product .product-type-grouped .summary .yith-wcwl-add-to-wishlist {
  display: block;
  margin: 0;
  margin-bottom: 35px;
}
.woocommerce.single-product .product-type-variable .woocommerce-product-details__short-description p {
  margin-bottom: 15px !important;
}
.woocommerce.single-product .product-type-variable .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: inline-flex;
}
.woocommerce.single-product .product-type-variable table.variations th {
  padding-left: 0;
  color: #040404;
  font-size: 16px;
  font-weight: bold;
}
.woocommerce.single-product .product-type-variable table.variations td:after {
  display: none !important;
}
.woocommerce.single-product .product-type-variable table.variations td ul li {
  border: 1px solid #777777;
  box-shadow: none;
}
.woocommerce.single-product .product-type-variable table.variations td ul li .variable-item-contents .variable-item-span {
  color: #777777;
}
.woocommerce.single-product .product-type-variable table.variations td ul li.selected {
  box-shadow: none;
  border: 1px solid #040404;
}
.woocommerce.single-product .product-type-variable table.variations td ul li.selected .variable-item-contents .variable-item-span {
  color: #040404;
  font-weight: bold;
}
.woocommerce.single-product .product-type-variable table.variations td a.reset_variations {
  color: var(--primaryColor);
  font-size: 16px;
  font-weight: 400;
}
.woocommerce.single-product .woocommerce-Reviews .comment-respond label {
  display: inline-block;
}

.woocommerce .product-type-grouped.product p.price,
.woocommerce .product-type-variable.product p.price {
  font-size: 36px !important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: none;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-notices-wrapper,
.woocommerce-cart .entry-content .woocommerce .cart-empty {
  width: 100%;
}
.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table thead th {
  color: #040404;
  font-size: 18px;
  font-weight: bold;
}
.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-name a {
  color: #040404;
  font-weight: 400;
  font-size: 16px;
}
.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-price {
  color: #040404;
}
.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-subtotal {
  color: #040404;
  font-weight: bold;
}
.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .coupon .input-text {
  height: 50px !important;
}
.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .coupon .input-text::-moz-placeholder {
  color: #999999 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .coupon .input-text::placeholder {
  color: #999999 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .coupon .button {
  height: 50px !important;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals {
  padding: 40px 40px 10px;
  border: 1px solid #E5E5E5;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #111;
  font-weight: 400;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table tbody th {
  font-size: 16px;
  font-weight: bold;
  color: #777777;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table tbody td {
  font-size: 16px;
  font-weight: bold;
  color: #040404;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  height: 50px;
  line-height: 18px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
}

.woocommerce-LostPassword.lost_password {
  margin: 0;
}

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
  border-radius: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  border: 0 !important;
  color: #777777;
  font-weight: 400;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #040404;
  font-weight: bold;
}
.woocommerce-checkout .woocommerce form.checkout {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details {
  padding-right: 30px;
  width: 70%;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details label {
  display: none !important;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details > div {
  width: 100% !important;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .woocommerce-billing-fields > h3 {
  color: #040404;
  font-size: 30px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input {
  color: #040404;
  border-color: #e3e3e3 !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review_heading {
  display: none !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review {
  width: 30%;
  padding-right: 0;
  padding-left: 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review > h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #040404;
  background: #f5f5f5;
  padding: 10px 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.shop_table tr {
  border: none !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.shop_table tr th:nth-child(1),
.woocommerce-checkout .woocommerce form.checkout #order_review table.shop_table tr td:nth-child(1) {
  padding-left: 35px !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.shop_table tr th:nth-child(2),
.woocommerce-checkout .woocommerce form.checkout #order_review table.shop_table tr td:nth-child(2) {
  text-align: right;
  padding-right: 35px !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.shop_table td {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.shop_table thead tr,
.woocommerce-checkout .woocommerce form.checkout #order_review table.shop_table tfoot tr {
  color: #040404;
  font-size: 14px !important;
  font-weight: bold;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.shop_table thead .amount,
.woocommerce-checkout .woocommerce form.checkout #order_review table.shop_table tfoot .amount {
  font-size: 16px;
  font-weight: bold;
  color: #040404;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.shop_table thead tr th {
  padding-top: 30px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.shop_table tfoot tr td,
.woocommerce-checkout .woocommerce form.checkout #order_review table.shop_table tfoot tr th {
  padding-bottom: 30px;
  padding-top: 10px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method label {
  color: #040404;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method .payment_box p {
  color: #777777;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment button#place_order {
  width: 100%;
  padding: 18px 10px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-privacy-policy-text p {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce form.checkout .woocommerce-additional-fields > h3 {
  font-size: 18px;
  font-weight: bold;
  color: #040404;
}

.woocommerce.single-product .product .woocommerce-loop-product__title, .woocommerce.archive .product .woocommerce-loop-product__title {
  font-size: 18px !important;
  line-height: 1.25;
  font-weight: 600;
  color: var(--titleColor);
  font-family: var(--titleFont) !important;
  background: #fff;
}
.woocommerce.single-product .product .price bdi, .woocommerce.archive .product .price bdi {
  color: #1F1F25;
}
.woocommerce.single-product .product .added_to_cart, .woocommerce.archive .product .added_to_cart {
  padding-left: 0;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  width: 100%;
  bottom: 40px;
  opacity: 1;
  background: #fff;
  color: #040404;
  border: none;
}
.woocommerce.single-product .product-list .product-img, .woocommerce.archive .product-list .product-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.woocommerce.single-product .product-list .product-img img, .woocommerce.archive .product-list .product-img img {
  transition: all 0.5s;
}
.woocommerce.single-product .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-next-shop,
.woocommerce.single-product .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-prev-shop, .woocommerce.archive .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-next-shop,
.woocommerce.archive .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-prev-shop {
  position: absolute;
  top: 47%;
  width: 27px;
  height: 44px;
  z-index: 15;
  cursor: pointer;
  opacity: 0;
  background: #fff;
  width: 40px;
  height: 40px;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
  border-radius: 3px;
}
.woocommerce.single-product .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-next-shop i,
.woocommerce.single-product .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-prev-shop i, .woocommerce.archive .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-next-shop i,
.woocommerce.archive .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-prev-shop i {
  padding-top: 6px;
  display: inline-block;
}
.woocommerce.single-product .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-next-shop:hover,
.woocommerce.single-product .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-prev-shop:hover, .woocommerce.archive .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-next-shop:hover,
.woocommerce.archive .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-prev-shop:hover {
  background: #040404;
}
.woocommerce.single-product .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-next-shop:hover i,
.woocommerce.single-product .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-prev-shop:hover i, .woocommerce.archive .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-next-shop:hover i,
.woocommerce.archive .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-prev-shop:hover i {
  color: #fff;
}
.woocommerce.single-product .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-next-shop, .woocommerce.archive .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-next-shop {
  right: 10px;
}
.woocommerce.single-product .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-prev-shop, .woocommerce.archive .product-list .product-img .product-image--slider-shop .swiper--navs-shop .swiper-button-prev-shop {
  left: 10px;
}
.woocommerce.single-product .product-list .product-img .p-2nd--image, .woocommerce.archive .product-list .product-img .p-2nd--image {
  width: 100%;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  height: auto;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
  transition: all 0.6s;
}
.woocommerce.single-product .product-list .product-img .sale--box, .woocommerce.archive .product-list .product-img .sale--box {
  left: 15px;
  top: 10px;
  height: auto;
  position: absolute;
  width: 50px;
  z-index: 1;
}
.woocommerce.single-product .product-list .product-img .sale--box .sale-rs,
.woocommerce.single-product .product-list .product-img .sale--box .new,
.woocommerce.single-product .product-list .product-img .sale--box .hot, .woocommerce.archive .product-list .product-img .sale--box .sale-rs,
.woocommerce.archive .product-list .product-img .sale--box .new,
.woocommerce.archive .product-list .product-img .sale--box .hot {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  z-index: 4;
}
.woocommerce.single-product .product-list .product-img .sale--box .sale-rs, .woocommerce.archive .product-list .product-img .sale--box .sale-rs {
  background: var(--primaryColor);
  padding: 0 !important;
  position: static;
}
.woocommerce.single-product .product-list .product-img .quick-wish, .woocommerce.archive .product-list .product-img .quick-wish {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 40px;
  opacity: 0;
  transition: all 0.5s;
}
.woocommerce.single-product .product-list .product-img .quick-wish .weiboo-quick,
.woocommerce.single-product .product-list .product-img .quick-wish .weiboo-wishlist, .woocommerce.archive .product-list .product-img .quick-wish .weiboo-quick,
.woocommerce.archive .product-list .product-img .quick-wish .weiboo-wishlist {
  height: 40px;
  background: #fff;
  border-radius: 50%;
  padding-top: 7px;
  padding-left: 0px;
}
.woocommerce.single-product .product-list .product-img .quick-wish .weiboo-quick i,
.woocommerce.single-product .product-list .product-img .quick-wish .weiboo-wishlist i, .woocommerce.archive .product-list .product-img .quick-wish .weiboo-quick i,
.woocommerce.archive .product-list .product-img .quick-wish .weiboo-wishlist i {
  color: #040404 !important;
  transition: all 0.5s;
}
.woocommerce.single-product .product-list .product-img .quick-wish .weiboo-quick i:hover,
.woocommerce.single-product .product-list .product-img .quick-wish .weiboo-wishlist i:hover, .woocommerce.archive .product-list .product-img .quick-wish .weiboo-quick i:hover,
.woocommerce.archive .product-list .product-img .quick-wish .weiboo-wishlist i:hover {
  color: #999999;
}
.woocommerce.single-product .product-list .product-img .quick-wish .weiboo-wishlist, .woocommerce.archive .product-list .product-img .quick-wish .weiboo-wishlist {
  padding-top: 0px;
  padding-left: 4px;
}
.woocommerce.single-product .product-list .product-img .quick-wish .weiboo-wishlist i, .woocommerce.archive .product-list .product-img .quick-wish .weiboo-wishlist i {
  padding-top: 12px;
  padding-left: 1px;
}
.woocommerce.single-product .product-list .product-img .quick-wish .weiboo-wishlist .fa-heart-o, .woocommerce.archive .product-list .product-img .quick-wish .weiboo-wishlist .fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-left: 5px;
}
.woocommerce.single-product .product-list .product-img .quick-wish .weiboo-wishlist .fa-heart-o:before, .woocommerce.archive .product-list .product-img .quick-wish .weiboo-wishlist .fa-heart-o:before {
  content: "\f004" !important;
}
.woocommerce.single-product .product-list .product-img .star-box, .woocommerce.archive .product-list .product-img .star-box {
  padding-top: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.8s;
  z-index: 10;
}
.woocommerce.single-product .product-list .product-img .star-box .woocommerce-product-rating .rating--count, .woocommerce.archive .product-list .product-img .star-box .woocommerce-product-rating .rating--count {
  position: absolute;
  bottom: 0px;
  left: 75px;
  color: #999999;
  font-size: 13px;
}
.woocommerce.single-product .product-list .product-img:hover img, .woocommerce.archive .product-list .product-img:hover img {
  transform: scale(1.05);
}
.woocommerce.single-product .product-list .product-img:hover .swiper-button-prev-shop,
.woocommerce.single-product .product-list .product-img:hover .swiper-button-next-shop,
.woocommerce.single-product .product-list .product-img:hover .quick-wish,
.woocommerce.single-product .product-list .product-img:hover .star-box,
.woocommerce.single-product .product-list .product-img:hover .p-2nd--image, .woocommerce.archive .product-list .product-img:hover .swiper-button-prev-shop,
.woocommerce.archive .product-list .product-img:hover .swiper-button-next-shop,
.woocommerce.archive .product-list .product-img:hover .quick-wish,
.woocommerce.archive .product-list .product-img:hover .star-box,
.woocommerce.archive .product-list .product-img:hover .p-2nd--image {
  opacity: 1 !important;
}

.woocommerce.single-product .related {
  margin-top: 75px;
}
.woocommerce.single-product .related .product .product-list .star-box .woocommerce-product-rating {
  margin: 0;
  display: flex;
}
.woocommerce.single-product .related .product .product-list .star-box .woocommerce-product-rating .star-rating {
  margin: 0;
  margin-right: 10px;
}
.woocommerce.single-product .related .product .product-list .star-box .woocommerce-product-rating .woocommerce-review-link {
  line-height: 1;
}
.woocommerce.single-product .related .product .add_to_cart_button {
  transition: all 0.6s;
  display: inline;
  bottom: 20px;
}
.woocommerce.single-product .related .product:hover .add_to_cart_button {
  bottom: 33px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  background: transparent;
  border: 1px solid #ebebeb;
  position: relative;
  border-radius: 7px;
  transition: all 0.6s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  transition: all 0.6s;
  color: #999999;
  padding: 15px 25px;
  padding-left: 60px;
  font-weight: bold;
}
.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: #040404;
  color: #fff !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: #fff !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 .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;
}

.comment-form-cookies-consent {
  display: flex;
}

.woocommerce.single-product .product .images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  background: #E8E8E8;
}
.woocommerce.single-product .yith-wcwl-wishlistaddedbrowse .feedback i .fa-heart {
  top: 70% !important;
}
.woocommerce.single-product .yith-wcwl-icon.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #040404;
}
.woocommerce.single-product .yith-wcwl-icon.fa-heart-o:before {
  color: #040404;
  content: "\f004";
}

@media (max-width: 1020px) {
  .woocommerce.single-product .related.products li.product {
    width: 30.8%;
  }
  .woocommerce.single-product .related.products li.product:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce.single-product .related.products li.product {
    width: 49%;
  }
  .woocommerce.single-product .tabs.wc-tabs {
    flex-direction: column;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 !important;
  }
}
@media (max-width: 430px) {
  .woocommerce.single-product .summary .woocommerce-grouped-product-list tbody tr td:first-child {
    width: 50px !important;
  }
  .woocommerce.single-product .summary .quantity .input-text.qty {
    padding: 0 10px;
  }
  .woocommerce.single-product .summary .quantity .plus,
  .woocommerce.single-product .summary .quantity .minus {
    padding: 0;
  }
  .woocommerce.single-product .summary .quantity .plus {
    padding-right: 10px;
  }
  .woocommerce.single-product .summary .quantity .minus {
    padding-left: 10px;
  }
  .woocommerce.single-product .summary .single_add_to_cart_button {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 480px) {
  .woocommerce.single-product .related.products li.product {
    width: 98%;
  }
}
.woocommerce.woocommerce-shop.archive .products .product-archive-shorts {
  display: none;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product {
  width: 80% !important;
  margin: 0 auto;
  float: unset;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product .woocommerce-loop-product__title {
  color: #000;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product a.button.loading::after {
  right: unset;
  left: 20px;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product .product-inner {
  max-height: 350px;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product .product-inner .product-list {
  max-height: 100% !important;
  width: 40%;
  float: left;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product .product-inner .product-list .product-img {
  max-height: 100% !important;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product .product-inner .product-list .product-img img {
  max-height: 100% !important;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product .product-inner .product-bottom {
  width: 60%;
  float: right;
  position: relative;
  padding-left: 40px;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product .product-inner .product-bottom .woocommerce-loop-product__title {
  padding-top: 0;
  line-height: 1;
  margin-bottom: 15px;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product .product-inner .product-bottom .added_to_cart,
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product .product-inner .product-bottom .add_to_cart_button {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  left: 24px !important;
  bottom: -35px !important;
  color: #000 !important;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product .product-inner .product-bottom .added_to_cart {
  left: 40px !important;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product:hover .price {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product:hover .added_to_cart,
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product:hover .add_to_cart_button {
  transform: none !important;
  left: 24px !important;
  bottom: -35px !important;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive li.product:hover .added_to_cart {
  left: 40px !important;
}
.woocommerce.woocommerce-shop.archive .list-view-product-archive .product-archive-shorts {
  display: block !important;
}

@media (max-width: 767.98px) {
  .woocommerce.woocommerce-shop.archive .list-view-product-archive li.product {
    width: 100% !important;
  }
}
.woocommerce.single-product .product-type-variable .summary .cart .single_add_to_cart_button:hover, .woocommerce.single-product .product-type-external .summary .cart .single_add_to_cart_button:hover, .woocommerce.single-product .product-type-grouped .summary .cart .single_add_to_cart_button:hover, .woocommerce.single-product .product-type-simple .summary .cart .single_add_to_cart_button:hover {
  color: var(--primaryColor);
  background: transparent;
  border: 1px solid var(--primaryColor);
}

button.single_add_to_cart_button.button.alt {
  border: 1px solid var(--primaryColor);
}

.woocommerce.single-product .related .product:hover .add_to_cart_button, .product-inner a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  color: var(--titleColor);
  background: transparent !important;
}

body.woocommerce-page input[type=email] {
  height: unset !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce .wc-forward:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce button.button.alt.disabled:hover {
  color: var(--primaryColor);
  background: transparent;
  border: 1px solid var(--primaryColor);
}

.elementor-element.elementor-element-9354359.elementor-widget__width-initial.elementor-widget.elementor-widget-rt-productcart {
  margin-right: 26px;
  margin-top: 10px;
}

.menu-cart-area i {
  cursor: pointer;
}

.menu-cart-area h2 {
  display: none;
}

.body-overlay-cart.overlayshow {
  visibility: visible;
  opacity: 0.5;
  pointer-events: unset;
}

.body-overlay-cart {
  z-index: 999;
}

.body-overlay-cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}

.cart-icon-total-products {
  font-size: 13px;
  line-height: 20px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 14px;
  width: 360px;
  height: 100%;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.5s ease;
  z-index: 999;
  padding: 20px;
}

.cart-icon-total-products.visible-cart {
  visibility: visible !important;
  transform: translate(0) !important;
}

.menu-cart-area {
  position: relative;
  cursor: pointer;
  display: flex;
}

.menu-cart-area span.icon-num {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 50%;
  right: -8px;
  bottom: 14px;
}

.cart-icon-total-products .cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.cart-icon-total-products .cart-header .cart-heading {
  font-size: 17px;
  font-weight: 600;
  color: #1F1F25;
  margin: 0;
  list-style: 20px;
}

.cart-icon-total-products .widgettitle {
  display: none;
}

.cart-icon-total-products .woocommerce.widget_shopping_cart .cart_list li {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
  margin-bottom: 12px;
  padding-left: 35px;
}

.cart-icon-total-products .woocommerce.widget_shopping_cart .cart_list li:last-child {
  border-bottom: 0;
}

.cart-icon-total-products .woocommerce.widget_shopping_cart .cart_list li a {
  color: #1F1F25;
}

.cart-icon-total-products .woocommerce.widget_shopping_cart .cart_list li a.remove {
  line-height: 20px;
  top: 3px;
}

.cart-icon-total-products .woocommerce.widget_shopping_cart .quantity {
  border: none;
  padding: 3px 0 0;
  display: block;
}

.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px !important;
  font-size: 14px;
  text-align: center;
  transition: all 300ms;
  color: var(--whiteColor);
  line-height: 26px;
}

.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a.checkout {
  border: 1px solid var(--primaryColor);
  background: var(--primaryColor);
}

.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a:nth-child(1) {
  border: 1px solid var(--primaryColor);
  background: transparent;
  color: var(--primaryColor);
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a:nth-child(1):hover {
  border: 1px solid var(--primaryColor);
  background: var(--primaryColor);
  color: var(--whiteColor);
}

.cart-icon-total-products .woocommerce ul.cart_list li img, .cart-icon-total-products .woocommerce ul.product_list_widget li img {
  width: 70px;
}

.cart-icon-total-products .woocommerce-mini-cart__total.total {
  padding-top: 30px;
}

.cart-icon-total-products .woocommerce-mini-cart__total.total strong {
  font-size: 18px;
  text-transform: uppercase;
}

.cart-icon-total-products .woocommerce-mini-cart__total .woocommerce-Price-amount {
  float: right;
  font-size: 18px;
  color: #404040;
  font-weight: 700;
}

.close-cart i {
  cursor: pointer;
}

.menu-cart-area:hover i {
  color: #f2277e;
}

.tutor-user-public-profile .photo-area .pp-area .profile-pic {
  padding: 10px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 200px;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area {
  overflow: initial;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-circle .ratings, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .ratings {
  flex-direction: row-reverse;
  gap: 5px;
}

.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-total-meta {
  display: none;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .profile-name, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .profile-rating-media {
  padding-right: 60px;
}

.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container {
  align-self: flex-start;
}

.profile-rating-media .job-title {
  margin-bottom: 0;
  color: #fff;
  text-align: left;
}
.profile-rating-media .react-button.secondary_btn {
  margin-top: 10px;
}
.profile-rating-media .react-button.secondary_btn a {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 20px;
  transition: 0.3s;
  display: block;
}
.profile-rating-media .react-button.secondary_btn a:hover {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .profile-name, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .profile-rating-media {
  padding-bottom: 50px;
}

.tutor-user-public-profile .photo-area .cover-area > div:last-child {
  background-image: none;
}

.tutor-user-public-profile .photo-area .cover-area > div:first-child {
  height: 300px;
}

.tutor-user-public-profile .tutor-user-profile-content {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  padding: 30px;
}
@media (max-width: 991px) {
  .tutor-user-public-profile .tutor-user-profile-content {
    border: none;
    padding: 0;
  }
}

.tutor-user-public-profile .photo-area {
  height: 280px;
}

.tutor-user-public-profile .tutor-user-profile-content p {
  color: var(--bodyColor);
}

.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name {
  padding-left: 0px;
}

.tutor-user-public-profile .photo-area .pp-area {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.tutor-container {
  max-width: 100%;
  padding: 0;
}

.tutor-grid {
  margin-top: 60px;
  grid-gap: 25px;
}

.tutor-card:not(.tutor-no-border),
.tutor-course-details-widget.add-to-cart,
.tutor-course-details-widget,
.blogarea__2 .blogsidebar__content__wraper__2 {
  border: 1px solid #DDD8F9;
  border-radius: 6px;
}

.coursearea.style5 .gridarea__wraper {
  margin-bottom: 0;
  padding: 24px;
  border-radius: 6px;
  position: relative;
  height: 100%;
}
.coursearea.style5 .gridarea__wraper .gridarea__img {
  position: relative;
}
.coursearea.style5 .gridarea__wraper .gridarea__img .tutor-course-bookmark {
  position: absolute;
  top: 17px;
  right: 10px;
}
.coursearea.style5 .gridarea__wraper .gridarea__small__button {
  display: inline-block;
  padding: 3px 8px;
  background: #EEEBFF;
  border-radius: 2px;
  color: var(--primaryColor);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.coursearea.style5 .gridarea__wraper .gridarea__content .gridarea__heading h3 {
  font-size: 20px !important;
}
.coursearea.style5 .gridarea__wraper .gridarea__content .gridarea__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.tutor-course-card {
  border: none !important;
}

.tutor-social-container {
  gap: 24px;
  align-items: center;
}
.tutor-social-container a {
  font-size: 18px;
  color: var(--titleColor);
}
.tutor-social-container a:hover {
  color: var(--primaryColor);
}

.tutor-dashboard .tutor-frontend-dashboard-header {
  position: relative;
  padding-bottom: 25px;
  height: 300px;
  background-image: url(../images/instructor-cover.jpg);
  border-radius: 6px;
  position: relative;
  align-items: flex-end;
}

.tutor-frontend-dashboard-header-custom.tutor-user-public-profile .photo-area {
  overflow: visible !important;
  margin-bottom: 100px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .tutor-frontend-dashboard-header-custom.tutor-user-public-profile .photo-area {
    height: 420px;
  }
  .tutor-frontend-dashboard-header-custom.tutor-user-public-profile .photo-area .cover-area {
    height: 220px;
  }
  .tutor-frontend-dashboard-header-custom.tutor-user-public-profile .photo-area .pp-area {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    top: -80px;
    flex-direction: column;
  }
  .tutor-frontend-dashboard-header-custom.tutor-user-public-profile .photo-area .pp-area .profile-pic {
    height: 160px;
    width: 160px;
  }
  .tutor-frontend-dashboard-header-custom.tutor-user-public-profile .photo-area .pp-area .profile-name h3 {
    color: var(--titleColor);
  }
  .tutor-frontend-dashboard-header-custom.tutor-user-public-profile .photo-area .pp-area .ratings {
    text-align: center;
    display: flex;
    gap: 5px;
  }
}
.tutor-frontend-dashboard-header-custom.tutor-user-public-profile .profile-name.tutor-color-white {
  padding-bottom: 50px;
}
.tutor-frontend-dashboard-header-custom.tutor-user-public-profile .profile-rating-media.content-for-desktop {
  padding-bottom: 40px !important;
}
.tutor-frontend-dashboard-header-custom.tutor-user-public-profile .profile-rating-media .ratings {
  display: flex;
  gap: 5px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

body.public-profile #content,
body.single-lesson #content,
body.learnpress-profile #content {
  padding-top: 0;
}
body.public-profile .reactheme-breadcrumbs,
body.single-lesson .reactheme-breadcrumbs,
body.learnpress-profile .reactheme-breadcrumbs {
  display: none;
}
body.public-profile > .lp-content-area,
body.single-lesson > .lp-content-area,
body.learnpress-profile > .lp-content-area {
  padding-left: 0;
  padding-right: 0;
}

.tutor-screen-frontend-dashboard #content {
  padding-top: 0;
}

.tutor-dashboard .tutor-dashboard-content {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  padding: 30px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-card {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  background: #FFF;
  text-align: center;
  padding: 47px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box {
  background: #F9F8FF;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  justify-content: center;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDD8F9;
}
.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-round-box i {
  font-size: 26px;
  color: var(--primaryColor);
}
.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-fs-3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 0px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-card .tutor-fs-7 {
  margin-bottom: 0;
  color: #737477;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-course-progress-item {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
}
.tutor-dashboard .tutor-dashboard-content .tutor-course-progress-item .tutor-course-progress-item-title {
  text-align: left;
}
.tutor-dashboard .tutor-dashboard-content .tutor-course-progress-item .tutor-card-body .tutor-color-black {
  color: var(--bodyColoro);
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-table tr td, .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-table tr th {
  border-color: #DDD8F9;
  padding: 22px 24px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-table tr th {
  background: transparent;
  color: var(--titleColor);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-table tr td {
  color: var(--bodyColor);
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-table tr td a {
  color: currentColor;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks {
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  background: #FFF;
  padding: 40px !important;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li:first-child .tutor-dashboard-menu-item-link {
  padding-top: 0;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li .tutor-dashboard-menu-item-link {
  padding: 18px 0;
  display: flex;
  align-items: start;
  gap: 15px;
  border-bottom: 1px solid #DDD8F9;
  color: var(--bodyColor);
  background-color: transparent;
  align-items: center;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li .tutor-dashboard-menu-item-link .tutor-dashboard-menu-item-icon,
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li .tutor-dashboard-menu-item-link span.tutor-icon-star-bold {
  color: var(--bodyColor) !important;
  font-size: 19px;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a, .tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover,
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a:hover {
  background-color: transparent;
  color: var(--primaryColor);
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a .tutor-dashboard-menu-item-icon, .tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover .tutor-dashboard-menu-item-icon,
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a:hover .tutor-dashboard-menu-item-icon {
  color: var(--primaryColor) !important;
}

@media (max-width: 991px) {
  .tutor-social-container.content-for-mobile {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .profile-rating-media.content-for-desktop {
    position: absolute;
    right: 0;
    padding-bottom: 40px !important;
  }
  .tutor-social-container.content-for-desktop {
    display: flex !important;
  }
}
body.tutor-lms #content {
  padding-bottom: 0;
}

.single-zoom-meetings .content-area {
  padding-top: 100px;
}

.post-type-archive-courses .reactheme-breadcrumbs .breadcrumbs-title {
  display: none;
}
.post-type-archive-courses .reactheme-breadcrumbs .page-title {
  margin-bottom: 0;
}

div#tutor-registration-wrap {
  margin-top: 40px;
}

.tutor-btn-ghost:hover {
  background: transparent !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 8;
}

:root {
  --lp-container-max-width: 1410px;
  --lp-button-color: var(--whiteColor) !important;
}

.lp-user-profile .learn-press-message.success {
  border-color: var(--primaryColor);
}

.learn-press-courses[data-layout=grid] .course-item:hover {
  box-shadow: none !important;
}

.learn-press-courses[data-layout=grid] .course-item {
  padding: 24px;
  border-radius: 6px;
  position: relative;
  height: 100%;
  border: 1px solid #EFECFF;
  position: relative;
}
.learn-press-courses[data-layout=grid] .course-item .course-img {
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.learn-press-courses[data-layout=grid] .course-item .course-content {
  display: flex;
  flex-direction: column;
  padding: 10px 0 0 0 !important;
  position: static;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .separator {
  display: none;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-categories {
  top: 40px !important;
  left: 40px;
  right: auto;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-categories a {
  padding: 6px 10px !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-categories a:first-child {
  display: inline;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-instructor {
  order: 2;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-instructor a {
  color: var(--bodyColor);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-permalink {
  margin-top: 15px;
  color: var(--titleColor);
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-permalink .course-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-wrap-meta {
  display: flex;
  gap: 20px;
  order: -1;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-wrap-meta .meta-item {
  color: var(--bodyColor);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-wrap-meta .meta-item.meta-item-duration, .learn-press-courses[data-layout=grid] .course-item .course-content .course-wrap-meta .meta-item.meta-item-level, .learn-press-courses[data-layout=grid] .course-item .course-content .course-wrap-meta .meta-item.meta-item-quiz {
  display: none;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-info {
  order: 2;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-info .course-footer {
  display: flex;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-item-price {
  color: var(--titleColor);
  font-weight: 700;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-item-price .free {
  color: var(--primaryColor);
}
.learn-press-courses[data-layout=grid] .course-item .gridarea__star {
  display: none;
}

.learn-press-courses[data-layout=list] .course-item {
  align-items: center !important;
}
.learn-press-courses[data-layout=list] .course-item .course-wrap-thumbnail {
  width: 22% !important;
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.learn-press-courses[data-layout=list] .course-item .course-content {
  width: 78% !important;
  display: flex;
  flex-direction: column;
}
.learn-press-courses[data-layout=list] .course-item .course-content .course-categories {
  display: block;
  width: -moz-min-content;
  width: min-content;
}
.learn-press-courses[data-layout=list] .course-item .course-content .course-categories a:first-child {
  padding: 3px 8px;
  border-radius: 2px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.learn-press-courses[data-layout=list] .course-item .course-content .course-instructor {
  order: 2;
}
.learn-press-courses[data-layout=list] .course-item .course-content .course-instructor a {
  color: var(--bodyColor);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.learn-press-courses[data-layout=list] .course-item .course-content .course-permalink {
  order: 1;
  color: var(--titleColor);
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.learn-press-courses[data-layout=list] .course-item .course-content .course-permalink .course-title {
  font-size: 20px;
}
.learn-press-courses[data-layout=list] .course-item .course-content .course-wrap-meta {
  padding-bottom: 6px;
  order: 0;
}
.learn-press-courses[data-layout=list] .course-item .course-content .course-wrap-meta .meta-item::before {
  margin-right: 7px;
}
.learn-press-courses[data-layout=list] .course-item .course-content .course-info {
  order: 2;
}
.learn-press-courses[data-layout=list] .course-item .course-content .course-info .course-item-price {
  color: var(--titleColor);
  font-weight: 700;
}
.learn-press-courses[data-layout=list] .course-item .course-content .course-info .course-item-price .free {
  color: var(--primaryColor);
}

body.single-lp_course ul.learn-press-breadcrumb {
  display: none;
}

.lp-archive-courses .course-detail-info {
  padding: 80px 0 !important;
  background-color: #f9f8fe !important;
}

.lp-content-area {
  padding: 0;
}
.lp-content-area ul.learn-press-nav-tabs {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lp-content-area ul.learn-press-nav-tabs .course-nav {
  position: static;
  border: 1px solid #DDD8F9 !important;
  border-radius: 4px;
  color: var(--primaryColor);
  font-size: 16px;
  overflow: hidden;
}
.lp-content-area ul.learn-press-nav-tabs .course-nav label {
  padding: 12px 20px;
  font-weight: inherit;
}
.lp-content-area ul.learn-press-nav-tabs .course-nav:hover label, .lp-content-area ul.learn-press-nav-tabs .course-nav.active label {
  background: var(--primaryColor) !important;
  color: var(--whiteColor) !important;
}

.course-summary-sidebar {
  --lp-button-background-color: var(--primaryColor) !important;
  --lp-button-color: var(--whiteColor) !important;
}

.lp-archive-courses .course-detail-info .course-info-left {
  display: flex;
  flex-direction: column;
}
.lp-archive-courses .course-detail-info .course-info-left .course-title {
  color: var(--titleColor);
  order: -1;
  border-bottom: none;
}
@media (max-width: 768px) {
  .lp-archive-courses .course-detail-info .course-info-left .course-title {
    line-height: 1.5;
  }
}
.lp-archive-courses .course-detail-info .course-info-left .course-meta {
  color: var(--bodyColor);
}
.lp-archive-courses .course-detail-info .course-meta.course-meta-primary {
  order: 1;
  margin-top: 30px;
}
.lp-archive-courses .course-detail-info .course-meta.course-meta-primary .meta-item {
  flex: initial;
}
.lp-archive-courses .course-detail-info .course-meta__pull-left .meta-item {
  color: var(--bodyColor);
}
.lp-archive-courses .course-detail-info .course-meta__pull-left .meta-item::before {
  color: currentColor;
}
.lp-archive-courses .course-detail-info .course-meta__pull-left .meta-item .meta-item__value > div a {
  color: var(--titleColor);
  font-weight: 600;
}
.lp-archive-courses .lp-entry-content .entry-content-left {
  flex: 0 0 auto;
  width: 66.66666667% !important;
}
@media (max-width: 768px) {
  .lp-archive-courses .lp-entry-content .entry-content-left {
    width: 100% !important;
  }
}
.lp-archive-courses .lp-entry-content .entry-content-left .course-extra-box__title {
  background: #F9F8FF;
}
.lp-archive-courses .lp-entry-content .entry-content-left .course-tab-panel-faqs .course-faqs-box {
  border-color: #DDD8F9;
}
.lp-archive-courses .lp-entry-content .entry-content-left .course-tab-panel-faqs .course-faqs-box__title {
  color: var(--titleColor);
}
.lp-archive-courses .lp-entry-content .entry-content-left .course-extra-box {
  border-color: #DDD8F9;
}
.lp-archive-courses .lp-entry-content .entry-content-left .course-extra-box__content li {
  border-color: #DDD8F9;
}
.lp-archive-courses aside.course-summary-sidebar {
  flex: 0 0 auto;
  width: 33.33333333% !important;
}
@media (max-width: 768px) {
  .lp-archive-courses aside.course-summary-sidebar {
    width: 100% !important;
  }
}
.lp-archive-courses aside.course-summary-sidebar .course-summary-sidebar__inner {
  width: 100% !important;
}
.lp-archive-courses aside.course-summary-sidebar .course-summary-sidebar__inner > div {
  padding: 30px;
}
.lp-archive-courses aside.course-summary-sidebar .course-summary-sidebar__inner .course-sidebar-top {
  border: 1px solid #DDD8F9;
  border-radius: 6px;
}
.lp-archive-courses aside.course-summary-sidebar .course-summary-sidebar__inner .course-sidebar-preview .course-price .price {
  color: var(--titleColor);
  font-weight: 700;
}
.lp-archive-courses aside.course-summary-sidebar .course-summary-sidebar__inner .course-sidebar-preview .course-time-row strong,
.lp-archive-courses aside.course-summary-sidebar .course-summary-sidebar__inner .course-sidebar-preview .course-results-progress .course-progress__heading {
  color: var(--bodyColor) !important;
  font-weight: 400;
  font-size: 16px;
}
.lp-archive-courses aside.course-summary-sidebar .course-summary-sidebar__inner .course-sidebar-preview .media-preview {
  margin: 0 0 20px 0;
}
.lp-archive-courses aside.course-summary-sidebar .lp-course-buttons button {
  padding: 14px 34px;
  border-radius: 4px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 18px;
  line-height: unset;
}
@media (min-width: 769px) {
  .lp-archive-courses .course-summary-sidebar.slide-down .course-summary-sidebar__inner {
    position: static !important;
    top: 0;
  }
}
.lp-archive-courses .comments-area {
  background: #F9F8FF;
  padding: 50px;
  border-radius: 5px;
}

.course-curriculum .curriculum-sections {
  z-index: 3 !important;
}
.course-curriculum .curriculum-sections .section-header {
  border-bottom: none !important;
}
.course-curriculum .curriculum-sections .section-content {
  border: 1px solid #DDD8F9 !important;
  border-top: none;
  border-bottom: none !important;
}
.course-curriculum .curriculum-sections .section-content .course-item {
  background: transparent;
  border-bottom: 1px solid #DDD8F9;
}
.course-curriculum .curriculum-sections .section-content .course-item .section-item-link {
  color: var(--titleColor);
  font-size: 16px !important;
  font-style: normal;
  font-family: var(--bodyFont);
  font-weight: 500;
  line-height: 26px;
}
.course-curriculum .curriculum-sections .section-content .course-item .course-item-preview::before {
  background: var(--primaryColor);
}

.learn-press-form .form-fields .form-field input[type=text],
.learn-press-form .form-fields .form-field input[type=email],
.learn-press-form .form-fields .form-field input[type=number],
.learn-press-form .form-fields .form-field input[type=password],
.learn-press-form .form-fields .form-field textarea {
  border-radius: 4px;
  border: 1px solid #DDD8F9 !important;
  height: 56px;
  width: 100%;
  outline: none;
  color: var(--bodyColor);
  font-weight: 400;
}

.learn-press-form .form-fields .form-field textarea {
  min-height: 100px;
}

.learn-press-form .form-fields .form-field > label {
  font-style: normal !important;
  display: block;
  font-size: 14px;
  color: var(--bodyColor);
  line-height: 24px;
  margin: 0 0 10px;
  font-weight: 400 !important;
}

body.learnpress-profile .lp-content-area {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.learnpress-profile .lp-content-area .wrapper-profile-header {
  padding: 40px;
  margin-bottom: 100px;
  border-radius: 6px;
  max-height: 300px;
}
@media (max-width: 990px) {
  body.learnpress-profile .lp-content-area .wrapper-profile-header {
    margin-bottom: 300px;
    text-align: center;
  }
}
body.learnpress-profile .lp-content-area .wrapper-profile-header .lp-profile-content-area {
  top: 130px;
  align-items: initial;
}
@media (max-width: 990px) {
  body.learnpress-profile .lp-content-area .wrapper-profile-header .lp-profile-content-area {
    top: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.learnpress-profile .lp-content-area .wrapper-profile-header .lp-profile-content-area .lp-profile-user-bio {
    color: var(--bodyColor);
  }
}
body.learnpress-profile .lp-content-area .wrapper-profile-header .lp-profile-content-area h2.lp-profile-username {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin: 0;
}
@media (max-width: 990px) {
  body.learnpress-profile .lp-content-area .wrapper-profile-header .lp-profile-content-area h2.lp-profile-username {
    color: var(--titleColor);
  }
}
body.learnpress-profile .lp-content-area .wrapper-profile-header .lp-profile-left {
  max-width: initial;
  min-width: inherit;
}
body.learnpress-profile .lp-content-area .wrapper-profile-header .lp-user-profile-avatar {
  border: 8px solid #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 200px;
}
body.learnpress-profile .lp-content-area #profile-sidebar {
  width: 325px;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  background: #FFF;
  padding: 40px !important;
  margin-top: 0;
}
@media (max-width: 990px) {
  body.learnpress-profile .lp-content-area #profile-sidebar {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.learnpress-profile .lp-content-area .lp-profile-content {
  width: calc(100% - 370px);
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  padding: 30px;
}
@media (max-width: 990px) {
  body.learnpress-profile .lp-content-area .lp-profile-content {
    width: 100%;
  }
}
body.learnpress-profile .lp-content-area .lp-profile-content #profile-nav .lp-profile-nav-tabs > li a {
  font-size: 16px;
}
body.learnpress-profile .lp-content-area .lp-profile-content .dashboard-statistic__row {
  gap: 20px;
}
@media (max-width: 990px) {
  body.learnpress-profile .lp-content-area .lp-profile-content .dashboard-statistic__row {
    gap: 10px;
  }
}
body.learnpress-profile .lp-content-area .lp-profile-content .dashboard-statistic__row .statistic-box {
  flex: 0 0 auto;
  width: 31.8% !important;
  border-radius: 6px;
  border: 1px solid #DDD8F9;
  background: #FFF;
  padding: 47px;
}
@media (max-width: 768px) {
  body.learnpress-profile .lp-content-area .lp-profile-content .dashboard-statistic__row .statistic-box {
    width: 100% !important;
  }
}
body.learnpress-profile .lp-content-area .lp-profile-content .dashboard-statistic__row .statistic-box .statistic-box__number {
  order: -1;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 0px;
  color: var(--titleColor);
}
body.learnpress-profile .lp-content-area .lp-profile-content .dashboard-statistic__row .statistic-box .statistic-box__text {
  color: var(--bodyColor);
  font-weight: normal;
}
body.learnpress-profile .lp-content-area .lp-profile-content .lp-list-table thead tr th {
  background: var(--primaryColor);
}
body.learnpress-profile .lp-content-area .lp-profile-content .learn-press-profile-course__progress .lp_profile_course_progress__header th {
  color: var(--whiteColor);
  text-transform: capitalize !important;
  color: var(--whiteColor);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 20px;
}
body.learnpress-profile .lp-content-area .lp-profile-content td {
  text-align: center;
  font-size: 0.875em;
  line-height: 1.2;
  border: 0.5px solid #DDD8F9;
  padding: 8px;
}

.single-sfwd-topic .reactheme-blog-details .news-details-inner,
.single-sfwd-quiz .reactheme-blog-details .news-details-inner,
.single-sfwd-lessons .reactheme-blog-details .news-details-inner {
  background: transparent;
}
.single-sfwd-topic .reactheme-blog-details .news-details-inner .author-block,
.single-sfwd-topic .reactheme-blog-details .news-details-inner .bs-tag-share,
.single-sfwd-quiz .reactheme-blog-details .news-details-inner .author-block,
.single-sfwd-quiz .reactheme-blog-details .news-details-inner .bs-tag-share,
.single-sfwd-lessons .reactheme-blog-details .news-details-inner .author-block,
.single-sfwd-lessons .reactheme-blog-details .news-details-inner .bs-tag-share {
  display: none;
}
.single-sfwd-topic ul, .single-sfwd-topic ol,
.single-sfwd-quiz ul,
.single-sfwd-quiz ol,
.single-sfwd-lessons ul,
.single-sfwd-lessons ol {
  padding-left: 0;
}
.single-sfwd-topic .user-info,
.single-sfwd-quiz .user-info,
.single-sfwd-lessons .user-info {
  display: none;
}
.single-sfwd-topic iframe,
.single-sfwd-quiz iframe,
.single-sfwd-lessons iframe {
  height: 600px !important;
}
.single-sfwd-topic .bs-img,
.single-sfwd-quiz .bs-img,
.single-sfwd-lessons .bs-img {
  margin-bottom: 50px;
}
.single-sfwd-topic .learndash-wrapper .ld-breadcrumbs,
.single-sfwd-topic .learndash-wrapper .ld-lesson-status,
.single-sfwd-topic .learndash-wrapper .ld-topic-status,
.single-sfwd-quiz .learndash-wrapper .ld-breadcrumbs,
.single-sfwd-quiz .learndash-wrapper .ld-lesson-status,
.single-sfwd-quiz .learndash-wrapper .ld-topic-status,
.single-sfwd-lessons .learndash-wrapper .ld-breadcrumbs,
.single-sfwd-lessons .learndash-wrapper .ld-lesson-status,
.single-sfwd-lessons .learndash-wrapper .ld-topic-status {
  background: #F9F8FF;
}
.single-sfwd-topic .learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs,
.single-sfwd-topic .learndash-wrapper .ld-lesson-status .ld-breadcrumbs,
.single-sfwd-topic .learndash-wrapper .ld-topic-status .ld-breadcrumbs,
.single-sfwd-quiz .learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs,
.single-sfwd-quiz .learndash-wrapper .ld-lesson-status .ld-breadcrumbs,
.single-sfwd-quiz .learndash-wrapper .ld-topic-status .ld-breadcrumbs,
.single-sfwd-lessons .learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs,
.single-sfwd-lessons .learndash-wrapper .ld-lesson-status .ld-breadcrumbs,
.single-sfwd-lessons .learndash-wrapper .ld-topic-status .ld-breadcrumbs {
  background: #F9F8FF;
}
.single-sfwd-topic .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress,
.single-sfwd-quiz .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress,
.single-sfwd-lessons .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress {
  border-radius: 5px;
}
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items,
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items {
  border-color: #DDD8F9;
}
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item,
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item {
  border-color: #DDD8F9;
}
.single-sfwd-topic .learndash-wrapper .ld-content-actions,
.single-sfwd-quiz .learndash-wrapper .ld-content-actions,
.single-sfwd-lessons .learndash-wrapper .ld-content-actions {
  border-color: #DDD8F9;
}
.single-sfwd-topic .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label,
.single-sfwd-quiz .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label,
.single-sfwd-lessons .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label {
  color: var(--titleColor);
}
.single-sfwd-topic .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label,
.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label,
.single-sfwd-lessons .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
  border-color: #DDD8F9;
  color: var(--titleColor);
}

#reactheme-header.sticky-header-on {
  position: fixed;
  top: 0;
}

body.logged-in #reactheme-header.sticky-header-on {
  position: fixed;
  top: 32px;
}

.single-sfwd-courses .reactheme-blog-details .news-details-inner {
  background: transparent;
}
.single-sfwd-courses .reactheme-blog-details .news-details-inner .author-block,
.single-sfwd-courses .reactheme-blog-details .news-details-inner .bs-tag-share {
  display: none;
}
.single-sfwd-courses iframe {
  height: 600px !important;
}
.single-sfwd-courses .bs-img {
  margin-bottom: 50px;
}
.single-sfwd-courses ul, .single-sfwd-courses ol {
  padding-left: 0;
}
.single-sfwd-courses .user-info {
  display: none;
}
.single-sfwd-courses .ld-sidebar-card {
  padding: 30px;
  border: 1px solid #DDD8F9;
  border-radius: 6px;
}
.single-sfwd-courses .ld-sidebar-card .ld-course-status-action .btn-join {
  padding: 14px 34px;
  border-radius: 4px;
  transition: 0.3s;
  font-weight: 500;
  line-height: unset;
  font-size: 16px;
  width: 100%;
  margin-top: 20px;
}
.single-sfwd-courses .ld-sidebar-card .ld-course-status-action .btn-join:hover {
  border: 1px solid #BBB1F2;
  background: transparent !important;
  color: var(--primaryColor) !important;
}
.single-sfwd-courses .ld-sidebar-card .ld-course-status-action .ld-text {
  text-align: center;
  display: block;
}
.single-sfwd-courses .ld-sidebar-card ul.sidebar-metadata li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDD8F9;
  border-top: none;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0;
  margin-top: 0;
}
.single-sfwd-courses .ld-sidebar-card ul.sidebar-metadata li span {
  font-size: 16px;
  margin-top: 4px;
}
.single-sfwd-courses .ld-sidebar-card ul.sidebar-metadata li span.meta-title:before {
  margin-right: 6px;
}
.single-sfwd-courses .ld-sidebar-card ul.sidebar-metadata li:last-child {
  border: none;
}
.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 80px;
  background: #F9F8FF;
  border-radius: 6px;
  margin-bottom: 50px;
  margin-top: 0;
  border: 1px solid #DDD8F9;
}
.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment {
  text-align: center;
  position: relative;
  border-right: 1px solid #DDD8F9;
}
@media (max-width: 640px) {
  .single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment {
    border: none !important;
  }
  .single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment .ld-course-status-label {
    font-size: 22px !important;
  }
}
.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment:last-child {
  border-right: none;
}
.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment .ld-course-status-label {
  display: block;
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment .ld-course-status-content {
  display: inline-flex;
  margin-bottom: 0;
}
.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment .ld-course-status-content .ld-status,
.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment .ld-course-status-content .btn-join,
.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment .ld-course-status-content #btn-join {
  padding: 12px 15px;
  background: var(--primaryColor);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 16px;
}
.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment .ld-course-status-content .ld-course-status-price {
  color: var(--primaryColor);
  font-weight: 700;
}
.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment .ld-course-status-content .ld-course-status-action {
  gap: 10px;
}
.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled {
  background: #F9F8FF;
}
.single-sfwd-courses .learndash-wrapper .ld-tabs .ld-tabs-navigation {
  gap: 20px;
}
.single-sfwd-courses .learndash-wrapper .ld-tabs .ld-tabs-navigation::after {
  height: 3px;
}
.single-sfwd-courses .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab {
  font-weight: 400;
  padding-left: 0;
}
.single-sfwd-courses .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .ld-icon {
  font-size: 1.1em;
}
.single-sfwd-courses .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active {
  color: var(--primaryColor);
}
.single-sfwd-courses .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active::after {
  background: var(--primaryColor);
  height: 3px;
}
.single-sfwd-courses .learndash-wrapper .ld-lesson-list .ld-item-list-actions {
  display: none !important;
}
.single-sfwd-courses .learndash-wrapper .ld-lesson-list .ld-item-list-items .ld-item-list-item {
  border: 1px solid #DDD8F9;
  border-bottom: none;
  margin: 0 !important;
  border-radius: 0;
}
.single-sfwd-courses .learndash-wrapper .ld-lesson-list .ld-item-list-items .ld-item-list-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.single-sfwd-courses .learndash-wrapper .ld-lesson-list .ld-item-list-items .ld-item-list-item:last-child {
  border: 1px solid #DDD8F9;
}
.single-sfwd-courses .learndash-wrapper .ld-lesson-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview {
  padding: 15px 25px;
}
.single-sfwd-courses .learndash-wrapper .ld-lesson-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
  flex-basis: 18px;
  height: 18px;
  width: 18px;
}
.single-sfwd-courses .learndash-wrapper .ld-lesson-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-status-icon.ld-status-in-progress {
  border-color: var(--primaryColor) #e2e7ed #e2e7ed var(--primaryColor);
  border-top-color: var(--primaryColor);
  border-left-color: var(--primaryColor);
}
.single-sfwd-courses .learndash-wrapper .ld-lesson-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-title {
  color: var(--titleColor);
}
.single-sfwd-courses .learndash-wrapper .ld-lesson-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-components {
  color: var(--primaryColor);
  font-weight: 600;
}
.single-sfwd-courses .learndash-wrapper .ld-lesson-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-expand-button.ld-button-alternate .ld-icon {
  background-color: var(--primaryColor) !important;
}
.single-sfwd-courses .learndash-wrapper .ld-lesson-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-expand-button.ld-button-alternate .ld-text {
  color: var(--primaryColor) !important;
}
.single-sfwd-courses .learndash-wrapper .ld-lesson-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded {
  padding: 0 25px;
}

.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar {
  border-color: #DDD8F9;
}
.learndash-wrapper .ld-profile-summary .ld-profile-stats {
  color: var(--titleColor);
}
.learndash-wrapper .ld-item-list .ld-item-list-item {
  border-color: #DDD8F9 !important;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
  color: var(--titleColor) !important;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
  background: #F9F8FF !important;
}

.ld-archive-course-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .ld-archive-course-header {
    flex-direction: column;
  }
}

.ld-course-search form {
  display: flex;
  align-items: center;
  position: relative;
}
.ld-course-search form input {
  margin-bottom: 0;
  background: #F9F8FF;
  height: 45px;
  border-radius: 4px;
  padding-right: 70px;
  padding-left: 25px;
  border: 1px solid var(--primaryColor);
  font-size: 16px;
  line-height: 26px;
  transition: all 0.4s ease-out 0s;
}
.ld-course-search form button[type=submit] {
  position: absolute;
  right: 0;
  background: transparent;
  color: var(--primaryColor);
}

.learndash-wrapper #learndash-registration-wrapper form input,
.learndash-wrapper #learndash-reset-password-wrapper form input,
.learndash-wrapper .ld-login-modal input {
  border-radius: 4px;
  border: 1px solid #DDD8F9 !important;
  height: 56px;
  width: 100%;
  outline: none;
  color: var(--bodyColor);
  font-weight: 400;
}
.learndash-wrapper #learndash-registration-wrapper form input[type=checkbox],
.learndash-wrapper #learndash-reset-password-wrapper form input[type=checkbox],
.learndash-wrapper .ld-login-modal input[type=checkbox] {
  height: inherit;
}
.learndash-wrapper #learndash-registration-wrapper form input[type=submit],
.learndash-wrapper #learndash-reset-password-wrapper form input[type=submit],
.learndash-wrapper .ld-login-modal input[type=submit] {
  color: var(--whiteColor);
}

.learndash-wrapper .ld-login-modal p::before {
  top: 3em !important;
}

.llms-loop-item .llms-loop-title,
.llms-loop-item .llms-author {
  padding: 0;
}

.llms-loop-item-content .llms-loop-title:hover {
  color: var(--primaryColor);
}

.llms-progress .progress-bar-complete {
  background-color: var(--primaryColor);
  height: 100%;
}

.course-page-lifterlms {
  padding-top: 100px;
}
.course-page-lifterlms h1, .course-page-lifterlms h2, .course-page-lifterlms h3, .course-page-lifterlms h4, .course-page-lifterlms h5, .course-page-lifterlms h6 {
  color: var(--titleColor);
  font-family: var(--titleFont);
}
.course-page-lifterlms .course-contents .llms-video-wrapper {
  display: none;
}
.course-page-lifterlms .course-contents section.llms-access-plans {
  margin-bottom: 40px;
}
.course-page-lifterlms .course-contents section.llms-access-plans .llms-access-plan-title {
  background: var(--primaryColor);
  color: var(--whiteColor);
}
.course-page-lifterlms .course-contents section.llms-access-plans .llms-button-action {
  background: var(--secondaryColor);
  display: inline-block;
}
.course-page-lifterlms .course-contents section.llms-access-plans .llms-button-action:hover {
  background: var(--primaryColor);
}
.course-page-lifterlms .course-contents section.llms-access-plans .llms-access-plan-footer {
  padding: 10px 10px 20px 10px;
  border-bottom: 3px solid #f9f8fe;
}
.course-page-lifterlms .course-contents section.llms-access-plans .llms-access-plan-footer,
.course-page-lifterlms .course-contents section.llms-access-plans .llms-access-plan .llms-access-plan-content {
  background: #F9F8FF;
}
.course-page-lifterlms .course-contents .llms-lesson-preview {
  width: 100%;
  margin-top: 0;
}
.course-page-lifterlms .course-contents .llms-lesson-preview:nth-child(1) {
  margin-top: 15px;
}
.course-page-lifterlms .course-contents .llms-lesson-preview .llms-lesson-link {
  padding: 10px 15px;
  border: 1px solid #f9f8fe;
  background: transparent;
}
.course-page-lifterlms .course-contents .llms-lesson-preview .llms-lesson-link h5.llms-h5.llms-lesson-title {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}
.course-page-lifterlms .course-contents .llms-lesson-preview .llms-lesson-link .llms-extra {
  float: right;
  width: 15%;
  margin-top: 10px;
  text-align: right;
}
.course-page-lifterlms .course-contents .llms-lesson-preview .llms-lesson-link .llms-extra .llms-icon-free {
  background: var(--primaryColor);
}
.course-page-lifterlms .course-contents .llms-lesson-preview .llms-lesson-link .llms-extra + .llms-main {
  width: 85%;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.course-page-lifterlms .course-contents .llms-lesson-preview .llms-lesson-link .llms-syllabus-wrapper .llms-has-favorite .llms-favorite-wrapper {
  display: inline-block;
}
.course-page-lifterlms .course-contents .llms-syllabus-wrapper {
  margin: 0;
}
.course-page-lifterlms .course-contents .llms-syllabus-wrapper .llms-section-title {
  margin: 25px 0 0;
  text-align: left;
  font-weight: 700;
  font-size: 22px;
  line-height: 56px;
  color: var(--blackColor);
  font-family: var(--headingFont) !important;
}
.course-page-lifterlms h1.course-title {
  line-height: 1.2;
  margin-top: 0;
}
.course-page-lifterlms .sidebar-widget {
  border: 1px solid #f9f8fe;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 24px;
}
.course-page-lifterlms .sidebar-widget .custom-social-share a {
  font-size: 24px;
  color: var(--secondaryColor);
  margin-right: 5px;
}
.course-page-lifterlms .sidebar-widget .custom-social-share a:hover {
  color: var(--primaryColor);
}
@media (max-width: 768px) {
  .course-page-lifterlms h1.course-title {
    font-size: 44px;
    line-height: 54px;
  }
  .course-page-lifterlms h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .course-page-lifterlms h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .course-page-lifterlms h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .course-page-lifterlms h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .course-page-lifterlms h6 {
    font-size: 18px;
    line-height: 24px;
  }
}

body.single-lesson .reactheme-blog-details .news-details-inner {
  background: transparent;
}
body.single-lesson .reactheme-blog-details .news-details-inner .single-content-full {
  padding-top: 30px;
}
body.single-lesson .reactheme-blog-details .news-details-inner .single-content-full .user-info {
  display: none;
}
body.single-lesson .reactheme-blog-details .news-details-inner .single-content-full .llms-complete-lesson-form button#llms_mark_complete {
  background: var(--primaryColor);
  margin-top: 10px;
}
body.single-lesson .reactheme-blog-details .news-details-inner .single-content-full nav.llms-course-navigation .llms-course-nav.llms-next-lesson {
  text-align: right;
}
body.single-lesson .reactheme-blog-details .news-details-inner .single-content-full nav.llms-course-navigation .llms-lesson-preview .llms-lesson-link {
  background: #F9F8FF;
}
body.single-lesson .reactheme-blog-details .news-details-inner .single-content-full .bs-tag-share {
  display: none !important;
}

.llms-checkout-wrapper .llms-form-heading {
  background: var(--primaryColor);
}

.llms-checkout-section,
.llms-notice {
  border-color: var(--primaryColor);
}

.llms-button-action,
.llms-button-action {
  background: var(--secondaryColor);
}

.llms-notice {
  background: #f9f8fe;
}

.llms-field-input,
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid var(--borderColor) !important;
  font-size: 14px;
  font-weight: 400;
  height: 52px !important;
  padding: 3px 20px;
  width: 100%;
  border-radius: 5px;
  color: var(--contentColor);
}

.llms-notification {
  border-color: var(--primaryColor);
}

.llms-button-primary {
  background: var(--primaryColor);
}

.llms-lesson-preview.is-free .llms-lesson-complete, .llms-lesson-preview.is-complete .llms-lesson-complete {
  color: var(--primaryColor);
}

body.theme-studyhub .container {
  width: 100%;
}

body #main .stm_lms_courses_wrapper, body .stm_lms_courses_wrapper {
  max-width: unset;
}

.stm_lms_courses__filter_heading .toggler:before,
.stm_lms_courses__filter_heading .toggler:after,
.courses_filters .stm_lms_courses_grid__sort .sort_label,
.stm_lms_courses__filter_actions input[type=submit] {
  background-color: var(--primaryColor) !important;
}

.courses_filters__activities .lms_courses.search .stm_lms_courses__search .lms-search-btn {
  background-color: var(--primaryColor) !important;
  border-color: var(--primaryColor);
}

.stm_lms_courses__filter:first-child {
  border-color: var(--primaryColor) !important;
}

.stm_lms_courses__archive_wrapper .stm_lms_courses__archive_filter {
  margin: 56px 50px 20px 0 !important;
}

.masterstudy-single-course {
  width: 100%;
  max-width: 100% !important;
}
.masterstudy-single-course h1, .masterstudy-single-course h2, .masterstudy-single-course h3, .masterstudy-single-course h4, .masterstudy-single-course h5, .masterstudy-single-course h6 {
  color: var(--titleColor) !important;
}
.masterstudy-single-course p, .masterstudy-single-course ul li, .masterstudy-single-course div {
  color: var(--bodyColor) !important;
}
.masterstudy-single-course .masterstudy-single-course-details__icon::before,
.masterstudy-single-course .masterstudy-single-course-details__name,
.masterstudy-single-course .masterstudy-single-course-current-students__title, .masterstudy-single-course .masterstudy-single-course-current-students__title span {
  color: var(--bodyColor);
}
.masterstudy-single-course .masterstudy-single-course-tabs.masterstudy-single-course-tabs_style-underline {
  padding-bottom: 30px;
}
.masterstudy-single-course .masterstudy-single-course-tabs.masterstudy-single-course-tabs_style-underline .masterstudy-single-course-tabs__item {
  font-weight: 500;
  color: var(--primaryColor) !important;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid #DDD8F9;
}
.masterstudy-single-course .masterstudy-single-course-tabs.masterstudy-single-course-tabs_style-underline .masterstudy-single-course-tabs__item:hover,
.masterstudy-single-course .masterstudy-single-course-tabs.masterstudy-single-course-tabs_style-underline .masterstudy-single-course-tabs__item_active {
  background: var(--primaryColor) !important;
  color: var(--whiteColor) !important;
  border: 1px solid var(--primaryColor) !important;
}
.masterstudy-single-course .masterstudy-curriculum-list__item {
  background: transparent;
  border: 1px solid #f9f8fe;
}
.masterstudy-single-course .masterstudy-popular-courses .masterstudy-popular-courses__title,
.masterstudy-single-course .masterstudy-popular-courses a.masterstudy-popular-courses__item-title {
  color: var(--titleColor);
}
.masterstudy-single-course .masterstudy-popular-courses .masterstudy-popular-courses__image {
  height: auto;
}
.masterstudy-single-course .masterstudy-popular-courses a.masterstudy-popular-courses__instructor {
  display: none !important;
}
.masterstudy-single-course .masterstudy-popular-courses__image,
.masterstudy-single-course .masterstudy-single-course-description img.masterstudy-single-course-description__image {
  border-radius: 0;
}
.masterstudy-single-course .masterstudy-single-course-faq__item .masterstudy-single-course-faq__container {
  background: #f9f8fe;
}
.masterstudy-single-course .masterstudy-single-course-details__item {
  border-color: #DDD8F9;
}
.masterstudy-single-course .masterstudy-single-course__sidebar {
  border: 1px solid #DDD8F9;
  border-radius: 6px;
  padding: 30px;
}
.masterstudy-single-course .masterstudy-single-course__sidebar {
  border: 1px solid #DDD8F9;
  border-radius: 6px;
  padding: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
.masterstudy-single-course .masterstudy-single-course__sidebar .masterstudy-single-course-tabs.masterstudy-single-course-tabs_style-underline,
.masterstudy-single-course .masterstudy-single-course__sidebar .masterstudy-popular-courses__title,
.masterstudy-single-course .masterstudy-single-course__sidebar .masterstudy-popular-courses__item {
  border-color: #DDD8F9;
}

body.stm_lms_button.course-player .masterstudy-course-player-header {
  background: #DDD8F9 !important;
}
body.stm_lms_button.course-player .masterstudy-course-player-curriculum {
  background: #f9f8fe;
}
body.stm_lms_button.course-player td, body.stm_lms_button.course-player th {
  border: 1px solid #DDD8F9;
}
body.stm_lms_button.course-player .masterstudy-curriculum-accordion__section {
  background: var(--primaryColor);
}
body.stm_lms_button.course-player .masterstudy-course-player-header.masterstudy-course-player-header_dark-mode {
  background: #2D2D2E !important;
}
body.stm_lms_button.course-player .masterstudy-switch-button {
  background: var(--primaryColor);
}
body.stm_lms_button.course-player .masterstudy-switch-button .masterstudy-switch-button__burger span {
  background: #fff;
}
body.stm_lms_button.course-player .masterstudy-switch-button .masterstudy-switch-button__title {
  color: #fff;
}
body.stm_lms_button.course-player .masterstudy-course-player-content_dark-mode .masterstudy-course-player-curriculum__content {
  background: #171717;
}
body.stm_lms_button.course-player .masterstudy-course-player-content_dark-mode .masterstudy-curriculum-accordion__section {
  background: #2D2D2E;
}

.stm_lms_acc_tabs__secondary_inner,
.stm_lms_acc_tabs i.stm_lms_acc_tabs__toggle,
.stm_lms_acc_tabs .stm_lms_acc_tabs__main {
  background-color: var(--primaryColor) !important;
  border-top: 3px solid var(--primaryColor);
}

.stm_lms_edit_account .stm_lms_edit_socials_list {
  background-color: #f9f8fe;
}

.stm_lms_courses__archive_wrapper {
  margin: 0;
}

.stm_lms_edit_account button.btn.btn-default.btn-save-account,
.stm_lms_sidebar_logout_wrapper .stm-lms-logout-button:hover {
  background-color: var(--primaryColor) !important;
}

.stm_lms_acc_tabs .float_menu_item__inline.float_menu_item_active, .stm_lms_acc_tabs .float_menu_item__inline:hover {
  color: var(--primaryColor) !important;
}

.css-1mzzlpk {
  background: var(--primaryColor) !important;
}

.masterstudy-single-course-categories a.masterstudy-single-course-categories__item {
  background: var(--accent-10);
  padding: 3px 10px;
  border-radius: 3px;
}

.masterstudy-single-course-categories a.masterstudy-single-course-categories__item {
  background: rgba(85, 60, 223, 0.0784313725);
}

body.single-stm-courses .masterstudy-single-course__heading {
  display: none;
}

.average-rating-stars__top {
  width: 66%;
  display: flex;
  align-items: center;
}

.review-rating .star-rating {
  background: none !important;
  width: 100% !important;
}

.coursearea .average-rating-stars__top {
  width: unset;
}

.average-rating-stars__av {
  margin-top: 3px;
  color: var(--titleColor);
}

.stm_lms_courses__single__inner {
  padding: 24px;
  border-radius: 6px;
  position: relative;
  height: 100%;
  margin: 0 12px;
  border: 1px solid #EFECFF;
}
.stm_lms_courses__single__inner .stm_lms_courses__single--image__progress {
  background-color: #EFECFF;
}
.stm_lms_courses__single__inner .stm_lms_courses__single--inner {
  padding: 0;
}
.stm_lms_courses__single__inner .stm_lms_courses__single--terms .stm_lms_courses__single--term {
  display: inline-block;
  padding: 3px 8px;
  background: #EEEBFF;
  border-radius: 2px;
  color: var(--primaryColor);
  font-size: 14px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.stm_lms_courses__single__inner .stm_lms_courses__single--title h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  padding-bottom: 25px;
  transition: 0.3s;
  color: var(--titleColor);
  border-color: #EFECFF;
}
.stm_lms_courses__single__inner .stm_lms_courses__single--meta {
  margin-top: 30px;
}
.stm_lms_courses__single__inner .stm_lms_courses__single--meta .stm_lms_courses__single--price {
  color: var(--titleColor);
}
.stm_lms_courses__single__inner .stm_lms_courses__single--image .stm_lms_courses__single--image__container {
  border-radius: var(--borderRadius);
  overflow: hidden;
}

.stm_lms_courses__filter .stm_lms_styled_checkbox__inner span {
  background: transparent;
  border: 1px solid #EFECFF;
}

.stm-lms-payment-methods .stm-lms-payment-method.active h4,
.stm_lms_acc_tabs .float_menu_item__inline.float_menu_item_active i,
.stm_lms_acc_tabs .float_menu_item__inline.float_menu_item_active span,
.stm_lms_acc_tabs .float_menu_item__inline:hover i,
.stm_lms_acc_tabs .float_menu_item__inline:hover span,
.stm_lms_chat_page .stm_lms_instructor_courses__single--status-inner:hover .stm_lms_instructor_courses__single--choice:hover:not(.chosen) i,
.stm_lms_chat_page .stm_lms_instructor_courses__single--status .stm_lms_instructor_courses__single--choice.chosen i,
.stm_lms_chat_page .stm_lms_instructor_courses__top a i,
.stm_lms_chat_page .stm_lms_instructor_courses__top .masterstudy-lms-course-filters a.clicked,
.stm_lms_chat_page .stm_lms_instructor_courses__top .masterstudy-lms-course-filters a.clicked::after,
.stm_lms_chat_page .stm_lms_instructor_courses__top .masterstudy-lms-course-filters a:hover {
  color: var(--primaryColor) !important;
}

.stm_lms_chat_page .stm_lms_instructor_courses__top a:active, .stm_lms_instructor_courses__top a:focus,
.stm_lms_chat_page .stm_lms_instructor_courses__top a:hover {
  background-color: var(--primaryColor) !important;
}
.stm_lms_chat_page .stm_lms_instructor_courses__top a:active i, .stm_lms_instructor_courses__top a:focus i,
.stm_lms_chat_page .stm_lms_instructor_courses__top a:hover i {
  color: #fff !important;
}

.stm-lms-user_create_announcement_btn.__bordered, .stm-lms-user_edit_profile_btn.__bordered {
  padding: 0;
}

.stm-lms-user_create_announcement_btn a,
.stm-lms-user_edit_profile_btn a {
  display: flex;
  align-items: center;
  align-items: center;
  padding: 5px 10px;
}

.stm-lms-user_create_announcement_btn a span, .stm-lms-user_edit_profile_btn a span {
  top: 0 !important;
  padding-bottom: 0 !important;
}

body.stm_lms_button .stm-lms-user-courses .stm_lms_instructor_courses__single--enroll a.btn.btn-default:visited,
.stm-lms-user-courses .stm_lms_instructor_courses__single--enroll .btn,
.stm_lms_chat_page .stm_lms_instructor_courses__single--featured .feature_it {
  background-color: var(--primaryColor) !important;
  border-radius: 4px;
}

.stm_lms_instructor_courses__single--price {
  margin-left: auto;
  color: var(--titleColor);
}

body:not(.masterstudy-theme) .stm-lms-wrapper.user-account-page:not(.stm-lms-wrapper--gradebook), body:not(.theme-ms-lms-starter-theme) .stm-lms-wrapper.user-account-page:not(.stm-lms-wrapper--gradebook) {
  max-width: unset !important;
}

.stm_lms_instructor_courses__top h3 {
  font-weight: 600 !important;
}

.stm_lms_instructor_courses__single--meta .views {
  align-items: baseline;
  display: flex;
}

.stm_lms_instructor_courses__single .stm_lms_instructor_courses__single__inner {
  margin-bottom: 0;
  padding: 24px;
  border-radius: 6px;
  position: relative;
  height: 100%;
  border: 1px solid #EFECFF;
  display: block;
}
.stm_lms_instructor_courses__single .stm_lms_instructor_courses__single__inner .stm_lms_instructor_courses__single--image {
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
}
.stm_lms_instructor_courses__single .stm_lms_instructor_courses__single__inner .stm_lms_instructor_courses__single--inner {
  padding: 0;
}
.stm_lms_instructor_courses__single .stm_lms_instructor_courses__single__inner .stm_lms_instructor_courses__single--inner .stm_lms_instructor_courses__single--term {
  margin: 20px 0 25px;
}
.stm_lms_instructor_courses__single .stm_lms_instructor_courses__single__inner .stm_lms_instructor_courses__single--inner .stm_lms_instructor_courses__single--term a {
  display: inline-block;
  padding: 3px 8px;
  background: #EEEBFF;
  border-radius: 2px;
  color: var(--primaryColor);
  font-size: 14px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.stm_lms_instructor_courses__single .stm_lms_instructor_courses__single__inner .stm_lms_instructor_courses__single--inner .stm_lms_instructor_courses__single--title {
  margin-bottom: 20px;
}
.stm_lms_instructor_courses__single .stm_lms_instructor_courses__single__inner .stm_lms_instructor_courses__single--inner .stm_lms_instructor_courses__single--title h5 {
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  transition: 0.3s;
}

.stm-lms-user-quizzes .stm-lms-user-quiz__head {
  background: #F9F8FF !important;
  color: #000 !important;
}

.wpcfto_radio input:checked + .wpcfto_radio__fake:after {
  background-color: var(--primaryColor);
}

.stm_lms_checkout__payment a.btn.btn-default.stm_lms_pay_button {
  background-color: var(--primaryColor);
}

.stm-lms-payment-methods .stm-lms-payment-method.active {
  background-color: #FBFAFF;
}

.course-page-sensei {
  padding-top: 100px;
}
.course-page-sensei header {
  display: none;
}
.course-page-sensei .wp-block-button__link {
  background-color: var(--primaryColor);
  border-radius: 4px;
}
.course-page-sensei .course-video {
  margin-top: 0;
}
.course-page-sensei .course-sidebar .sidebar-widget {
  border: 1px solid #DDD8F9;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 24px;
}
.course-page-sensei .course-sidebar .sidebar-widget .custom-social-share a {
  font-size: 24px;
  color: var(--secondaryColor);
  margin-right: 5px;
}
.course-page-sensei .course-sidebar .sidebar-widget .custom-social-share a:hover {
  color: var(--primaryColor);
}
.course-page-sensei .wp-block-sensei-lms-course-outline.is-style-default .wp-block-sensei-lms-course-outline-module:not(.is-style-minimal) .wp-block-sensei-lms-course-outline-module__header:not(.has-background), .course-page-sensei .wp-block-sensei-lms-course-outline-module.is-style-default .wp-block-sensei-lms-course-outline-module__header:not(.has-background) {
  background-color: transparent;
}
.course-page-sensei .wp-block-sensei-lms-course-outline-module-bordered {
  border-color: #DDD8F9;
}
.course-page-sensei .has-white-color {
  color: #000 !important;
}
.course-page-sensei .wp-block-sensei-lms-course-outline.is-style-default .wp-block-sensei-lms-course-outline-module:not(.is-style-minimal) .wp-block-sensei-lms-course-outline-module__lessons-title, .course-page-sensei .wp-block-sensei-lms-course-outline-module.is-style-default .wp-block-sensei-lms-course-outline-module__lessons-title {
  background-color: #F9F8FF;
}
.course-page-sensei .wp-block-sensei-lms-course-outline .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__title, .course-page-sensei .wp-block .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__title {
  display: flex;
  justify-content: space-between;
  color: var(--titleColor) !important;
  font-size: 16px !important;
  font-style: normal;
  font-family: var(--bodyFont);
  font-weight: 500;
  line-height: 26px;
  padding: 0;
}
.course-page-sensei .wp-block-sensei-lms-course-outline .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__lessons-title, .course-page-sensei .wp-block .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__lessons-title,
.course-page-sensei .wp-block-sensei-lms-course-outline-lesson, .course-page-sensei .entry-content .wp-block-sensei-lms-course-outline-lesson, .course-page-sensei .sensei .entry-content .wp-block-sensei-lms-course-outline-lesson:not(.button) {
  color: var(--titleColor) !important;
}
.course-page-sensei .wp-block-sensei-lms-course-outline .wp-block-sensei-lms-course-outline-module, .course-page-sensei .wp-block .wp-block-sensei-lms-course-outline-module {
  margin: 0;
}

.single-lesson {
  --sensei-secondary-color: var(--primaryColor);
  --sensei-primary-color: var(--primaryColor);
}

.course:not(body), .course-container, .course-container .course {
  border: none !important;
}

.sensei-archive-contents .course-container.columns-1 {
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .sensei-archive-contents .course-container.columns-1 {
    display: block;
  }
}
.sensei-archive-contents .course-container.columns-1 li.course {
  width: 24.333%;
  padding: 0;
  border: none !important;
}
@media (max-width: 768px) {
  .sensei-archive-contents .course-container.columns-1 li.course {
    width: 100%;
  }
}
.sensei-archive-contents .sensei-course-filters li a {
  border-radius: 4px;
  border: 1px solid #BBB1F2;
  background: #FBFAFF;
  color: var(--primaryColor);
}
.sensei-archive-contents form.sensei-ordering select.orderby {
  padding: 0.6em 1em;
  border-radius: 4px;
  border: 1px solid #BBB1F2;
  background: #FBFAFF;
  color: var(--primaryColor);
  margin: 0;
}

.full-width-metform-submit-btn button {
  width: 100%;
}

.bg_overlay_effect_left_to_right {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bg_overlay_effect_left_to_right::before {
  position: absolute;
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: -50%;
  transition: var(--transition);
}
.bg_overlay_effect_left_to_right:hover::before {
  left: 0;
  opacity: 1;
}

@media (max-width: 768px) {
  ul.learn-press-nav-tabs[data-tabs] .course-nav {
    flex: unset;
  }
}
.learnpress-profile .learn-press-form-register {
  display: none;
}

.learn-press-form-login,
.learn-press-form-register {
  margin-top: 90px;
}

.learn-press-form-login button[type=submit], .learn-press-form-register button[type=submit] {
  line-height: 1;
  margin: 15px 0;
}

body.single-stm-courses .reactheme-breadcrumbs .page-title {
  margin-top: 8px;
}/*# sourceMappingURL=theme.css.map */