/*
Theme Name: Prime Electronic Store
Theme URI: https://www.themeignite.com/products/electronic-store-wordpress-theme/
Author: Themeignite
Author URI: themeignite.com
Description: Prime Electronic Store is a sleek WordPress theme for all kind of ecommerce websites, This theme is developed on top of the powerful Customizer options, and that makes it easy to customize, easy to use and flexible, Full Responsive | One Click Demo Install.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prime-electronic-store
Tags: two-columns, right-sidebar, left-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-image-header, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, news, portfolio
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding-top: 15px;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Pontano Sans", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: 28px;
  margin-bottom: 15px;
}

h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

h3 {
  font-size: 30px;
  margin: 20px 0 15px 0;
}

h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

h6 {
  font-size: 18px;
  margin-bottom: 7px;
}
p {
  margin: 0 0 15px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: none;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

ul,
ol {
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 15px 15px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  /* max-width: 100%; */ /* Adhere to container width. */
  vertical-align: middle;
}

table {
  margin: 0 0 15px;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: transparent;
  padding: 8px 15px;
  height: 42px;
  color: #fff;
  border: none;
  position: relative;
  top: 10px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #404040;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  vertical-align: top;
}

select {
  border: 1px solid #eee;
  height: 40px;
  padding: 3px 40px 3px 8px;
  background-color: transparent;
  line-height: 100%;
  outline: 0;
  background-image: url("images/arrow.png");
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: 0;
}

input[type="search"] {
  padding: 3px 8px;
  height: 45px;
  margin-top: 0px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px 8px;
  height: 45px;
  margin-top: 0px;
  border: 1px solid;
}

textarea {
  padding: 8px;
  width: 100%;
}
.paddind5 {
  padding: 5px !important;
}

.col-sm-9cols {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 11%;
}

@media (max-width: 768px) {
  .col-sm-9cols {
    width: 50%;
    float: left;
    margin: 10px 0;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #202020;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-family: "Raleway", sans-serif;
}

a:visited {
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  border-radius: 10px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  border-radius: 10px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title {
  padding: 10px;
  font-size: 18px;
  color: #6d6d6d;
  margin: 0;
  position: relative;
  z-index: 999;
  text-transform: uppercase;
  margin: -15px 0 20px -16px;
  color: #fff;
  border-radius: 5px 0 5px 5px;
}

.widget-area .widget-title:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  top: 0px;
  right: -10px;
  border-width: 0 0 15px 10px;
  border-radius: 0 10px 0 0;
}

.widget-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-area ul ul {
  border-top: 1px solid #f9f9f9;
  margin-top: 5px;
}

.widget-area ul ul li {
  padding-left: 10px;
}

.widget-area ul ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget-area li {
  padding: 5px 0;
  line-height: normal;
}

.widget-area a {
  text-decoration: none;
  color: #404040;
}

.widget-area a:hover {
  color: #9627ed;
}

.widget-area .widget {
  margin-bottom: 35px;
  padding: 0 1em 1em;
  background: #fff;
  /* border-radius: 10px; */
  border: 1px solid #ccc;
}

/*--------------------------------------------------------------
## Sidebar Area
--------------------------------------------------------------*/
#secondary {
  float: left;
  width: 100%;
}

#secondary input[type="text"] {
  width: 130px;
}

#secondary ul {
  margin: 15px;
  padding: 0;
}
#secondary ul li {
  list-style: disc;
  padding: 0;
  margin: 7px 0;
  line-height: 130%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.author-email-url {
  margin-left: -2%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: min-content;
}

.author-email-url input {
  width: 100%;
}

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

#comments {
}

h3#reply-title,
h3.comments-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

h3#reply-title:after,
h3.comments-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 30px;
  background: #9627ed;
  height: 2px;
}

.logged-in-as,
.comment-notes {
  font-size: 0.9em;
}

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

#comments li.comment {
  margin: 0 0 20px;
}

#comments li.comment .children {
  display: block;
  margin: 20px 0 0 30px;
  padding: 0px;
  list-style: none;
}

article.comment-body {
  background: #fff;
  margin: 0px;
  position: relative;
}

.comment-list a {
  color: #404040;
}

.comment-list a:hover {
  color: #9627ed !important;
}

.comment-list .comment-respond {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
}

.comment-list .vcard img {
  border-radius: 50%;
  margin-right: 10px;
}

.comment-list .vcard .fn {
  font-weight: normal;
  font-size: 16px;
}

.comment-list .edit-link {
  position: absolute;
  right: 0;
  top: 0;
}

.comment-list .edit-link a {
  font-size: 14px;
  display: inline-block;
  padding: 10px;
}

.comment-list .comment-meta {
  margin-bottom: 15px;
}

.comment-list .comment-metadata {
  border-top: 1px solid #eee;
  padding-top: 10px;
  font-size: 14px;
}

.comment-list .comment-metadata a {
  float: left;
}

.comment-list .comment-metadata .reply {
  float: right;
}

#cancel-comment-reply-link {
  float: right;
}

.nav-previous a,
.nav-next a {
  background: #9627ed;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 22px;
  position: relative;
}

.nav-next a {
  margin-right: 13px;
}

.nav-next a:after {
  content: "";
  position: absolute;
  border-left: 11px solid #9627ed;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  top: 0;
  right: -11px;
}

.nav-previous a {
  margin-left: 11px;
}

.nav-previous a:after {
  content: "";
  position: absolute;
  border-right: 11px solid #9627ed;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  top: 0;
  left: -11px;
}

.no-comments {
  color: #9627ed;
}

.pagination {
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 2px;
  background: #9627ed;
  color: #fff;
  padding: 8px 12px;
  line-height: 1;
  border-radius: 2px;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #333;
  color: #fff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 15px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagingation {
  margin: 20px 0 0 0;
  clear: both;
  text-align: center;
}

.pagingation a {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}

.pagingation a:hover {
  color: #fff;
}

.pagingation .current {
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
#ht-home-gallry-section {
  background-image: url(images/man-461195_1280.jpg);
  background-position: top;
  background-size: cover;
}
.gallery {
  margin-bottom: 15px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

/*.breadcrumbbox {
  padding:13px 0;
  color:#ee5636;
  border-bottom: 1px solid #ccc;
}*/
.breadcrumbbox span {
  color: #000;
  margin: 0 3px;
}
.breadcrumbbox a {
  color: #9627ed;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.sf-arrows .sf-with-ul {
  padding-right: 16.005px !important;
}
header {
}
#ht-masthead {
  z-index: 99;
  transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  width: 100%;
  position: relative;
}
.header-main-content {
  padding-top: 10px;
  padding-bottom: 15px;
}

.ht-sticky-header #ht-content {
  position: relative;
  z-index: 9;
  padding-top: 94px;
}

#ht-site-branding {
  float: left;
  width: 25%;
  padding: 5px 0;
  transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -webkit-transition: padding 0.3s ease;
}

.ht-sticky #ht-site-branding {
  padding: 5px 0;
}

#ht-site-branding img {
  max-height: 80px;
  width: auto;
}

.page-main-header {
  color: #fff;
  clear: both;
  /*background: #9627ED;*/
}
header.page-main-header h1 {
  color: #fff;
  margin: 0px;
  padding: 15px 0;
}
.ht-main-title {
  margin: 0 0 20px 0;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  /* font-family: 'Raleway', sans-serif; */
  color: #000;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 15px;
}

.ht-main-title:last-child {
  margin-bottom: 0;
}

.ht-site-title,
.site-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1;
}

.ht-site-title a,
.site-title a {
  text-decoration: none;
  color: #9627ed;
}

.ht-site-description {
  color: #eee;
  margin: 0;
  font-size: 15px;
  font-style: italic;
  line-height: 1;
}

.ht-site-description a {
  color: #333;
}

#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
  font-size: 15px;
  margin: 0;
  color: inherit;
  display: none;
}

.woocommerce .woocommerce-breadcrumb a,
#total-breadcrumbs a {
  color: #000;
}

.woocommerce .woocommerce-breadcrumb a:hover,
#total-breadcrumbs a:hover {
  color: #9627ed;
}

.taxonomy-description,
.term-description {
  margin-bottom: 15px;
}

.taxonomy-description p:last-child,
.term-description p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

.textcenter {
  text-align: center;
}
.textwidget {
  color: #fffffffc;
}

:hover {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

section a {
  text-decoration: none;
}
section a:hover,
a:active {
  text-decoration: none;
}
section a:focus {
  text-decoration: none;
}
section .darkbox {
}
section .lightbox {
  padding: 1em 0;
}

.padding0 {
  padding: 0;
}
.spacing .ht-section-title-tagline {
  margin-top: 2em;
}

.ht-section-title-tagline {
  text-align: center;
  margin-bottom: 1em;
}
#ht-contact-section .ht-section-title-tagline {
  margin-bottom: 0em;
}

.ht-section-title {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 35px;
  margin: 0 auto 10px;
  padding: 0 0 10px 0;
}

.ht-section-title:last-child {
  margin-bottom: 0;
}

.darkbox .ht-section-tagline {
  font-size: 16px;
  color: #fff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*----------------Menu bar-----------*/
.abc {
  text-align: center;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  /* float: right;*/
}
.main-navigation li {
  position: relative;
  line-height: 0px;
  padding: 24px 15px;
  display: inline-block;
}
.main-navigation a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  line-height: 36px;
  font-weight: 500;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  padding-bottom: 18px;
}
.main-navigation a:hover {
  color: #9627ed;
  border-bottom: 3px solid;
  border-color: #9627ed;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  left: -15px;
  top: 100%;
  background: #fff;
  min-width: 250px;
  z-index: 999;
  padding: 8px;
  margin-top: 11px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.main-navigation ul ul li {
  padding: 5px 5px;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}

.main-navigation ul ul a {
  text-transform: none;
  font-weight: 400;
  color: #1e1d1c;
  padding: 8px 0px;
  font-size: 14px;
  line-height: 1.5;
}

.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  /*text-align: left;*/
  /*border-bottom: 1px solid #cccccc;*/
  margin: 0 0 5px;
}

.main-navigation ul ul li:last-child {
  border-bottom: 0;
}

.main-navigation ul li:hover > ul {
  display: block;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  /*color: #f75e61;*/

  color: #337ab7;
}

.main-navigation .menu > ul > li.highlight {
  /*background: #f75e61;*/
}

.main-navigation .menu > ul > li.highlight:hover {
  background: transparent;
}

.menu > ul > li > a:hover:after,
.menu > ul > li.current_page_item > a:after,
.menu > ul > li.current-menu-item > a:after {
  text-decoration: none;
  color: #23527c;
  text-transform: uppercase;
  font-size: 15px;
  /*font-family: 'Raleway', sans-serif;*/
  line-height: 36px;
  font-weight: 500;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  padding-bottom: 18px;
}

.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after {
  height: 2px;
}

.menu > ul > li.exoplanet-search:after {
  background: transparent !important;
}

.main-navigation ul ul li:hover > a {
  color: #fff;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 15px;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}

/*-----------------Superfish Menu------------------*/
ul.sub-menu {
  /*border-top: 3px solid #f75e61;*/
}
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}

.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  right: 0;
  margin-top: 14px;
  margin-right: 10px;
  height: 0;
  width: 0;
  top: 12px;
  /*border-top-color: #e1e1e1;*/
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #333;
}
.toggle-nav,
a.closebtn {
  display: none;
}

/*#ht-site-navigation{
  float: right;

  transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -webkit-transition: padding 0.3s ease;
  -webkit-transition: padding 0.3s ease;
}

.ht-sticky #ht-site-navigation{
  padding: 17px 0;
}

.ht-main-navigation .ht-menu{
  float: right;
}

.ht-main-navigation ul {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.ht-main-navigation li {
  float: left;
  position: relative;
  margin-left: 17px;
}
.ht-main-navigation a:hover{
border-bottom: 3px solid;
}
.ht-main-navigation a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  line-height: 36px;
  font-weight: 500;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  padding-bottom: 18px;
}

.ht-main-navigation ul ul {
  display: none;
  position: absolute;
  left: -15px;
  top: 100%;
  background: #FFF;
  min-width: 250px;
  z-index: 999;
  padding: 8px;
  margin-top: 11px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
}

.ht-sticky .ht-main-navigation ul ul{
  margin-top: 17px;
}

.ht-main-navigation .ht-menu > ul > li:last-child > ul{
  left: auto;
  right: 0;
}

.ht-main-navigation ul ul ul {
  left: 100%;
  top: 0;
  margin: 0 0 0 8px;
  border-top: 0;
}

.ht-sticky .ht-main-navigation ul ul ul{
  margin-top: 0
}

.ht-main-navigation ul ul a {
  text-transform: uppercase;
  font-weight: 400;
  color: #444;
  line-height: 1.5;
  padding: 6px 0px;
  font-size: 13px;
}

.ht-main-navigation ul ul li {
  float: none;
  margin: 0 0 5px;
}

.ht-main-navigation ul ul li:last-child{
  margin-bottom: 0;
}

.ht-main-navigation ul li:hover > ul {
  display: block;
}*/

/*.page-template-home-template .ht-main-navigation .current_page_item > a,
.page-template-home-template .ht-main-navigation .current-menu-item > a,*/
/*.page-template-home-template .ht-main-navigation .current_page_ancestor > a,
.home.blog .ht-main-navigation .current_page_item > a,
.home.blog .ht-main-navigation .current-menu-item > a,
.home.blog .ht-main-navigation .current_page_ancestor > a{
  background: none;
  color: inherit;
}

.ht-main-navigation li:hover > a,
.page-template-home-template .ht-main-navigation li:hover > a,
.home.blog .ht-main-navigation li:hover > a,
.ht-main-navigation .current_page_item > a,
.ht-main-navigation .current-menu-item > a,
.ht-main-navigation .current_page_ancestor > a,
.page-template-home-template .ht-main-navigation .current > a,
.home.blog .ht-main-navigation .current > a {
  color: #9627ED;
  background-color: none;


}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 15px;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}*/
/*----------------------------------------------------------
Header Social
------------------------------------------------------------*/
#show-cart-bar img {
  width: 19px;
}
.social-icons {
  float: left;
}
.social-icons ul {
  margin: 20px 0 0 0;
  padding: 0;
}
.social-icons ul li a span {
  font-size: 14px;
  color: #fff;
  padding: 8px;
  width: 30px;
  text-align: center;
}
.social-icons ul li a span:hover {
  color: #000;
}
.social-icons ul li:hover {
  background: #fff;
  border-radius: 50%;
}
.social-icons ul li {
  display: inline-block;
  margin: 2px;
  list-style: none;
  border-radius: 50%;
}

/*----------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/
.ht-slide-cap-desc.animated.fadeInDown {
  line-height: normal;
}
.ht-slide {
  position: relative;
}

.ht-slide img {
  width: 100%;
  height: 500px;
}

.ht-slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.ht-slide-caption {
  position: absolute;
  top: 55%;
  right: 0%;
  width: 60%;
  margin-left: -585px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ht-slide-cap-title {
  text-align: right;
  font-size: 47px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 5%;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.ht-slide-cap-title span {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 2px 2px #000;
}
.ht-slide-cap-desc a {
  padding: 11px 20px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  /*background: #9627ED;*/
  opacity: 1.1;
  border: 2px solid #fff;
}
.ht-slide-cap-desc a:hover {
  background: #fff;
  color: #000;
}
.morbut {
  margin-top: 40px;
}
.ht-slide-cap-desc {
  text-align: right;
  font-size: 30px;
  line-height: 0.4;
  color: #fff;
  padding: 0 20%;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 3%;
  font-family: "Dancing Script", cursive;
  text-transform: capitalize;
}

#ht-home-slider-section .bx-wrapper .bx-controls-direction a {
  height: 70px;
  width: 50px;
  margin-top: -35px;
  opacity: 0.6;
}

#ht-home-slider-section .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}

#ht-home-slider-section .bx-wrapper .bx-prev {
  background: url(images/prev.png) no-repeat center rgba(0, 0, 0, 0.3);
  left: 0;
}

#ht-home-slider-section .bx-wrapper .bx-next {
  background: url(images/next.png) no-repeat center rgba(0, 0, 0, 0.3);
  right: 0;
}
/*-------top bar arrow--------------------*/
.show-icon {
  width: 30px;
  background: #fff;
  padding: 2px 0px 4px;
  cursor: pointer;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 4px;
  border: 1px solid #666;
  text-align: center;
  position: absolute;
  right: 0px;
}
/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
#ht-about-us-section {
  background-image: url(images/aboutsectionbg.jpg);
  background-position: top;
  background-size: cover;
}
#ht-about-us-section .about-form {
  padding: 40px 40px 30px 40px;
}

.about-inside {
  overflow: hidden;
}

#ht-about-us-section label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  color: #fff;
  width: 100%;
}

#ht-about-us-section .ht-section-title {
  background: url(images/title-bg2.png) no-repeat center bottom;
  color: #fff;
}

.about-inside input[type="text"],
input[type="email"],
input[type="date"],
textarea {
  width: 100%;
  background: none;
  border: 1px solid #ffffffbf;
  color: #000;
}
.about-inside .wpcf7-form textarea {
  width: 100%;
  height: 45px;
}

.about-inside .wpcf7-form textarea::-webkit-input-placeholder {
  color: #fff !important;
}

.about-inside .wpcf7-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}

.about-inside .wpcf7-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}

.about-inside .wpcf7-form textarea:-ms-input-placeholder {
  color: #fff !important;
}

.about-inside input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.about-inside input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

.about-inside input[type="submit"] {
  background: #fff;
  border: none;
  padding: 11px 50px;
  color: #eb4444;
  border-radius: 10px;
  height: auto;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0 25px -4px #666;
}
.about-inside input[type="submit"]:hover {
  opacity: 0.8;
}
#ht-about-us-section .readmore {
  margin-top: 2em;
}

.ht-about-sec,
.ht-text-block-sec {
  width: 54%;
  padding-right: 30px;
}

.ht-about-sec h2 {
  text-align: left;
  width: auto;
}

.ht-progress {
  margin-bottom: 20px;
}

.ht-progress:last-child {
  margin-bottom: 0;
}

.ht-progress h6 {
  font-weight: 300;
  margin-bottom: 5px;
}

.ht-progress-bar-sec {
  margin-top: 30px;
}

.ht-progress-bar {
  height: 8px;
  width: 100%;
  position: relative;
  line-height: 20px;
  font-size: 13px;
  background: #f6f6f6;
}

.ht-progress-bar-length {
  background: #9627ed;
  height: 100%;
  text-align: right;
  padding-right: 20px;
}

.ht-progress-bar-length span {
  position: absolute;
  right: 0;
  bottom: 100%;
}

.ht-left-image,
.ht-right-image {
  width: 45%;
  padding-right: 30px;
  display: inline-block;
}
.ht-left-image {
  padding-right: 30px;
  padding-left: 0px;
}
.ht-text-block-sec {
  padding: 0px;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
}
.ht-text-block-sec h2.ht-section-title {
  margin: 0 auto 15px auto;
  width: 100%;
}

/*--------------------------------------------------------------
## Facility Section
--------------------------------------------------------------*/
#ht-facility-section {
  background: #fff;
}

#ht-facility-section .facility-img {
  width: 100%;
  border: 8px solid #bbb;
}

#ht-facility-section ul {
  padding: 0 0 20px 0;
  list-style: none;
  font-size: 18px;
  margin: 0;
}
#ht-facility-section ul li {
  background: url(images/list-ico.png) no-repeat;
  padding: 4px 0 4px 47px;
  margin: 10px 0;
}

#ht-facility-section .facility-box {
  padding-top: 2em;
}

/*--------------------------------------------------------
##Product Category
-------------------------------------------------------------*/
section#product-category-section .lightbox {
  padding-top: 3em;
  padding-bottom: 0em;
}
#product-category-section .ht-section-title {
}

#product-category-section .product-grid {
}
#product-category-section .product-grid {
  text-align: center;
}
#product-category-section .product-grid h5 {
  position: absolute;
  top: 41%;
  display: block;
  width: 100%;
}
#product-category-section .product-grid h5 a {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
#product-category-section .cat-product:hover {
  opacity: 0.7;
  cursor: pointer;
}
#product-category-section .cat-product img {
  height: 300px;
  outline: 1px solid #fffffd;
  outline-offset: -11px;
  width: 100%;
}
.cat-product {
  margin-bottom: 20px;
}
.category-read-more {
  margin-top: 10px;
}
.row.category-icon {
  margin-left: 11px;
  margin-bottom: 15px;
  font-size: 15px;
}
.product-cat-post h5 {
  text-transform: uppercase;
}
.category-read-more button {
  background: #000000ad;
  height: 43px;
  border: 2px solid;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}
.cat-products:hover {
  opacity: 0.7;
  cursor: pointer;
}
/*--------------------------------------------------------------
## Featured Section
--------------------------------------------------------------*/
#featured-post-section {
  color: #fff;
}

#featured-post-section .lz-featured-heading span {
  font-weight: bold;
}
.featured-post,
.ht-plan-block {
  text-align: center;
}
.featured-post:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-top: 69px solid #fff;
  border-left: 69px solid transparent;
}

.featured-post {
  padding: 0 0 2em;
  box-shadow: 1px 1px 5px #bbb;
  position: relative;
}
#featured-post-section .feature-post-boxes div:nth-child(2) div {
  border: none;
}
#featured-post-section .feature-post-boxes div:nth-child(2) div h5,
#featured-post-section
  .feature-post-boxes
  div:nth-child(2)
  div
  .featured-excerpt {
  color: #fbf3f3;
}
#featured-post-section .featured-post h5 {
  padding: 1.5em 1em 0.3em;
}
#featured-post-section .featured-icon img {
  width: 100%;
  height: 200px;
}
#featured-post-section .featured-icon {
  font-size: 60px;
}
.featured-excerpt {
  padding: 0 1em;
}
.ht-featured-icon .fa {
  vertical-align: bottom;
  color: #666666;
}
.featured-link {
  margin: 26px 0 0 0;
}
.featured-link a {
  padding: 0 40px;
  display: inline-block;
  line-height: 40px;
  background: #fff;
  color: #9627ed;
  border: 1px solid #9627ed;
  border-radius: 50px;
}

.featured-link a:hover {
  background: #333;
  color: #fff;
}
.featured-product img {
  height: 270px;
  width: 100%;
}
h2.ht-section-title.product-featured-heading span {
  font-weight: bold;
}
.featured-product h4 {
  text-align: center;
  margin-top: 15px;
}
.featured-product a {
  font-size: 15px;
  text-transform: uppercase;
}
.featured-product .ht-featured-social-id {
  display: none;
  position: absolute;
  bottom: 23%;
  border-bottom: 5px solid;
}
.featured-product:hover .ht-featured-social-id {
  display: block;
}
.ht-featured-social-id i {
  background: #ccc;
  padding: 10px 40px 10px 40px;
  font-size: 20px;
}
.ht-featured-social-id i:hover {
  /*background-color: #9627ED;*/
  color: #fff;
}
.ht-featured-social-id span:hover {
  background-color: #9627ed;
  color: #fff;
}
a.right.fa.fa-chevron-right.featured-btn {
  float: right;
}
.featured-btn {
  border: 1px solid;
  padding: 3px 5px 3px 5px;
  color: #9e9e9e;
  border: 1px solid #bfbfbf;
}
.total-product-title-wrap h6 {
  text-align: center;
  text-transform: capitalize;
  color: #000;
  padding-top: 20px;
  font-size: 15px;
}
.total-product-title-wrap {
  text-align: center;
  background-color: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  margin-top: -15px;
  padding: 10px 0px 14px 0px;
}
/*a.left.fa.fa-chevron-left.featured-btn {
  position: absolute;
  top: -20%;
  left: 1%;
}
a.right.fa.fa-chevron-right.featured-btn {
  top: 0;
  position: absolute;
  left: 97%;
  top: -20%;
}*/
.featured-product {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/
.ht-portfolio-cat-name-list {
  text-align: center;
  margin-bottom: 30px;
  text-align: right;
}

.ht-portfolio-cat-name-list .fa {
  vertical-align: middle;
  color: #9627ed;
}

.ht-portfolio-cat-name {
  cursor: pointer;
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #bbb;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.ht-portfolio-cat-name:nth-child(2) {
  border-left: 0;
  margin-left: 0;
}

.ht-portfolio-cat-name:hover,
.ht-portfolio-cat-name.active {
  color: #9627ed;
}

.ht-portfolio-post-wrap {
  margin: 2em 0;
}

.ht-portfolio {
  width: 33.33%;
  float: left;
  padding: 7.5px;
}

.ht-portfolio-outer-wrap {
  position: relative;
}

.ht-portfolio-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #f9f9f9;
}

.ht-portfolio-wrap img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
}

.ht-portfolio-caption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  padding: 30px;
  opacity: 0;
  background: rgba(255, 193, 7, 0.9);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.ht-portfolio-wrap:hover .ht-portfolio-caption {
  opacity: 1;
}

.ht-portfolio-caption h5 {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  -ms-transform: translate(300px, 0);
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.ht-portfolio-wrap:hover .ht-portfolio-caption h5 {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ht-portfolio-caption a {
  height: 36px;
  width: 36px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
  display: block;
  line-height: 36px;
  color: #9627ed;
  font-size: 14px;
  background: #fff;
  margin: 10px 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.ht-portfolio-caption a.ht-portfolio-image {
  -ms-transform: translate(-300px, 0);
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  right: 66px;
}

.ht-portfolio-caption a.ht-portfolio-link {
  -ms-transform: translate(-300px, 0);
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
}

.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-link,
.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-image {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*--------------------------------------------------------------
## Service Section
--------------------------------------------------------------*/
#ht-service-post-section {
  position: relative;
  padding: 40px 0;
  background: #f5f5f5;
}

.ht-service-left-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  width: 50%;
}

.ht-service-posts {
  float: left;
  width: 50%;
  padding-right: 40px;
}

.ht-service-post-wrap {
  position: relative;
}

.ht-service-post-wrap:after {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #9627ed;
}

.ht-service-posts .ht-section-title-tagline {
  text-align: left;
  margin-bottom: 21px;
}

.ht-service-posts .ht-section-title {
  width: auto;
}

.ht-service-posts .ht-section-tagline {
  width: auto;
}

.ht-service-post {
  margin-bottom: 25px;
  position: relative;
  z-index: 99;
}

.ht-service-post:last-child {
  margin-bottom: 0;
}

.ht-service-icon {
  float: left;
  font-size: 18px;
  background: #9627ed;
  width: 50px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.ht-active .ht-service-icon {
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #9627ed;
}

.ht-service-excerpt {
  padding-left: 65px;
}

.ht-service-text {
  display: none;
}

.ht-service-excerpt h5 {
  margin: 15px 0 6px;
  cursor: pointer;
}

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
#ht-team-section {
  background-image: url(images/team-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.ht-team-member {
  margin-top: 2em;
}

.ht-team-member {
  text-align: center;
  cursor: pointer;
}

.ht-team-member img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 400px;
}

.member-name {
  font-size: 30px;
}

.ht-team-member-image {
  position: relative;
  overflow: hidden;
}

.ht-team-social-id {
  padding: 10px;
  background: #9627ed;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.ht-team-social-id a {
  display: inline-block;
  color: #fff;
  margin: 0 5px;
  font-size: 16px;
  line-height: 32px;
  background: #9627ed;
  color: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.ht-team-social-id a:hover {
  background: #333;
  color: #fff;
}

.ht-team-member-excerpt {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  color: #fff !important;
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  opacity: 0;
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.ht-team-member:hover .ht-team-member-excerpt {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ht-team-member-excerpt-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.ht-team-member-excerpt-wrap .ht-team-member-span {
  display: table-cell;
  vertical-align: middle;
}

.ht-title-wrap {
  background: #fff;
  color: #fff;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 1;
  width: 100%;
}

.ht-team-member:hover .ht-title-wrap {
  opacity: 0;
}

.ht-team-member h6 {
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
}

.ht-team-member .ht-title-wrap h6 {
  padding: 0;
  margin: 0;
  color: #9627ed;
}

.ht-team-member h6 a {
  text-decoration: none;
  color: inherit;
}

.ht-team-member .ht-team-member-excerpt h6:after {
  content: "";
  position: absolute;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  height: 2px;
  background: #fff;
  bottom: -2px;
}

.ht-team-member .ht-team-designation {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.ht-team-detail {
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #9627ed;
  padding: 0 10px;
  text-decoration: none;
  line-height: 30px;
  font-size: 0.9em;
}

.ht-team-detail:hover {
  background: #333;
  color: #fff;
}

/*--------------------------------------------------------------
## Counter Section
--------------------------------------------------------------*/
#ht-counter-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-attachment: fixed;
  position: relative;
  background-position: 50% 0;
}

#ht-counter-section .ht-section {
  background: none;
}

#ht-counter-section .ht-counter-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.ht-team-counter-wrap {
  margin-left: -5%;
}

.ht-counter {
  float: left;
  width: 20%;
  margin-left: 5%;
  text-align: center;
  border: 2px solid #9627ed;
  border-top: 0;
  padding: 0 20px 20px;
  position: relative;
}

.ht-counter:after {
  content: "";
  position: absolute;
  width: 30%;
  left: 0;
  top: 0;
  height: 2px;
  background: #9627ed;
}

.ht-counter:before {
  content: "";
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
  height: 2px;
  background: #9627ed;
}

.ht-counter-count {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: 3px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.ht-counter-icon {
  display: inline-block;
  font-size: 36px;
  color: #9627ed;
  position: relative;
  -ms-transform: translate(0, -17px);
  -webkit-transform: translate(0, -17px);
  transform: translate(0, -17px);
  line-height: 36px;
}

.ht-counter-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 400;
  margin: 0;
}

/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/
.ht_client_logo_slider img {
  padding: 0 26px;
}

/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/
/*#testimonials-section{
  background-image: url('images/relax-1690338_1920.jpg');
  background-position: top;
  background-size: cover; 
}*/
#testimonials-section .ht-section-title-tagline {
}
#testimonials-section h6 {
  text-align: left;
}

#testimonials-section p {
  color: #000;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
}

.testimonials-member-wrap {
  padding-top: 10px;
}

#quote-carousel {
}

#quote-carousel .carousel-control {
  background: none;
  color: #212020;
  text-shadow: none;
  top: -45%;
}
#quote-carousel .carousel-control:hover {
  color: #000;
}
#quote-carousel .carousel-control.left {
  position: absolute;
  left: -8%;
}
#quote-carousel .carousel-control.right {
  position: absolute;
  left: 93%;
}
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  margin: 5px;
  cursor: pointer;
  border: 4px solid #ccc;
  border-radius: 50px;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
  background: #333333;
  border-radius: 100px;
  border-color: #f33;
  opacity: 1;
  overflow: hidden;
}
.carousel-inner {
  min-height: 200px;
}
.item blockquote {
  border-left: none;
  margin: 0;
}
.monials-row {
  padding: 3em 20px;
  background: #f2f2f2;
}
.team-thumb img {
  border-radius: 50%;
  height: 90px;
  width: 90px;
}
.blockquote {
  text-align: center;
  margin-top: 15px;
  font-size: 25px;
}
.lz-testimonials-heading span {
  font-weight: bold;
}
i.fa.fa-chevron-left {
  border: 1px solid #797878;
  font-size: 10px;
  padding: 5px 7px 5px 7px;
}
i.fa.fa-chevron-right {
  border: 1px solid #797878;
  font-size: 10px;
  padding: 5px 7px 5px 7px;
}
.review {
  font-size: 14px;
  margin-bottom: 5px;
}

/* --------------------------------- */
/* Testimonial Page */
/* --------------------------------- */

.page-testimonial-box {
  background: none;
  margin-bottom: 30px;
  /*padding-bottom: 25px;
  border-radius: 10px;
  padding: 1.5em;
  border: 5px double #d0d0d0;*/
}

/*--------------------------------------------------------------
## Timing Section
--------------------------------------------------------------*/
#time-address-section {
  background-image: url("images/sleep.jpg");
  background-position: top;
  background-size: cover;
}

#time-address-section .days-time-day {
  background: none;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
}

.theme-ignite-time div:nth-child(7) .days-time-day {
  background: none !important;
  border-bottom: 2px solid #fff;
}

#time-address-section .days-time-day-time {
  color: #fff;
  margin: 0 0 15px 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 0;
}
.monogram {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
#time-address-section .price-time {
  padding: 20px 40px 40px;
}
#time-address-section .ht-section-title-tagline {
  background: url(images/title-bg2.png) no-repeat center bottom;
  color: #fff;
}
#time-address-section .lz-gym-heading {
  color: #fff;
}

#time-address-section .video-left {
  margin: 50px 0;
}
#time-address-section .video-left iframe {
  width: 100%;
  border: 4px solid #dddada;
}
/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/

.ht-blog-post .blog-img {
  width: 100%;
  height: 243px;
  padding: 0px;
}

.ht-blog-post:nth-child(3n + 1) {
  clear: both;
}

.ht-blog-thumbnail a {
  display: block;
  position: relative;
}

.ht-blog-thumbnail a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.ht-blog-thumbnail:hover a:after {
  width: 100%;
}

.ht-blog-excerpt {
  padding-top: 20px;
  color: #000;
}

.ht-blog-excerpt h5 {
  font-weight: normal;
  margin: 10px 0;
  font-size: 16px;
}

.ht-blog-excerpt h5 a {
  color: #202020;
  text-transform: uppercase;
}

.ht-blog-excerpt p {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  font-family: "Raleway", sans-serif;
}
.ht-blog-date {
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
}

.ht-blog-date .fa {
  margin-right: 10px;
}

#inner-blog-section .blog-read-more {
  text-align: center;
}
.blog-read-more {
  display: inline-block;
  margin: 6px 0;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
}
.blog-read-more a:hover {
  color: #000;
}
#blog-section .text-center {
  text-align: left;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
.lz-blog-heading span {
  font-weight: bold;
}
.ht-section-title-tagline h2:before {
  display: inline-block;
  height: 1px;
  content: " ";
  text-shadow: none;
  /*border-color: #9627ED;*/
  width: 4%;
  flex: 1;
  border-style: double;
  background-color: none;
  border-width: 1px;
  border-left: none;
  border-right: none;
  height: 3px;
  position: absolute;
  left: 47%;
  z-index: 999;
  margin-top: 45px;
}
.ht-blog-post .box-panels {
  background: #fafafa;
}
.ht-blog-excerpt .blog-read-more {
  display: block;
}
.ht-blog-excerpt:hover .blog-read-more {
  /*display: block;*/
}
textarea#comment {
  border: 1px solid #cccccc59;
}
.ht-blog-wrap {
  padding-top: 15px;
}
/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/

#blog-box h4 {
  margin: 20px 0 5px 0;
}

#blog-box .inner-blog-img {
  width: 100%;
}

#blog-box .inner-blog-post {
  margin: 0 0 2em 0;
  background: #eee;
  padding: 2em;
  border-radius: 10px;
  width: 100%;
}

#blog-box .inner-blog-img {
  border-radius: 10px;
  width: 40%;
  margin: 0 0 30px;
  background: #fff;
  padding: 2px;
}

#blog-box .inner-blog-excerpt {
  margin: 0 0 20px 0;
}

#blog-box .blog-read-more {
  text-align: center;
}
.inner-blog-post {
  display: inline-block;
  padding: 8px 29px;
  margin: 10px 0;
  border-radius: 30px;
}

#blog-box .blog-read-more a {
  padding: 5px 40px;
  display: inline-block;
  line-height: 40px;
  /*background: #9627ED;*/
  color: #fff;
  /*border: 1px solid #9627ED;*/
  border-radius: 50px;
}

#blog-box .blog-read-more a:hover {
  background: #333;
  color: #fff;
}

.socialMedia {
  width: 100%;
  text-align: left;
  margin: 40px 0 20px 0;
}

.socialMedia a {
  font-size: 19px;
  color: #fff;
  background: #3a3a3a;
  border: 2px solid #fff;
  padding: 5px 10px;
  width: auto;
}
#cartBar a.button_example:hover {
  color: #fff !important;
  background: #555;
  border: 1px solid #555;
}

/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/

#ht-appintment-section {
  background-image: url("images/timesectionbg.jpg");
  background-position: top;
  background-size: cover;
}
#ht-cta-section {
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: 50% 0;
}

#ht-cta-section .ht-section {
  padding: 80px 0;
  background: none;
}

#ht-cta-section .ht-section-title-tagline {
  margin-top: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#ht-cta-section .ht-cta-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.right-img {
  margin: 85px 0;
  border: 2px solid #fff;
  border-radius: 3px;
}

.ht-cta-buttons {
  text-align: center;
}

.ht-cta-buttons a {
  display: inline-block;
  padding: 0 30px;
  line-height: 52px;
  color: #fff;
  border-radius: 1px;
  margin: 0 4px;
  font-family: "Oswald", sans-serif;
}

.ht-cta-buttons a.ht-cta-button1 {
  background: #9627ed;
}

.ht-cta-buttons a.ht-cta-button2 {
  background: #333;
}

.ht-cta-buttons a.ht-cta-button1:hover {
  background: #333;
  color: #fff;
}

.ht-cta-buttons a.ht-cta-button2:hover {
  background: #9627ed;
  color: #fff;
}
.contact-box h4 {
  font-family: inherit;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#ht-colophon li:before {
  /* content: "\f124";
  font-family: 'Fontawesome';*/
}
#ht-colophon li:before {
  content: " ";
  background-image: url(images/list1.png);
  height: 8px;
  width: 8px;
  position: absolute;
  margin-top: 7px;
  background-repeat: no-repeat;
}
#ht-colophon li:hover:before {
  content: " ";
  background-image: url(images/list2.png);
  background-repeat: no-repeat;
}
#ht-colophon {
  background: #333333e0;
  font-size: 14px;
}

.page-template-home-template #ht-colophon,
.home.blog #ht-colophon {
  margin-top: 0;
}

#ht-colophon a {
  color: #fffffffc;
  text-decoration: none;
  margin-left: 12px;
  text-transform: capitalize;
}
#ht-colophon a:hover {
  color: #9627ed;
}

#ht-colophon .widget-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: uppercase;
}

#ht-top-footer {
  color: #bbb;
  padding: 50px 0;
}

.ht-footer {
  float: left;
  width: 22%;
  margin-left: 3%;
}

.ht-footer .widget {
  margin-bottom: 30px;
}

.ht-footer .widget:last-child {
  margin-bottom: 0;
}

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

.ht-footer ul li {
  padding: 2px 0 2px 0;
  list-style-type: none;
}
.ht-footer ul li a:hover {
  color: orange;
}
.ht-footer ul.sub-menu {
  margin-left: 10px;
}
.social-profile-icons ul li {
  display: inline-block;
  padding: 5px;
  margin: 5px;
}
.social-profile-icons ul li i {
  font-size: 30px;
}
#ht-colophon .social-profile-icons a:hover {
  color: #9627ed;
}
#ht-bottom-footer {
  padding-top: 17px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  border-top: 2px solid #a9a6a66b;
  padding-bottom: 6px;
}

.social-profile-icons ul li i {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.social-profile-icons ul li {
  display: inline-block;
  margin: 0px;
  list-style: none;
  border-radius: 50%;
}

.ht-site-info a {
  border-bottom: 1px dotted #aaa;
}

#ht-back-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #111;
  height: 60px;
  width: 40px;
  text-align: center;
  color: #fff;
  line-height: 60px;
  z-index: 99;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#ht-back-top:hover {
  background: #9627ed;
}

#ht-back-top.ht-hide {
  bottom: -100px;
}
.ht-site-info {
  text-align: left;
}
.ht-site-social-icons {
  text-align: right;
}
#ht-bottom-footer ul li {
  display: inline-block;
  font-size: 16px;
}
#ht-bottom-footer li:before {
  content: " ";
  background-image: none;
}
#ht-bottom-footer li:hover:before {
  content: " ";
  background-image: none;
}
#copyright-note span {
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
}

.button_example {
  border: 1px solid #9627ed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  padding: 7px 10px 4px 10px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #9627ed;
}
/*--------------------------------------------------------------
## Pricing Section
--------------------------------------------------------------*/
#ht-princing-post-section {
  background-image: url("images/man-461195_1280.jpg");
  background-position: top;
  background-size: cover;
}

.ht-plan-block {
  background: #fff;
  padding: 0 0 36px 0;
  border-radius: 10px;
}

#ht-princing-post-section .ht-princing-icon {
  background: #9627ed;
  padding: 30px 0 0 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 36px;
  color: #fff;
}

#ht-princing-post-section .plan-amount {
  background: #9627ed;
  padding: 0 0 10px 0;
  font-size: 60px;
  color: #fff;
  text-align: center;
}

#ht-princing-post-section .ht-princing-excerpt {
  padding: 27px 0;
}

#ht-princing-post-section .ht-princing-excerpt ul {
  padding: 0 30px;
  margin: 0;
}

#ht-princing-post-section .ht-princing-excerpt ul li {
  border-bottom: 1px solid #dadada;
  list-style: none;
  padding: 10px 0;
  color: #4d4d4d;
}

#ht-princing-post-section .ht-princing-link {
}
.ht-princing-link a {
  background: #4d4d4d;
  padding: 15px 50px;
  color: #fff;
  border-radius: 30px;
}
.ht-princing-link a:hover {
  background: #9627ed;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Address Section
--------------------------------------------------------------*/

.address-box {
  padding: 2em 2em 0;
  color: #fff;
}
.address-box a {
  color: #fff;
}
.address-box:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.fitness-address-block {
  margin: 20px 0 0;
}

.address-box .lz-appointment-heading {
  color: #fff;
  background: url(images/title-bg2.png) no-repeat center bottom;
}
/*--------------------------------------------------------------
## Appointment Section
--------------------------------------------------------------*/

#ht-appintment-section .ht-appintment-member-wrap {
  border-radius: 10px;
  padding: 2em;
}

#ht-appintment-section .ht-appintment-member-wrap input::placeholder {
  color: #fff;
  opacity: 0.8;
}

.days-time {
  margin-top: 0.3em;
}

.theme-ignite-time div:nth-child(7) {
  margin: 0 auto;
  text-align: center;
  float: none;
  display: block;
  clear: both;
}

.ht-appintment-member-wrap h4 {
  color: #fff;
  text-align: center;
  margin: 0 0 30px 0;
}

.ht-appintment-member-wrap input[type="text"],
.ht-appintment-member-wrap input[type="email"],
.ht-appintment-member-wrap input[type="url"],
.ht-appintment-member-wrap input[type="password"],
.ht-appintment-member-wrap input[type="search"],
.ht-appintment-member-wrap input[type="number"],
.ht-appintment-member-wrap input[type="tel"],
.ht-appintment-member-wrap input[type="range"],
.ht-appintment-member-wrap input[type="date"],
.ht-appintment-member-wrap input[type="month"],
.ht-appintment-member-wrap input[type="week"],
.ht-appintment-member-wrap input[type="time"],
.ht-appintment-member-wrap input[type="datetime"],
.ht-appintment-member-wrap input[type="datetime-local"],
.ht-appintment-member-wrap input[type="color"],
.ht-appintment-member-wrap textarea {
  border: none;
  border-bottom: 2px solid #fff;
  background: none;
  width: 100%;
  color: #fff;
  margin: 0 0 32px 0;
}
.ht-appintment-member-wrap textarea {
  height: 50px;
}
#ht-appintment-section .ht-appintment-member-wrap textarea::placeholder {
  color: #fff;
  opacity: 0.8;
}

.ht-appintment-member-wrap label {
  color: #ffcdbd;
}
.ht-appintment-member-wrap input[type="submit"] {
  background: #fff;
  border: none;
  padding: 0px 50px;
  color: #9627ed;
  border-radius: 30px;
}

.theme-ignite-address-lable {
  margin: 20px 0 0 0;
}

/*--------------------------------------------------------------
## Newsletter Section
--------------------------------------------------------------*/
.news-lightbox {
  padding-top: 25px;
}
::placeholder {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
section#ht-contact-section {
  /* color: #fff; */
}
div.wpcf7-response-output {
  line-height: 1.3em;
}

#ht-newslatter-section .newsletter-form-box {
  background: url(images/newsletterbg.png) no-repeat center center;
  background-size: cover;
  padding: 2em 0;
}
#ht-newslatter-section .lz-newslatter-heading {
  background: url(images/title-bg.png) no-repeat center bottom;
}
.newsletter-form-box input::placeholder {
  color: #fff;
  opacity: 0.7;
}

.newsletter-content-box {
  margin-top: 2em;
}

.newsletter-form-box input[type="text"],
.newsletter-form-box input[type="email"],
.newsletter-form-box input[type="url"],
.newsletter-form-box input[type="password"],
.newsletter-form-box input[type="search"],
.newsletter-form-box input[type="number"],
.newsletter-form-box input[type="tel"],
.newsletter-form-box input[type="range"],
.newsletter-form-box input[type="date"],
.newsletter-form-box input[type="month"],
.newsletter-form-box input[type="week"],
.newsletter-form-box input[type="time"],
.newsletter-form-box input[type="datetime"],
.newsletter-form-box input[type="datetime-local"],
.newsletter-form-box input[type="color"],
.newsletter-form-box textarea {
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  color: #fff;
  margin: 0 0 10px 0;
  width: 100%;
  border-radius: 1px;
}
.newsletter-form-box .wpcf7 input::-webkit-input-placeholder {
  color: #fff;
  width: 100%;
}
.newsletter-form-box .wpcf7 textarea::-webkit-input-placeholder {
  color: #fff;
  width: 100%;
}
.wpcf7-form textarea {
  width: 100%;
}

.newsletter-form-box textarea {
  height: 50px;
}
.newsletter-form-box label {
  color: #fff;
  font-weight: normal;
}
.newsletter-form-box input[type="submit"] {
  background: #fff;
  border: none;
  padding: 11px 50px;
  color: #eb4444;
  border-radius: 10px;
  height: auto;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0 25px -4px #666;
}

.newsletter-form-box .get-discounts {
  border-right: 2px dashed #fff;
  border-width: 2px;
  text-align: center;
  padding: 30px;
}
.letter-form {
  padding: 20px 0;
}
.newsletter-form-box .get-discounts h2 {
  font-size: 200px;
  font-weight: bold;
  color: #fff;
}
.newsletter-form-box .get-discounts h4 {
  font-size: 45px;
  font-family: inherit;
  color: #fff;
}
.newsletter-form-box input[type="submit"]:hover {
  opacity: 0.8;
}

.theme-ignite-address-lable {
  margin: 20px 0 0 0;
}

h2.ht-section-title.lz-contact-heading {
  font-size: 24px;
  color: #f9f6f6e8;
}
#ht-contact-section .wpcf7:after {
  content: " ";
  /* font-family: 'Fontawesome'; */
  position: absolute;
  top: 10px;
  font-size: 35px;
  /* text-align: right; */
  /* left: 0; */
  right: 19px;
  color: #f5f2f2fa;
  background-image: url(images/news1.png);
  background-repeat: no-repeat;
  height: 28px;
  width: 35px;
}
div.wpcf7 {
  margin: 0;
  padding: 0;
  text-align: right;
}
h3.ht-section-title.lz-contact-heading {
  font-size: 24px;
  text-align: right;
}
#ht-contact-section .wow.fadeInUp {
  margin-top: 10px;
  line-height: 0.3em;
}

#ht-contact-section img {
  height: 40px;
  width: 50px;
  margin-right: 3px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.home-page {
  padding: 0 0 30px 0;
}

#innerpage-box {
  padding: 3em 0;
  background: #fff;
}

/*.innerpage-whitebox{
  background: #fff;
}*/

#content-box h4 {
  margin: 20px 0 5px 0;
}

#content-box ul {
  padding: 0 0 20px 0;
  list-style: none;
  font-size: 18px;
  margin: 0;
}

#innerpage-box .entry-content .woocommerce li:before {
  content: "\f00c";
  font-family: "Fontawesome";
  display: none;
}

#content-box ol {
  counter-reset: li;
  list-style: none;
  /* list-style: decimal;*/
  margin-top: 35px;
  margin-bottom: 20px;
}

#content-box ol li {
  position: relative;
  padding-left: 60px;
  min-height: 60px;
  padding-top: 10px;
}

#content-box ol li:before {
  content: counter(li);
  counter-increment: li;
  color: #fff !important;
  /*background: #9627ED;*/
  border-radius: 50%;
  font-size: 18px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

img.ht-page-header-img {
  width: 100%;
  height: 300px;
}

.single img.ht-page-header-img {
  width: 40%;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 30px;
}

.total-hentry {
  margin: 0 0 50px;
}

.byline,
.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
  clear: both;
  margin: 0 0 15px;
}

.ht_left_sidebar #secondary {
  float: left;
}

.ht-post-info {
  float: left;
  width: 80px;
  text-align: right;
  font-family: "Oswald", sans-serif;
}

.single .ht-post-info {
  margin-right: 30px;
  margin-bottom: 20px;
}

.ht-post-info .entry-date {
  display: block;
  font-size: 0.9em;
  margin-bottom: 20px;
}

.ht-post-info .entry-date span {
  display: block;
  text-transform: uppercase;
}

.ht-post-info .entry-date span.ht-day {
  font-size: 60px;
  line-height: 1.3;
  color: #9627ed;
}

.ht-post-info a {
  display: block;
  text-decoration: none;
  line-height: 1.4;
  padding: 20px 0 0;
  text-transform: uppercase;
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #444;
  font-weight: 300;
}

.ht-post-wrapper {
  padding-left: 105px;
}

.entry-figure {
  background: #f9f9f9;
  text-align: center;
  margin-bottom: 15px;
}

.entry-header .entry-title {
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 25px;
}

.entry-figure + .entry-header {
  background: #fff;
  position: relative;
  margin-top: -65px;
  width: 90%;
  padding: 15px 0 1px;
}

.entry-header .entry-title a {
  text-decoration: none;
  color: #333;
}

.entry-categories {
  font-size: 14px;
  color: #666;
  font-style: italic;
  margin-bottom: 15px;
}

.entry-categories .fa {
  color: #9627ed;
  margin-right: 8px;
}

.entry-categories a {
  color: #666;
  text-decoration: none;
}

.entry-readmore {
  margin-top: 20px;
}

.entry-readmore a {
  background: #9627ed;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  border: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}

.entry-readmore a:hover {
  background: #333;
  color: #fff;
}

section ul {
  padding: 0 0 20px 0;
}

.readmore a {
  background: #4d4d4d;
  padding: 15px 50px;
  color: #fff;
  border-radius: 5px;
}

.readmore a:hover {
  background: #fff;
  color: #000;
}

/*--------------------------------------------------------------
## Pricing Page
--------------------------------------------------------------*/
#pricing-page {
}

#pricing-page .ht-plan-block {
  background: #fff;
  padding: 0 0 36px 0;
  border-radius: 10px;
  border: 1px solid;
  margin-top: 2em;
}

#pricing-page .ht-princing-icon {
  background: #9627ed;
  padding: 30px 0 0 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 36px;
  color: #fff;
}

#pricing-page .plan-amount {
  background: #9627ed;
  padding: 0 0 10px 0;
  font-size: 60px;
  color: #fff;
  text-align: center;
}

#pricing-page .ht-princing-excerpt {
  padding: 27px 0;
}

#pricing-page .ht-princing-excerpt ul {
  padding: 0 30px;
  margin: 0;
}

#pricing-page .ht-princing-excerpt ul li {
  border-bottom: 1px solid #dadada;
  list-style: none;
  padding: 10px 0;
  color: #4d4d4d;
  background: none;
  margin: 0;
}

#pricing-page .ht-princing-link {
}
.ht-princing-link a {
  background: #4d4d4d;
  padding: 15px 50px;
  color: #fff;
  border-radius: 30px;
}
.ht-princing-link a:hover {
  background: #9627ed;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
h1.ht-main-title:before {
  content: "";
  /* border-bottom: 4px double #9627ED;*/
  position: absolute;
  z-index: 999;
  width: 50px;
  height: 39px;
  margin: 0 auto;
  border-bottom-style: double;
  /* line-height: 4px; */
  border-width: 4px;
}
.contact-form-box {
  padding-top: 75px;
}
.icon-content {
  position: relative;
  display: inline-block;
  right: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
.icon span.fa {
  color: #9627ed;
  font-size: 25px;
  margin-top: 10px;
}
.contact-page-form .wpcf7 {
  font-size: 15px;
}
.contact-info h3 span {
  color: #9627ed;
  font-weight: normal;
}
.contact-info h3:after {
  display: inline-block;
  margin: 0 0 0px 8px;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #ccc;
  width: 135px;
  flex: 1;
}
.contact-info h3 {
  font-size: 21px;
  color: #000000d4;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding-bottom: 12px;
}

#ht-contactus-wrap .contact-page-form {
  /* background: #9627ED; */
  border-radius: 5px;
  padding: 2em;
  border: 1px solid #cccccc6e;
  box-shadow: 0px 1px 1px 1px rgba(60, 60, 60, 0.2);
}

#ht-contactus-wrap input::placeholder {
  color: #fff;
  opacity: 0.8;
}

#ht-contactus-wrap h4 {
  color: #fff;
  text-align: center;
  margin: 0 0 30px 0;
}

#ht-contactus-wrap input[type="text"],
#ht-contactus-wrap input[type="email"],
#ht-contactus-wrap input[type="url"],
#ht-contactus-wrap input[type="password"],
#ht-contactus-wrap input[type="search"],
#ht-contactus-wrap input[type="number"],
#ht-contactus-wrap input[type="tel"],
#ht-contactus-wrap input[type="range"],
#ht-contactus-wrap input[type="date"],
#ht-contactus-wrap input[type="month"],
#ht-contactus-wrap input[type="week"],
#ht-contactus-wrap input[type="time"],
#ht-contactus-wrap input[type="datetime"],
#ht-contactus-wrap input[type="datetime-local"],
#ht-contactus-wrap input[type="color"],
#ht-contactus-wrap textarea {
  border: 1px solid #ccc;
  /* border-bottom: 2px solid #000; */
  background: none;
  width: 100%;
  color: #000;
  margin: 0 0 15px 0;
  border-radius: 1px;
  background: #cccccc3d;
  height: 35px;
  font-family: "Raleway", sans-serif;
}
#ht-contactus-wrap textarea {
  height: 120px;
}
#ht-contactus-wrap textarea::placeholder {
  color: #fff;
  opacity: 0.8;
}

#ht-contactus-wrap label {
  color: #000000b5;
  width: 100%;
  margin: 0px;
}
#ht-contactus-wrap input[type="submit"] {
  background: #9627ed;
  border: 1px solid #9627ed;
  padding: 0px 20px;
  color: #fff;
  /* border-radius: 30px; */
}

.theme-ignite-address-lable {
  margin: 20px 0 0 0;
}

#ht-contactus-wrap .contact-page-address .row {
  margin-bottom: 20px;
}

.contact-mapbox {
  margin: 2em 0 0;
}
.contact-mapbox iframe {
  width: 100%;
  height: 350px;
  background: #9627ed;
  padding: 5px;
  border-radius: 5px;
}

.address-box span {
  padding-right: 10px;
}

.contact-sm-links {
  margin: 0;
}

.contact-sm-links li {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  list-style: none;
}
.contact-sm-links li a {
  color: #bbb;
  font-size: 30px;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404 {
  display: block;
  text-align: center;
  font-size: 200px;
  color: #f9f9f9;
  line-height: 1.2;
}

.error404 .oops-text {
  text-align: center;
}

.toggle-bar {
  display: none;
}

/*--------------------------------------------------------------
## Odometer CSS
--------------------------------------------------------------*/
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}
ul.woocommerce-error li {
  background: none !important;
  padding-left: 50px !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin-bottom: 5px;
}

ul.products li.product-category {
  /* border-radius: 5%;*/
  background: #fff !important;
  /* border:3px solid;*/
}
ul.products li.product-category img {
  border: none !important;
  margin-bottom: 25px !important;
  /*border-radius:4.6% 4.6% 0 0;*/
  height: 200px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  border-color: #9627ed;
}

.woocommerce ul.products li.product .total-product-title-wrap {
  padding: 20px 10px 0;
}

.woocommerce ul.products li.product a {
  color: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  margin: 0 0 6px;
  padding: 0;
  font-size: 18px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 5px -5px 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 5px;
}

.woocommerce ul.products li.product .price {
  font-weight: 500;
  font-size: 20px;
  color: #9627ed;
  margin: 0;
}
.woocommerce .quantity .qty {
  height: 40px !important;
  width: 62px;
  padding-right: 4px;
}
.woocommerce ul.products li.product .price del {
  display: inline;
  color: #999;
  opacity: 1;
}
.woocommerce ul.products li.product .price ins {
  display: inline;
  font-weight: 400;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 10px 20px;
  font-weight: 400;
  border-radius: 0;
  color: #fff;
  background-color: #9627ed;
  border: 1px solid #9627ed;
  height: 40px;
  margin-bottom: -20px;
  line-height: 20px;
  font-size: 0.9em;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.woocommerce ul.products li.product .button {
  margin: 0;
  transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  font-size: 16px;
  border-radius: 5px;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  position: relative;
  top: 0px !important;
}
.woocommerce ul.products li.product:hover .button {
  border-color: #9627ed;
  background-color: #243eaf;
  color: #fff;
}

.woocommerce ul.products li.product .button.loading {
  opacity: 1;
}

.woocommerce a.added_to_cart {
  padding-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 25px;
  font-size: 13px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  border-color: #9627ed;
  background-color: #9627ed;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 4px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  background: #9627ed;
  color: #fff;
  padding: 8px 12px;
  line-height: 1;
  border-radius: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #333;
  color: #fff;
}

.woocommerce span.onsale {
  min-height: 0;
  min-width: 0;
  padding: 0 15px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 0;
  background-color: #9627ed;
  color: #fff;
  font-size: 14px;
  margin: 10px 0 0 -6px;
  top: 0;
  left: 0;
}

.woocommerce span.onsale:after {
  border-color: transparent #e8ae00 #e8ae00 transparent;
  border-width: 3px;
  border-style: solid;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0px;
}

.woocommerce ul.products li.product .onsale {
  margin: 10px -6px 0 0;
  display: none;
}

.woocommerce ul.products li.product .onsale:after {
  border-color: transparent transparent #e8ae00 #e8ae00;
  border-width: 3px;
  border-style: solid;
  right: 0px;
  left: auto;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #9627ed;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 400;
}

.woocommerce .product_meta {
  font-size: 15px;
}

.woocommerce .product_meta a {
  color: inherit;
}

.woocommerce .product_meta a:hover {
  color: #9627ed;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  border-bottom: 2px solid #9627ed;
  padding-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  background-color: #333;
  border-radius: 0;
  margin: 0 6px 0 0;
  padding: 0 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #9627ed;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #fff !important;
}

.woocommerce #reviews #comments h2,
.woocommerce #reviews h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.woocommerce-Reviews .comment-form-author,
.woocommerce-Reviews .comment-form-email {
  width: 100%;
}

.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input {
  width: 100%;
}

.related.products h2 {
  margin-bottom: 30px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  background: #9627ed;
  padding: 10px 20px;
  color: #fff;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background: #333;
  color: #fff;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background: #9627ed;
  border-color: #9627ed;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: inherit;
  padding: 0;
}

.select2-container .select2-choice {
  border: 1px solid #eee;
  font-size: 0.9em;
  color: inherit;
  border-radius: 0;
}

.select2-results {
  font-size: 0.9em;
  color: inherit;
}

.select2-drop-active {
  border-color: #eee;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #eee;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #9627ed;
  font-size: 0.9em;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  color: #9627ed;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
  padding: 5px 20px;
  line-height: 1;
  height: auto;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 400;
}

#customer_details {
  margin-bottom: 40px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #eee;
  border-radius: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-top: 4px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 400;
}

.woocommerce a.remove {
  font-family: Arial;
  font-weight: normal;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 8px;
}

.woocommerce .widget_layered_nav ul li {
  padding: 5px 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 4px solid #9627ed;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #9627ed;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eee;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  height: 20px;
  width: 20px;
  top: -6px;
  margin-left: -10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
}

.woocommerce-MyAccount-navigation-link a {
  background: #9627ed;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 5px;
  display: block;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
  background: #333;
}

/*--------------------------------------
recent-porduct-home secton
--------------------------------------------*/

#recent-porduct {
  /*background:#e4e4e4;
  padding:5px;
  outline: 1px solid white;
  outline-offset: -5px;
  box-shadow:1px 1px 1px 1px rgba(25, 51, 78, 0.14);*/
  margin-bottom: 10px;
}
/*.pro-img:hover{
  opacity:0.6;
  cursor:pointer;
}*/
#recent-porduct .pro-img img {
  height: 250px;
  width: 100%;
}
#recent-porduct .pro-img img:hover {
  opacity: 0.7;
  cursor: pointer;
}
#recent-porduct h3 {
  font-size: 16px;
  font-family: inherit;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 5px;
}
#recent-porduct .content-part {
  padding: 4px 0 0 0;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ccc;
  border-top: none;
}

#recent-porduct .pro-price {
}
#recent-porduct .pro-price .add-to-cart {
  margin-top: 20px;
}
#recent-porduct .pro-price span {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}
.add-to-cart a {
  color: #fff;
}

.add-to-cart {
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
}
#recent-porduct .pro-price .add-to-cart a:hover {
  color: #fff;
}
.responsive-tabs__panel {
  margin-top: 25px;
}
#recent-porduct .text-center {
  background-color: #fff;
}
.responsive-tabs__list__item {
  border: none;
  background: none;
  font-family: "Raleway", sans-serif;
  padding: 5px 10px;
  text-transform: uppercase;
}

.responsive-tabs__list {
  border-bottom: none;
  margin: 0px;
  padding: 0px;
  padding: 0px 10% 0px 10%;
  font-size: 16px;
  text-align: center;
}
.ht-product-tab-social-id {
  /*    position: absolute;
  bottom: 27%;
  display: none;
  */
  border-bottom: 5px solid;
}
.ht-product-tab-social-id a {
  padding: 5px 0;
  display: inline-block;
  width: 49%;
  background: #ccc;
  margin-top: 15px;
}
.ht-product-tab-social-id a:hover {
  color: #fff;
}
.ht-product-tab-social-id i,
.ht-product-tab-social-id span {
  font-size: 20px;
}
.ht-product-tab-social-id i:hover {
  /*background-color: #9627ED;*/
  color: #fff;
}
.ht-product-tab-social-id span:hover {
  /*background-color: #9627ED;*/
  color: #fff;
}
.product-tab:hover .ht-product-tab-social-id {
  display: block;
}
#product-tab-section .ht-section-title-tagline {
  /* padding-bottom: 0em; */
  margin-bottom: 16px;
}
/*--------------------------------------
--------------------------------------------*/

@media screen and (max-width: 1200px) {
  .ht-slide-caption {
    width: 80%;
    margin-left: -40%;
  }
}

@media screen and (max-width: 1000px) {
  .toggle-bar {
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    width: 50px;
    background: #9627ed;
    cursor: pointer;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    cursor: pointer;
  }
  .toggle-bar span {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    left: 8px;
    right: 8px;
    background: #fff;
    box-shadow: 0 10px 0 0 #fff, 0 -10px 0 0 #fff;
  }
  img.custom-logo {
    max-width: none;
  }
  .ht-team-member img {
    height: 300px;
  }

  .ht-sticky-header #ht-masthead {
    position: static;
  }

  .ht-sticky#ht-masthead {
    height: 94px;
  }

  #ht-site-navigation {
    width: 20%;
  }

  #ht-site-branding,
  .site-branding {
    width: 80%;
    float: left;
  }

  .ht-sticky #ht-site-branding {
    padding: 15px 0;
  }

  .ht-sticky-header #ht-content {
    padding-top: 0;
  }

  .ht-main-navigation .ht-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    background: #9627ed;
    z-index: 999;
  }

  .ht-main-navigation li {
    float: none;
    margin-left: 0;
    text-align: center;
  }

  .page-template-home-template .ht-main-navigation .current_page_item > a,
  .page-template-home-template .ht-main-navigation .current-menu-item > a,
  .page-template-home-template .ht-main-navigation .current_page_ancestor > a,
  .home.blog .ht-main-navigation .current_page_item > a,
  .home.blog .ht-main-navigation .current-menu-item > a,
  .home.blog .ht-main-navigation .current_page_ancestor > a,
  .ht-main-navigation a {
    color: #fff;
  }

  .ht-main-navigation ul ul {
    position: static;
    padding: 0;
    margin-top: 0;
  }

  .ht-main-navigation ul ul ul {
    margin: 0;
  }

  .ht-team-member {
    margin-bottom: 2em;
  }
  #ht-masthead .innermenubox {
    position: relative;
    width: 20%;
    padding: 0;
    right: -40px;
    /*top: -57px;*/
    float: right;
  }
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  .social-icons ul {
    margin: 0;
  }
  #blog-box .inner-blog-img {
    border-radius: 10px;
    width: 100%;
    margin: 0 0 30px;
    background: #fff;
    padding: 2px;
  }

  #ht-masthead .innermenubox {
    top: -57px;
  }
}
@media screen and (max-width: 768px) {
  .ht-section-title,
  .ht-section-tagline {
    width: auto;
  }

  .ht-main-navigation a:hover {
    border-bottom: unset !important;
  }

  .ht-about-sec,
  .ht-text-block-sec {
    width: auto;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }

  .ht-about-image,
  .ht-left-image {
    width: auto;
    float: none;
    padding: 0;
    text-align: center;
  }

  .ht-portfolio-cat-name-list {
    text-align: center;
  }

  .ht-service-left-bg {
    display: none;
  }

  .ht-service-posts {
    float: none;
    width: auto;
    padding: 0;
  }

  .newsletter-form-box {
    margin-top: 2em;
  }

  #ht-service-post-section {
    padding: 60px 0;
  }

  #ht-counter-section {
    background-size: cover;
    background-position: center !important;
  }

  .ht-counter {
    width: 45%;
    margin-bottom: 60px;
  }

  #ht-counter-section {
    padding-bottom: 0;
  }

  #ht-cta-section {
    background-size: cover;
    background-position: center !important;
  }

  .ht-top-footer {
    margin-left: 0;
  }

  .ht-footer {
    width: auto;
    margin: 0 0 30px;
    float: none;
  }

  .ht-footer:last-child {
    margin-bottom: 0;
  }

  .ht-slide-cap-title {
    font-size: 24px;
    font-size: 4vw;
    margin-bottom: 10px;
  }

  .ht-slide-cap-desc {
    font-size: 14px;
    font-size: 3vw;
  }

  #primary {
    width: auto !important;
    float: none !important;
    margin-bottom: 30px;
  }

  #secondary {
    width: auto !important;
    float: none !important;
    margin-bottom: 30px;
  }

  .button_example {
    border: 1px solid #9627ed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    font-size: 9px;
    font-family: arial, helvetica, sans-serif;
    padding: 0px 0px 4px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #ffffff;
    background-color: #9627ed;
  }
  .icon-content {
    position: relative;
    display: inline-block;
    right: 0px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
  }
  #ht-masthead .innermenubox {
    position: relative;
    width: 20%;
    padding: 0;
    right: -40px;
    top: -56px;
    float: right;
  }
}

@media screen and (max-width: 580px) {
  #ht-home-slider-section .bx-wrapper .bx-controls-direction a,
  .ht-testimonial-wrap .bx-wrapper .bx-controls-direction a {
    display: none;
  }

  .ht-team-counter-wrap {
    margin-left: 0;
  }

  .ht-counter {
    width: 75%;
    float: none;
    margin: 0 auto 60px;
  }

  .ht-portfolio {
    width: 50%;
    padding: 4px;
  }
}

@media screen and (max-width: 480px) {
  .ht-team-member,
  .ht-counter {
    width: auto;
    float: none;
  }

  .ht-cta-buttons a {
    display: block;
    margin: 0 0 15px;
  }

  .ht-post-info {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .ht-post-wrapper {
    padding-left: 0;
  }
}

@media screen and (min-width: 1001px) {
  .ht-main-navigation .ht-menu {
    display: block !important;
  }
}

/* Testimonial slider css */
.quote {
  color: rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
  text-align: center;
  border: none;
}
#fade-quote-carousel .profile-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
}
.carousel-indicators li {
  background-color: rgba(206, 64, 64, 1);
  border: 1px solid #673333;
}
/* GALLARY HOMEPAGE CSS */
.ht-gallery {
  width: 350px;
  display: inline-block;
  height: 250px;
  overflow: hidden;
  border: 1px solid #fff;
}
.ht-gallery-wrap {
  background-size: cover;
  height: 250px !important;
  background-position: center center;
}
.ht-gallery-wrap img {
  position: absolute;
  width: 350px;
  overflow: hidden;
  display: none;
}
a.ht-portfolio-image {
  position: relative;
  top: 10px;
  left: 43%;
  top: 40%;
  background: #fff;
  padding: 5px 6px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
@media screen and (min-width: 769px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .inside-full-height {
    height: 100%;
  }
}
.single-productpage {
  margin-top: 0px;
}
.single-productpage h1 {
  display: none;
}
.single-productpage .ht-main-title {
  margin-bottom: 20px;
  padding: 10px;
  color: #fff;
}
.single-productpage .ht-main-title h1 {
  margin: 0;
}
.single-productpage #content_box header {
  padding: 0;
}
.single-productpage .innerpage-whitebox header {
  /*padding: 30px;*/
}
/*search*/
.search-b {
  margin-top: 9px;
}
input#search {
  height: 37px;
}
.sb-search {
  position: absolute;
  margin-top: 0px;
  width: 0%;
  min-width: 80px;
  height: 37px;
  float: left;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0px;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 60px;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  font-family: inherit;
  font-size: 20px;
  color: #2c3e50;
}

input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
  color: #efb480;
}
.sb-search-input:-moz-placeholder {
  color: #efb480;
}
.sb-search-input::-moz-placeholder {
  color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
  color: #efb480;
}
.sb-icon-search,
.sb-search-submit {
  height: 60px;
  display: block;
  position: absolute;
  right: 5px;
  top: 2px;
  padding: 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
}
.sb-search-submit {
  background: #fff; /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  opacity: 0;
  color: transparent;
  color: red;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #4c4848e6;
  /*background: #e67e22;*/
  z-index: 90;
  font-size: 22px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
  content: "";
}
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  /*background: #da6d0d;*/
  color: #4c4848e6;
  z-index: 11;
  top: 2px;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  /*    z-index: 90;*/
}
form input[type="search"]:hover {
  border: none;
}
/*res*/
@media screen and (min-width: 242px) and (max-width: 768px) {
  .search-box {
    width: 100%;
  }
}
.count {
  text-align: center;
  /*background: #9627ED;*/
  border-radius: 50%;
  height: 22px;
  width: 22px;
  /* left: 10px; */
  position: absolute;
  /* left: 0; */
  bottom: 0px;
  top: 15px;
  /* left: 0; */
  right: 3px;
  font-size: 12px;
  padding-top: 2px;
  color: #fff;
}
span.count {
  position: relative;
  right: 0px;
  /* height: 17px; */
  /* padding: 5px; */
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  top: 0px;
  left: 2px;
}
.product-category-heading span {
  font-weight: bold;
}
/*--------------------------------------------------------------
## product collection section
--------------------------------------------------------------*/
.cat-products {
  margin-bottom: 10px;
  margin-top: 15px;
}
#product-collection-section .product-grid img {
  height: 200px;
  width: 100%;
}
#product-collection-section .product-grid h5 {
  position: absolute;
  bottom: 25%;
  text-align: center;
  top: 20%;
  display: block;
  /* width: 100%; */
  right: 10%;
  /* float: right; */
}
#product-collection-section .collection-read-more button {
  /*background-color: #9627ED;*/
  border: 2px solid #fff;
  font-family: "Raleway", sans-serif;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
#product-collection-section h5 a:hover {
  color: #000;
}
.cat-products h5 a {
  font-size: 30px;
}
#product-collection-section a span {
  font-weight: bold;
}
/*--------------------------------------------------------------
## brand section
--------------------------------------------------------------*/
#brands-section .ht-brand-post {
  height: 76px;
}
.ht-brands-post-wrap.container {
  /* border-top: 2px solid #ccccccbd; */
  /* border-top: 2px solid #ccccccbd; */
  border: 1px solid #ccccccbd;
  border-left: none;
  border-right: none;
  width: 100%;
}
#brands-section .lightbox {
  padding: 1em 0;
  padding-bottom: 13px;
}

.ht-brand-thumbnail img {
  width: 100%;
  height: 75px;
}

#brands-section .carousel-inner {
  width: 94%;
  min-height: 0px;
}
#brands-section .text-center {
  background-color: #fff;
}

.brands-btn {
  border: 1px solid #bfbfbf;
  color: #9e9e9e;
  padding: 3px 5px 3px 5px;
}
.product-support-post.text-center {
  text-transform: uppercase;
}
.col-md-9.product-support-text h5 {
  font-size: 15px;
  margin-top: 10px;
  margin-left: -20px;
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .col-md-9.product-support-text h5 {
    text-align: center;
  }
}
/*--------------------------------------------------------------
## SUPPORT SECTION
--------------------------------------------------------------*/
.support-post:hover .support-icon span {
  /*color: #9627ED;*/
}
.support-icon span {
  font-size: 60px;
  color: #ccc;
}
.support-post:hover {
  border: solid 2px;
}
.support-post h5 {
  text-transform: uppercase;
  font-size: 19px;
  text-align: center;
  padding-top: 12px;
  font-weight: 500;
}
.support-post {
  border: #33333340 solid 2px;
  padding: 15px;
}
.support-post-wrap {
  margin-bottom: 47px;
}
#support-post-section .lightbox {
  padding-top: 30px;
  padding-bottom: 45px;
}
.support-space {
  margin-bottom: 10px;
}
/*contact-page-form*/
.contact-page-form .wpcf7 {
}
#ht-contact-section input.wpcf7-form-control.wpcf7-submit {
  float: right;
  position: absolute;
  right: 4%;
  top: 3%;
  text-indent: -999px;
  background: transparent;
}
#ht-contactus-wrap .contact-page-form input.wpcf7-form-control.wpcf7-submit {
  float: right;
  position: relative;
  right: 18px;
}

/*==========RESPONSIVE==========================*/
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .padding0 h5 {
    font-size: 12px;
  }
  #ht-contact-section input.wpcf7-form-control.wpcf7-submit {
    right: 8%;
  }
  .ht-product-tab-social-id a {
    width: 48%;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  #product-category-section .product-grid h5 a {
    font-size: 18px;
  }
  .cat-products h5 a {
    font-size: 25px;
  }
  .sliders .slides-items-brand {
    margin-right: 0px !important;
  }

  .ht-product-tab-social-id i {
    /*padding: 10px 28px 10px 28px;*/
  }
  .ht-featured-social-id i {
    padding: 10px 40px 10px 40px;
  }
  #recent-porduct h3 {
    font-size: 15px;
  }
  #quote-carousel .carousel-control {
    top: -25%;
  }
  .ht-slide img {
    width: 100%;
    height: 300px;
  }
  .ht-slide-cap-title span {
    font-size: 30px;
  }
  #ht-home-slider-section .bx-wrapper .bx-controls-direction a {
    margin-top: -10%;
  }
  #ht-contact-section input.wpcf7-form-control.wpcf7-submit {
    right: 8%;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .ht-product-tab-social-id a {
    width: 49%;
  }
  .sb-search {
    width: 80%;
  }
  .ht-site-title,
  .site-title {
    font-size: 23px;
  }
  #product-category-section .product-grid h5 a {
    font-size: 15px;
  }
  #featured-post-section .ctrl-btn.pro-next {
    right: 7%;
  }
  #featured-post-section .ctrl-btn.pro-prev {
    left: 7%;
  }
  .ht-slide img {
    height: 250px;
  }
  .ht-slide-cap-desc {
    padding: 0 14%;
  }
  .ht-slide-cap-desc a {
    padding: 8px 10px;
  }
  .ht-slide-cap-title span {
    font-size: 22px;
  }
  .ht-product-tab-social-id i {
    /* padding: 16px 81px 16px 80px;*/
  }
  .ht-product-tab-social-id {
    bottom: 24%;
  }
  .ht-featured-social-id i {
    padding: 16px 40px 16px 40px;
  }
  #quote-carousel .carousel-control {
    top: -14%;
  }
  #quote-carousel .carousel-control.right {
  }
  #quote-carousel .carousel-control.left {
  }
  .blockquote {
    text-align: left;
  }
  img.ht-page-header-img {
    width: 100%;
    height: 100%;
  }
  h3.ht-section-title.lz-contact-heading {
    text-align: center;
  }
  .toggle-bar {
    right: 0px;
  }
  input#search {
    width: 100%;
    border: 1px solid black;
  }
  .ht-slide-cap-desc.animated.fadeInDown {
    margin-bottom: 32px;
  }
  #testimonials-section .ht-section-title-tagline h2:before {
    margin-top: 85px;
  }
  .search-b {
    margin-top: 2px;
  }
  .toggle-nav span {
    font-size: 30px;
    cursor: pointer;
    text-align: right;
    display: block;
    position: absolute;
    top: -51px !important;
    left: 0px;
    right: 20px;
    width: 50px;
    background: #9627ed;
    cursor: pointer;
    text-align: center;
    color: #fff;
    /* padding: 20px 0; */
    cursor: pointer;
  }
}
@media screen and (min-width: 425px) and (max-width: 756px) {
  .search-b {
    margin-top: 0px;
  }
  .toggle-nav span {
    font-size: 30px;
    cursor: pointer;
    text-align: right;
    display: block;
    position: absolute;
    top: -40px !important;
    right: 20px;
    width: 50px;
    background: #9627ed;
    cursor: pointer;
    text-align: center;
    color: #fff;
    /* padding: 20px 0; */
    cursor: pointer;
  }
}
.ht-product-tab-social-id i {
  padding: 16px 68px 16px 68px;
}
.search-box {
  width: 100%;
}
.toggle-nav span {
  font-size: 30px;
  cursor: pointer;
  text-align: right;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px !important;
  width: 50px;
  background: #9627ed;
  cursor: pointer;
  text-align: center;
  color: #fff;
  /* padding: 20px 0; */
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 320px) {
  .ht-featured-social-id i {
    padding: 16px 40px 16px 40px;
  }
  .ht-product-tab-social-id i {
    padding: 16px 53px 16px 54px;
  }
  .ht-section-title {
    font-size: 25px;
    text-align: center;
    position: relative;
    right: 8px;
    bottom: 10px;
  }
  #ht-top-footer {
    color: #bbb;
    padding: 10px 0;
  }
}

/*==========RESPONSIVE==========================*/

/* Catalogue slider Start */
.slider {
  width: 100%;
  height: 360px;
  position: relative;
  margin: auto;
  overflow-x: scroll;
  overflow-y: hidden;
}
.slider::-webkit-scrollbar {
  display: none;
}
.slider .slide {
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s left ease-in-out;
}
.slider .slide-item {
  margin-right: 5px;
  width: 314px;
  margin-left: 5px;
}
.slider .slide-item:last-child {
  margin-right: 0;
}
.ctrl {
  text-align: center;
  margin-top: 5px;
}
.ctrl-btn {
  font-size: 10px !important;
  /* min-width: 50px; */
  background: none;
  border: none;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #9e9e9e;
  position: absolute;
  /* top: 50%; */
  margin-top: -60.5px;
  /* border: 1px solid #bfbfbf; */
  height: 23px;
}
.ctrl-btn:hover {
  color: #000;
  background: none;
}
.ctrl-btn.pro-prev {
  left: 0;
}
.ctrl-btn.pro-next {
  right: 30px;
  position: absolute;
  /* float: right; */
  border: 1px solid #bfbfbf;
  padding: 3px 5px 3px 5px;
}
.ctrl-btn.pro-prev {
  left: 30px;
  position: absolute;
  border: 1px solid #bfbfbf;
  padding: 3px 5px 3px 5px;
}
/*======brands testimonial===============*/
/* Catalogue slider Start */
.slides-brands {
  height: 100px;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
}
.sliders::-webkit-scrollbar {
  display: none;
}
.sliders .slides {
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s left ease-in-out;
}
.sliders .slides-items-brand {
  margin-right: 22px;
  width: 160px;
  margin-left: 22px;
}
.sliders .slides-items:last-child {
  margin-right: 0;
}
.ctrls {
  text-align: center;
  margin-top: 5px;
}
.ctrls-btn {
  font-size: 35px !important;
  min-width: 50px;
  background: none;
  border: none;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #9e9e9e;
  position: absolute;
  top: 30%;
  margin-top: -48.5px;
}
.ctrls-btn:hover {
  color: #000;
  background: none;
}
.ctrls-btn.slide-prev {
  left: 5px;
  z-index: 999;
  top: 40px;
}
.ctrls-btn.slide-next {
  right: 5px;
  z-index: 999;
  top: 40px;
}
/*======brands testimonial===============*/

div#content-box p {
  clear: both;
  word-break: break-all;
}
.sb-search-open input#search {
  border: 1px solid;
}

.topbar {
  background: #9627ed;
  padding: 4px;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #9627ed;
  border-right: 1px solid white;
  position: relative;
}
#innerpage-box .wpcf7 {
  margin: 0;
  padding: 0;
  text-align: left;
}
#innerpage-box .entry-content .woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: left;
}
/**/
.entry-content {
  word-break: break-all;
}
div#content-box h2 {
  font-size: 19px;
  color: #000000d4;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding-bottom: 12px;
  padding-top: 12px;
}

div#content-box h2:before {
  content: "";
  position: absolute;
  z-index: 999;
  width: 50px;
  height: 30px;
  margin: 0 auto;
  border-bottom-style: double;
  border-width: 4px;
}
div#content-box h2 span {
  /*color: #9627ED;*/
  font-weight: normal;
}

.alert-warning {
  text-align: center;
}
#innerpage-box .contact-page-address {
  margin-left: 5px;
}
#content-box ul li:before {
  content: "\f00c";
  font-family: "Fontawesome";
  margin-right: 10px;
}

#content-box li {
  list-style-type: none;
  background: none;
  padding: 0px;
  width: 100%;

  margin: 9px 0px;
  font-size: 16px;
}

#content-box ul li {
  list-style-type: none;
  background: none;
  width: 100%;
  line-height: 150%;
  margin: 9px 0px;
}
#content-box nav.woocommerce-MyAccount-navigation ul li {
  float: left;
  width: 50%;
  padding: 5px;
}
/*for featured section*/
.slider {
  width: 100%;
  position: relative;
  height: 360px;
  margin: auto;
  overflow-x: scroll;
  overflow-y: hidden;
}
.slider::-webkit-scrollbar {
  display: none;
}
.slider .slides {
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s left ease-in-out;
}
.slider .slide-item {
  margin-right: 0px;
  width: 234px;
  margin-left: 0px;
}
.slider .slide-item:last-child {
  margin-right: 0;
}
.ctrl {
  text-align: center;
  margin-top: 5px;
}
.ctrl-btn {
  font-size: 10px !important;
  /* min-width: 50px; */
  background: none;
  border: none;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #9e9e9e;
  position: absolute;
  /* top: 50%; */
  margin-top: -60.5px;
  /* border: 1px solid #bfbfbf; */
  height: 23px;
}
.ctrl-btn:hover {
  color: #000;
  background: none;
}
.ctrl-btn.pro-prev {
  left: 0;
}
.ctrl-btn.pro-next {
  position: relative;
  border: 1px solid #bfbfbf;
  padding: 3px 5px 3px 5px;
  float: right;
  right: 17px;
}
.ctrl-btn.pro-prev {
  right: auto;
  /* position: relative; */
  border: 1px solid #bfbfbf;
  padding: 3px 5px 3px 5px;
  left: 28px;
  top: 20%;
}
/**/
li.recentcomments span {
  margin-left: 15px;
}
#ht-colophon .social-profile-icons li:before {
  background-image: none;
}
.social-profile-icons ul li i:hover {
  color: #9627ed;
}

/*markup-image-alignment*/

img.size-full.wp-image-906.aligncenter {
  border: 2px solid gray;
  padding: 5px;
  width: 100%;
}
img.size-full.wp-image-904.alignleft {
  border: 2px solid gray;
  padding: 5px;
}
img.alignnone.wp-image-907 {
  border: 2px solid gray;
  padding: 5px;
  width: 100%;
}
img.size-full.wp-image-905.alignright {
  border: 2px solid gray;
  padding: 5px;
}
img.size-full.wp-image-906 {
  border: 2px solid gray;
  padding: 5px;
  width: 100%;
}
img.size-full.wp-image-904 {
  border: 2px solid gray;
  padding: 5px;
}
img.wp-image-907 {
  border: 2px solid gray;
  padding: 5px;
  width: fit-content;
}
img.size-full.wp-image-905 {
  border: 2px solid gray;
  padding: 5px;
}

#testimonials blockquote {
  font-size: 18px;
  font-style: italic;
  width: 100%;
  margin: 0.25em 0;
  padding: 0.25em 20px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  text-align: left;
}

.topbar.col-md-4 {
  text-align: center;
  color: #fff;
}
.tpsp {
  margin-right: 10px;
}
.single img.ht-page-header-img {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  /*----------------------Mobile Menu Icon------------------------------*/
  .menu > ul > li > a:hover:after,
  .menu > ul > li.current_page_item > a:after,
  .menu > ul > li.current-menu-item > a:after {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    /*font-family: 'Raleway', sans-serif;*/
    line-height: 36px;
    font-weight: 500;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    padding-bottom: 18px;
  }

  .main-navigation a.mobile-menu {
    display: block;
  }
  .socialbox a {
    padding: 0 0;
  }
  .toggle-nav {
    display: none;
    position: relative;
    float: right;
    right: 15px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin: 0 auto;
    right: 0;
    text-align: right;
    right: 0;
    margin-right: 0;
  }
  #header .toggle-nav i {
    font-size: 29px;
    color: #ffffff;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0px;
    right: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav span {
    font-size: 30px;
    cursor: pointer;
    text-align: right;
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    width: 50px;
    background: #9627ed;
    cursor: pointer;
    text-align: center;
    color: #fff;
    /*padding: 20px 0;*/
    cursor: pointer;
  }
  ul.right-side-content {
    text-align: left;
  }
  .mobile-menu {
    display: block;
  }
  .bg-media {
    margin: 0 !important;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .outer_mobile_nav {
    position: relative;
    width: 100%;
    float: left;
  }
  .toggle-nav {
    display: block;
  }
  #ht-masthead .innermenubox {
    position: relative;
    width: 20%;
    padding: 0;
    right: -40px;
    /*top: -57px;*/
    float: right;
  }
  .main-navigation a {
    color: #ffffff;
  }
  .main-navigation .menu {
    float: none;
    text-align: center;
  }
  .menubar .nav ul li {
    border-top: 1px #303030 solid;
    display: block;
    float: none;
    text-align: left;
    width: 100%;
  }
  .main-navigation li {
    float: none;
    display: inline;
    line-height: normal;
  }
  .main-navigation ul ul {
    background-color: transparent;
  }
  .main-navigation ul ul {
    position: unset;
    padding: 0;
  }
  .main-navigation ul li ul,
  .main-navigation ul li ul ul {
    display: block !important;
  }
  .main-navigation .menu > ul > li.highlight {
    background: transparent !important;
  }
  .menu > ul > li:hover:before,
  .menu > ul > li.current_page_item:before,
  .menu > ul > li.current-menu-item:before {
    display: none;
  }
  .sf-arrows .sf-with-ul:after {
    border-top-color: #333;
  }
  #header {
    background-color: #1e1d1c;
  }
  #footer .logo_static {
    margin: 0 auto;
    text-align: center;
  }
  #footer .logo_outer_box {
    position: static;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
  }
  .testimonial_outer_box {
    margin-top: 3em;
  }
  .horizontal-line,
  .horizontal-line-bot {
    display: none;
  }
  #social_icon_bar .socialbox {
    text-align: left;
    margin-top: 25px;
  }
  .news_content input.wpcf7-form-control.wpcf7-submit {
    font-size: 12px;
  }
  .main-navigation ul {
    float: none;
  }
  .main-navigation ul li {
    border-top: 1px #303030 solid;
    display: block;
    float: none;
    text-align: left;
    width: 100%;
  }
  li.current_page_item > a {
    color: #fff;
  }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a {
    color: #fff;
  }
  .sf-arrows .sf-with-ul:after {
    /*content: '\f107';*/
    content: none !important;
    font-family: FontAwesome;
    position: absolute;
    right: 1em;
    height: 0;
    width: 0;
    color: #fff;
    right: unset;
    left: 37%;
    top: -16%;
  }
  .main-navigation li {
    padding: 1px;
  }
  .menubar .nav ul li {
    border-top: 1px #303030 solid;
    display: block;
    float: none;
    text-align: left;
    width: 100%;
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    line-height: 36px;
    font-weight: 500;
  }
  .nav ul li a {
    padding: 5px 10px;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    line-height: 36px;
    font-weight: 500;
  }
  .main-navigation ul ul li,
  .menubar.scrolled .main-navigation ul ul li {
    padding: 0 0 0 20px;
  }
}
#testimonials-section {
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .blog-read-more {
    margin-top: 20px;
  }
  .ht-product-tab-social-id i {
    padding: 0 !important;
  }
  .page-template-home-template .ht-main-navigation .menu-item > a,
  .ht-main-navigation a,
  .ht-main-navigation ul ul a {
    color: #fff !important;
  }
  .sidenav {
    padding-top: 120px;
  }
  .sidenav .closebtn {
    top: 70px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #wpadminbar {
    margin-top: -52px;
  }
  .mtsnb .mtsnb-container {
    margin-bottom: 14px;
  }
  .page-template-home-template .ht-main-navigation .menu-item > a,
  .ht-main-navigation a,
  .ht-main-navigation ul ul a {
    color: #fff !important;
  }
  .nav ul li a {
    padding: 10px 20px;
    margin-top: 10px;
  }
  .sidenav {
    padding-top: 200px;
  }
  .sidenav .closebtn {
    top: 140px;
  }
  .toggle-nav {
    float: none;
  }
  #featured-post-section .ctrl-btn.pro-prev {
    left: 7%;
    top: 16%;
    right: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ht-product-tab-social-id i {
    padding: 0 !important;
  }
  .ht-blog-post {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-template-home-template .ht-main-navigation .menu-item > a,
  .ht-main-navigation a,
  .ht-main-navigation ul ul a {
    color: #fff !important;
  }
  .mtsnb .mtsnb-container {
    margin-top: 14px;
  }
  .sidenav {
    padding-top: 150px;
  }
  .sidenav .closebtn {
    top: 100px;
  }
}
