/* ------------------------
    Table of Contents

    1. Section Title
    2. Button
    3. Accordion
    4. Social
    5. Team
    6. Tab
    7. Counter
    8. Blog - Post
    9. Testimonials
    10. Featured Box
    11. Service Item  
    12. Price Table  
    13. Progress Bar
    14. Portfolio
    15. Shop Page
    16. Swiper Arrow & Dots

----------------------------- */


/* ------------------------
    Section Title
------------------------*/
.theme-title {
  margin-bottom: 25px
}

.dark-bg .theme-title h2,
.theme-bg .theme-title h2,
.dark-bg .theme-title p,
.theme-bg .theme-title p,
.text-white.theme-title h2,
.text-white.theme-title p {
  color: var(--themeht-white-color)
}

.theme-title h6 {
  line-height: 1;
  padding: 0 15px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 9;
}

.theme-title h6:before,
.theme-title h6:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  width: 6px;
  height: 6px;
  border-radius: 50%;
  z-index: -1;
}

.theme-title h6:before {
  left: auto;
  right: 0;
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.theme-title h2 {
  margin-bottom: 0;
}

.theme-title p {
  margin-bottom: 0;
  margin-top: 15px
}

.theme-bg .theme-title h6,
.text-white.theme-title h6 {
  background: linear-gradient(115deg, var(--themeht-white-color), var(--themeht-white-color), var(--themeht-white-color));
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* ------------------------
    Theme Button
------------------------*/
.themeht-btn {
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding: 10px 10px 10px 30px;
  display: inline-block;
  border-radius: 100px;
  border: none;
  color: var(--themeht-white-color);
  font-family: var(--themeht-secondary-font-family);
  font-weight: 500;
}

.themeht-btn.primary-btn {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  color: var(--themeht-white-color);
}

.themeht-btn.secondary-btn {
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
  color: var(--themeht-white-color);
}

.themeht-btn.dark-btn {
  background: var(--themeht-bg-dark-color);
  color: var(--themeht-white-color);
  background-size: inherit;
}

.themeht-btn.dark-btn:hover,
.themeht-btn.dark-btn:focus {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.themeht-btn i {
  margin-left: 12px;
  color: var(--themeht-text-color);
  font-size: 18px;
  width: 35px;
  height: 35px;
  background: var(--themeht-white-color);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}

.themeht-btn:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 100px;
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
  transform: scale(0);
  transition: .5s;
}

.themeht-btn.secondary-btn:before {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
}

.themeht-btn:hover:before {
  transform: scale(1.01);
}

.arrow-btn {
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
  display: inline-block;
  color: var(--themeht-white-color);
  z-index: 500;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}

.arrow-btn:hover {
  color: var(--themeht-white-color);
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
}


/* ------------------------
    Accordion
------------------------*/
.accordion-item {
  border: none;
  border-bottom: 1px solid var(--themeht-border-light-color) !important;
  padding: 20px 0;
  background: var(--themeht-white-color);
  border-radius: 0 !important
}

.accordion-header {
  line-height: 0;
}

.accordion .accordion-button {
  border: none;
  padding: 0;
  padding-right: 50px;
  border-radius: 0 !important;
  background: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: var(--themeht-text-color);
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
  color: var(--themeht-primary-color);
  box-shadow: none;
}

.accordion .accordion-body {
  padding: 20px 0 0;
  color: var(--themeht-body-color);
}

.accordion .accordion-button:before,
.accordion .accordion-button:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: var(--themeht-text-color);
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}

.accordion .accordion-button:before {
  -webkit-transform: translate(-50%) rotate(90deg);
  transform: translate(-50%) rotate(90deg)
}

.accordion .accordion-button[aria-expanded="true"]:before,
.accordion-button:hover:before {
  -webkit-transform: translate(-50%) rotate(0deg);
  transform: translate(-50%) rotate(0deg)
}

.accordion .accordion-button[aria-expanded="true"]:after,
.accordion .accordion-button[aria-expanded="true"]:before,
.accordion-button:hover:after,
.accordion-button:hover:before {
  background: var(--themeht-primary-color) !important;
}

.accordion-button:focus {
  box-shadow: none;
}


/* ------------------------
    Social Icons
------------------------*/
.social-icons ul {
  padding: 0;
  margin: 0;
  line-height: 0;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 8px 0 0;
}

.social-icons li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  background: var(--themeht-bg-light-color);
  color: var(--themeht-text-color);
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9;
}

.social-icons li a:hover {
  color: var(--themeht-white-color);
}

.social-icons li a:before {
  border-radius: 50%;
  transform: scale(0);
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: var(--themeht-primary-color);
  opacity: 1;
  transition: 0.6s;
  z-index: -1;
}

.social-icons li a:hover:before {
  transform: scale(1);
}

/* ------------------------
    Team
------------------------*/
.team-member {
  position: relative;
  border-radius: 20px;
  background: var(--themeht-white-color);
}

.team-images {
  overflow: hidden;
  position: relative;
}

.team-member .team-desc {
  padding: 30px;
  position: relative;
  z-index: 9;
}

.team-member .team-desc h4 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
}

.team-member .team-social-icon {
  display: block;
  margin-top: 20px
}

.team-member .team-social-icon ul {
  display: inline-block;
}

.team-member .team-social-icon ul li {
  list-style-type: none;
  position: relative;
}

.team-member .team-social-icon ul li {
  margin-bottom: 10px;
  margin-right: 0;
}

.team-member img {
  width: 100%;
}

.team-meta li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: var(--themeht-body-color);
}

.team-meta li i {
  font-size: 30px;
  color: var(--themeht-primary-color);
  vertical-align: middle;
  margin-right: 15px;
}

.team-meta li span {
  margin-right: 10px;
  font-weight: 500;
  color: var(--themeht-text-color);
}

.team-meta li a {
  color: var(--themeht-body-color);
}

.team-meta li a:hover {
  color: var(--themeht-primary-color);
}


/* ------------------------
    Tab
------------------------*/
.tab .nav-tabs {
  border: none;
}

.tab .nav-tabs .nav-link {
  font-family: var(--themeht-secondary-font-family);
  background: var(--themeht-white-color);
  border-radius: 50px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--themeht-text-color);
  float: left;
  position: relative;
  display: inline-block;
  border: none;
  padding: 15px 40px;
}

.tab .nav-tabs .nav-link:last-child {
  margin-right: 0;
}

.tab .nav-tabs .nav-link.active,
.tab .nav-tabs .nav-link:hover,
.tab .nav-tabs.active>a:focus,
.tab .nav-tabs>a:hover {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  color: var(--themeht-white-color);
}

.tab .tab-content {
  padding: 50px 0 0;
}

.tab.style-2 .nav-tabs {
  border-radius: 10px;
  background: var(--themeht-white-color);
  overflow: hidden;
}

.tab.style-2 .nav-tabs .nav-link {
  box-shadow: none;
  text-align: center;
  margin: 0;
  background: var(--themeht-white-color);
  border-radius: 0;
  width: calc(100% / 4);
  padding: 30px 0px;
  border-right: 1px dashed var(--themeht-border-light-color);
}

.tab.style-2 .nav-tabs .nav-link:last-child {
  border-right: none;
}

.tab.style-2 .nav-tabs .nav-link i {
  margin-right: 20px;
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  color: var(--themeht-body-color);
}

.tab.style-2 .nav-tabs .nav-link::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0px;
  transform: scale(0, 0);
  transition: all 500ms ease;
  background: #f85106;
}

.tab.style-2 .nav-tabs .nav-link.active::after,
.tab.style-2 .nav-tabs .nav-link:hover::after,
.tab.style-2 .nav-tabs.active>a:focus::after,
.tab.style-2 .nav-tabs>a:hover::after {
  transform: scale(1, 1);
}

.tab.style-2 .nav-tabs .nav-link.active,
.tab.style-2 .nav-tabs .nav-link:hover,
.tab.style-2 .nav-tabs.active>a:focus,
.tab.style-2 .nav-tabs>a:hover {
  background: var(--themeht-white-color);
  color: var(--themeht-primary-color);
}


/* ------------------------
    Counter
------------------------*/
.counter {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
}

.counter span {
  font-family: var(--themeht-secondary-font-family);
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  color: var(--themeht-text-color);
  display: inline-block;
}

.counter span+span {
  vertical-align: middle;
}

.counter h5 {
  display: block;
  font-weight: normal;
  color: var(--themeht-body-color);
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin: 0;
}

.counter .counter-icon {
  position: relative;
  font-size: 50px;
  color: var(--themeht-primary-color);
  line-height: 1;
  margin-bottom: 10px;
}

.text-white.counter span,
.text-white.counter .counter-icon,
.text-white.counter h5 {
  color: var(--themeht-white-color);
}


/* ------------------------
    Blog - Post
------------------------*/
.post-card {
  position: relative;
  border-radius: 20px;
  padding: 30px;
  background: var(--themeht-white-color);
}

.post-card .post-image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  margin: 20px 0
}

.post-card .post-desc h4 {
  margin: 0;
  text-transform: capitalize;
}

.post-card .post-desc h4 a {
  color: var(--themeht-text-color);
  display: inline-block;
}

.post-card .post-desc h4 a:hover {
  color: var(--themeht-primary-color)
}

.post-card .post-desc p {
  margin: 15px 0 20px;
}

.post-meta ul li {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  list-style-type: none;
  position: relative;
}

.post-meta ul li:last-child {
  margin-right: 0;
}

.post-meta ul li i {
  color: var(--themeht-primary-color);
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.post-card .post-meta li {
  text-transform: uppercase;
  position: relative;
  font-size: 15px;
}

.post-title {
  position: relative;
  margin-top: 0px;
}

.post-date {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  color: var(--themeht-white-color);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}

.post-btn {
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
  display: block;
  color: var(--themeht-white-color);
  padding: 10px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 500;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 40px;
  margin-top: -50px;
  margin-left: -50px;
}

.post-btn:hover {
  color: var(--themeht-white-color);
}

.post-card:hover .post-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.themeht-blogs .post-card {
  margin-bottom: 60px
}

.post-card.post-classic .post-image,
.post-single-page .post-image {
  margin: 0
}

.post-card.post-classic .post-desc,
.post-single-page .post-desc {
  padding-top: 30px
}

.themeht-blogs .post-title h4 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.post-single-page .post-card {
  box-shadow: none;
  padding: 0;
}

.theme-tags {
  clear: both;
  display: inline-block;
  margin-top: 40px;
}

.tags-links a {
  background: var(--themeht-white-color);
  border-radius: 100px;
  padding: 5px 20px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 5px 0 0 5px;
  color: var(--themeht-text-color);
  border: 1px solid var(--themeht-border-light-color);
}

.tags-links a:hover {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  border-color: var(--themeht-primary-color);
}

.post-card.style-2 {
  position: relative;
  border-radius: 20px;
  padding: 10px;
  background: var(--themeht-white-color);
/*  display: flex;*/
/*  align-items: center;*/
  box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06) !important;
}

.post-card.style-2 .post-image {
  margin: 0
}

.post-card.style-2 .post-image img {
  height: 100%;
  object-fit: cover;
}

.post-card.style-2 .post-desc {
  padding-left: 30px
}

.video-post {
  padding-top: 56.9444%;
  position: relative;
  width: 100%;
}

.video-post iframe,
.video-post object,
.video-post embed {
  pointer-events: auto;
  border: medium none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pagination {
  display: inline-block;
}

.pagination>li {
  margin: 0 6px;
  display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  color: var(--themeht-text-color);
  font-weight: 500;
  border-radius: 50% !important;
  border-color: var(--themeht-border-light-color)
}

.pagination>li.active .page-link,
.page-link:hover,
.page-link:focus {
  box-shadow: none;
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  border-color: var(--themeht-primary-color)
}

/*Widget-Title*/
.themeht-sidebar .widget {
  box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06);
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 50px;
  background: var(--themeht-white-color);
}

.widget:last-child {
  margin-bottom: 0
}

.widget-title {
  padding: 0 15px;
  position: relative;
  display: inline-block;
  z-index: 9;
  margin-bottom: 20px;
  color: var(--themeht-text-color);
}

.widget-title:before,
.widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  width: 6px;
  height: 6px;
  border-radius: 50%;
  z-index: -1;
}

.widget-title:before {
  left: auto;
  right: 0;
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

/*Widget-Search*/
.widget-searchbox {
  position: relative;
  width: 100%;
}

.widget-searchbox .search-btn {
  background: none;
  border: none;
  color: var(--themeht-text-color);
  font-size: 20px;
  outline: medium none;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.widget-searchbox .search-btn:hover {
  color: var(--themeht-primary-color)
}

/*Recent Post*/
.recent-post li {
  display: flex;
  align-items: center;
}

.widget .recent-post-thumb {
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.widget .recent-post-desc {
  padding-left: 15px;
}

.widget .recent-post-desc a {
  display: block;
  text-transform: capitalize;
  color: var(--themeht-text-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.widget .recent-post-desc a:hover {
  color: var(--themeht-primary-color);
}

.widget .recent-post-desc .post-date-small {
  font-size: 14px;
}

/*widget-Categories*/
.widget .widget-categories li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px dashed var(--themeht-border-light-color);
  position: relative;
}

.widget .widget-categories li:first-child {
  padding-top: 0;
}

.widget .widget-categories li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.widget .widget-categories li a {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--themeht-text-color);
  display: flex;
  justify-content: space-between;
}

.widget .widget-categories li a:hover {
  color: var(--themeht-primary-color);
  padding-left: 5px;
}

.widget-categories li i {
  position: absolute;
  right: 0;
  color: var(--themeht-primary-color)
}

/*widget-tags*/
.widget .widget-tags li {
  display: inline-block;
  margin: 5px 5px 15px 0;
}

.widget .widget-tags li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--themeht-bg-light-color);
  border-radius: 20px;
  color: var(--themeht-text-color);
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
}

.widget .widget-tags li a:hover {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

/*post-tags*/
.post-tags li {
  display: inline-block;
  margin: 5px 5px 15px 0;
}

.post-tags li a {
  background: var(--themeht-bg-light-color);
  border-radius: 20px;
  color: var(--themeht-text-color);
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
}

.post-tags li a:hover {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

blockquote {
  z-index: 9;
  text-align: center;
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
  padding: 110px 40px 40px 40px !important;
  border-radius: 20px;
  font-size: 22px;
  line-height: 28px;
  position: relative;
  color: var(--themeht-white-color);
}

blockquote span {
  color: var(--themeht-white-color);
  text-decoration: underline;
  margin-top: 20px;
  display: block;
  font-family: var(--themeht-typography-secondary-font-family);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

blockquote:after {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  font-family: flaticon_mycollection !important;
  content: "\f18c";
  font-size: 80px;
  color: var(--themeht-white-color);
  line-height: 1;
  z-index: -1;
}

.post-comment {
  margin-top: 60px;
  padding: 30px;
  box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06);
  border-radius: 20px;
  background: var(--themeht-white-color);
}

.post-comment .comments-title,
.post-comment .comment-reply-title {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 30px;
}

.post-comment li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  border-bottom: 1px dashed var(--themeht-border-light-color);
  padding-bottom: 50px;
  position: relative;
}

.post-comment li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.author-img {
  flex-shrink: 0;
  width: 100px;
  margin-right: 30px;
}

.comment-date {
  display: block;
}

.comment-reply {
  position: absolute;
  right: 0;
  top: 0;
}

.comment-reply a {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  color: var(--themeht-white-color);
  padding: 6px 15px;
  border-radius: 100px;
  font-family: var(--themeht-secondary-font-family);
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  line-height: 1
}

.comment-reply a:hover {
  color: var(--themeht-white-color);
  background-position: 100% 0;
}

.comment-reply a i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
}

.comments-body p {
  margin: 15px 0 0;
}


/* ------------------------
    Testimonials
------------------------*/
.testimonial {
  position: relative;
}

.testimonial p {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  margin: 30px 0;
  position: relative;
}

.testimonial .testimonial-caption {
  z-index: 9;
  position: relative;
}

.testimonial .testimonial-caption label {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--themeht-text-color);
  display: block;
}

.testimonial .testimonial-caption h5 {
  color: var(--themeht-primary-color);
  display: inline-block;
  margin-bottom: 10px;
}

.testimonial .testimonial-quote i {
  position: relative;
  display: inline-block;
  z-index: 9;
  color: var(--themeht-primary-color);
  font-size: 70px;
  line-height: 1;
  opacity: 0.4
}

.testimonial-img img {
  border-radius: 20px;
  position: relative;
  z-index: 9;
  width: 100%;
}

.testimonial-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial.style-1 {
  border-radius: 20px;
  opacity: 0.3;
  padding: 70px 70px 65px 70px;
  box-shadow: none;
  margin: 0 20px;
  display: flex;
  align-items: center;
}

.testimonial.style-1 .testimonial-img {
  border-radius: 100%;
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 30px
}

.testimonial.style-1 .testimonial-media {
  justify-content: inherit;
}

.testimonial.style-1 img {
  border-radius: 100%;
  position: relative;
  z-index: 9;
  width: 100%;
}

.swiper-slide.swiper-slide-active .testimonial.style-1 {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  opacity: 1
}

.swiper-slide.swiper-slide-active .testimonial.style-1 p,
.swiper-slide.swiper-slide-active .testimonial-quote i,
.swiper-slide.swiper-slide-active .testimonial.style-1 .testimonial-caption h5,
.swiper-slide.swiper-slide-active .testimonial.style-1 .testimonial-caption label {
  color: var(--themeht-white-color);
}

.testimonial-box {
  background: var(--themeht-white-color);
  margin: 30px;
  padding: 50px;
  box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06) !important;
  border-radius: 20px
}

.testimonial.style-2 {
  margin: 0;
  padding: 0;
}

.testimonial.style-2 .testimonial-img {
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  width: 150px;
  height: 150px;
}

.testimonial p {
  margin-bottom: 1rem;
}

.testimonial-carousel .carousel-inner {
  z-index: 9;
}

.testimonial-box.testimonial-dark {
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.testimonial-box.testimonial-dark {
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.testimonial-box.testimonial-dark .testimonial.style-2 p,
.testimonial-box.testimonial-dark .testimonial.style-2 .testimonial-caption h5,
.testimonial-box.testimonial-dark .testimonial.style-2 .testimonial-caption label {
  color: var(--themeht-white-color);
}

.testimonial-carousel .controls li {
  transform: scale(0.8);
  position: absolute;
  animation: leftRight 1.2s infinite;
  animation-duration: 5s;
  width: 100px;
  border-radius: 100%;
  cursor: pointer;
}

.testimonial-carousel .controls li img {
  transform: scale(0.8);
  border-radius: 20px
}

.testimonial-carousel .controls li.active img {
  transform: scale(1);
  border-radius: 100%
}

.testimonial-carousel .controls li:nth-child(1) {
  left: 0;
  top: 0;
}

.testimonial-carousel .controls li:nth-child(2) {
  left: 10%;
  top: 30%;
}

.testimonial-carousel .controls li:nth-child(3) {
  left: 0;
  bottom: 30%;
  animation: topBottom 1.2s infinite;
  animation-duration: 5s;
}

.testimonial-carousel .controls li:nth-child(4) {
  left: 10%;
  bottom: 0;
}

.testimonial-carousel .controls li:nth-child(5) {
  right: 0;
  top: 0;
}

.testimonial-carousel .controls li:nth-child(6) {
  right: 10%;
  top: 30%;
}

.testimonial-carousel .controls li:nth-child(7) {
  right: 0;
  bottom: 30%;
  animation: topBottom 1.2s infinite;
  animation-duration: 5s;
}

.testimonial-carousel .controls li:nth-child(8) {
  right: 10%;
  bottom: 0;
}

.testimonial.style-3 {
  padding: 80px 50px;
  padding-left: 30%;
}

.testimonial.style-3 .testimonial-img {
  width: 40%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial.style-3 .testimonial-img img {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.testimonial.style-3 .testimonial-content {
  background: var(--themeht-white-color);
  padding: 60px 40px;
  padding-left: 170px;
  border-radius: 20px
}

.testimonial.style-3 .testimonial-quote i {
  position: relative;
  display: inline-block;
  z-index: 9;
  color: var(--themeht-primary-color);
  font-size: 70px;
  line-height: 1;
  opacity: 1
}


/* ------------------------
    Featured Box
------------------------*/
.featured-item {
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.featured-item.style-1 .featured-icon {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  max-width: 200px;
}

.featured-desc p {
  margin-bottom: 0;
}

.featured-title h4 {
  margin-bottom: 15px;
}

.featured-item.style-1 {
     padding: 20px;
     text-align: center;
     border-radius: 4px;
     height: 140px;
     background-color: #fff;
}

.featured-item.style-1:hover {
  background: var(--themeht-white-color);
}

.featured-item.style-1 .featured-icon i {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-size: 70px;
}

.featured-item.style-2 {
  padding: 30px;
  border-radius: 20px;
  background: var(--themeht-white-color);
}

.featured-item.style-2 .featured-icon {
  width: 30%;
  margin-right: 20px;
}

.featured-item-top {
  margin-bottom: 10px
}

.featured-item-top h4 {
  margin-bottom: 0
}

.featured-item.style-3 {
  padding: 30px;
  border-radius: 20px;
  background: var(--themeht-white-color);
  overflow: inherit;
  padding-left: 50px;
  margin-left: 35px;
}

.featured-item.style-3.text-end {
  padding-left: 30px;
  padding-right: 50px;
}

.featured-item.style-3 .featured-icon {
  display: inline-block;
  border-radius: 50%;
  color: var(--themeht-white-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: -35px;
}

.featured-item.style-3.text-end .featured-icon {
  left: inherit;
  right: -35px;
}

.featured-item.style-4 {
  border-radius: 20px;
  background: var(--themeht-white-color);
  padding: 50px 30px;
}

.featured-item.style-4 .featured-icon {
  margin-bottom: 20px;
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
  display: inline-block;
  border-radius: 50%;
  color: var(--themeht-white-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  text-align: center;
}

.featured-item.style-4:hover .featured-icon {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
}

.featured-item.style-5 .featured-icon {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 250px;
}

.featured-item.style-5 .featured-icon i {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-size: 70px;
}

/* ------------------------
    Service Item
------------------------*/
.service-item.style-1 {
  background: var(--themeht-white-color);
  padding: 40px 30px;
  padding-top: 0;
  position: relative;
  z-index: 9;
  border-radius: 20px;
  margin-top: 60px;
    height: 75%;
}

.service-item.style-1 .service-icon {
  display: inline-block;
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 120px;
  color: var(--themeht-primary-color);
  border-radius: 50%;
  font-size: 50px;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  margin-bottom: 15px;
  margin-top: -60px;
}

.service-item.style-1 .service-icon i {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

.service-item.style-1 .service-icon::before {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.1;
}

.service-item.style-1:hover .service-icon::before,
.service-active.service-item.style-1 .service-icon::before {
  opacity: 1;
}

.service-item.style-1:hover .service-icon,
.service-active.service-item.style-1 .service-icon {
  opacity: 1;
  color: var(--themeht-white-color);
}

.service-item.style-1 .service-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 16px;
  width: 16px;
  background: var(--themeht-white-color);
  z-index: -1;
  border-radius: 50%;
  animation: spinnerRotate 10s linear infinite;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid var(--themeht-primary-color);
  transition: all 0.35s ease-in-out;
}

.service-item.style-1 p {
  margin-bottom: 20px
}

.service-item.style-1:hover h4,
.service-item.style-1:hover p,
.service-item.style-1:hover,
.service-active.service-item.style-1 h4,
.service-active.service-item.style-1 p,
.service-active.service-item.style-1 {
  color: var(--themeht-white-color)
}

.service-item.style-1::before {
  border-radius: 20px;
  transform: scale(0);
  background: var(--themeht-bg-dark-color);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.service-item.style-1:hover::before,
.service-active.service-item.style-1::before {
  transform: scale(1);
}

.service-item.style-1:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0.04;
  width: 100%;
  z-index: -1;
  background: url(../images/pattern/02.png) no-repeat 0 0;
  background-size: cover;
}

.service-item.style-1:hover:after,
.service-active.service-item.style-1:after {
  opacity: 0.2;
}

.service-item.style-1 .arrow-btn {
  margin-left: auto;
}


.service-item.style-2 {
  text-align: center;
  position: relative;
  z-index: 9;
  padding: 40px 20px 20px;
  background: var(--themeht-white-color);
  border-radius: 20px;
  margin-bottom: 25px;
  height: 100%;
}

.service-item.style-2:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
  transform: translate3d(0, -20px, 0);
}

.service-item.style-2 .service-icon {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 30px
}

/*.service-item.style-2 .service-desc p {
  margin: 20px 0 0
}*/

.service-item.style-2 h4 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 14px;
}

.service-item.style-2 .arrow-btn {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
}

.service-item.style-2:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0.04;
  width: 100%;
  z-index: -1;
  background: url(../images/pattern/02.png) no-repeat 0 0;
  background-size: cover;
}

.service-item.style-2:hover:after,
.service-active.service-item.style-1:after {
  opacity: 0.1;
}

.swiper-slide .service-item.style-2 {
  margin: 50px 15px;
  padding: 40px 30px 70px;
  box-shadow: 0px 5px 20px rgba(8, 10, 55, 0.08);
}

.service-item.style-3 {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9;
  padding: 60px 40px;
  background: var(--themeht-white-color);
  border-radius: 75px 0 75px 0;
}

.service-item.style-3 .service-icon {
  display: inline-block;
  margin-bottom: 20px
}

.service-item.style-3 .service-icon i {
  color: var(--themeht-primary-color);
  line-height: 1;
  font-size: 70px;
  display: inline-block;
}

.service-item.style-3 p {
  margin-bottom: 30px;
}

.service-item.style-3:hover {
  border-radius: 20px 90px 20px 90px;
}

.service-item.style-3::before {
  border-radius: 20px;
  transform: scale(0);
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.service-item.style-3:hover::before,
.service-active.service-item.style-3::before {
  transform: scale(1);
}

.service-item.style-3:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0.04;
  width: 100%;
  z-index: -1;
  background: url(../images/pattern/02.png) no-repeat 0 0;
  background-size: cover;
}

.service-item.style-3:hover:after,
.service-active.service-item.style-3:after {
  opacity: 0.2;
}

.service-item.style-3:hover h4,
.service-item.style-3:hover p,
.service-item.style-3:hover,
.service-active.service-item.style-3 h4,
.service-active.service-item.style-3 p,
.service-active.service-item.style-3,
.service-active.service-item.style-3 .service-icon i,
.service-active.service-item.style-3 .service-icon i {
  color: var(--themeht-white-color)
}

.service-item.style-4 {
  display: flex;
  align-items: flex-start;
  background: white;
  border-radius: 20px;
  padding: 40px;
}

.service-item.style-4 .service-icon {
  color: var(--themeht-primary-color);
  line-height: 1;
  font-size: 70px;
  display: inline-block;
  margin-right: 30px;
  flex-shrink: 0;
}

.read-btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.read-btn i {
  font-size: 30px;
  line-height: 1;
}


/*Service Widget*/
.service-widget {
  box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06);
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 50px;
  background: var(--themeht-white-color);
}

.service-widget:last-child {
  margin-bottom: 0
}

.service-menu li {
  border-bottom: 1px dashed var(--themeht-border-light-color);
  padding-bottom: 15px;
  margin-bottom: 15px
}

.service-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}

.service-menu li a {
  color: var(--themeht-text-color);
  display: block;
  font-size: 16px;
  position: relative;
}

.service-menu li a:hover {
  color: var(--themeht-primary-color);
}

.service-menu li a:before {
  position: absolute;
  top: 0;
  right: 0;
  font-family: bootstrap-icons !important;
  content: "\F135";
  font-size: 22px;
  display: flex;
  z-index: 99;
  height: 100%;
  color: var(--themeht-primary-color);
  justify-content: center;
  align-items: center;
}

.service-menu li a:hover:before {
  right: 10px;
}

.contact-widget {
  padding: 30px;
}


/* ------------------------
    Price Table
------------------------*/
.pricing-section {
  padding: 120px
}

.price-table {
  padding: 50px 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: var(--themeht-white-color);
}

.price-value {
  display: flex;
  align-items: end;
  margin: 30px 0;
}

.price-value h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  color: var(--themeht-text-color);
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.price-value h2 sup {
  font-size: 26px;
  line-height: 24px;
  margin: 0;
  font-weight: normal;
}

.price-list ul li {
  position: relative;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.price-list ul li:last-child {
  margin-bottom: 0;
}

.price-list li i {
  color: var(--themeht-primary-color);
  line-height: 20px;
  font-size: 20px;
  margin-right: 10px
}

.price-table.price-active {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  transform: scale(1.1);
  z-index: 9;
}

.price-table.price-active h3,
.price-table.price-active h2,
.price-table.price-active span,
.price-table.price-active .price-list ul li,
.price-table.price-active .price-list ul li i {
  color: var(--themeht-white-color);
}

.price-label {
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
  color: var(--themeht-white-color);
  padding: 25px 55px 10px;
  transform: translate(calc(59px + 47px), -52px) rotate(45deg);
  transform-origin: top left;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}


/* ------------------------
    Progress Bar
------------------------*/
.ht-progress-bar {
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.ht-progress-bar h4 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1;
}

.ht-progress-bar .progress {
  height: 6px;
  background: var(--themeht-bg-light-color);
  overflow: visible;
  border-radius: 20px;
}

.ht-progress-bar .progress .progress-bar {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  position: relative;
  overflow: visible;
  border-radius: 20px;
}

.ht-progress-bar .progress-parcent {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  color: var(--themeht-white-color);
}


/* ------------------------
    Portfolio
------------------------*/
.portfolio-filter {
  background: var(--themeht-white-color);
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 7px 10px;
  border-radius: 100px;
  backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
  display: inline-block;
  margin: 0 auto 50px;
  text-align: center;
}

.portfolio-filter button {
  position: relative;
  cursor: pointer;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--themeht-text-color);
  float: left;
  text-transform: capitalize;
  border-radius: 20px;
  padding: 8px 20px;
  line-height: 1;
  background: var(--themeht-bg-light-color);
}

.portfolio-filter button:focus {
  outline: none;
  outline-style: none;
  outline-offset: 0;
}

.portfolio-filter button.is-checked,
.portfolio-filter button:hover {
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
  color: var(--themeht-white-color);
}

.portfolio-filter button+button {
  margin-left: 15px;
}

.isotope .grid-item img {
  width: 100%;
}

.grid .grid-item {
  padding: 15px;
}

.grid.columns-2 .grid-item,
.masonry.columns-2 .masonry-brick {
  width: 50%;
}

.grid.columns-3 .grid-item,
.masonry.columns-3 .masonry-brick {
  width: 33.333333%;
}

.grid.columns-4 .grid-item,
.masonry.columns-4 .masonry-brick {
  width: 25%;
}

.masonry .masonry-brick {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  position: relative;
}

.grid.g-0 .grid-item {
  padding: 0;
}

.masonry.g-0 .masonry-brick {
  padding: 0;
  margin: 0;
}

.portfolio-item {
  background: var(--themeht-white-color);
  position: relative;
  border-radius: 20px
}

.portfolio-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.portfolio-title {
  padding: 30px;
}

.portfolio-title h4 {
  margin-bottom: 0
}

.portfolio-btn {
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
  display: block;
  color: var(--themeht-white-color);
  padding: 10px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 500;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 40px;
  margin-top: -50px;
  margin-left: -50px;
}

.portfolio-btn:hover {
  color: var(--themeht-white-color);
}

.portfolio-item:hover .portfolio-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-slide.swiper-slide-active .portfolio-item {
  margin: 100px;
}

/*Portfolio Meta*/
.portfolio-meta-list {
  display: flex;
  align-items: flex-start;
}

.portfolio-meta-icon {
  font-size: 30px;
  color: var(--themeht-primary2-color);
  flex-shrink: 0;
  margin-right: 15px;
  line-height: 1;
}

.portfolio-meta-title {
  display: block;
}

.portfolio-meta-sub-title {
  color: var(--themeht-text-color);
  font-family: var(--themeht-secondary-font-family);
}


/* ------------------------
Shop Page
------------------------*/
.product-img {
  position: relative;
  overflow: hidden;
}

.product-img img {
  border-radius: 20px
}

.product-link a i {
  display: inline-block;
  color: var(--themeht-white-color);
  font-size: 18px;
}

.product-link a {
  border-radius: 50px;
  padding: 5px 20px;
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  font-weight: 500;
  display: inline-block;
  color: var(--themeht-white-color);
  position: relative;
  text-align: center;
}

.product-link a:hover {
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
  color: var(--themeht-white-color);
}

.product-name {
  display: inline-block;
  color: var(--themeht-text-color);
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500
}

.product-price {
  display: block;
}

.form-check-input:checked {
  background-color: var(--themeht-primary-color);
  border-color: var(--themeht-primary-color);
}

.widget-color [type="radio"]:checked,
.widget-color [type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.widget-color .form-check-label {
  width: 26px;
  height: 26px !important;
  border-radius: 0.25rem;
  padding: 0 !important;
  margin-bottom: 0;
}

.widget-color .form-check-input[type="radio"]:checked+label,
.widget-color .form-check-input[type="radio"]:not(:checked)+label,
label.btn input[type="radio"]:checked+label,
label.btn input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.widget-color .form-check-input[type="radio"]+label::after,
.widget-color .form-check-input[type="radio"]+label::before,
label.btn input[type="radio"]+label::after,
label.btn input[type="radio"]+label::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 30px;
  height: 30px;
  z-index: 0;
  transition: .28s ease;
  z-index: -1;
  border-radius: 0.25rem;
}

.widget-color .form-check-input[type="radio"]:checked+label::after,
label.btn input[type="radio"]:checked+label::after {
  transform: scale(1.02);
}

.widget-color .form-check-input[type="radio"]:checked+label::after {
  background-color: var(--themeht-primary-color);
}

.widget-size input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.widget-size label {
  background: var(--bg-light);
  margin-bottom: 0;
  display: inline-block;
  height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--themeht-text-color);
  font-weight: 500;
  cursor: pointer;
  border-radius: 0.25rem;
  line-height: 40px;
}

.widget-size input[type="radio"]:checked+label {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.widget-color li {
  list-style-type: none;
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 20px;
  width: 22%;
  text-align: center;
}

.widget-color li:nth-child(4n+4) {
  margin-right: 0;
}

.widget-size li {
  list-style-type: none;
  display: inline-block;
  width: 20%;
  text-align: center;
  float: left;
}

.widget-size li:nth-child(4n+4) {
  margin-right: 0;
}

input.form-product {
  -moz-appearance: textfield;
  height: 40px !important;
  border: none;
  background: var(--themeht-white-color);
  text-align: center;
  width: 150px;
  border-top: 1px solid var(--themeht-border-light-color) !important;
  border-bottom: 1px solid var(--themeht-border-light-color) !important;
  color: var(--themeht-text-color);
  vertical-align: middle;
}

.btn-product {
  background: none;
  color: var(--themeht-text-color);
  border: 1px solid var(--themeht-border-light-color);
  height: 40px;
  width: auto;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer;
}

.cart-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: var(--themeht-text-color);
}


.step-item.style-1 {
    text-align: center;
    padding: 15px;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    height: 100%;
}

.step-item.style-1 .step-icon {
  display: block;
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 120px;
  color: var(--themeht-white-color);
  border-radius: 50%;
  font-size: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  margin-bottom: 30px;
}

.step-item.style-1 .step-icon::before {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: -1;
}

.step-item.style-1 .step-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 16px;
  width: 16px;
  background: var(--themeht-white-color);
  z-index: -1;
  border-radius: 50%;
  animation: spinnerRotate 10s linear infinite;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid var(--themeht-primary-color);
  transition: all 0.35s ease-in-out;
}

.step-item.style-1 h4 {
  margin-bottom: 10px;
}

.text-white.step-item.style-1 h4 {
  color: var(--themeht-white-color);
}

.step-item.style-1 span {
  font-family: var(--themeht-body-font-family);
  font-weight: 500;
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  color: var(--themeht-white-color);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  margin-top: 20px;
}

.step-bg.step-item.style-1 .step-icon::before {
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.step-bg.step-item.style-1 span {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
}

.step-item.style-2 {
  text-align: center;
}

.step-item.style-2 .step-icon {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 153px;
  line-height: 153px;
  text-align: center;
  font-size: 60px;
  margin-bottom: 24px;
  transition: all 500ms ease;
  color: var(--themeht-primary-color);
  margin-top: 8px;
}

.step-bg.step-item.style-2 .step-icon {
  color: var(--themeht-primary2-color);
}

.step-item.style-2 .step-icon i {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.step-item.style-2 .step-icon .step-icon-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 180px;
  height: 153px;
  background-repeat: no-repeat;
}

.step-item.style-2:hover .step-icon .step-icon-bg {
  transform: rotate(10deg);
}

.step-item.style-2 .step-icon::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  box-shadow: 0 0px 100px 30px rgba(0, 0, 0, 0.5);
  transition: all 500ms ease;
}

.step-item.style-2 .step-icon .step-number {
  position: absolute;
  top: -8px;
  right: -5px;
  font-size: 15px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  color: var(--themeht-white-color);
  transition: all 500ms ease;
}

.step-bg.step-item.style-2 .step-icon .step-number {
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.step-item.style-2.left-side {
  text-align: left;
  display: flex;
  align-items: center;
}

.step-item.style-2.left-side .step-icon {
  margin-bottom: 0;
  margin-right: 40px;
  flex-shrink: 0;
}

.step-process-area {
  position: relative;
}

.step-process-area::after {
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 48.44%, hsla(0, 0%, 100%, .152) 99.99%, hsla(0, 0%, 100%, 0));
  top: 180px;
  content: "";
  height: 1px;
  left: 10%;
  right: 10%;
  opacity: .2;
  position: absolute;
}


/* ------------------------
  Swiper Arrow 
------------------------*/
.swiper .swiper-button-prev {
  left: 0;
}

.swiper .swiper-button-next {
  right: 0;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 50%;
}

.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.swiper .swiper-button-prev:after {
  content: '\F12F';
  font-family: bootstrap-icons !important;
}

.swiper .swiper-button-next:after {
  content: '\F138';
  font-family: bootstrap-icons !important;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  color: var(--themeht-white-color);
  font-size: 30px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 60px !important;
}

.swiper .swiper-button-prev:hover:after,
.swiper .swiper-button-next:hover:after {
  color: var(--themeht-white-color);
}

.swiper-nav-white .swiper-button-prev,
.swiper-nav-white .swiper-button-next,
.swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-bottom-white .swiper-button-next {
  border: 1px solid var(--themeht-border-light-color);
  background: var(--themeht-bg-dark-color);
}

.swiper-nav-white .swiper-button-prev:hover,
.swiper-nav-white .swiper-button-next:hover,
.swiper-nav-bottom-white .swiper-button-prev:hover,
.swiper-nav-bottom-white .swiper-button-next:hover {
  background: var(--themeht-white-color);
  border-color: var(--themeht-white-color);
}

.swiper-nav-white .swiper-button-next:after,
.swiper-nav-white .swiper-button-prev:after,
.swiper-nav-bottom-white .swiper-button-next:after,
.swiper-nav-bottom-white .swiper-button-prev:after {
  color: var(--themeht-white-color);
}

.swiper-nav-white .swiper-button-prev:hover:after,
.swiper-nav-white .swiper-button-next:hover:after,
.swiper-nav-bottom-white .swiper-button-prev:hover:after,
.swiper-nav-bottom-white .swiper-button-next:hover:after {
  color: var(--themeht-text-color);
}

.swiper-nav-bottom-white .swiper-button-next,
.swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-bottom .swiper-button-next,
.swiper-nav-bottom .swiper-button-prev {
  top: inherit;
  bottom: 0;
}

.swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-bottom .swiper-button-prev {
  left: 50% !important;
  margin-left: -80px;
}

.swiper-nav-bottom-white .swiper-button-next,
.swiper-nav-bottom .swiper-button-next {
  right: 50% !important;
  margin-right: -80px;
}

.swiper-nav-bottom,
.swiper-nav-bottom-white {
  margin-top: 120px;
}


/* ------------------------
  Swiper Dot Pagination
------------------------*/
.swiper-pagination {
  position: inherit !important;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 60px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: var(--themeht-bg-dark-color);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
  opacity: 1;
  width: 10px;
  height: 10px;
}

.swiper-dots-white .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: var(--themeht-white-color);
}

.swiper-nav-none .swiper-button-prev,
.swiper-nav-none .swiper-button-next,
.swiper-nav-none .swiper-pagination {
  display: none;
}

.swiper-nav-dots .swiper-button-prev,
.swiper-nav-dots .swiper-button-next,
.swiper-dots-white .swiper-button-prev,
.swiper-dots-white .swiper-button-next {
  display: none;
}

.swiper-nav-arrow .swiper-pagination,
.swiper-nav-bottom .swiper-pagination,
.swiper-nav-white .swiper-pagination,
.swiper-nav-bottom-white .swiper-pagination {
  display: none;
}


/*  */