@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400&family=Source+Sans+Pro:wght@700&display=swap');
.clearfix:before,
.clearfix:after {
    clear: both;
    content: " ";
    display: table;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.preloader-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  position: fixed;
  transition: .3s ease !important;
  -moz-transition: .3s ease !important;
  -webkit-transition: .3s ease !important;
  -o-transition: color .3s ease !important;
}

.preloader-container svg {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -70px;
  margin-left: -50px;
}

body.page-template-wph-full-width,
body.page-template-wph-full-width-page-template,
body.page-template-wph-sidebar-page-template,
body.page-template-wph-categories-home,
body.page-template-wph-home,
body.tax-wphproduct,
body.tax-wphcategory,
body.single-wphelpere {
  background: #fff;
}

.wph-template-wrapper {
	width: 100% !important;
	max-width: 100% !important;
}

.wph-header {
	background-image: url(../assets/images/hero-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding-bottom: 208px;
}

.wph-content {
	padding: 20px 0;
	margin-top: -418px;
}

.wph-shortocde-content {
  padding: 50px 0;
}

/*
=======================
01. Grid
=======================
*/

.wph-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .wph-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wph-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wph-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wph-container {
    max-width: 1140px;
  }
}

.wph-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.wph-row-justify-space {
  justify-content: space-between;
}

.wph-row-align-center {
  align-items: center;
}

.wph-col-left, .wph-col-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.wph-main-with-sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.wph-col-1, .wph-col-2, .wph-col-3, .wph-col-4, .wph-col-5, .wph-col-6, .wph-col-7, .wph-col-8, .wph-col-9, .wph-col-10, .wph-col-11, .wph-col-12, .wph-col,
.wph-col-auto, .wph-col-sm-1, .wph-col-sm-2, .wph-col-sm-3, .wph-col-sm-4, .wph-col-sm-5, .wph-col-sm-6, .wph-col-sm-7, .wph-col-sm-8, .wph-col-sm-9, .wph-col-sm-10, .wph-col-sm-11, .wph-col-sm-12, .wph-col-sm,
.wph-col-sm-auto, .wph-col-md-1, .wph-col-md-2, .wph-col-md-3, .wph-col-md-4, .wph-col-md-5, .wph-col-md-6, .wph-col-md-7, .wph-col-md-8, .wph-col-md-9, .wph-col-md-10, .wph-col-md-11, .wph-col-md-12, .wph-col-md,
.wph-col-md-auto, .wph-col-lg-1, .wph-col-lg-2, .wph-col-lg-3, .wph-col-lg-4, .wph-col-lg-5, .wph-col-lg-6, .wph-col-lg-7, .wph-col-lg-8, .wph-col-lg-9, .wph-col-lg-10, .wph-col-lg-11, .wph-col-lg-12, .wph-col-lg,
.wph-col-lg-auto, .wph-col-xl-1, .wph-col-xl-2, .wph-col-xl-3, .wph-col-xl-4, .wph-col-xl-5, .wph-col-xl-6, .wph-col-xl-7, .wph-col-xl-8, .wph-col-xl-9, .wph-col-xl-10, .wph-col-xl-11, .wph-col-xl-12, .wph-col-xl,
.wph-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.wph-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.wph-grid-col {
	display: flex;
 	align-items: center;
	text-align: center;
}

.wph-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.wph-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.wph-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.wph-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.wph-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.wph-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.wph-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.wph-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.wph-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.wph-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.wph-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.wph-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.wph-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .wph-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .wph-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .wph-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .wph-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .wph-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wph-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .wph-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .wph-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wph-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .wph-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .wph-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wph-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .wph-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .wph-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .wph-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .wph-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .wph-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .wph-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .wph-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wph-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .wph-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .wph-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wph-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .wph-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .wph-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wph-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .wph-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .wph-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .wph-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .wph-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .wph-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .wph-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .wph-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wph-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .wph-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .wph-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wph-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .wph-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .wph-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wph-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .wph-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .wph-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .wph-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .wph-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .wph-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .wph-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .wph-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wph-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .wph-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .wph-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wph-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .wph-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .wph-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wph-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .wph-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .wph-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* column hiding */
@media screen and (max-width: 768px) {
  .wph-col-md-hide {
    display: none;
  }
}
@media screen and (max-width: 468px) {
  .wph-col-sm-hide {
    display: none;
  }
}

/*
=======================
02. Typography Settings
=======================
*/

.wph-template .wph-header-title {
	font-size: 45px;
	font-weight: 700;
	margin: 0 0 9px;
}
.single-wphelpere .wph-header-title {
  margin-bottom: 15px;
}
.wph-template .wph-header-desc {
  font-size: 18px;
  line-height: 19px;
  margin: 0 0 20px;
}
.wph-template .display-2 {
	font-size: 27px;
	font-weight: 300;
}
.wph-template .light {
	font-weight: 300;
}
.wph-template .regular {
	font-weight: 400;
}
.wph-template .medium {
	font-weight: 500;
}
.wph-template .semiBold {
	font-weight: 600;
}
.wph-template .bold {
	font-weight: 700;
}
.wph-template .color {
	color: #4b5ec8 !important;
}

.wph-single-post-wrap {
  padding-left: 25px;
  padding-right: 25px;
}

.wph-template .wph-single-post-title {
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.wph-doc-template h1 {
  margin: 0 0 30px 0;
}

.wph-doc-template .wph-hero-search {
  padding: 30px 0 15px 0;
}

.wph-template .wph-single-post-description {
  padding-bottom: 15px;
}

.wph-template .wph-single-post-description #wphdoc-content section {
  padding: 10px 0 30px 0;
}

.wph-template .wph-single-featured-img {
  margin-bottom: 15px;
  max-width: 100%;
}

.wph-template a {
	color: #121111;
	text-decoration: none;
	transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
}

.wph-template h2 a:hover {
	text-decoration: none;
}

.wph-template h2:before {
	content: '';
	display: none;
}

.wph-template .btn, .wph-template button {
	transition: .3s ease !important;
  -moz-transition: .3s ease !important;
  -webkit-transition: .3s ease !important;
  -o-transition: color .3s ease !important;
}

.wph-template a:hover, .wph-template a:active, .wph-template a:focus {
	color: #6375d6;
	text-decoration: underline;
}

.wph-template .btn {
	padding: 12px 32px;
}

.wph-template .btn, .wph-template .btn:hover, .wph-template .btn:focus, .wph-template .btn:active {
	border:none;
	box-shadow: none;
}

.wph-template button, .wph-template .wph-btn-primary {
  border: none;
  padding: 10px 22px;
}

.wph-template .wph-btn-action a.wph-btn-primary {
  width: 55%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #6E7849;
  background-image: -moz-linear-gradient(50deg,#4b5ec8,#18a0ff);
  background-image: -ms-linear-gradient(50deg,#4b5ec8,#18a0ff);
  background-image: -o-linear-gradient(50deg,#4b5ec8,#18a0ff);
  background-image: -webkit-linear-gradient(50deg,#4b5ec8,#18a0ff);
  background-image: linear-gradient(50deg,#4b5ec8,#18a0ff);
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: inline-block;
  font-size: 13px;
  margin: auto;
  text-decoration: none;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.wph-template .wph-btn-action a.wph-btn-primary:hover {
  -moz-box-shadow: #263003 0px 2px 9px;
  background-color: #a978ce;
  background-image: -moz-linear-gradient(50deg,#f79f1a,#97a7e0);
  background-image: -ms-linear-gradient(50deg,#f79f1a,#97a7e0);
  background-image: -o-linear-gradient(50deg,#f79f1a,#97a7e0);
  background-image: -webkit-linear-gradient(50deg,#f79f1a,#97a7e0);
  background-image: linear-gradient(50deg,#f79f1a,#97a7e0);
  color: #fff
}

.wph-template .wph-btn-action a.wph-btn-primary.wph-btn-large {
  font-size: 15px;
  padding: 15px 0;
  width: 85%;
}

.wph-template .wph-btn-action a.wph-btn-primary.wph-btn-huge {
  font-size: 18px;
  padding: 17px 0;
  width: 100%;
}

.wph-template  .wph-btn-action a.wph-btn-primary.wph-btn-round {
  border-radius: 100px;
}

.wph-template .btn-link {
	font-weight: 600;
	color: #414141;
	padding: 8px 16px;
}

.wph-template .btn-link:hover {
	text-decoration: none;
	color: #4b5ec8;
}

.wph-template .product-thumb a img:hover {
  box-shadow: 0 4px 10px 0 rgba(0,0,0,.20), 0 3px 12px 0 rgba(0,0,0,.16);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.20), 0 3px 12px 0 rgba(0,0,0,.16);
}

.wph-template ul {
	padding-left: 0;
  margin: 0;
}
.wph-template .sidebar-content ul li {
	list-style-type: none;
	font-size: 16px;
	font-weight: 300;
  margin: 0;
}

.wph-template .wph-breadcrumb {
  list-style-type: none;
  list-style: none;
	background-color: transparent;
	display: inline-flex;
	margin: 0;
	padding: 15px;
}
.wph-template .breadcrumbs-nav {
	background-color: #f6f6f6;
	padding: 20px;
	margin-right: -15px;
	margin-left: -15px;
}
.wph-template .breadcrumbs-nav ul li {
  white-space: nowrap;
	font-size: 15px;
	margin: 0;
	padding-left: 7px;
}
.wph-template .breadcrumbs-nav ul li a, .wph-template .back-to-home-btn a {
	color: #414141;
  font-weight: normal;
}
.wph-template .breadcrumbs-nav ul li a:hover, .wph-template .back-to-home-btn a:hover{
	color: #4b5ec8;
  font-weight: normal;
}

.wph-template .wph-bcb-sep:before {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
  color: #6c757d;
  content: "/";
}

.wph-template .icon {
	font-size: 18px;
	top: 3px;
    position: relative;
}

.wph-template .pl-6 {
	padding-left: 5rem !important;
}

.wph-template .pr-6 {
	padding-right: 5rem !important;
}

.wph-product-meta {
  margin-top: 15px;
}

.wph-product-meta  a.wph-kb-icon,
.wph-product-meta a.wph-faq-icon,
.wph-product-meta  a.wph-doc-icon  {
  text-decoration: none;
  height: 21px;
  display: inline-block;
  padding: 0 7px;
  margin-right: 5px;
  font-size: 10px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.wph-product-meta a.wph-kb-icon {
  background: #261132;
  color: #fff;
}

.wph-product-meta a.wph-kb-icon:hover {
  text-decoration: none;
  background: #9fa9e5;
  color: #fff;
}

.wph-product-meta a.wph-faq-icon {
  background: #5c6dd2;
  color: #fff;
}

.wph-product-meta a.wph-faq-icon:hover {
  text-decoration: none;
  background: #9fa9e5;
  color: #fff;
}

.wph-product-meta a.wph-doc-icon {
  background: #bcb3c1;
  color: #fff;
}

.wph-product-meta a.wph-doc-icon:hover {
  text-decoration: none;
  background: #908596;
  color: #fff;
}

/*Extra Typography Styles*/

.wph-template blockquote, .wph-template .blockquote {
	padding: 30px 30px 30px 50px;
	border-left: 4px solid rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.02);
}
.wph-template mark {
	background-color: #d9ebfd;
}
.wph-template code {
	color: #4b5ec8;
	font-size: 18px;
}

.wph-template table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	table-layout: fixed;
}
.wph-template table tr {

}
.wph-template table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
.wph-template table td, .wph-template table th {
    padding: 16px 10px;
    vertical-align: top;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.wph-template main a {
	color: #6375d6;
}

.wph-template main a:hover, .wph-template main a:active, .wph-template main a:focus {
	color: #4b5ec8;
	text-decoration: underline;
}

.wph-template main li {
    list-style-type: inherit;
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 4px;
}

.wph-template main > li {
    list-style-type: inherit;
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 4px;
}

.wph-template main ul {
	padding-left: 30px;
}

.wph-template main ol {
	padding-left: 36px;
}

.wph-template .wph-single-tags {
  margin-bottom: 20px;
  font-size: 14px;
  color: #292d48;
}

.wph-template .wph-single-tags a {
  font-size: 14px;
  color: #292d48;
  text-decoration: none;
}

.wph-template .wph-single-tags a:hover {
  color: #0a0b0e;
  text-decoration: underline;
}

.wph-template .wph-single-post-after {
  position: relative;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.wph-template .wph-votes {
  padding-top: 23px;
  width: 75%;
}

.wph-template .wph-views {
  position: absolute;
  right: 0;
  top: 23px;
  color: #968e8e;
  font-size: 12px;
}

.wph-info-box {
  position: relative;
  background-color: #e6f3e9;
  padding: 25px 25px 25px 45px;
  margin: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #5c635d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.wph-warning-box {
  position: relative;
  background-color: #e8cece;
  padding: 25px 25px 25px 45px;
  margin: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #dc3737;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.wph-info-box i.lni, .wph-warning-box i.lni {
  font-size: 74px;
  position: absolute;
  left: -10px;
  top: -13px;
  opacity: 0.2;
}

.wph-align-center {
  text-align: center;
  margin-left: -15px;
  margin-bottom: -10px;
  padding: 0 10px;
}

/*
Typography Settings End
*/

/*Preloaders settings*/
body .preloader-container.loaded{
	opacity:0;
	visibility:hidden;
}

/*
==============================
02. Header Styles With Nav Bar
==============================
*/
.wph-template nav.navbar {
	padding: 20px 0 16px 0;
	border-bottom: 1px solid rgba(255,255,255,.25);
}
.wph-template .navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
}
.wph-template .navbar-dark .navbar-nav .nav-link:focus, .wph-template .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}
.wph-template header {
	background-image: url("../assets/images/hero-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.wph-hero-search {
	padding: 90px 0;
	text-align: center;
}

.single-wphelpere .wph-hero-search {
  padding: 70px 0;
}

.wph-hero-search h3 {
	padding-top: 12px;
	padding-bottom: 18px;
}

.wph-hero-search-wrap {
  max-width: 820px;
  margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  position: relative;
}

.wph-search-field-wrap {
  position: relative;
  z-index: 99;
}

.wph-hero-search-suggest {
	text-align: left;
}

.wph-hero-search #search-field {
  background: #fff;
  color: #36373c;
  width: 100%;
	height: 67px;
	border-radius: 200px;
	border: none;
  padding: 0 88px 0 32px;
  font-size: 18px;
  line-height: 1.5;
	box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.2);
	outline: none;
}

.wph-s-post-list .wph-s-post-list-item {
	margin-bottom: 5px;
}

.wph-s-post-list .wph-s-post-list-item-last {
  margin-bottom: 0;
}

.wph-s-post-list .wph-s-post-list-item a {
	display: block;
	text-decoration: none;
	color: #212121;
	font-size: 13px;
  font-weight: 600;
	text-transform: uppercase;
	padding: 13px;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
}

.wph-s-post-list .wph-s-post-list-item a span {
  font-weight: normal;
}

.wph-s-post-list .wph-s-post-list-item a:hover {
	text-decoration: none;
	background: #776dfb;
	color: #fff;
}

#wph-template .wph-s-post-list .wph-s-post-list-item a:hover span {
	color: #fff;
}

.wph-s-post-list .wph-s-post-list-item a .wph-s-post-list-desc {
	display: block;
	color: #555;
	font-size: 12px;
	padding-top: 5px;
}

.wph-s-post-list .wph-no-posts {
  font-size: 12px;
}

/*Curve Effect For Hero BG Image*/
.wph-hero-curve {
    transform: skewY(-3.2deg);
    min-height: 300px;
    margin-top: -95px;
    background-color: #fff;
}

/*
==============================
03. Content
==============================
*/
.wph-col-main-left {
  order: 8;
}
.wph-template #wph-content-area {
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.wph-template .wph-products .wph-product {
	padding-top: 15px;
	padding-bottom: 15px;
}

.wph-template .grid-row .products-list {
	padding: 20px;
}

.wph-template .product-thumb {
	max-height: 190px;
	overflow: hidden;
}

.wph-template .product-content {
	padding-top: 20px;
}

.wph-template .wph-pstyle-circle .wph-product-title,
.wph-template .wph-pstyle-circle .wph-product-desc,
.wph-template .wph-pstyle-icon .product-thumb,
.wph-template .wph-pstyle-icon .wph-product-title,
.wph-template .wph-pstyle-icon .wph-product-desc {
  text-align:center;
}

.wph-template a.wph-p-img {
  text-decoration: none;
}

.wph-template .wph-row .catogeries-list p,
#wph-template .catogeries-list p,
#wph-template .wph-product-desc p {
  color: #b4babd;
}

.wph-template .wph-row .products-list ul, .wph-template .wph-row .products-list ul li,
.wph-template .wph-row .catogeries-list ul, .wph-template .wph-row .catogeries-list ul li {
  position: relative;
	margin: 0;
	padding: 4px 0;
}

.wph-template .wph-row .catogeries-list ul li i,
.wph-template .wph-row .products-list ul li i {
  font-size: 13px;
}

.wph-template .wph-row .catogeries-list ul li .dashicons,
.wph-template .wph-row .products-list ul li .dashicons {
  position: absolute;
  left: -22px;
  top: 13px;
}

.wph-template .wph-row .catogeries-list ul {
	text-align: left;
	margin-top: 5px;
}

.wph-template .wph-row .products-list .btn,
.wph-template .wph-row .catogeries-list .btn {
	margin-top: 14px;
}

.wph-template .wph-row .product-thumb img {
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.15);
    transition: .3s ease !important;
    -moz-transition: .3s ease !important;
    -webkit-transition: .3s ease !important;
    -o-transition: color .3s ease !important;
}

.wph-img-circle-style {
  text-align: center;
  padding-bottom: 6px;
}

.wph-img-circle-style a.wph-p-img {
  display: inline-block;
  width: 90px;
  height: 90px;
}

.wph-img-circle-style a.wph-p-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.wph-template .wph-row .products-list .btn {
	display: inline-block;
	font-size: 14px;
}

.wph-template .shadow {
	box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.1);
}

.product-catogeries .wph-row {
	align-items: center;
}

.wph-template .wph-vote-topic a, .wph-template .wph-vote-topic a i {
  color: #3a5bf9;
}

.wph-template .wph-vote-topic a {
  display: inline-block;
  padding: 8px 15px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #3a5bf9;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.wph-template .wph-vote-topic a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.wph-template .wph-vote-topic a span, .wph-template .wph-vote-topic i {
  color: #3a5bf9;
}

.wph-template .wph-vote-topic a:hover, .wph-template .wph-vote-topic a:hover i,
.wph-template .wph-vote-topic a:hover span {
  color: #323b65;
  border-color: #323b65;
}

.wph-template .wph-vote-topic i {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  transition: .2s;
}

.wph-template .wph-vote-topic .like.wph-topic-voted, .wph-template .wph-vote-topic .hate.wph-topic-voted,
.wph-template .wph-vote-topic .like.wph-topic-voted span, .wph-template .wph-vote-topic .hate.wph-topic-voted span,
.wph-template .wph-vote-topic .like.wph-topic-voted i, .wph-template .wph-vote-topic .hate.wph-topic-voted i {
  animation: size .4s;
  border-color: rgba(255,152,141,0.4);
  color: rgba(255,152,141,0.4);
  cursor: default;
}

#wph-vote-results {
  font-size: 13px;
  margin-top: 12px;
  color: #939393;
}

/*
===================
04. Support Request
===================
*/
.wph-template #wph-support-request {
	text-align: center;
	padding: 100px 0;
}

.wph-template #wph-support-request h3 {
  margin: 0 0 15px 0;
}

/*
==========
05. Footer
==========
*/
.wph-template footer {
	background-color: #5f71d4;
	padding-top: 40px;
	padding-bottom: 50px;
	color: #fff;
}

.wph-template footer a, .wph-template footer a:hover, .wph-template footer a:active, .wph-template footer a:focus {
	color: #fff;
}

.wph-template footer a {
	font-size: 15px;
}

.wph-template footer p {
	font-size: 14px;
}

.wph-template footer ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}

.wph-template .footer-nav div h2 {
	padding-top: 28px;
}

.wph-template .footer-nav {
	padding-bottom: 50px;
}
.wph-template .copyright-line {
 	border-top: 1px solid rgba(255,255,255,.25);
 	padding-top: 50px;
 }

.wph-template .wph-product-desc {
	color: #939393;
}

/*
======================
05. Product Catogeries
======================
*/
.wph-template .product-title {
	padding-top: 110px;
	padding-bottom: 360px;
	max-width: 768px;
	margin: 0 auto;
}

.wph-template .back-to-home-btn {
	text-align: right;
	padding: 15px;
}

.wph-template .back-to-home-btn a {
  position: relative;
	font-size: 14px;
}
.wph-template .back-to-home-btn a i {
	margin-right: 5px;
	transition: margin 0.2s ease-in-out 0s;
	-webkit-transition: margin 0.2s ease-in-out 0s;
	-ms-transition: margin 0.2s ease-in-out 0s;
	-moz-transition: margin 0.2s ease-in-out 0s;
}

.wph-template .back-to-home-btn a i.dashicons {
  position: absolute;
  left: -18px;
  top: 4px;
  font-size: 12px;
}

.wph-template .back-to-home-btn a:hover {
	color: #4b5ec8;
	text-decoration: none;
}

.wph-template .back-to-home-btn a:hover i {
	margin-right: 10px;
}

.archive .wph-template .wph-header-title h1 {
  margin: 0;
}

.wph-template .grid-row > div {
	border-right: 1px solid rgba(0,0,0,0.1);
}

.wph-template .wph-b-b {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.wph-template .grid-row .catogeries-list {
	width: 100%;
	padding: 20px;
	text-align: center;
	transition: .25s ease !important;
  -moz-transition: .25s ease !important;
  -webkit-transition: .25s ease !important;
  -o-transition: color .25s ease !important;
}

.wph-template .grid-row ul li {
  list-style-type: none;
}

.wph-template .product-catogeries, .wph-template .wph-products-grid {
	padding-top: 16px;
	padding-bottom: 16px;
}

.wph-template .catogeries-list p {
	color: #939393;
}

.wph-template .catogery-content {
	padding-top: 10px;
}

.wph-template .catogery-content p {
	margin: 0;
}

.wph-template .catogery-content .btn:hover .icon {
	color: #4b5ec8;
}

.wph-template .catogery-content .icon {
	top: 6px;
	position: relative;
}

.wph-template .catogery-icon a {
	display: inline-block;
}

.wph-template .catogery-icon i {
	font-size: 66px;
	display: inline-table;
}

/*
==========================================
06. Product categories list - with sidebar
==========================================
*/
.wph-col-main-right {
  margin: 15px 0;
  padding-top: 10px;
  padding-left: 30px;
}

.wph-template .wph-cat-posts, .wph-template .wph-single-post-main  {
	padding-top: 58px;
	padding-bottom: 58px;
  min-height: 400px;
}

.wph-template .wph-single-post-main .wph-single-toc-content,
.wph-template .wph-sidebar-widgets .widget_wph_table_of_contents {
  color: #3d3a3a;
  padding: 25px;
  margin-bottom: 25px;
  background: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.wph-template .wph-single-post-main .transparent-toc-bg .wph-single-toc-content {
  background: none;
  padding: 0;
}

.wph-template .wph-sidebar-widgets .widget_wph_table_of_contents {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .wph-template .wph-sidebar-widgets .widget_wph_table_of_contents {
    display: none;
  }
}

.wph-template .wph-single-post-main .wph-single-toc-content .wph-toc-heading {
  color: #3d3a3a;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}

.wph-template .wph-single-post-main .wph-single-toc-content a {
  color: #7300ef;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  border-bottom: 1px dotted #7300ef;
  display: table-cell;
}

.wph-template .wph-single-post-main .wph-single-toc-content a:hover {
  border-bottom: 1px solid #7300ef;
}

.wph-template .wph-single-post-main .wph-single-toc-content a:focus {
  outline: none !important;
  background: none !important;
  text-underline-offset: 6px;
}

.wph-template .wph-toc-list ul {
  margin-left: 22px;
}

.wph-template .sidebar-content {
	padding: 0 0 0 20px
}

.wph-template .wph-main-content.wph-with-sidebar {
	order: 8;
	padding-right: 58px;
	padding-left: 58px;
	border-left: 1px solid rgba(0,0,0,0.1);
}

.wph-template .wph-post-list {
	padding-bottom: 30px;
	margin-bottom: 48px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.wph-template .wph-col-lg-12 .wph-post-list {
  margin-left: 10px;
  margin-right: 5px;
}

.wph-main-content .wph-post-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.wph-template main .btn {
	font-weight: 700;
	padding-left: 0;
	margin-top: 10px;
}

.wph-template main .wph-post-list h2 a {
  display: block;
  margin-bottom: 14px;
	color: #121111;
}

.wph-template main .wph-post-list p {
	color: #939393;
	font-size: 16px;
}

.wph-template main .wph-post-list h2 a:hover, .wph-template main .wph-post-list h2 a:active, .wph-template main .wph-post-list h2 a:focus {
	color: #6375d6;
	text-decoration: none;
}

#wph-template span.cat_posts_count {
  color: #846767;
}

.wph-template .wph-sidebar .wph-btn-action {
  text-align: center;
  margin-left: -15px;
  padding: 30px 0 42px 0;
  border-bottom: 1px solid #f9f5f5;
}

.wph-template .wph-readmore {
	display: table;
	text-align: left;
	color: #121111;
	border-bottom: 1px solid transparent;
}

.wph-product .wph-readmore {
  margin-top: 15px;
}

.wph-template .wph-readmore i {
	margin-left: 7px;
}

.wph-template .wph-readmore:hover {
	color: #121111;
	border-bottom: 1px solid #121111;
	text-decoration: none;
}

.wph-template #search-field-mini {
    border-radius: 200px;
    padding: 28px 62px 28px 24px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #e1e1e1;
    box-shadow: none;
}

.wph-template .search-btn-mini {
	margin-left: -54px;
	z-index: 99;
	width: 48px;
	height: 48px;
	border: none;
	box-shadow: none !important;
	padding: 12px;
}

.wph-template .wph-sidebar {
	order: 4;
}

.wph-template .wph-sidebar a {
  color: #212121;
  text-decoration: none;
}

.wph-template .wph-sidebar a:hover {
  color: #2c42c2;
}

.wph-template .wph-sidebar-box {
	margin-bottom: 30px;
}

.wph-template #wph-sidebar-widgets {
	font-weight: normal;
	font-size: 12px;
  margin-bottom: 20px;
  margin-top: -10px;
}

.wph-template #wph-sidebar-widgets ul {
	margin: 0;
	padding: 0;
}

.wph-template #wph-sidebar-widgets .wph-widget-title,
.wph-widget-title h3,
.wph-template #wph-sidebar-widgets .wph-toc-heading {
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	font-size: 16px;
  line-height: 47px;
}

.wph-template #wph-sidebar-widgets .wphproduct-post-title a {
  font-size: 12px;
  line-height: 25px;
  text-decoration: none;
  font-weight: 600;
}

.wphproduct-post-title {
  position: relative;
}

.wph-template #wph-sidebar-widgets ul li {
}

.wph-template #wph-sidebar-widgets ul li a {
	line-height: 14px;
	font-size: 12px;
}

.wph-template #wph-sidebar-widgets ul li a:hover {
	text-decoration: none;
}

.wph-template #wph-sidebar-widgets .wph-doc-sidebar-wrap {
  margin-bottom: 20px;
}

.wph-template #wph-sidebar-widgets .wph-doc-sidebar {
  margin-bottom: 0;
}

.wph-doc-sidebar .widget-posts-list {
  display: none;
  padding-left: 20px;
}

.wph-doc-sidebar .wph-widget-title a:hover,
.wph-doc-sidebar .wph-widget-title a:focus {
  text-decoration: none !important;
  border: none;
  outline: none;
}

.wph-doc-sidebar .wphproduct-post-title:before {
  content: '';
  display: block;
  width: 2px;
  height: 25px;
  background: #d8d9e2;
  position: absolute;
  left: -20px;
}

.wph-doc-sidebar .wph-current-post-item:before {
  content: '';
  display: block;
  width: 2px;
  height: 25px;
  background: #3b5bf9;
  position: absolute;
  left: -20px;
}

.wph-sidebar-topic-list .wph-widget-title a {
  display: block;
  position: relative;
  line-height: 33px;
}

.wph-sidebar-topic-list .wph-widget-title i {
  position: absolute;
  right: 0;
  top: 15px;
}

.group-toggle .wph-sidebar-topic-list .wph-widget-title i {
  top: 8px;
}

#wph-sidebar-widgets .group-toggle .widget-postlist-group-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin: 30px 0 16px;
}

.wph-doc-sidebar.wph-current-cat .widget-posts-list {
  display: block;
}

#wph-sidebar-widgets .wph-sidebar-topic-list .wph-post-list-cat-title {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.wph-template #wph-sidebar-widgets #wphdoc-navigation h2.wph-doc-toc-list {
  padding-bottom: 20px;
}

.wph-template #wph-sidebar-widgets #wphdoc-navigation ul li {
  width: 97%;
}

.wph-template #wph-sidebar-widgets #wphdoc-navigation .wph-toc-level-1,
.wph-template #wph-sidebar-widgets #wphdoc-navigation .wph-toc-level-2 {
  text-transform: uppercase;
  color: #323232;
  font-weight: bold;
}

.wph-template #wph-sidebar-widgets #wphdoc-navigation .wph-toc-level-1 a {
  font-size: 27px;
}

.wph-template #wph-sidebar-widgets #wphdoc-navigation .wph-toc-level-2 a {
  display: block;
  font-size: 15px;
  line-height: 21px;
  margin: 20px 0 15px 0;
}

.wph-template #wph-sidebar-widgets #wphdoc-navigation .wph-toc-level-3 a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #616161;
}

#wphdoc-navigation .wphdoc-nav.fixed {
  position: fixed;
  top: 30px;
  height: 800px;
  max-width: 259px;
}

.wph-doc-template .navfixed {
  position: fixed;
  top: 30px;
  height: 800px;
}

.wph-doc-template .navfixed .wphdoc-nav {
  max-width: 259px;
}

.wph-header-minimal {
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
}

.wph-template .wphdoc-logo {
  max-width: 200px;
}

.wph-template .wphdoc-title a {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  text-decoration: none;
}

#wph-menu ul {
  padding: 0;
}

#wph-menu ul li {
  padding: 0;
  margin-right: 15px;
  list-style: none;
  display: inline-flex;
}

#wph-menu ul li a {
  color: #212121;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.wph-minimal-footer {
  order: 12;
  background: #fff;
  padding: 40px 0;
  text-align: center;
  z-index: 99999;
}

.wph-minimal-footer .wphdoc-footer-content {
  font-size: 12px;
  color: #908484;
}

.wph-doc-template .wph-single-post-main {
  padding-bottom: 18px;
}

.wph-doc-template .wph-single-post-main .wph-sidebar {
  border-right: none;
  min-width: 25%;
}

#wphdoc-navigation {
  position: relative;
  height: 800px;
  overflow: auto;
}

.ps__rail-x,
.ps__rail-y {
  opacity: 0.6;
}

.ps--active-y > .ps__rail-y {
  background-color: #fff6f6;
  width: 5px;
  height: 300px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 5px;
}

.ps__thumb-y {
  width: 5px;
  background-color: #a1b6b9;
}

.wph-template #wph-sidebar-widgets #wphdoc-navigation .wphdoc-nav li a.sec-active {
    color: #6770e4;
}

/*
====================
07. Support Details Page
====================
*/

.wph-template .support-details li, .wph-template .support-details p {
	color: #4b4d4d;
}

.wph-template .support-details p {
	margin-bottom: 8px;
}

.wph-template .support-details img {
	max-width: 100%;
}

.wph-template .support-details p, .wph-template .support-details li {
	font-size: 15px;
}

.acm_search_suggestion {
	display: none;
}
.acm_search_input_container .acm_search_suggestion {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px;
    max-height: 400px;
    overflow-y: auto;
    background: #ffffff;
		color: #212121;
    border-radius: 10px;
    border: 1px solid #0000001a;
    box-shadow: 0 0 4px 1px #0000000f;
    margin-top: .5rem;
    z-index: 999;
}
.acm_search_suggestion a.acm_search_category {
	color: #3d3d3d;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #00000012;
    padding-bottom: 1.5rem;
}

.acm_search_result_main {
	display: block;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}

.acm_search_result_item_container a.acm_search_category {
	color: #007bff;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #0000000f;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
}

.searchLoaderBox.searchLoader {
    opacity: 0;
    transition: all 0.3s linear;
}
.wph-loading-svg {
  opacity: 0;
  transition: all 0.3s linear;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 55px;
  height: 55px;
  top: 50%;
  margin-top: -27px;
  right: 0;
}

.wph-loading-svg.wph-show-loading {
    opacity: 1;
}

.product-thumb i {
    font-size: 80px;
}

@media (max-width: 768px) and (min-width: 641px) {
	.acm_search_result_item_container a.acm_search_category {
		font-size: 18px;
	}
    .acm_category_item {
        width: calc(100% / 2 - 2rem);
    }
    .acm_product_main .acm_product_main_container .acm_product_item {
        width: calc(100% / 2 - 2rem);
    }
}
@media (max-width: 640px) {
	.acm_search_result_lr_container {
		width: calc(100% / 2 - 2rem);
		padding: 1rem 2rem;
	}
    .acm_category_item {
        width: 100%;
    }
    .acm_product_main .acm_product_main_container .acm_product_item {
        width: calc(100% - 2rem);
    }
}
@media (max-width: 425px) {
	.acm_search_result_lr_container {
		width: calc(100% - 2rem);
		padding: 2rem 3rem;
	}
	.acm_breadcrumb_main {
	    padding: 1rem 2rem;
	}
	.acm_breadcrumb_main .acm_bc_left, .acm_breadcrumb_main .acm_bc_right {
	    width: 100%;
	}
	.acm_breadcrumb_main .acm_breadcrumb_container {
	    flex-wrap: wrap;
	}
  .wph-template .wph-breadcrumb {
    width: 100%;
  }
  .wph-breadcrumb li.item-cat, .wph-breadcrumb li.item-cat + li.wph-bcb-sep {
    display: none;
  }
  .wph-breadcrumb .wph-bcb-item-current {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}

/*
====================
08. Accordion
====================
*/
.wph-faq-wrap {
  padding: 50px 75px 60px 75px;
}

.wph-faq-wrap .wph-faq-group {
  margin-bottom: 45px;
}

.wph-faq-wrap .wph-faq-group:last-child,
.wph-faq-wrap .wph-faq-group.group-no-margin-btm {
  margin-bottom: 0;
}

.wph-faq-wrap .wph-faq-title {
  cursor: pointer;
  display: block;
  font-weight: bold;
  color: #292d48;
  padding: 15px 20px 15px 0;
  position: relative;
  border-bottom: 1px solid #e7e9ec;
}

.wph-faq-wrap .wph-faq-title::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #c3c6ca;
  border-bottom: 1px solid #c3c6ca;
  position: absolute;
  right: 10px;
  content: " ";
  top: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wph-faq-title.active::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wph-faq-wrap .wph-faq-content {
  display: none;
  margin: 0;
  padding: 15px 0;
}

.wph-feedback-form .wph-fd-input {
  display: block;
  margin-bottom: 10px;
  width: 350px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.wph-feedback-form .wph-fd-comment {
  margin-bottom: 15px;
}

.wph-feedback-form {
  position: relative;
  display: none;
}

.wph-feedback-form .wph-loading-svg {
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  padding: 8px 0 4px 15px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.15);
}

.wph-feedback-form .sm-honeypot {
  display: none;
}

.wph-single-post-main .wph-fd-open-link {
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
  text-decoration: none;
  margin-bottom: 15px;
  position: relative;
}

.wph-single-post-main .wph-fd-open-link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  bottom: -4px;
  background-color: #6375d6;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}

.wph-single-post-main .wph-fd-open-link:hover::after {
  width: 40px;
}

.wph-single-post-main .wph-fd-open-link:focus,
.wph-single-post-main .wph-fd-open-link:hover {
  text-decoration: none;
}

.wph-single-post-main .wph-fd-open-link {
  font-size: 16px;
}

.wph-single-post-main .wph-fd-open-link .lni {
  font-size: 14px;
  margin-left: 7px;
}

/*
=====================
=====================
09. Enlighter Styles
=====================
=====================
*/
.wph-single-post-wrap .enlighter-default,
.wph-single-post-wrap .enlighter-t-atomic {
  padding: 15px 0;
}


/*
=====================
=====================
10. Responsive Styles
=====================
=====================
*/

@media only screen and (min-width: 992px) {
	.wph-template .grid-row.grid-3 > div:nth-last-child(1), .wph-template .grid-row.grid-3 > div:nth-last-child(2), .wph-template .grid-row.grid-3 > div:nth-last-child(3) {
    	/* border-bottom: none; */
	}
	.wph-template .grid-row > .wph-lg-nb-r {
		border-right: none;
	}
}

@media only screen and (max-width: 991px) {
	.wph-template h1 {
	    font-size: 30px;
	}
	.wph-template .product-content a br {
		display: none;
	}
	.wph-template .copyright-line p {
		text-align: center;
	}
	.wph-template p {
    font-size: 15px;
	}
	.wph-template .wph-main-content {
		order: 8;
    padding-right: 58px;
    padding-bottom: 25px;
    border-left: none;
	}
  .wph-template .sidebar-content {
    padding: 0 45px;
  }
	.wph-template .grid-row > .wph-sm-b-b {
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.wph-template .grid-row > .wph-sm-nb-r {
		border-right: none;
	}
}

@media only screen and (max-width: 767px) {
	.wph-hero-search {
	    padding-top: 100px;
	    padding-bottom: 300px;
	}
	.hero-curve {
	    min-height: 240px;
	    margin-top: -90px;
	}
	.wph-home #wph-content-area {
	    margin-top: -320px;
	}
	.wph-hero-search h3 {
	    padding-top: 8px;
	    padding-bottom: 12px;
	}
	.wph-template h1.display-1 {
	    font-size: 40px;
	}
	.wph-template #search-field {
	    padding: 34px 82px 34px 28px;
	}
	.wph-template .search-btn {
	    margin-left: -66px;
	    width: 62px;
	    height: 62px;
	    padding: 20px;
	}
	.wph-template .product-title {
	    padding-top: 80px;
	    padding-bottom: 250px;
	}
	.wph-template h1 {
	    font-size: 26px;
	}
	.wph-template .breadcrumbs-nav, .wph-template .back-to-home-btn {
		text-align: center;
	}
	.wph-template .back-to-home-btn a {
		font-size: 14px;
	}
	.wph-template .wph-breadcrumb {
		padding-bottom: 0;
	}
	.wph-template main .wph-post-list p {
	    font-size: 15px;
	}
	.wph-template main h2 {
		font-size: 19px;
	}
	.wph-template .grid-row > .wph-xs-b-b {
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.wph-template .grid-row > .wph-xs-nb-r {
		border-right: none;
	}
}

@media only screen and (max-width: 575px) {
	body {
		overflow-x: hidden;
	}
	.wph-template .disply-2 {
	    font-size: 22px;
	}
	.wph-template h2, .wph-template main h2 {
	    font-size: 18px;
	    line-height: 24px;
	}
	.wph-template h3 {
	    font-size: 16px;
	}
	.wph-template h1.display-1 {
	    font-size: 36px;
	}
	.wph-template ul li {
	    font-size: 15px;
	}
	.wph-template #search-field {
	    padding: 30px 68px 30px 24px;
	    font-size: 16px;
	}
	.wph-template .search-btn {
	    margin-left: -59px;
	    width: 60px;
	    height: 60px;
	    padding: 18px;
	}

	.wph-template footer .wph-col-md {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.wph-template .navbar {
		-ms-flex-direction: initial;
		flex-direction: initial;
	}
	.wph-template .wph-hero-search h3 {
	    padding-top: 4px;
	    padding-bottom: 8px;
	}
	.wph-template #wph-content-area {
	    margin-top: 0;
	}
	.wph-hero-search {
	    padding-top: 100px;
	    padding-bottom: 130px;
	}
	.hero-curve {
		display: none;
	}
	.wph-template footer ul {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.wph-template footer ul li {
	    padding-bottom: 0px;
	    display: inline-block;
	    padding-right: 14px;
	}
	.wph-template #support-request h2 a {
		display: inline-block;
	}
	.wph-template .product-title {
	    padding-top: 70px;
	    padding-bottom: 80px;
	}
	.wph-template h1 {
	    font-size: 22px;
	}
	.wph-template .grid-row .catogeries-list {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.wph-template .grid-row .catogeries-list:hover {
		padding-top: 34px;
	}
	.wph-template .btn {
	    font-size: 14px;
	}
	.wph-template .wph-post-list {
	    padding-bottom: 38px;
	    margin-bottom: 38px;
	}
  .wph-template .wph-sidebar {
    order: 10;
		padding-top: 40px;
		border-top: 1px solid rgba(0,0,0,0.1);
	}

}

@media only screen and (max-width: 480px) {
	.wph-template .navbar {
		display: block;
	}
	.wph-template .nav-item {
	    display: inline-block;
	}
	.wph-template .navbar-brand {
		display: block;
	}
	.wph-template .navbar-nav {
		padding: 0;
	}
  .wph-template .wph-hero-search {
    padding: 80px 0;
	}
	.wph-template .grid-row .products-list {
	    /* display: inline-block; */
	    padding-bottom: 50px;
	}
	.wph-template .product-content {
	    padding-left: 0;
	}
	.wph-template h3 {
	    font-size: 15px;
	}
  .wph-template h1.display-1 {
	    font-size: 32px;
	}
	.wph-template .grid-row .catogeries-list {
	    padding-top: 30px;
	    padding-bottom: 30px;
	    padding-left: 15px;
	    padding-right: 15px;
	    text-align: center;
	}
	.wph-template .grid-row .catogeries-list:hover {
		padding-top: 26px;
	}
	.wph-template .wph-main-content {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.wph-template aside.px-5 {
	    padding-left: 15px !important;
	    padding-right: 15px !important;
	}
	.wph-template .wph-breadcrumb-item{
		font-size: 13px;
	}

}

/*
* Theme css fixes
*/
/* Wide container */

/* Avada */
.page-template-wph-categories-home #main,
.page-template-wph-full-width-page-template #main,
.single-wphelpere #main,
.tax-wphproduct #main
 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-template-wph-categories-home #main .fusion-row,
.page-template-wph-categories-home #slidingbar-area .fusion-row,
.page-template-wph-categories-home .fusion-footer-widget-area .fusion-row,
.page-template-wph-categories-home .fusion-page-title-row,
.page-template-wph-full-width-page-template #main .fusion-row,
.page-template-wph-full-width-page-template #slidingbar-area .fusion-row,
.page-template-wph-full-width-page-template .fusion-footer-widget-area .fusion-row,
.page-template-wph-full-width-page-template .fusion-page-title-row,
.single-wphelpere #main .fusion-row,
.single-wphelpere .fusion-footer-widget-area .fusion-row,
.tax-wphproduct #main .fusion-row,
.tax-wphproduct .fusion-footer-widget-area .fusion-row
{
  width: 100%;
  max-width: 100%
}

/*
* hide title section
*/
/* Avada */
.page-template-wph-categories-home .avada-page-titlebar-wrapper,
.page-template-wph-full-width-page-template .avada-page-titlebar-wrapper,
.single-wphelpere .avada-page-titlebar-wrapper,
.tax-wphproduct .avada-page-titlebar-wrapper
 {
  display: none;
}
