@import url(css/bootstrap.css);
@import url(css/icheck.minimal.css);
@import url(css/jquery.fs.selecter.min.css);
@import url(css/theme-features.css);
@import url(css/theme-ui.css);

.fa-question.supsystic-tooltip {
  border: 1px solid #28282a;
  border-radius: 50%;
  padding: 1px 4px;
  margin-left: 10px;
  position: relative;
}

.fa-question.supsystic-tooltip.licence-tooltip {
  position: absolute;
  top: 2px;
  right: -10px;
  min-width: 24px;
  margin-left: 0;
  font-size: 20px;
  text-align: center;
  border-color: #fff;
  cursor: pointer;
}

.tooltipster-base.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d;
  font-family: inherit;
  font-size: 11px;
  line-height: 18px;
  padding: 6px 14px;
}

::-webkit-input-placeholder {
  color: #a9a9a9 !important;
}

::-moz-placeholder {
  color: #a9a9a9 !important;
}

:-ms-input-placeholder {
  color: #a9a9a9 !important;
}

:-moz-placeholder {
  color: #a9a9a9 !important;
}

.col-md-20,
.col-md-30,
.col-md-50,
.col-md-70,
.col-ss-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {

  .col-md-20,
  .col-md-30,
  .col-md-50,
  .col-md-70 {
    float: left;
  }

  .col-md-20 {
    width: 20%;
  }

  .col-md-30 {
    width: 30%;
  }

  .col-md-50 {
    width: 50%;
  }

  .col-md-70 {
    width: 70%;
  }
}

@media only screen and (max-width: 525px) {
  .col-ss-12 {
    float: left;
  }

  .col-ss-12 {
    width: 100%;
  }

  .col-ss-push-0 {
    left: auto;
  }
}

.no-p-r {
  padding-right: 0 !important;
}

.no-p-l {
  padding-left: 0 !important;
}

* {
  box-sizing: border-box;
}

body {
  /* font-family: Montserrat, Arial, sans-serif; */
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 25px;
  background-color: #fff;
  color: #4d4c4c;
}

.reg-form .container,
section .container {
  font-size: 18px;
  line-height: 32px;
}

section .container ol,
section .container ul {
  padding-left: 40px;
  margin-bottom: 0;
}

section .container .no-list-style {
  list-style-type: none !important;
}

section .container ol li {
  list-style-type: decimal;
}

section .container ul li {
  list-style-type: disc;
}

blockquote {
  border-left: 5px solid #777;
  background: #fcfcfc;
  padding: 0.5em 0.5em 0.5em 1.5em;
  font-style: italic;
  font-size: 16px !important;
  margin: 0 0 5px !important;
  font-weight: 700;
}

.clearfix {
  clear: both;
}

.capitalize {
  text-transform: capitalize;
}

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

li,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  color: #028fca;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #028fca;
  text-decoration: none;
}

a.basecolor,
figcaption {
  color: #4d4c4c;
}

a.basecolor:active,
a.basecolor:focus,
a.basecolor:hover {
  color: #4d4c4c;
}

p {
  margin: 10px 0;
}

hr {
  border-width: 2px;
  border-color: #e0e0e0;
  margin-top: 17px;
  margin-bottom: 30px;
}

.input,
.input-sm {
  display: block;
  background-color: #fff !important;
  width: 100%;
  max-width: 348px;
  height: 44px;
  color: #464d5a;
  font-family: Hind, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #d7dde6;
  padding: 0 16px;
  margin-bottom: 18px;
}

.input-sm:focus,
.input:focus {
  border: 1px solid #52bac5;
}

.input-sm {
  width: 299px;
  height: 40px;
}

.gutters {
  padding: 0 4%;
}

.content-wrapper {
  width: 81%;
  margin: auto;
}

.plugin-banner {
  font-family: Hind, Arial, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 58px;
  text-align: center;
  margin: 63px 0;
  color: #239eb4 !important;
}

.bgc {
  background-color: #f4f5f6 !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 1000;
}

.inner-container {
  max-width: 920px;
  margin: auto;
}

tr {
  border: 1px solid #dadfe7;
  border-collapse: collapse;
  font-family: Hind, Arial, sans-serif;
}

tr:first-child {
  border: 0;
}

tr th {
  position: relative;
}

tr th span {
  padding-left: 0.5em;
}

.text-color {
  color: #000;
}

.bbp-pagination-count {
  display: none;
}

#bbpress-forums div.bbp-reply-author {
  width: 130px;
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name {
  word-break: break-all;
}

#bbpress-forums li {
  word-break: break-word;
}

.selecter-options {
  overflow: auto;
  max-height: 390px;
}

.table-striped>tbody>tr:nth-child(2n + 1) {
  background-color: #f5f8f8 !important;
}

.table-striped>tbody>tr.toe_order_row:nth-child(2n + 1) {
  background-color: #d8d8d8 !important;
}

.aligncenter,
.alignnone {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: content-box;
}

.img-border {
  border: 1px solid #000;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.border_img {
  border: 10px solid #e3e3e3;
}

.float-left {
  float: left;
  padding-right: 20px;
}

.float-right {
  float: right;
  padding-left: 20px;
}

.sidebar {
  position: relative;
  font-weight: 400;
}

.sidebar .fixed-position {
  position: fixed;
  top: 50px;
}

div.sidebar.stick {
  margin-top: 74px;
}

.product-sidebar h3 {
  margin-top: 15px;
}

.breadcrumbs-main-wrapper {
  background-color: #52bac5;
}

.breadcrumbs-main-wrapper .breadcrumbs-wrapper {
  padding: 43px 0 43px 28px;
}

.breadcrumbs-main-wrapper .btn.btn-white {
  max-width: 230px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 16px;
  padding: 13.5px 0 !important;
  margin: 0 auto;
  margin-top: 33px !important;
}

.breadcrumbs-main-wrapper .preview__btn-wrapper .purchase-btn,
.breadcrumbs-main-wrapper .preview__btn-wrapper span {
  font-size: 14px;
  line-height: 16px;
}

.single-product .breadcrumbs-main-wrapper {
  display: none;
}

#breadcrumbs * {
  font-size: 18px;
  line-height: 24px;
  padding-right: 42px;
  color: #2f3847;
  text-transform: uppercase;
}

#breadcrumbs .crumb-spliter {
  display: none;
}

#breadcrumbs a {
  position: relative;
  display: inline-block;
}

#breadcrumbs .last-crumb,
#breadcrumbs a {
  vertical-align: middle;
}

#breadcrumbs a:after {
  position: absolute;
  top: 0;
  right: 16px;
  content: "\f054";
  font-size: 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #2f3847;
}

#breadcrumbs a:hover {
  color: #4ae8ea !important;
  text-decoration: none;
}

.page-title,
.sec-title {
  position: relative;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
  color: #2f3847 !important;
  word-break: break-word;
}

.sec-title {
  text-align: center;
  margin-top: 61px;
  margin-bottom: 55px;
}

.sec-title:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 8%;
  height: 4px;
  background-color: #52bac5;
}

.sec-title.left {
  text-align: left;
}

.sec-title.left:after {
  width: 0;
  height: 0;
}

.more {
  font-family: Hind, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #9faabd !important;
  padding: 27px 0 58px;
  cursor: pointer;
}

.more a {
  padding-right: 5px;
}

.more i {
  display: inline-block;
  vertical-align: middle;
  color: #239eb4 !important;
}

#comments .required,
.pink {
  color: #fa4e7f;
}

#msg {
  font-size: 18px;
  margin-bottom: 30px;
}

#toeResetPasswordMsg {
  margin-top: 15px;
}

.btn {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  background: 0 0;
  color: #4d4c4c;
  text-align: center;
  border: 2px solid #4d4c4c !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  padding: 7px 45px !important;
}

a.btn:active,
a.btn:hover,
button.btn:active,
button.btn:hover,
input.btn:active,
input.btn:hover {
  background-color: #4d4c4c !important;
  color: #fff !important;
}

.btn-default,
.btn-full {
  width: 100%;
  position: static;
}

.revert-btn {
  font-family: Hind, Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #fff !important;
  line-height: 28px !important;
  border: 3px solid #fff !important;
  border-radius: 0 !important;
  padding: 6px 93px !important;
  text-align: center !important;
}

.btn.revert-btn:active,
.btn.revert-btn:hover {
  background-color: #fff !important;
  color: #424b59 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.btn-deep {
  background-color: #52bac5;
  border: none !important;
  color: #fff;
  padding: 12px 19px !important;
}

.btn.btn-deep:hover {
  background-color: #4b9eaa !important;
}

.btn.btn-deep:active {
  background-color: #448693 !important;
}

.btn-buy {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  padding: 7px 20px !important;
}

.header {
  position: relative;
}

.header-logo {
  background: url(img/header-logo.png) 27px center no-repeat;
  margin: 13px 17px 11px 0;
}

.footer-logo,
.header-logo {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 20px;
  color: #fff !important;
  padding-left: 78px;
}

.header,
.header .sub-menu {
  background-color: #2f3847 !important;
}

.header .navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin: 0;
}

.header .logo-slogan {
  position: relative;
  z-index: 999;
}

.header .logo {
  margin-top: 24px;
  font-size: 30px;
  color: #4d4c4c;
  text-decoration: none;
}

.header .logo:hover {
  color: #4d4c4c !important;
}

.header .logo img {
  width: 55px;
}

.header .top-part .cart-mini,
.header .top-part .search .s,
.navigation a {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.header .top-part .cart-mini {
  padding: 12px 30px;
  border: 1px solid #4d4c4c;
  margin-left: 20px;
  margin-top: 13px;
  text-align: center;
}

.header .top-part .cart-mini a {
  color: #4d4c4c;
}

.header .top-part .cart-mini a:hover {
  color: #4ae8ea;
  text-decoration: none;
}

.header .top-part .cart-mini span {
  display: inline-block;
  border-left: 1px solid #e8eded;
  line-height: 32px;
  margin: 0 5px;
  width: 1px;
}

#main_nav {
  padding: 0 !important;
}

.navbar-nav .menu-item-has-children .sub-menu {
  display: none;
}

.navbar-right {
  position: relative;
  margin-top: 0;
}

.navbar-right .navbar-nav li a {
  text-transform: lowercase;
}

.navbar-right>a {
  padding: 15px 15px 15px 20px;
  line-height: 23px !important;
  position: relative;
  display: block;
}

.navbar-nav li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #b8c1cf !important;
  text-decoration: none;
  text-transform: uppercase;
  padding: 29px 16px 25px 16px;
  z-index: 10;
}

.navbar-nav li.dropdown li a {
  display: block;
}

.navbar-right .navbar-nav li a {
  margin-right: 0;
}

.navbar-nav .sub-menu li a {
  background-color: transparent;
  padding: 15px 15px 15px 53px;
  font-family: Hind, Arial, sans-serif;
  font-size: 18px;
  text-transform: capitalize;
}

.navbar-nav .menu-item-has-children .sub-menu li {
  width: 250px;
}

.navbar-nav .login-form .sub-menu li {
  width: 230px;
}

.navbar-nav .login-form .sub-menu li a {
  text-transform: lowercase;
}

.navbar-nav#main-menu>li:nth-child(1) .sub-menu {
  width: 500px;
}

.navbar-nav#main-menu>li:nth-child(1) .sub-menu li {
  width: 50%;
  float: left;
}

.navbar-nav#main-menu>li:nth-child(1) .sub-menu li:last-child {
  width: 100%;
  text-align: center;
}

.navbar-nav#main-menu>li:nth-child(1) .sub-menu li:last-child a {
  padding: 15px;
}

.navbar-toggle {
  border-color: #fff !important;
}

.navbar-toggle .icon-bar {
  background-color: #fff !important;
}

.navbar-right .form-search {
  position: relative;
  width: 40px;
}

.navbar-right>ul>li {
  line-height: 14px;
  padding: 29px 0 25px 0;
}

.navbar-right .login-form .header-login {
  border-right: 1px solid #a2abb8 !important;
  opacity: 0.6;
}

.navbar-right .login-form .header-login i {
  padding-right: 10px;
}

.navbar-right .login-form .search i {
  font-size: 1em;
}

.header .searchform span.fa,
.navbar-right .login-form i {
  font-size: 18px;
  color: #a2abb8 !important;
  opacity: 0.6;
}

.navbar-right .login-form a {
  font-family: Hind, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #a2abb8 !important;
  opacity: 0.6;
  padding: 0 15px;
}

.navbar-right .lang-switch a {
  padding: 0;
  vertical-align: middle;
}

.navbar-right .lang-switch img {
  margin-top: -1px;
}

.navigation {
  position: relative;
  z-index: 998;
}

.navigation #menu-top-menu {
  position: relative;
}

.navigation .container-fluid {
  padding: 0 !important;
}

.navigation .navbar-default {
  background: 0 0;
  border: none;
  margin-bottom: 0 !important;
}

.navigation .navbar-default #menu-top-menu>li:first-child>a {
  padding-left: 20px !important;
  position: relative;
  display: none;
}

.navigation .navbar-default #menu-top-menu>li:first-child>a:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 19px;
  background: url(img/pattern.png) no-repeat;
}

.navigation .navbar-default #menu-top-menu>li:first-child>a:hover:before {
  background-position: 0 -15px;
}

.navigation a {
  color: #4d4c4c !important;
  line-height: 23px !important;
}

.navigation .navbar-default .navbar-nav>.open>a {
  background: 0 0 !important;
}

#primary_main_menu {
  position: relative;
}

#primary_main_menu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#primary_main_menu li.empty {
  height: 50px;
}

#primary_main_menu ul ul,
.navbar-nav .sub-menu {
  top: 100%;
  left: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#primary_main_menu ul li {
  width: 285px;
}

#primary_main_menu .double-menu {
  z-index: 1000;
}

#primary_main_menu .second-column {
  left: 284px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  z-index: 999;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

.dropdown li a:focus,
.dropdown li a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus .dropdown:hover,
.dropdown-menu>.active>a:hover,
.nav .current-menu-item>a,
.nav>li>a:focus,
.nav>li>a:hover,
.nav>li>a:hover i,
.sub-menu>li,
li.login-form:hover {
  background-color: transparent;
  color: #fff !important;
}

.dropdown li a:focus,
.dropdown li a:hover,
.dropdown:hover,
.nav>li>a:focus,
.nav>li>a:hover,
.sub-menu>li,
li.login-form:hover {
  background-color: #29313f;
}

.header {
  z-index: 99999 !important;
}

.header .searchbox {
  position: absolute;
  left: -7px;
}

.header .searchform {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0 0 0 15px;
}

.header .searchform span.fa {
  position: absolute;
  top: 0;
  left: 5px;
}

.header .searchform input[type="text"] {
  position: absolute;
  top: -8px;
  right: 0;
  width: 1px;
  height: 37px;
  padding: 0 0 0 25px;
  margin: 3px 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

::-webkit-input-placeholder {
  color: #4d4c4c;
}

::-moz-placeholder {
  color: #4d4c4c;
}

:-moz-placeholder {
  color: #4d4c4c;
}

:-ms-input-placeholder {
  color: #4d4c4c;
}

.header .searchform input[type="text"]:focus {
  background-color: #fff;
  border: 2px solid #4d4c4c;
  cursor: text;
  outline: 0;
  width: 230px;
  z-index: 1000;
}

.search-page {
  padding-top: 70px;
}

.search-page .go-search-start {
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: inherit;
  padding-bottom: 10px;
}

.search-page .form-horizontal #search {
  padding: 9px 19px !important;
  height: 48px !important;
  line-height: 48px !important;
}

.search-page .form-horizontal label {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 35px !important;
}

.search-page .page-title {
  margin: 20px 0 25px 0;
}

.search-highlight {
  background-color: rgba(86, 218, 220, 0.2);
  font-weight: 400;
}

.footer {
  min-height: 420px;
  padding-top: 43px;
  line-height: 1.42857;
  background-color: #424b59 !important;
}

.footer #back-top {
  position: fixed;
  bottom: 12% !important;
  right: 26px !important;
  z-index: 9999;
}

@media(max-width:1000px) {
  .footer #back-top {
    position: fixed;
    bottom: 13% !important;
    right: 7% !important;
    z-index: 9999;
  }
}

.footer #back-top a {
  display: block;
  min-width: 44px;
  min-height: 41px;
  background-image: url(img/pointer-up.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer #back-top a:hover {
  background-position: -44px 0;
}

.footer #back-top span {
  width: 48px;
  height: 48px;
  display: block;
  margin-bottom: -14px;
  background: #000;
}

.footer .footer-list__title,
.footer .widget-title {
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  color: #d9dbde;
  padding-top: 14px;
  padding-bottom: 32px;
  text-transform: uppercase;
}

.footer .widget-title a {
  color: #d9dbde;
}

.footer .menu li {
  padding-bottom: 15px;
}

.footer .menu li.menu-item-has-children ul {
  display: none;
}

.footer .footer-first-widget .menu li {
  width: 50%;
  float: left;
}

.footer .menu li a {
  font-family: Hind, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #858c99;
}

.footer .menu li a:hover {
  color: #fff;
}

.footer a.footer-link {
  opacity: 1 !important;
}

.footer-logo__wrapper .footer-logo {
  display: inline-block;
  background: url(img/footer-logo.png) 5px 0 no-repeat;
  background-size: contain;
  width: 48px;
  height: 50px;
  padding-left: 69px;
}

.footer-logo__wrapper .footer-list__title {
  font-size: 31px;
  color: #fff;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  padding-top: 0px;
  margin-top: 15px;
}

.footer-link {
  display: block;
  opacity: 1;
}

.footer-subscribe {
  margin-top: 30px;
}

.footer-social {
  margin-top: 50px;
}

.footer-social__icon {
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #535b66;
  text-align: center;
}

.footer-social__icon .social-icon {
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
}

.footer-social__icon .social-icon a {
  color: #d9dbde !important;
}

.footer-social__icon .social-icon .fa {
  padding-top: 12px;
}

.footer-social__icon:last-child {
  margin-right: 0;
}

.footer-social__icon:hover {
  background-color: #6f7b8c;
}

.footer-copy {
  font-family: Hind, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #656a7b !important;
  padding-top: 30px;
}

.full-plugins {
  margin-top: 150px;
  padding-top: 20px;
  display: none;
}

.full-plugins .close-full-plugins {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  display: block;
  color: #4d4c4c;
}

.full-plugins .close-full-plugins:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 4px;
  background: url(img/pattern.png) -56px 0 no-repeat;
}

.full-plugins .title {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
}

.full-plugins .title a {
  color: #4d4c4c;
  text-decoration: none;
  line-height: 24px;
}

.full-plugins p {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.full-plugins a.read-more {
  color: #4d4c4c;
  border-bottom: 1px solid #4ae8ea;
}

.full-plugins a.read-more:hover {
  color: #4ae8ea;
  text-decoration: none;
}

.full-plugins a.read-more2 {
  color: #fff;
  border-bottom: 1px solid #4ae8ea;
}

.full-plugins a.read-more2:hover {
  color: #fff;
  text-decoration: none;
}

.modal-plugins {
  z-index: 999;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  margin-top: 0 !important;
}

.modal-plugins .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}

.close-btn {
  position: relative;
  padding-left: 19px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #4d4c4c !important;
  text-decoration: none !important;
}

.close-btn:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 4px;
  left: 0;
  background: url(img/pattern.png) -56px 0 no-repeat;
}

.fp-item img {
  margin-top: 15px;
}

.discount {
  background-color: #52bac5;
}

.discount .container {
  padding: 32px 0 23px;
  background-image: url(img/pic_banner.png);
  background-size: cover;
}

.dicount-title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  color: #fff !important;
  padding: 10px 0;
}

.discount .revert-btn {
  min-width: 288px;
  background-color: #52bac5;
  padding: 6px 0 !important;
  text-transform: uppercase;
  box-shadow: 0 3px 7px rgba(47, 56, 71, 0.35);
  -moz-box-shadow: 0 3px 7px rgba(47, 56, 71, 0.35);
  -webkit-box-shadow: 0 3px 7px rgba(47, 56, 71, 0.35);
}

.home-slogan .slogan-text {
  font-family: Hind, Arial, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 58px;
  text-align: center;
  margin: 53px 0;
  color: #239eb4 !important;
}

.about-us {
  color: #fff;
  padding-bottom: 94px;
  background-color: #424b59 !important;
}

.about-us .sec-title {
  font-size: 30px;
  text-align: left;
  color: #fff !important;
  margin-top: 70px;
  margin-bottom: 28px;
}

.about-us .sec-title:after {
  display: none;
}

.about-us__desc {
  font-family: Hind, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #fff !important;
}

.about-us__desc p {
  width: 75%;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
}

.about-us__counter {
  font-family: Montserrat, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.about-us__counter:first-child {
  margin-top: 93px;
}

.about-us__counter:last-child {
  margin-bottom: 0;
}

.about-us__counter .numbers,
.about-us__counter .text {
  display: block;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.about-us__counter .numbers {
  font-size: 35px;
  line-height: 28px;
  color: #4ae8ea;
  margin-bottom: 10px;
}

.about-us__counter .text {
  font-size: 18px;
  color: #fff !important;
}

.feedback {
  background-color: #f4f5f6;
  padding-bottom: 117px;
}

.feedback .sec-title {
  font-size: 30px;
  margin-top: 66px;
}

.feedback__wrapper {
  width: 51%;
  margin: 0 auto;
}

.feedback__text {
  position: relative;
  font-family: Hind, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #4d4c4c !important;
  line-height: 38px;
  padding: 0 10px;
  text-align: center;
}

.feedback__text .feedback__excerpt {
  display: inline;
  padding: 0 5px;
}

.feedback__text p {
  display: inline;
}

.feedback__text .quote-left,
.feedback__text .quote-right {
  font-size: 18px;
  font-weight: 600;
  color: #c3c7ce;
}

.feedback__author {
  text-align: center;
}

.author__img {
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 32px auto 24px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
}

.author__link,
.author__name {
  font-family: Hind, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #4d4c4c !important;
}

.author__link span {
  padding-right: 6px;
}

#supsysticClientsRequest {
  background-color: #fafafa;
  padding: 50px 0 80px 0;
}

#supsysticClientsRequest h1 {
  font-size: 40px;
  text-align: center;
}

#supsysticClientsRequest .request-description {
  color: #4d4c4c;
  text-align: center;
}

#supsysticClientsRequest .request-description p {
  line-height: 25px;
}

.plugin-block {
  position: relative;
  height: 408px;
  text-align: center;
  padding: 45px 30px;
  border: 1px solid #d7dde6;
  margin-bottom: 28px;
}

.plugin-block:hover {
  box-shadow: 0 3px 6px rgba(47, 56, 71, 0.18);
  -moz-box-shadow: 0 3px 6px rgba(47, 56, 71, 0.18);
  -webkit-box-shadow: 0 3px 6px rgba(47, 56, 71, 0.18);
}

.plugin-block a {
  display: block;
  text-decoration: none;
}

.plugin-img {
  vertical-align: middle;
  margin: auto;
  width: 12em;
  height: auto;
}

.plugin-img img {
  display: inline-block;
  width: auto;
  height: 100px;
}

.block-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  color: #2f3847 !important;
  padding: 32px 0 18px;
}

.block-desc {
  font-family: Hind, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #2f3847 !important;
  padding-bottom: 36px;
}

.plugin-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  font-size: 18px !important;
  line-height: 16px;
  background-color: #8a97ac;
  border: none !important;
  border-radius: 19px !important;
  color: #fff !important;
  padding: 11px !important;
}

.plugin-block:hover .plugin-btn {
  background-color: #239eb4 !important;
  opacity: 1;
}

.choose-bundle {
  padding-bottom: 84px;
}

.choose-bundle .plugin-block {
  padding: 45px 30px;
}

.toeSingleProductShell {
  visibility: hidden;
}

.preview {
  padding: 46px 0 68px;
  background: rgb(105, 221, 233);
  background: radial-gradient(circle, rgba(105, 221, 233, 1) 0%, rgba(82, 186, 197, 1) 50%);
}

.preview .sec-title {
  color: #2f3847 !important;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 21px;
  text-transform: uppercase;
}

.preview .sec-title:after {
  display: none;
}

.preview__desc {
  font-family: Hind, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  color: #2f3847 !important;
}

.preview__desc h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.preview__btn-wrapper {
  text-align: center;
  margin-left: -20px;
}

.preview__btn-wrapper .toeVariationSelect {
  position: relative;
  max-width: 270px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
}

.preview__btn-wrapper .customDevelopment {
  display: block;
  max-width: 270px;
  margin: 0 auto;
  text-align: left;
}

.preview__btn-wrapper .h3 {
  position: relative;
  font-size: 22px;
  margin-bottom: 10px;
}

.preview__btn-wrapper .toeVariationSelect .iradio_minimal {
  background-position: -160px 0;
  margin-right: 10px;
}

.preview__btn-wrapper .toeVariationSelect .iradio_minimal.checked {
  background-position: -180px 0;
}

.preview__btn-wrapper .purchase-btn,
.preview__btn-wrapper span {
  font-family: Hind, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #d0fbff;
}

.preview__btn-wrapper span {
  padding-right: 7px;
}

.preview__btn-wrapper a {
  text-decoration: underline;
}

.btn.btn-white {
  display: block;
  max-width: 270px;
  background-color: #fff !important;
  font-family: Hind, Arial, sans-serif;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 20px;
  padding: 19px 0 !important;
  margin: 8px auto 10px auto;
  color: #4d4c4c !important;
  text-decoration: none;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: 0 3px 7px rgba(47, 56, 71, 0.35);
  -moz-box-shadow: 0 3px 7px rgba(47, 56, 71, 0.35);
  -webkit-box-shadow: 0 3px 7px rgba(47, 56, 71, 0.35);
}

.btn.btn-white:hover {
  background-color: #4b9eaa !important;
  color: #fff !important;
}

.btn.btn-white:active {
  background-color: #448693 !important;
  color: #fff !important;
}

.btn.purchase-btn:hover {
  color: #fff;
}

.example {
  background-color: #fff;
  padding-bottom: 32px;
}

.example .sec-title {
  font-size: 32px;
}

.example .more {
  padding: 2px 0 28px;
}

.example-block__wrapper {
  margin-bottom: 35px;
  color: #2f3847 !important;
}

.example-block {
  display: block;
  width: 299px;
  height: auto;
  min-height: auto;
  background-color: #a2abb8 !important;
  margin: auto;
}

.example-block__desc {
  font-family: Hind, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #2f3847 !important;
  margin: 22px 0 44px;
}

.exemple-last {
  margin-top: 45px;
  margin-bottom: 25px;
}

.features {
  background-color: #f4f5f6;
  padding-bottom: 32px;
}

.features .col-lg-4 {
  height: 175px;
}

.features-block__wrapper {
  display: block;
  margin-bottom: 50px;
  text-decoration: none;
}

.features-block__wrapper:hover {
  color: #239eb4 !important;
  text-decoration: none;
}

.features-block__wrapper:hover .features-block__icon {
  background-position: -90px 0;
}

.features-block__icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.features-block__wrapper:hover .features-block__icon {
  background-position: -90px 0;
}

.features-block__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px !important;
  font-weight: 400;
  padding: 20px 0;
  margin: 0;
  text-align: center;
}

.tutorial {
  background-color: #fff;
  padding-bottom: 90px;
}

.frame-video {
  position: relative;
  text-align: center;
}

.frame-video_link {
  position: relative;
  width: 100%;
  min-height: 260px;
  height: 538px;
}

.plugin-prop {
  background-color: #f4f5f6;
  padding-bottom: 90px;
}

.plugin-prop .sec-title {
  margin-bottom: 80px;
}

.plugin-prop .table {
  margin: 0;
}

.plugin-prop .table>tbody>tr>td {
  white-space: normal;
}

.plugin-prop tr {
  border: 1px solid #d4dae3;
  border-collapse: collapse;
  font-family: Hind, Arial, sans-serif;
}

.plugin-prop tr:first-child {
  border-top: none !important;
  border-bottom: none !important;
}

.plugin-prop tr th {
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding-top: 14px !important;
  padding-bottom: 12px !important;
  border-top: none !important;
  border-bottom: none !important;
}

.plugin-prop tr th:nth-child(2),
.plugin-prop tr th:nth-child(3) {
  text-align: center;
}

.plugin-prop tr th:nth-child(2),
.plugin-prop tr th:nth-child(3),
.plugin-prop tr th:nth-child(4),
.plugin-prop tr th:nth-child(5) {
  border-left: 0 !important;
}

.plugin-prop tr th:last-child {
  border-right: none;
}

.plugin-prop tr td {
  background-color: #fff !important;
}

.plugin-prop tr td:first-child {
  padding-left: 36px !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 52px;
  color: #4d4c4c !important;
}

.plugin-prop tr td:nth-child(2),
.plugin-prop tr td:nth-child(3) {
  width: 25%;
  border-left: 0;
}

.plugin-prop tr td:last-child {
  border-right: 1px solid #d4dae3;
}

.plugin-prop .table {
  width: 99.9%;
}

.plugin-prop .table>tbody>tr>td,
.plugin-prop .table>tfoot>tr>td,
.plugin-prop .table>tfoot>tr>th {
  padding: 1px;
}

.plugin-prop .plugin-prop__header {
  float: right;
  min-width: 25%;
  background-color: #52bac5;
  color: #fff;
  margin: 3px 0 3px 3px;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}

.plugin-prop .plugin-prop__header a {
  display: block;
  padding: 18px 0;
  color: #fff;
}

.plugin-prop tr.single-title td {
  font-size: 18px;
  border-bottom: 1px solid #d4dae3 !important;
}

.plugin-prop tr.prop-title td {
  background-color: #239eb4 !important;
  color: #c9f7fb !important;
  border-top: none;
  border-left: 1px solid #239eb4;
  border-right: 1px solid #239eb4;
  text-transform: uppercase;
}

.prop-title th {
  border-bottom: 1px solid #ddd !important;
  font-size: 21px;
}

.prop-title th:first-child {
  padding-left: 36px;
  color: #c9f7fb;
}

.table-circle__wrapper {
  vertical-align: middle !important;
  text-align: center;
}

.table-circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 0.7;
  background-color: #9faabd !important;
}

.table-btns__wrapper {
  background-color: #52bac5;
}

.btn-block__wrapper {
  float: right;
  min-width: 235px;
  width: auto;
  border-right: 1px solid #ddd;
  margin: 20px 0 26px 0;
}

.btn-block__wrapper:first-child {
  border-right: none;
}

.btn-block .price,
.btn-block .text {
  color: #fff;
  text-align: center;
}

.btn-block .text {
  min-height: 29px;
  font-family: Hind, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 10px;
  margin-top: -3px;
  opacity: 0.6;
}

.btn-block .price {
  padding-bottom: 12px;
  font-size: 46px;
  line-height: 40px;
  text-transform: uppercase;
}

.btn-block .price.free {
  font-size: 36px;
}

.btn.table__btn {
  max-width: 175px;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0 auto;
  padding: 12px 0 !important;
}

#examples-list {
  text-align: center;
  margin-bottom: 30px;
}

.example-btn {
  position: relative;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  color: #2f3847 !important;
  margin-right: 20px;
}

.btn.example-btn:active,
.btn.example-btn:focus,
.btn.example-btn:hover {
  text-decoration: none;
}

.example-btn.active:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #52bac5;
}

#example_block {
  padding-bottom: 28px;
}

#example_block .cfsFormShell,
#example_block .dpsBookStageShell {
  margin: 0 auto;
}

.faq {
  background-color: #fff;
}

.faq__item {
  padding: 0 39px 32px;
  background-color: #fff;
  font-family: Hind, Arial, sans-serif;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid #d4dae3;
  border-radius: 5px;
  margin-bottom: 17px;
}

.faq__quest {
  position: relative;
  font-size: 21px;
  padding-top: 41px;
  padding-right: 14px;
  cursor: pointer;
}

.faq__quest i {
  position: absolute;
  top: auto;
  right: 0;
  font-size: 22px;
  color: #4d4c4c !important;
  opacity: 0.6;
}

.faq__answer {
  display: none;
  font-size: 18px;
  padding-top: 20px;
}

.faq__answer a {
  display: inline-block;
}

.plugin-features-list,
.plugin-features-list a {
  text-align: center;
  color: #4d4c4c;
}

.plugin-features-list a:focus,
.plugin-features-list a:hover {
  color: #4ae8ea;
}

.plugin-features-list .plugin-features-element {
  display: block;
  height: 150px;
  margin: 25px;
  font-size: 18px;
  text-align: center;
}

.tablePicture figcaption {
  display: block;
  margin: 10px 0 15px 0;
  font-size: 18px;
  text-align: center;
}

.forums-list li {
  position: relative;
  margin-bottom: 20px;
  list-style: none;
}

.forums-list li:before {
  top: 0 !important;
}

#example_block.preloader {
  position: relative;
}

#example_block.preloader #preload_example_load {
  background-image: url(img/preload.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}

.images-border {
  padding-bottom: 20px;
}

.images-border img {
  display: block;
  width: auto;
  max-width: 100%;
  float: none;
  margin: 0 auto;
}

.ppTablePicture .images-border img {
  padding: 0;
}

.ppTablePicture .images-border img:hover {
  outline: #4ae8ea solid 2px;
  border-radius: 2px;
}

.sshTablePicture .images-border img:hover {
  outline: #4ae8ea solid 4px;
}

#supsystic-jssor-slider-12 .slide-html-buttons a,
#supsystic-jssor-slider-29 .slide-html-buttons a {
  font-size: 24px;
}

#supsystic-jssor-slider-12 .jssorb18 {
  left: 50% !important;
}

#publicationPopupExamplesContainer .publicationPopupExample {
  display: block;
  width: 25%;
  padding: 0 10px;
  float: left;
}

#publicationPopupExamplesContainer .publicationPopupExample .exampleTitle {
  display: block;
  text-align: center;
}

#publicationPopupExamplesContainer .publicationPopupExample .exampleImg {
  width: auto;
  height: 160px;
  margin-top: 0;
}

.extensions {
  padding-bottom: 90px;
  background-color: #f4f5f6;
}

.included.bundle .sec-title,
.more-bundles.bundle .sec-title {
  margin-top: 35px;
  margin-bottom: 97px;
}

.preview.bundle {
  padding: 65px 0;
}

.preview.bundle .sec-title {
  text-transform: capitalize;
}

.included.bundle {
  padding-top: 65px;
}

.preview.bundle .sec-title {
  font-size: 46px;
  padding-left: 0;
  text-transform: capitalize;
}

.bundle-block__content p,
.preview.bundle .preview__desc p {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}

.preview.bundle .preiew-bundle-prices {
  background-color: #fff;
  padding: 20px 40px;
}

.preview.bundle .preiew-bundle-prices .variations {
  margin: 10px 0;
}

.preview.bundle .preiew-bundle-prices label {
  font-weight: 400;
}

.preview.bundle .preiew-bundle-prices .iradio_minimal.checked+label {
  font-weight: 700;
}

.preview.bundle .toeVariationSelect label {
  font-weight: 400;
}

.bundle-block {
  min-height: 100px;
}

.bundle-block hr {
  border-width: 1px;
}

.bundle-block__content hr:last-of-type {
  display: none;
}

.bundle-block__header {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 65px;
}

.prices-full.bundle .price-block .type {
  padding-top: 25px;
}

.prices-full.bundle .price-block .price {
  padding-bottom: 35px;
}

.prices-full.bundle .prices-full__content {
  padding-top: 45px;
  padding-bottom: 45px;
}

.more-bundles.bundle {
  padding-top: 65px;
  padding-bottom: 65px;
}

.more-bundles.bundle .catitem {
  left: 16.66667%;
}

.bundle-block__product {
  height: 180px;
  padding: 30px 10px;
}

.bundle-block__product:hover {
  border: 1px solid #d7dde6;
  box-shadow: 0 3px 6px 0 rgba(47, 56, 71, 0.18);
  -moz-box-shadow: 0 3px 6px 0 rgba(47, 56, 71, 0.18);
  -webkit-box-shadow: 0 3px 6px 0 rgba(47, 56, 71, 0.18);
}

.bundle-block__product a {
  display: block;
}

.bundle-block__product img {
  width: auto;
  height: 75px;
}

.bundle-block__product-title {
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  padding: 10px 0;
}

.included__bundles-msg {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.faq.bundle {
  padding: 0 0 30px 0;
}

.faq.bundle .faq__item {
  padding: 0;
  margin-top: 17px;
  border: none;
}

.faq.bundle .faq__item:first-of-type {
  margin-top: 7px;
}

.faq.bundle .faq__item:last-of-type {
  margin-bottom: 0;
}

.faq.bundle .faq__quest {
  padding-top: 0;
  font-size: 18px;
  line-height: 18px;
}

.faq.bundle .bgc {
  background-color: #fff !important;
}

.faq.bundle .bgc .faq__quest {
  font-weight: 700;
}

.examples-page .sec-title {
  margin-top: 68px;
  margin-bottom: 74px;
}

.examples-page .sec-title:after {
  width: 11%;
  bottom: -34px;
}

.examples-page .page-content {
  margin-bottom: 90px;
}

.examples-page .example-desc {
  margin-bottom: 65px;
  font-size: 18px;
  font-family: Hind, Arial, sans-serif;
  text-align: center;
}

.examples-list {
  margin-top: 55px;
}

.single.page .examples-list {
  margin: 55px 0 0 auto;
}

.examples-list .selecter-selected {
  padding: 7px 15px;
  border: 1px solid #d4dae3;
  color: #d4dae3;
}

.examples-list .selecter {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.examples-list .selecter-selected:after {
  top: 27px;
}

.all-plugins-item .dp-thumb {
  float: left;
}

.all-plugins-item .dp-title a {
  font-size: 35px;
  line-height: 40px;
  text-decoration: none;
  color: inherit;
}

.all-plugins-item .dp-subtitle {
  font-size: 18px;
  line-height: 25px;
  margin: 20px 0;
}

.all-plugins-item .dp-buttons {
  margin: 40px 0;
}

.all-plugins-item:last-of-type hr {
  visibility: hidden;
  margin-bottom: 0;
}

.contacts .contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  padding: 5px 20px !important;
}

.contact-form textarea {
  height: 200px;
  padding: 20px !important;
}

.contact-form .cfsListSelect {
  padding: 0 !important;
}

.contact-form .cfsListSelectLabel {
  display: none;
}

.contact-form .selecter {
  margin: 0;
}

.contact-form .selecter-selected {
  padding: 0 20px 5px;
  margin: 0;
  height: 45px;
}

.contact-form input[type="submit"] {
  width: 33% !important;
  text-transform: none !important;
  padding: 13px 0 !important;
}

.contact-form ::-webkit-input-placeholder {
  color: rgba(77, 76, 76, 1);
  font-style: normal;
}

.contact-form :-moz-placeholder {
  color: rgba(77, 76, 76, 1);
  font-style: normal;
}

.contact-form ::-moz-placeholder {
  color: rgba(77, 76, 76, 1);
  opacity: 1;
  font-style: normal;
}

.contact-form :-ms-input-placeholder {
  color: rgba(77, 76, 76, 1);
  font-style: normal;
}

.contacts label {
  line-height: 40px;
  font-size: 18px;
}

.pacontacts .widget p {
  font-size: 16px;
}

.contacts .widget .widget-title {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 34px;
  color: #4d4c4c;
}

.contacts .widget .widget-subtitle {
  margin: 25px 0 15px;
}

.contacts .widget .widget-subtitle {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
}

.discount-full {
  font-family: Hind, Arial, sans-serif;
  padding-top: 100px;
  padding-bottom: 125px;
}

.discount-full fieldset {
  border: 10px solid #d8f0f2;
  padding-top: 20px;
  padding-left: 30%;
  padding-right: 160px;
  padding-bottom: 60px;
  margin: 0;
}

.discount-full legend {
  font-size: 46px;
  line-height: 50px;
  border-bottom: none;
  padding: 0 60px;
  margin: 0;
}

.discount-full__content {
  width: 110%;
  margin-left: 10%;
}

.discount-full__content,
.discount-full__content p {
  font-size: 24px;
  line-height: 44px;
}

.discount-full__img {
  position: absolute;
  top: 0;
  left: -130px;
  max-height: 480px;
  z-index: 10;
}

.discount-full__btn {
  width: 285px;
  margin-top: 30px;
}

.product-sidebar .btn {
  font-size: 16px !important;
  padding: 12px 0 !important;
  margin-bottom: 15px;
}

.product-sidebar .btn-black,
.right_menu .btn-black {
  margin-bottom: 15px;
}

.prices-full {
  background-color: #52bac5;
}

.prices-full__title {
  color: #2f3847;
  font-family: Hind, Arial, sans-serif;
  font-size: 46px;
  line-height: 50px;
  text-align: center;
  padding-top: 65px;
}

.price-block__wrapper {
  margin: 0;
}

.price-block .price,
.price-block .text,
.price-block .type {
  color: #fff;
  text-align: center;
}

.price-block .type {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  padding-top: 65px;
  padding-bottom: 43px;
}

.price-block .price {
  font-size: 70px;
  line-height: 67px;
  text-transform: uppercase;
  padding-bottom: 65px;
}

.price-block .text {
  font-family: Hind, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  opacity: 0.6;
  padding-bottom: 77px;
}

.price-block .btn.btn-white {
  max-width: 160px;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0 auto;
  padding: 6px 0 !important;
  margin-bottom: 25px;
}

.plugins-list .sec-title {
  margin-top: 85px;
  margin-bottom: 97px;
}

.plugins-list .sec-title:after {
  bottom: -32px;
}

.doc-main-article .doc-search {
  margin-bottom: 65px;
}

.doc-main-article .sec-title:after {
  width: 10%;
}

.doc-main-article #forumPostsContainer .toeForumPosts .content-title h3 {
  font-size: 24px;
}

.doc-main-article #forumPostsContainer .toeForumPosts .forums-list li a:hover {
  color: #4d4c4c;
}

.doc-main-article #forumPostsContainer .doc-category-list a:before {
  content: "\f0e5";
}

.doc-main-article .doc-category-col {
  margin-bottom: 25px;
}

.doc-main-article.doc-single-article .doc-category-col {
  min-height: auto;
  height: auto;
  max-height: none;
}

.doc-main-article .doc-category-col .title {
  margin-top: 0;
  color: #52bac5;
}

.doc-main-article .doc-category-list {
  padding-left: 0;
}

.doc-main-article .doc-category-list li {
  list-style: none;
  margin-bottom: 0;
}

.doc-main-article .doc-category-list li:before {
  content: "";
}

.doc-main-article .doc-category-list a {
  display: block;
  position: relative;
  color: #4d4c4c;
  font-size: 14px;
  line-height: 35px;
  padding-left: 20px;
}

.doc-main-article .doc-category-list a:before {
  position: absolute;
  left: 0;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: bold;
  text-decoration: inherit;
}

.doc-main-article .doc-category-list a.doc-term-item:before {
  content: "\f115";
}

.doc-main-article .doc-category-list a.view-all {
  color: #a9aaab;
  padding-left: 0;
}

.doc-main-article .doc-category-list a.view-all:before {
  content: "";
}

.doc-article-menu ul.menu>li>a:active,
.doc-article-menu ul.menu>li>a:focus,
.doc-article-menu ul.menu>li>a:hover,
.doc-main-article .doc-category-list a.view-all:active,
.doc-main-article .doc-category-list a.view-all:focus,
.doc-main-article .doc-category-list a.view-all:hover {
  color: #52bac5;
}

.doc-article-menu ul li:before {
  line-height: 30px;
}

.doc-article-menu ul li a {
  font-size: 14px;
  line-height: 30px;
}

.doc-article-menu ul.menu li {
  padding-left: 15px;
}

.doc-article-menu ul.menu>.cat-item>a {
  color: #52bac5;
}

.doc-article-menu ul.menu ul.children li {
  padding-left: 10px;
}

.doc-article-menu.right_menu_slider ul.menu-categories,
.doc-article-menu.right_menu_slider ul.menu-related {
  padding-bottom: 0;
}

.searchbox.doc-search {
  position: relative;
  width: 100%;
}

.searchbox.doc-search input[type="text"] {
  border: 2px solid #3d3d3d;
  width: 100%;
  height: 45px;
  text-indent: 20px;
}

.searchbox.doc-search input[type="text"]::-webkit-input-placeholder {
  color: #3d3d3d;
}

.searchbox.doc-search input[type="text"]:focus {
  border: 1px solid #666;
}

.searchbox.doc-search input[type="submit"] {
  background-color: #4ae8ea;
  border: 1px solid #666;
  color: #fff;
  font-size: 11px;
  padding: 4px 5px;
  -webkit-box-shadow: #333 0 0 1px;
  -moz-box-shadow: #333 0 0 1px;
  box-shadow: #333 0 0 1px;
}

.searchbox.doc-search input[type="submit"]:hover {
  cursor: pointer;
}

.searchbox.doc-search .fa-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background-color: #3d3d3d;
  color: #fff;
  font-size: 25px;
  text-align: center;
  padding: 10px 0;
}

#toeDocsShell .doc-article-menu .searchbox.doc-search input[type="text"] {
  margin-top: 73px;
}

#toeDocsShell .doc-article-menu .searchbox.doc-search .fa-search {
  top: 73px;
}

#docSearchTxt.ui-autocomplete-loading {
  background: url(img/ui-anim_basic_16x16.gif) 97% center no-repeat #fff;
}

.feature .sec-title {
  font-size: 30px;
  line-height: 25px;
  margin-top: 70px;
  margin-bottom: 80px;
}

.feature .sec-title:after {
  width: 11%;
  bottom: -30px;
}

.feature .page-content {
  margin-bottom: 100px;
}

.feature__custom-menu ul {
  margin-top: 70px;
  margin-bottom: 40px !important;
  padding-left: 0 !important;
}

.feature__custom-menu li {
  list-style-type: none !important;
}

.feature__custom-menu a {
  display: block;
  color: #4c4d50;
  font-size: 16px;
  line-height: 50px;
  border-left: 1px solid #b3b5bb;
  padding-left: 15px;
  opacity: 0.5;
}

.feature__custom-menu a.current {
  color: #52bac5;
  border-color: #52bac5 !important;
  opacity: 1;
}

.archive.blog.main .container {
  padding-left: 30px;
  padding-right: 30px;
}

.archive.blog {
  padding-top: 65px;
}

.blog_meta,
.blog_thumbnail {
  margin-bottom: 10px;
  color: grey;
}

.blog_thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}

.blog_meta {
  color: grey;
}

.content-title {
  display: inline-block;
}

.content-title h3 {
  font-size: 35px;
  font-weight: 300;
  margin-top: 40px;
}

.blog_title a {
  display: block;
  margin-top: 50px;
  margin-bottom: 25px;
  text-transform: none;
}

.blog_content_footer {
  font-size: 16px;
  font-style: normal;
}

.blog_content_footer hr {
  border-color: #ccc;
  margin-bottom: 0;
}

.blog_content_footer+.supsystic-social-sharing a.social-sharing-button {
  font-size: 0.7em;
}

.blog-nav ul {
  padding: 0 !important;
}

.blog-nav li {
  position: relative;
  font-size: 14px;
  line-height: 28px !important;
  padding-left: 20px;
  padding-bottom: 10px;
  list-style: none;
}

.blog .page-content>.supsystic-social-sharing {
  font-size: 0.9em !important;
}

.blog-menu.right_menu_slider {
  padding-top: 60px;
}

.blog-menu.right_menu_slider .sec-title:first-child {
  margin-top: 25px;
}

.navigation .nav-previous {
  float: left;
}

.navigation .nav-next {
  float: right;
}

.navigation a {
  color: #bc360a;
}

.navigation a:hover {
  color: #ea9629;
  text-decoration: none;
}

.paging-navigation {
  padding-top: 40px;
  padding-bottom: 20px;
}

.paging-navigation .nav-links {
  margin: 0 auto;
}

.paging-navigation .nav-next {
  padding: 13px 0;
}

.paging-navigation a {
  font-size: 22px;
}

.paging-navigation .meta-nav {
  background-color: #52bac5;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  padding: 10px 0 15px 0;
  text-align: center;
  width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
  margin-right: 10px;
  padding: 20px 0 23px;
  width: 70px;
}

.paging-navigation .nav-next .meta-nav {
  margin-left: 10px;
}

#comments .comment-list .comment-body,
#comments .comment-list .comment-body .comment-text {
  margin: 10px 0;
}

#comments .comment-form-comment input[type="text"],
#comments .comment-form-email input[type="text"],
#comments .comment-form-url input[type="text"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  -moz-box-shadow: ease-in-out 0.15s;
  -webkit-box-shadow: ease-in-out 0.15s;
}

#comments .comment-form-comment label,
#comments .comment-form-email label,
#comments .comment-form-url label {
  display: block;
}

#comments #commentform .form-control,
.contact-form .selecter-selected,
.contact-form input:not([type="submit"]),
.contact-form textarea {
  background-color: #fafafa !important;
  border: 1px solid #b1b1b1;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  color: #4d4c4c !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

#comments #commentform input[type="email"],
#comments #commentform input[type="text"],
.contact-form .selecter,
.contact-form input[type="email"],
.contact-form input[type="text"] {
  height: 45px;
  line-height: 45px;
}

#comments #commentform input[type="email"]:focus,
#comments #commentform input[type="text"]:focus {
  border-top: 1px solid #4ae8ea !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0 transparent !important;
  -moz-box-shadow: 0 0 0 0 transparent !important;
  -webkit-box-shadow: 0 0 0 0 transparent !important;
}

.blog_content_footer ul {
  padding: 20px 0 20px 40px;
}

section.main {
  padding-bottom: 70px;
}

.single.post .right_menu_slider {
  width: 30%;
  float: left;
}

.single.post .slide {
  width: 100%;
  float: left;
  padding-top: 20px;
}

.page-title #title {
  margin-top: 70px;
  margin-bottom: 30px;
}

.page-content {
  font-family: Hind, Arial, sans-serif;
}

.end-content {
  width: 100%;
  float: left;
}

.page-seo {
  background-color: #f4f5f6;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Hind, Arial, sans-serif;
  font-size: 18px;
}

.page-seo p {
  margin-top: 0;
  margin-bottom: 20px;
}

#toeNextStep,
.clear_cart_button_wrapper,
.total-block {
  float: right;
  width: 35%;
  padding-right: 12%;
  text-align: center;
}

.total-block {
  font-family: Hind, Arial, sans-serif;
  margin-top: 2px;
}

.total_coast,
.total_table_label {
  font-weight: 600;
  line-height: 66px;
  font-weight: 600;
}

.total_table_label {
  font-size: 24px;
  padding-right: 5px;
}

.total_coast {
  font-size: 30px;
}

#toeSwitchLicenseTypeMsg img {
  margin-top: -15px;
}

.btn.total__btn {
  display: block;
  background-color: #03ab25;
  padding: 15px 30px 15px 30px !important;
  font-family: Hind, Arial, sans-serif;
  font-size: 18px !important;
  color: #fff;
  border-width: 0 !important;
  border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  text-decoration: none;
  margin: 12px auto 10px auto;
  text-transform: uppercase;
}

.btn.total__btn:hover {
  background-color: #35b51f !important;
  text-decoration: none;
}

.toe_gifts {
  text-align: center;
}

#toeCoupon {
  margin-bottom: 0;
}

.line-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.checkout-info {
  margin: 0 auto;
  text-align: center;
  opacity: 0.7;
  color: #464d5a;
  font-family: Hind, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 94px;
  margin-bottom: 20px;
}

.checkout-cards {
  text-align: center;
}

.checkout-cards img {
  margin: 0 15px;
}

.label {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: -72px;
  border-radius: 0;
  margin: 0;
  z-index: 100;
}

.input-wrapper {
  width: 50%;
  padding-top: 12px;
}

.input-wrapper .input-sm {
  margin-bottom: 0;
}

label.checkout-payment-type-label {
  display: inline;
  font-size: 24px;
  cursor: pointer;
  font-weight: inherit;
}

.toeCheckoutNavigationItemText {
  font-size: 18px !important;
  color: #e8eded;
}

.toeCheckoutNavigationItemText {
  font-weight: 400 !important;
  font-style: normal !important;
}

.toeCheckoutNavigationCurrent .toeCheckoutNavigationItemText,
.toeCheckoutNavigationPassed .toeCheckoutNavigationItemText {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #4d4c4c;
}

.toeCheckoutNavigationCurrent .toeCheckoutNavigationBorder {
  background: #4d4c4c !important;
}

.toeCheckoutNavigationItem {
  text-align: center;
  color: #f5f8f8;
  font-size: 18px;
  padding: 0 !important;
  margin: 0 !important;
}

.toeCheckoutNavigationBorder,
.toeCheckoutNavigationCurrent,
.toeCheckoutNavigationPassed {
  color: #4d4c4c !important;
}

.toeCheckoutNavigationItem:first-child {
  text-align: left;
}

.toeCheckoutNavigationItem:last-child {
  text-align: right;
}

.toeCheckoutNavigationItemPoint.success {
  right: -17px !important;
}

.toeCheckoutNavigationItemPoint {
  width: 7px;
  height: 14px;
  display: none;
  position: absolute;
  right: 13px;
  bottom: -5px;
  z-index: 10;
  background: url(img/pattern.png) -121px 0 no-repeat !important;
}

.toeCheckoutNavigationBorder {
  height: 4px;
  background: #ededf1;
  margin-top: 5px !important;
}

.toeCheckoutNavigationCurrent .toeCheckoutNavigationBorder,
.toeCheckoutNavigationPassed .toeCheckoutNavigationBorder {
  background: #4d4c4c;
}

.toeCheckoutNavigationCurrent .toeCheckoutNavigationItemPoint {
  display: block;
}

.toeErrorForField {
  color: #fa4e7f;
}

.toeInputError {
  border-top: 1px solid #fa4e7f !important;
  margin-bottom: 0 !important;
}

#toe_orders_all table td,
#toe_orders_all table th {
  text-align: center !important;
}

.table_order_details table thead td {
  font-size: 18px !important;
  font-family: Montserrat-Bold, Arial, sans-serif;
  font-weight: 700;
}

.table_order_details table.options_list {
  margin-bottom: 1px;
}

.table_order_details table.options_list tr {
  border-top: 1px solid #dadfe7;
  border-bottom: none !important;
}

.table_order_details table.options_list td,
.table_order_details table.options_list th {
  border: none !important;
}

.table_order_details table.options_list.toeLicenseKeyUsedForCsp {
  margin-bottom: 0;
}

.table_order_details table.options_list.toeLicenseKeyUsedForCsp tr {
  border-top: none !important;
}

table.shopping_cart th {
  font-family: Hind, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  background-color: #52bac5;
  color: #fff;
  border-top: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  text-transform: uppercase;
}

table.shopping_cart td,
table.shopping_cart>thead:first-child>th:first-child {
  border: 1px solid #ddd !important;
}

table.shopping_cart tbody .sc_id {
  color: #a4aaac;
}

table.shopping_cart .sc_name {
  padding-left: 36px !important;
}

table.shopping_cart tbody .sc_name a,
table.shopping_cart tbody .sc_qty {
  color: #4d4c4c;
  font-family: Hind, Arial, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

table.shopping_cart tbody .sc_name a:hover {
  color: #4ae8ea;
}

table.shopping_cart tbody .sc_price {
  font-family: Hind, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.sc_price.variation-selected {
  background-color: #d0fbfe;
}

table.shopping_cart tbody .sc_action {
  font-size: 14px;
  text-align: center;
}

table.shopping_cart .remove_from_cart {
  display: inline-block;
  background: url(img/not.png) center center no-repeat;
  width: 60px;
  height: 14px;
}

.shopping_cart_price {
  white-space: nowrap;
  text-align: center;
}

.shopping_cart_price .iradio_minimal {
  background-position: -160px 0;
}

.shopping_cart_price .iradio_minimal.checked {
  background-position: -180px 0;
}

.warranty-cert {
  margin-bottom: 25px;
}

.warranty-cert img {
  margin: 0 10px;
}

.card-empty {
  display: inline-block;
  background: url(img/not.png) center center no-repeat;
  width: 60px;
  height: 14px;
}

.toe_checkout_part_paymentModules label {
  display: block !important;
  font-weight: 400;
}

.toe_checkout_part_paymentModules label .iradio_minimal {
  margin-right: 5px;
}

#toe_orders_all .info-about-order:hover td,
#toe_orders_all .info-about-order:hover td.sc_price {
  background: #4ae8ea;
  color: #fff !important;
}

#toe_orders_all .info-about-order:hover .expander a {
  background-position: -142px -76px;
}

.info-about-order {
  position: relative;
  margin-bottom: 0 !important;
}

#toeOrdersContainer h3,
.themes-nav .title {
  font-weight: 300;
}

#toeOrdersContainer h3 {
  font-size: 36px;
  font-style: normal;
  margin: -10px 0 30px;
}

#toeOrdersContainer #toe_orders_all {
  margin-top: 0;
}

#toeOrdersContainer .toeOrderListCell {
  padding-left: 5px !important;
}

.reg-form {
  padding: 2px 0 75px;
}

.reg-form .table {
  width: 99.999%;
}

.reg-title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 34px;
}

.toe_checkout_part_registrationForm {
  width: 40%;
  padding-top: 3px;
  margin-bottom: 78px;
}

.reg-formcard-wrapper {
  margin-bottom: 3px;
}

.shadow,
.shadow2,
.shadow2 .shadow-bg {
  height: 100%;
  position: fixed;
  width: 100%;
}

.shadow,
.shadow2 {
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  z-index: 1100;
  display: none;
}

.shadow2 .shadow-bg {
  z-index: 1000;
}

.shadow2 .modal {
  display: none;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.shadow2 .title span.form-name {
  display: inline-block;
  font-size: 55px;
  line-height: 65px;
}

.shadow2 .full-login #pass-restore,
.shadow2 .full-login #reg-form,
.shadow2 .full-search {
  display: none;
}

.shadow2 .full-search .input-wrapper {
  background-image: url(img/border.png), url(img/border.png);
  background-position: bottom left, bottom right;
  background-repeat: no-repeat, no-repeat;
  border-bottom: 1px solid #4d4c4c;
}

.shadow2 .full-search .input-wrapper .search-modal {
  width: 100%;
  border: none;
  margin: 30px 0 10px;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  padding: 0 115px 0 15px;
  background: 0 0;
}

.shadow2 .full-search .input-wrapper input[type="submit"] {
  background: #252728;
  padding: 10px 35px;
  color: #fff;
  border: none;
  margin-top: -54px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.shadow2 .full-login {
  width: 50% !important;
  border: 2px solid #eaeeee;
  background: #fff;
  position: absolute;
  padding: 20px 20px 20px 40px;
  z-index: 10000 !important;
}

.shadow2 .full-login.login-form {
  height: 380px;
}

.shadow2 .full-login.reg-form {
  height: 460px;
}

.full-login.reg-form .form-group:first-child {
  margin-top: 15px;
}

.full-login .form-group {
  margin-left: 0;
  margin-right: 0;
}

.control-label.user-form-control {
  height: 34px;
  padding-top: 9px;
  text-align: left;
}

.control-label.user-form-control,
.form-control.user-form-control,
.full-login #toeLoginMsg,
.full-login a,
.full-login p {
  font-family: Hind, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.toeSubmitBtnBox .control-label.user-form-control {
  height: 43px;
  padding-top: 14px;
}

.toePasswordForgotLinkBox .control-label.user-form-control {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.full-login .icheckbox_minimal {
  margin-right: 5px;
}

.user-profile-edit h3 {
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 30px;
}

.user-profile-edit.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

.user-profile-edit .control-label {
  padding-top: 0;
  text-align: left !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.acc_summary,
.pro-table td {
  text-align: center;
}

.acc_summary span {
  display: inline-block;
  font-size: 60px;
}

.acc_summary a {
  font-size: 18px;
  color: #4d4c4c;
}

.acc_summary a:hover {
  color: #4ae8ea;
  text-decoration: none;
}

.user-profile-edit #toeResetPasswordLink,
.user-profile-edit .tcf_submit {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.user-profile-edit #toeResetPasswordLink {
  border-color: #4d4c4c !important;
}

.user-profile-edit .form-control {
  padding: 0 12px !important;
}

.user-sidebar .widget {
  padding-left: 30px;
}

.user-sidebar .title {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 16px;
}

.user-sidebar .user-profile-menu {
  padding-left: 0;
  list-style: none;
}

.user-sidebar .user-profile-menu li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  list-style-type: none;
}

.user-sidebar .user-profile-menu li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  left: 1px;
  top: 11px;
  background: url(img/pattern.png) -17px 0 no-repeat;
}

.user-sidebar .user-profile-menu li.active:before {
  width: 5px;
  height: 5px;
  top: 10px;
  background: url(img/pattern.png) -16px -4px no-repeat;
}

.user-sidebar .user-profile-menu li.active a {
  font-family: Montserrat-Bold, Arial, sans-serif !important;
  font-weight: 400 !important;
  color: #4d4c4c !important;
}

.user-sidebar .user-profile-menu li a {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #4d4c4c;
}

#toeOrdersContainer .table-responsive {
  margin-bottom: 0;
}

#toeOrdersContainer .toeOrderListTableContainer {
  padding-top: 0;
}

#toeOrdersContainer .options_list .toe_admin_row_header th,
#toeOrdersContainer .toe_admin_row_header td {
  border-left: none !important;
  border-right: none !important;
}

#toeOrdersContainer #options_list.options_list {
  border: none !important;
  margin-bottom: 0;
}

#toeOrdersContainer .toe_admin_row td,
#toeOrdersContainer .toe_admin_row_header td {
  white-space: normal;
  border-left: none !important;
  border-right: none !important;
}

@media only screen and (max-width: 991px) {
  .shadow2 .modal.is-Responsive {
    width: 80% !important;
    min-width: 200px;
  }

  .shadow2 .full-login.login-form {
    height: 480px;
  }

  .shadow2 .title span.form-name {
    font-size: 30px;
  }

  .shadow2 .close-btn span {
    display: none;
  }

  .user-profile-edit .tcf_submit {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .shadow2 .full-login p {
    margin-bottom: 0;
  }

  .shadow2 .full-login p .explanation {
    display: none;
  }
}

.right_menu_slider .sec-title {
  font-size: 28px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.right_menu_slider .contact-block:first-of-type .sec-title {
  margin-top: 0;
}

.right_menu_slider .sec-title:after {
  width: 20%;
  bottom: -15px;
}

.right_menu_slider #menu {
  list-style: none;
  padding-bottom: 10px;
  color: #4d4c4c;
  font-size: 14px;
}

.right_menu_slider ul li a {
  display: block;
  color: #4d4c4c;
  text-decoration: none;
  text-align: left;
  text-shadow: #fff 0 1px 1px;
}

.right_menu_slider ul li a:hover {
  color: #52bac5;
}

.right_menu_slider ul ul li a {
  color: #4d4c4c;
}

.right_menu_slider .contact-nav h2 {
  margin-top: 0;
}

.right_menu_slider .menu ul ul li::before {
  top: 8px;
}

.right_menu_slider ul ul li {
  line-height: 30px;
}

.right_menu_slider ul ul li a {
  font-size: 12px;
  line-height: 30px;
  padding: 0 5px;
  text-align: left;
}

.right_menu_slider a {
  text-decoration: none;
}

.right_menu_slider .slider-text {
  font-size: 14px;
  text-align: center;
  line-height: 27px;
}

.right_menu_slider ul {
  padding-left: 40px;
  padding-bottom: 40px;
}

.right_menu_slider ul.children {
  padding-bottom: 0;
}

.forums-list ul {
  margin: 0;
  padding: 0 !important;
}

#comments ol.comment-list,
.forums-list ul {
  padding-left: 0;
  padding-top: 20px;
}

#single_product .product_main {
  width: 100%;
}

#comments .comment-form-comment label,
#comments .comment-form-email label,
#comments .comment-form-url label,
#single_product #product_description {
  font-size: 14px;
  line-height: 27px;
  padding-top: 0;
}

#single_product .list li {
  list-style: none !important;
  padding-left: 20px;
  position: relative;
}

#single_product .list li:before {
  height: 3px;
  width: 3px;
  position: absolute;
  top: 11px;
  left: -5px;
  content: "";
  background: url(img/pattern.png) -17px 0 no-repeat;
}

#single_product .product-sidebar .iradio_minimal {
  margin: -3px 5px 0 0;
}

#single_product .product-sidebar label,
.blog_meta span {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  margin-bottom: 0;
}

#single_product .product-sidebar .downloads {
  margin-top: 50px;
}

#single_product .product-sidebar .widget {
  margin-top: 30px;
}

#single_product .product-sidebar .widget .widget-title {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #4d4c4c;
  margin-bottom: 10px;
}

#single_product .page-nav ul {
  padding-left: 0;
}

#single_product .page-nav li,
.blog_content_footer li,
.page-nav li,
.right_menu_slider .contact-nav li,
.right_menu_slider ul li {
  position: relative;
  padding-left: 20px;
  list-style-type: none !important;
}

#single_product .page-nav li:before,
.blog-nav li:before,
.blog_content_footer li:before,
.icon-li:before,
.page-nav li:before,
.right_menu_slider li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-decoration: inherit;
}

.single-post .page-nav.post-examples-nav ul {
  padding-left: 0;
}

@media only screen and (max-width: 1199px) {
  .navbar-right .form-search {
    height: 38px;
  }

  .header .searchbox {
    position: static;
  }

  .header .searchform {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 0 0 10px;
  }

  .header .searchform input[type="text"] {
    left: 5px;
  }

  .header .searchform span.fa {
    top: 5px;
  }

  #primary_main_menu .caret {
    display: none;
  }

  #primary_main_menu,
  .navbar-nav,
  .navbar-right {
    width: 100%;
  }

  #main-menu>li>a,
  #primary_main_menu>li>a,
  .navbar-right .login-form .header-login {
    padding: 15px;
  }

  #primary_main_menu>li>a {
    padding-top: 30px;
  }

  #primary_main_menu {
    float: none !important;
  }

  #primary_main_menu .second-column {
    left: 0 !important;
    height: auto !important;
  }

  #primary_main_menu ul ul li,
  .sub-menu li {
    width: 100% !important;
  }

  .navbar-right {
    margin-right: 0;
    float: left !important;
  }

  .navbar-right .form-search,
  .navbar-right .login-form {
    display: inline-block;
    padding: 0;
  }

  .navbar-right .login-form .header-login {
    border-right: none !important;
    margin-bottom: 0;
  }

  .navbar-right li.login-form:hover {
    background-color: inherit;
  }

  .navbar-right ul {
    display: block !important;
  }

  .navbar-right ul .dropdown {
    margin-right: 0 !important;
  }

  .navbar-right li {
    display: block;
    background-color: inherit;
    padding: 0;
  }

  .navbar-right li a {
    text-align: center;
  }

  .navbar-right li .dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    z-index: 0;
  }

  .navbar-nav .login-form .sub-menu li a,
  .navbar-right .login-form .header-login {
    text-align: left;
  }

  .navbar-nav {
    float: none;
    margin: 0;
  }

  .navbar-nav>li {
    float: none !important;
  }

  .navbar-nav#main-menu>li:nth-child(1) .sub-menu {
    width: auto;
  }

  .navbar-collapse.in {
    overflow: visible;
  }

  .nav>li {
    width: 100%;
    margin-right: 0 !important;
  }

  .nav>li>a {
    width: 100%;
  }

  .navbar-nav>li>.dropdown-menu.double-menu {
    display: none !important;
    position: relative;
    width: calc(50%);
  }

  .navbar-nav>li>.dropdown-menu {
    width: 100%;
  }

  .navbar-nav .menu-item-has-children .sub-menu {
    display: block;
    position: relative;
  }

  .dropdown li a:focus,
  .dropdown li a:hover,
  .dropdown:hover,
  .nav>li>a:focus,
  .nav>li>a:hover,
  .sub-menu>li,
  li.login-form:hover {
    background-color: transparent;
  }

  .exemple-last {
    margin-top: auto;
    margin-bottom: auto;
  }

  .example-block__desc {
    margin: 25px 0 35px;
  }

  .inner-container {
    max-width: 100%;
  }

  .discount-full fieldset {
    padding-left: 27%;
    padding-right: 80px;
  }

  .discount-full legend {
    padding: 0 40px;
  }

  .discount-full__content {
    width: 99%;
    margin-left: 7%;
  }

  .discount-full__content,
  .discount-full__content p {
    font-size: 22px;
  }

  .discount-full__img {
    left: -180px;
  }

  .dicount-title {
    text-align: center;
  }

  .revert-btn {
    margin: 18px 0;
  }
}

@media only screen and (max-width: 991px) {
  .feedback__text .feedback__excerpt {
    font-size: 40px;
    line-height: 50px;
  }

  .feedback__text .quote-left,
  .feedback__text .quote-right {
    font-size: 35px;
  }

  .author__img {
    width: 250px;
    height: 250px;
  }

  .author__link,
  .author__name {
    font-size: 30px;
    line-height: 30px;
  }

  .breadcrumbs-main-wrapper .breadcrumbs-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .breadcrumbs-main-wrapper .btn.btn-white {
    margin-top: 0;
  }

  .breadcrumbs-main-wrapper #toeProductActionButtons {
    padding-bottom: 20px;
  }

  #text-3 {
    width: 100%;
    text-align: center;
  }

  .top-part .search {
    width: 50%;
  }

  .top-part .search #s {
    width: 100%;
  }

  .top-part .toeCartWidgetShell {
    width: 50%;
  }

  .sidebar {
    position: relative !important;
    margin-bottom: 40px;
    width: 100% !important;
    left: 0 !important;
  }

  .acc_summary,
  .fp-item {
    margin-bottom: 20px;
  }

  .full-plugins {
    height: 100%;
  }

  .full-plugins>.container {
    overflow-y: scroll !important;
    height: 100%;
  }

  #toe_checkout_content input[type="submit"] {
    margin: 47px 0 20px;
  }

  #toe_checkout_content {
    margin-top: 20px;
  }

  .checkout-cards img {
    margin: 0 15px;
  }

  .warranty-cert {
    margin-top: 15px;
  }

  .page-title #title {
    margin-top: 40px;
  }

  .examples-list {
    margin-top: 40px;
  }

  .feedback__wrapper {
    width: 81%;
  }

  .included.bundle .sec-title {
    margin-top: 15px;
    margin-bottom: 57px;
  }

  .right_menu_slider {
    width: 50% !important;
  }

  .left_content {
    width: 50% !important;
  }

  .right_menu_slider ul {
    padding-left: 20px;
  }

  .discount {
    text-align: center;
    overflow-x: hidden;
  }

  .discount-full fieldset {
    padding-left: 80px;
    padding-right: 80px;
  }

  .discount-full legend {
    padding: 0 20px;
  }

  .discount-full__content {
    width: 70%;
    margin-left: 40%;
  }

  .discount-full__content,
  .discount-full__content p {
    font-size: 22px;
  }

  .discount-full__img {
    top: 90px;
    left: -210px;
  }

  .footer-social {
    margin-top: 15px;
  }

  .footer .footer-first-widget .menu li:nth-child(2n) {
    padding-left: 15px;
  }

  .btn-block__wrapper {
    width: inherit;
    margin-right: 0;
    border-right: none;
  }

  .btn-block__wrapper:first-child {
    margin-bottom: 0;
  }

  .preview__img {
    margin: 0 auto;
  }

  .preview__desc {
    margin-bottom: 20px;
  }

  .preview__desc h3 {
    margin-top: 20px;
  }

  .bundle-block__content,
  .bundle-block__header,
  .more-bundles.bundle,
  .prices-full.bundle .prices-full__content {
    padding-top: 20px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 20px;
  }

  .more-bundles.bundle .catitem {
    left: 0;
  }

  .toe_checkout_part_registrationForm {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .archive.blog.main .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .right_menu_slider {
    width: 100% !important;
  }

  .left_content {
    width: 100% !important;
  }

  .plugin .last-block {
    width: auto;
    margin-left: 0 !important;
  }

  .input-wrapper,
  .total-block {
    float: none;
    margin: auto;
    width: 100%;
    text-align: center;
  }

  .about-us {
    padding-bottom: 65px;
  }

  .about-us__desc p {
    width: 100%;
  }

  .about-us__counter:first-child {
    margin-top: 65px;
  }

  .header .logo-slogan,
  .slide-content {
    text-align: center;
  }

  .header .logo-slogan {
    float: none !important;
    padding-top: 15px;
  }

  .header .logo-slogan h1 {
    font-size: 30px;
    padding-left: 0 !important;
  }

  #menu-top-menu li a,
  .navigation .navbar-default #menu-top-menu>li:first-child a {
    padding-left: 0 !important;
  }

  #menu-top-menu li a,
  .navbar-right ul .dropdown {
    margin-right: 0 !important;
  }

  #menu-top-menu li a,
  #primary_main_menu li a {
    margin-left: 0 !important;
  }

  #menu-top-menu li a:before {
    background: 0 0 !important;
  }

  .answer,
  .answer-left {
    visibility: hidden !important;
  }

  .sp_todo {
    margin-top: 15px;
  }

  .slide-img {
    margin-right: 0 !important;
  }

  .info-section .img-responsive {
    float: none !important;
    margin: 0 auto 20px !important;
  }

  .section .downloads {
    position: static !important;
    margin: 20px 0 50px;
  }

  .right_menu_slider {
    width: 100% !important;
    display: block !important;
  }

  .footer .credentials-container #copyright-container {
    text-align: center;
  }

  .footer-list__wrapper {
    text-align: center;
  }

  .footer-logo {
    background-position: center 0;
  }

  .discount-full legend {
    text-align: center;
  }

  .discount-full__content {
    width: 100%;
    margin-left: 0;
  }

  .discount-full__img {
    display: none;
  }

  .discount-full__btn {
    display: block;
    margin: 30px auto 0 auto;
  }

  .price-block__wrapper .price-block .type,
  .prices-full.bundle .price-block__wrapper .price-block .type {
    padding-top: 40px;
  }

  .price-block__wrapper:last-of-type .price-block .type {
    padding-top: 0;
  }

  .price-block .text {
    padding-bottom: 40px;
  }

  .price-block .btn.btn-white {
    margin-bottom: 0;
  }

  .prices-full.bundle .price-block__wrapper:last-of-type .price-block .btn.btn-white {
    margin-bottom: 40px;
  }

  .plugin-prop .table-responsive {
    margin-bottom: 0;
    border: none;
  }

  .bundle .price-block .price {
    border-right: none;
  }

  .toe_checkout_part_registrationForm {
    width: 100%;
  }

  .input-wrapper .input-sm {
    min-width: 100%;
  }

  .total_table_total_wrapper {
    text-align: right;
  }

  .btn.total__btn {
    margin: 0;
  }

  .checkout-info {
    margin-top: 40px;
  }

  .plugin-prop tr td:first-child {
    line-height: 27px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media only screen and (max-width: 525px) {
  .feedback__text .feedback__excerpt {
    font-size: 50px;
    line-height: 70px;
  }

  .feedback__text .quote-left,
  .feedback__text .quote-right {
    font-size: 45px;
  }

  .author__img {
    width: 250px;
    height: 250px;
  }

  .author__link,
  .author__name {
    font-size: 40px;
    line-height: 40px;
  }

  .sec-title:after {
    width: 15%;
  }

  .features .col-lg-4 {
    height: 200px;
  }

  .prices-full__title {
    font-size: 36px;
    line-height: 42px;
  }

  .preview.bundle .preiew-bundle-prices {
    padding: 20px;
  }

  .bundle-block__product {
    height: 200px;
  }

  .included.bundle .sec-title {
    margin-top: 0;
    margin-bottom: 37px;
  }

  .footer .footer-second-widget .menu li {
    width: 50%;
    float: left;
  }

  .footer-social {
    clear: both;
  }

  .footer-copy {
    padding-top: 15px;
  }

  .footer #back-top {
    right: 10%;
  }
}

.example.newsletter-plugin .example-block {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.dt-diagram-ex-right {
  margin-top: 40px;
}

.dt-diagram-ex-right.dt-diagram-ex-right-first {
  margin-top: 20px;
}

.dt-diagram-ex-right-title {
  padding-left: 25px;
}

.reg-form .container .sec-title {
  margin-top: 40px;
}

.reg-form .container #toe_checkout_content #toe_checkout_form_1 .toe_checkout_part_head.reg-title {
  display: none;
}

.reg-form .container #toe_checkout_content #toe_checkout_form_1 .toe_checkout_part_registrationForm.reg-form__wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.reg-form .container #toe_checkout_content #toe_checkout_form_1 .toe_checkout_part_registrationForm.reg-form__wrapper .form-group.forminput {
  width: 48%;
  display: inline-block;
}

.sup-stripe-wrapper {
  display: block;
  width: 100%;
  position: relative;
  padding: 15px;
  border: 1px solid darkgrey;
  margin-bottom: 20px;
}

.sup-stripe-wrapper input {
  padding: 4px;
}

.sup-stripe-wrapper .payment-errors {
  display: block;
  position: relative;
  margin: 5px 0px;
  color: red;
}

[data-stripe="exp_month"],
[data-stripe="exp_year"] {
  width: 50px;
  text-align: center;
}

[data-stripe="cvc"] {
  width: 60px;
  text-align: center;
}

/* .sup-stripe-wrapper::after { */
/* display:inline-block; */
/* position:absolute; */
/* bottom:3px; */
/* right:3px; */
/* content:" "; */
/* width: 60px; */
/* height: 18px; */
/* background:url('img/visa-mastercard.png'); */
/* } */
.ModListButtons:hover {
  cursor: pointer;
}

.payInform {
  float: none !important;
}

.order_confirmation_content #toeNextStep,
.clear_cart_button_wrapper,
.total-block {
  float: none !important;
  padding-right: 0px;
  text-align: left;
}

#toeNextStep,
.clear_cart_button_wrapper,
.total-block {
  display: block;
  position: relative;
  float: none;
  text-align: left;
  padding-right: inherit;
}

.btn.total__btn {
  margin: 0px;
}

.toeProductPricingTable {
  border-collapse: collapse;
  border: 0px solid transparent;
  width: 100%;
  border-collapse: collapse;
  border: 0px solid transparent;
  width: 100%;
  border: 1px solid black;
  background: #ffefd1;
}

.toeProductPricingTable label {
  pointer-events: none;
}

.toeProductPricingTable .iradio_minimal {
  display: none;
}

.toeProductPricingTable tr {
  border: 0px;
}

.toeProductPricingTable tr th {
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.toeProductPricingTable tr th p {
  margin: 0px;
}

.toeProductPricingTable label {
  margin-bottom: 0px;
}

.toeProductPricingTable tr td {
  border: 1px solid black;
  text-align: center;
  padding: 10px 0px !important;
}

.toeProductPricingTable tr td:first-child {
  border: 0px;
  font-weight: bold;
}

.sptPricingWrapper h3 {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: black;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.sptPricingWrapper .container {
  max-width: 760px;
}

.sptBundleBtn {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  width: 220px;
  line-height: 32px;
  background: white;
  color: black;
  margin: 5px 0px;
  text-align: center;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 20px;
  padding: 19px 0 !important;
  margin: 8px auto 10px auto;
  color: #4d4c4c !important;
  text-decoration: none;
  border: 1px solid transparent !important;
  border-radius: 20px !important;
  box-shadow: 0 5px 0 #d0d0d0 !important;
  text-shadow: 0 2px 0 #c6c6c6 !important;
}

.sptBundleProfit {
  font-weight: bold;
  color: #232323;
  font-size: 17px;
  border: none !important;
  background: none !important;
}

.cbgBundlesSummary,
.cbgBundlesDiscount,
.cbgBundlesTotal {
  display: none;
  font-size: 32px;
  color: black;
  line-height: 32px;
  padding: 10px 0px;
  opacity: 0.8;
}

.cbgBundlesTotal {
  font-size: 24px;
  line-height: 36px;
  opacity: 1;
}

.cbgBundlesChoosePluginTitle {
  display: none;
}

#cbgBundlesSubmitForm {
  margin-bottom: 30px;
  background: white;
  font-weight: bold !important;
}

#cbgBundlesForm {
  border: 1px solid #d2d2d2;
  background: #f5f5f5;
  padding: 15px;
}

.cbgBundlesTotalRow {
  display: block;
  font-size: 19px;
  font-style: italic;
  color: red;
  text-align: center;
}

.cbgBundlesTotalBorder {
  border: 1px solid black;
  padding: 5px 20px;
  display: inline-block;
}

.cbgBundlesChoosePluginTitle {
  font-size: 18px;
}

.toe_checkout_part_paymentModules label {
  display: block !important;
}

.sup-stripe-wrapper {
  display: inline-block;
  position: relative;
  padding: 15px;
  border: 1px solid darkgrey;
  margin-bottom: 20px;
}

.sup-stripe-wrapper input {
  padding: 4px;
}

.sup-stripe-wrapper .payment-errors {
  display: block;
  position: relative;
  margin: 5px 0px;
  color: red;
}

[data-stripe="exp_month"],
[data-stripe="exp_year"] {
  width: 50px;
  text-align: center;
}

[data-stripe="cvc"] {
  width: 60px;
  text-align: center;
}

.sup-stripe-wrapper::after {
  display: inline-block;
  position: absolute;
  bottom: 3px;
  right: 3px;
  content: " ";
  width: 60px;
  height: 18px;
  background: url('/wp-content/themes/supsystic_2017/img/visa-mastercard.png');
}

.ModListButtons:hover {
  cursor: pointer;
}

.payInform {
  float: none !important;
}

.order_confirmation_content #toeNextStep,
.clear_cart_button_wrapper,
.total-block {
  float: none !important;
  padding-right: 0px;
  text-align: left;
}

#toeNextStep,
.clear_cart_button_wrapper,
.total-block {
  display: block;
  position: relative;
  float: none;
  text-align: left;
  padding-right: inherit;
}

.btn.total__btn {
  margin: 0px;
}

.tbsLangs {
  display: none !important;
}

/*  .toe_checkout_part_paymentModules .ModListButtons:nth-child(1) {
	display:none !important;
}  */
.DataTables_sort_icon {
  display: none;
}

.selecter-options {
  z-index: 999999 !important;
}

.supRow {
  overflow: inherit !important;
}

.sup-stripe-wrapper {
  display: block;
  width: 100%;
  position: relative;
  padding: 15px;
  border: 1px solid darkgrey;
  margin-bottom: 20px;
}

.sup-stripe-wrapper input {
  padding: 4px;
}

.sup-stripe-wrapper .payment-errors {
  display: block;
  position: relative;
  margin: 5px 0px;
  color: red;
}

[data-stripe="exp_month"],
[data-stripe="exp_year"] {
  width: 50px;
  text-align: center;
}

[data-stripe="cvc"] {
  width: 60px;
  text-align: center;
}

/* .sup-stripe-wrapper::after { */
/* display:inline-block; */
/* position:absolute; */
/* bottom:3px; */
/* right:3px; */
/* content:" "; */
/* width: 60px; */
/* height: 18px; */
/* background:url('img/visa-mastercard.png'); */
/* } */
.ModListButtons:hover {
  cursor: pointer;
}

.payInform {
  float: none !important;
}

.order_confirmation_content #toeNextStep,
.clear_cart_button_wrapper,
.total-block {
  float: none !important;
  padding-right: 0px;
  text-align: left;
}

#toeNextStep,
.clear_cart_button_wrapper,
.total-block {
  display: block;
  position: relative;
  float: none;
  text-align: left;
  padding-right: inherit;
}

.btn.total__btn {
  margin: 0px;
}

.toeProductPricingTable {
  border-collapse: collapse;
  border: 0px solid transparent;
  width: 100%;
  border-collapse: collapse;
  border: 0px solid transparent;
  width: 100%;
  border: 1px solid black;
  background: #ffefd1;
}

.toeProductPricingTable label {
  pointer-events: none;
}

.toeProductPricingTable .iradio_minimal {
  display: none;
}

.toeProductPricingTable tr {
  border: 0px;
}

.toeProductPricingTable tr th {
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.toeProductPricingTable tr th p {
  margin: 0px;
}

.toeProductPricingTable label {
  margin-bottom: 0px;
}

.toeProductPricingTable tr td {
  border: 1px solid black;
  text-align: center;
  padding: 10px 0px !important;
}

.toeProductPricingTable tr td:first-child {
  border: 0px;
  font-weight: bold;
}

.sptPricingWrapper {
  background-color: #52bac5;
  color: black;
  padding: 5% 10%;
  padding-top: 15px;
}

.sptPricingWrapper h3 {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: black;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.sptPricingWrapper .container {
  max-width: 760px;
}

.sptBundleProfit {
  font-weight: bold;
  color: #232323;
  border: 1px solid black;
  font-size: 17px;
}

.cbgBundlesSummary,
.cbgBundlesDiscount,
.cbgBundlesTotal {
  display: none;
  font-size: 32px;
  color: black;
  line-height: 32px;
  padding: 10px 0px;
  opacity: .8;
}

.cbgBundlesTotal {
  font-size: 24px;
  line-height: 36px;
  opacity: 1;
}

.cbgBundlesChoosePluginTitle {
  display: none;
}

#cbgBundlesSubmitForm {
  margin-bottom: 30px;
  background: white;
  font-weight: bold !important;
}

#cbgBundlesForm {
  border: 1px solid black;
  background: #ffefd1;
  padding: 15px;
}

.cbgBundlesTotalRow {
  display: block;
  font-size: 19px;
  font-style: italic;
  color: red;
  text-align: center;
}

.cbgBundlesTotalBorder {
  border: 1px solid black;
  padding: 5px 20px;
  display: inline-block;
}

.cbgBundlesChoosePluginTitle {
  font-size: 18px;
}

.footer {
  background-color: #313846 !important;
}



body.home,
body.page-template-template-pricing,
body.tax-products_categories,
body.page-template-template-all-plugins {
  background-color: #e7e7e6;
}

.acHomeSection01 {
  display: block;
  position: relative;
  width: 100%;
  background: #313846;
  padding-top: 100px;
  padding-bottom: 150px;
  color: white;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: sans-serif;
}

.acHomeSection01Width {
  display: flex;
  position: relative;
  width: 94%;
  max-width: 1500px;
  margin: 0px auto;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.acHomeSection01Left {
  width: 50%;
}

.acHomeSection01LeftLogo {
  height: 80px;
  margin-bottom: 20px;
}

.acHomeSection01LeftTitle {
  font-size: 64px;
  color: white;
  font-weight: bold;
  line-height: 80px;
  margin-bottom: 20px;
}

.acHomeSection01LeftSubitle {
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 2px;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: sans-serif;
}


.acHomeSection01CenterWatch {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: sans-serif;
  color: white;
  cursor: pointer;
  text-align: center;
  width: 175px;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  margin-top: 30px;
}

.acHomeSection01CenterWatch img {
  max-width: 175px;
  width: 100%;
}

.acHomeSection01CenterWatchText {
  margin-top: -10px;
}

.acHomeSection01Right img {
  max-width: 630px;
  width: 100%;
}

.acHomeSection02 {
  display: block;
  position: relative;
  width: 100%;
  background: #4ae7e8;
  padding: 30px 0px;
  color: #313946;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: sans-serif;
  margin-bottom: 70px;
}

.acHomeSection02::after {
  width: 0;
  display: inline-block;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: " ";
  border-top: 35px solid #4ae7e8;
  z-index: 99;
}

.acHomeSection02Width {
  display: flex;
  position: relative;
  width: 94%;
  max-width: 1500px;
  margin: 0px auto;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.acHomeSection02Title {
  font-weight: 900;
  font-size: 36px;
  line-height: 36px;
  width: 100%;
  text-align: center;
}

.container {
  width: 94% !important;
  max-width: 1500px !important;
}

.acPluginBlock a:active {
  color: white;
}

.acPluginBlock a:focus {
  color: white;
}

.acPluginBlock a:hove {
  color: white;
}

.postid-18078 .toeAddToCartForm .btn-white {
  max-width: inherit;
}

.acPluginBlock {
  margin-bottom: 30px;
  min-height: 400px;
  background: white;
}

.acPluginColTitle {
  display: block;
  position: relative;
  width: 100%;
  background: #313846;
  color: white;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  padding: 25px 40px;
  text-transform: capitalize;
}

.acPluginColTitle:hover {
  color: white;
}

.acPluginColImg {
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: -21px;
}

.acPluginColImg img {
  width: 125px;
  height: 125px;
}

.acPluginColDesc {
  background: white;
  padding: 40px 25px;
  color: black;
  font-weight: 600;
  margin-top: 10px;
}

.acPluginColDescInner {
  min-height: 96px;
}


.acPluginAddToCartBtnWrapper {
  display: flex;
  position: relative;
  width: 100%;
  color: #313846;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-top: 20px;
}

.acPluginAddToCartBtn:hover {
  color: #313846;
}

.acPluginAddToCartBtnIcon {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 75px;
  border: 2px solid #313846;
}

.acPluginAddToCartBtnIcon img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.acPluginAddToCartBtn {
  display: flex;
  position: relative;
  margin-left: 10px;
  width: calc(100% - 100px);
  background: #4ae7e8;
  font-size: 31px;
  color: #313846;
  font-weight: 900;
  min-height: 75px;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.acHomeSectionAboutUs {
  display: block;
  position: relative;
  width: 100%;
  background: #e7e7e6;
  padding: 30px 0px;
  color: #313946;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: sans-serif;
  margin-top: 60px;
}

.acHomeSectionAboutUsWrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0px auto;
}

.acHomeSectionAboutUsTitle {
  font-size: 56px;
  line-height: 56px;
  font-weight: 900;
  text-align: center;
  margin-top: 0px;
}

.acHomeSectionAboutUsRow {
  display: flex;
  position: relative;
  width: 94%;
  margin: 0px auto;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}

.acHomeSectionAboutUsCol {
  display: flex;
  position: relative;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 33%;
  text-align: center;
  margin-top: 30px;
  background: url(/wp-content/themes/supsystic_2017/img/homepage/ellipse.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
}

.acHomeSectionAboutUsNumber {
  font-size: 58px;
  font-weight: 900;
  line-height: 72px;
  color: black;
}

.acHomeSectionAboutUsSubtitle {
  margin-top: 30px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: black;
}

.home .acHomeSectionReview {
  margin-top: 100px;
}

.acHomeSectionReview {
  display: block;
  position: relative;
  padding: 100px 0px;
  background: #313846;
  background-image: url(/wp-content/themes/supsystic_2017/img/homepage/review.webp), url(/wp-content/themes/supsystic_2017/img/grid.png);
  background-size: contain, inherit;
  background-repeat: no-repeat, repeat;
  background-position: left center, auto;
  background-size: contain, 90px;
}

.acHomeSectionReviewWrapper {
  display: flex;
  position: relative;
  width: 94%;
  max-width: 1500px;
  margin: 0px auto;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.acHomeSectionReviewMargin {
  width: 40%;
}

.acHomeSectionReviewContent {
  width: 60%;
}

.acHomeSectionReviewContentTitle {
  display: block;
  position: relative;
  font-size: 60px;
  font-weight: 900;
  color: white;
  line-height: 64px;
  text-align: center;
}

.acHomeFeedbackText {
  font-size: 16px;
  text-align: center;
  color: white;
  line-height: 36px;
  margin: 50px 0px;
  padding: 0px 50px;
}

.acHomeFeedbackAvatar {
  display: flex;
  text-align: center;
  width: 100%;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.acHomeFeedbackAvatar img {
  /* width:150px !important;
  height:150px !important; */
  max-width: 240px !important;
  object-fit: cover;
  border-radius: 50%;
}

.acHomeFeedbackSub {
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
  color: white;
  line-height: 32px;
}

.acHomeSectionReviewContent .owl-nav {
  display: flex !important;
  position: absolute !important;
  font-size: 128px !important;
  color: #52bac5;
  width: 100%;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.owl-prev img,
.owl-next img {
  height: 90px;
}

div.footer {
  background-color: #313846 !important;
}


@media (max-width:1600px) {
  .acHomeSectionReviewMargin {
    width: 50%;
  }

  .acHomeSectionReviewContent {
    width: 50%;
  }
}

@media (max-width:1400px) {
  .acPluginColTitle {
    font-size: 26px;
  }

  .acPluginAddToCartBtn {
    font-size: 24px;
  }

  .acPluginColDescInner {
    font-size: 14px;
  }

  .acHomeSectionReviewMargin {
    width: 60%;
  }

  .acHomeSectionReviewContent {
    width: 40%;
    background: #31384640;
    border-radius: 30px;
    padding: 15px;
  }

  .acHomeSection01LeftTitle {
    font-size: 50px;
  }
}

@media (max-width:1200px) {
  .acHomeFeedbackText {
    font-size: 21px;
  }

  .acPluginColTitle {
    font-size: 23px;
  }

  .acHomeSection01LeftTitle {
    font-size: 45px;
  }
}

@media (max-width:1100px) {
  .acHomeFeedbackText {
    font-size: 19px;
  }

  .acPluginColTitle {
    font-size: 21px;
  }

  .acHomeSection01LeftTitle {
    font-size: 37px;
  }

  .acPluginColDescInner {
    font-size: 12px;
  }

  .acPluginAddToCartBtn {
    font-size: 20px;
  }

  .acPluginColImg img {
    width: 100px;
    height: 100px;
  }

  .acPluginColImg {
    right: 23px;
  }

  .acHomeSectionAboutUsNumber {
    font-size: 50px;
  }

  .acHomeSectionAboutUsSubtitle {
    font-size: 26px;
  }

  .acHomeSectionReviewContentTitle {
    font-size: 46px;
  }
}

@media (max-width:1050px) {
  .acHomeSection01Left {
    width: 70%;
  }

  .acPluginAddToCartBtn {
    font-size: 16px;
  }

  .acHomeSectionReviewMargin {
    width: 30%;
  }

  .acHomeSectionReviewContent {
    width: 70%;
  }
}

@media (max-width:900px) {
  .acHomeSectionReviewMargin {
    width: 0%;
  }

  .acHomeSectionReviewContent {
    width: 90%;
    margin: 0px auto;
    background: #313846b0;
  }

  .acHomeSectionAboutUsNumber {
    font-size: 40px;
  }

  .acHomeSectionAboutUsSubtitle {
    font-size: 26px;
    margin-top: 0px;
  }

  .acHomeSection01Right {
    display: none;
  }
}

@media (max-width:800px) {
  .acHomeSection02Title {
    font-size: 27px;
  }

  .acPluginColTitle {
    font-size: 36px;
  }

  .acPluginColDescInner {
    font-size: 14px;
  }

  .acHomeSectionAboutUsTitle {
    font-size: 36px;
  }

  .acHomeSectionAboutUsCol {
    height: 200px;
  }

  .acHomeSectionAboutUsSubtitle {
    font-size: 17px;
    line-height: 22px;
  }

  .acHomeSectionAboutUsNumber {
    font-size: 32px;
    line-height: 34px;
  }

  .acPluginAddToCartBtn {
    font-size: 21px;
  }

  .acHomeSectionReview {
    padding: 50px 0px;
  }

  .acHomeSectionAboutUs {
    margin-top: 10px;
  }
}

@media (max-width:600px) {
  .acHomeSection01LeftTitle {
    font-size: 33px;
  }

  .acHomeSection01LeftSubitle {
    font-size: 26px;
  }

  .acHomeSection01CenterWatch img {
    max-width: 129px;
  }

  .acHomeSection01CenterWatch {
    font-size: 18px;
  }

  .acPluginColDescInner {
    font-size: 18px;
  }

  .acHomeSection02Title {
    font-size: 20px;
  }

  .acHomeSectionAboutUsNumber {
    font-size: 26px;
  }

  .acHomeSectionAboutUsSubtitle {
    font-size: 15px;
  }

  .acHomeSectionReview {
    display: none !important;
  }

  .homepageDescWrapper {
    display:none !important;
  }
}

@media (max-width:600px) {
  .acHomeSection01LeftLogo {
    display: none;
  }

  .acHomeSection01Left {
    text-align: center;
  }

  .acHomeSection01Width {
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }

  .acHomeSection01Left {
    width: 100%;
  }

  .acHomeSection01Center {
    width: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }

  .acHomeSection01 {
    padding: 35px 0px;
    padding-bottom: 120px;
  }

  .acHomeSection01LeftTitle {
    line-height: 50px;
  }

  .acHomeSectionAboutUsTitle {
    font-size: 27px;
  }

  .acHomeSectionAboutUsRow {
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
  }

  .acHomeSectionAboutUsCol {
    margin-top: 10px;
  }

  .acHomeSectionAboutUsCol {
    width: 100%;
  }

  .acPluginColTitle {
    font-size: 26px;
  }

  .acPluginAddToCartBtn {
    font-size: 21px;
  }

  .acHomeSection02Title {
    font-size: 16px;
  }
}

@media (max-width:600px) {
  .acHomeSection02Title {
    font-size: 14px;
  }

  .acPluginColTitle {
    font-size: 22px;
  }

  .acHomeSectionReviewContentTitle {
    font-size: 32px;
  }

  .acHomeFeedbackText {
    font-size: 12px;
  }

  .acHomeFeedbackSub {
    margin-top: 18px;
    font-size: 14px;
    text-align: center;
    color: white;
    line-height: 14px;
  }

  .acHomeFeedbackAvatar img {
    width: 70px !important;
    height: 70px !important;
  }

  .home .acHomeSectionReview {
    margin-top: 0px;
  }

  .acHomeSectionReview {
    background-image: none;
  }

  .acHomeSection02 {
    padding: 15px 0px;
  }

  .acHomeSection01CenterWatch {
    margin-top: 15px;
  }

  .acPluginAddToCartBtn {
    font-size: 19px;
  }
}

#bbpress-forums ul.bbp-forums {
  font-size: 16px;
}

.bbp-topics ul.super-sticky {
  font-size: 1.1em;
}

#bbpress-forums p.bbp-topic-meta {
  font-size: 13px;
}

#bbpress-forums ul.bbp-topics {
  font-size: 16px;
}

#bbpress-forums ul.bbp-replies {
  font-size: 14px;
}

div.bbp-template-notice li {
  font-size: 14px;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
  font-size: 14px;
}

#bbpress-forums div.bbp-reply-author {
  font-size: 16px;
  font-weight: bold;
}

[data-plugintitle="GDPR<br>Compliance Plugin"] {
  font-size: 25px;
}

.acHomeSectionBundleBuy {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0px;
}

.acHomeSectionBundleBuy a {
  display: inline-block;
  position: relative;
  font-weight: 900;
  font-size: 28px;
  line-height: 36px;
  width: 100%;
  text-align: center;
  color: white;
  padding: 15px;
}

.sup-promovideo-video {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  line-height: 0px;
  font-size: 0px;
  background: url('/videos/supsystic-promo.jpg');
  background-size: cover;
}

.sup-promovideo-close {
  display: inline-block;
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  z-index: 100;
  background: #e8e8e8;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 1px 0px black;
  cursor: pointer;
  opacity: .8;
}

.sup-promovideo-close:hover {
  opacity: 1;
}

.sup-promovideo-close .glyphicon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: gray;
}

.sup-promovideo-overlay {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background: rgba(0, 0, 0, .65);
}

.sup-promovideo-wrapper {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
  max-height: 400px;
  height: auto;
  padding: 15px;
  background: rgba(255, 255, 255, .2);
  border-radius: 15px;
}

@media (max-width:600px) {
  .sup-promovideo-wrapper {
    max-width: 400px;
  }
}

@media (max-width:600px) {
  .sup-promovideo-wrapper {
    max-width: 300px;
  }
}

.supShowPromoVideo .glyphicon:before {
  display: inline-block;
  position: relative;
  top: 3px;
}

.promoVideo {
  text-align: center;
  padding-bottom: 32px;
}

.promoVideo .sec-title {
  text-align: center !important;
}

.supShowPromoVideoBtn {
  display: block;
  max-width: 360px;
  font-family: Hind, Arial, sans-serif;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 20px;
  padding: 19px 20px !important;
  margin: 8px auto 10px auto;
  color: white !important;
  text-decoration: none;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: 0 3px 7px rgb(47 56 71 / 35%);
  -moz-box-shadow: 0 3px 7px rgba(47, 56, 71, .35);
  -webkit-box-shadow: 0 3px 7px rgb(47 56 71 / 35%);
  cursor: pointer;
  font-style: italic;
  border-radius: 20px !important;
  background: #f44336;
  box-shadow: 0 5px 0 #bb0d00;
  text-shadow: 0 2px 0 #bb0d00;
}

.supShowPromoVideoBtn:hover {
  background: #d02316;
}

.supShowPromoVideo .glyphicon:before {
  display: inline-block;
  position: relative;
  top: 3px;
}

.promoVideo {
  text-align: center;
  padding-bottom: 32px;
}

.promoVideo .sec-title {
  text-align: center !important;
}

.toeExpirationWrapper {
  display: block;
  position: relative;
  width: 100%;
}

.toeExpirationTab {
  display: inline-block;
  position: relative;
  width: 32%;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  border: 1px solid white;
  border-radius: 3px;
  cursor: pointer;
}

.toeExpirationTab:hover {
  background: white;
  color: black;
  font-weight: bold;
}

.toeExpirationTabActive {
  background: white;
  color: black;
  font-weight: bold;
}

.toeExpirationContent {
  margin-top: 15px;
}

.toeVariationSelect label {
  cursor: pointer;
}

.spPriceMatrixWrapper {
  padding: 10px;
  color: black;
  position: relative;
}

.spPriceMatrixWrapper h3 {
  font-size: 18px;
  margin: 4px 0px;
  margin-bottom: 10px;
  padding: 0px;
  text-align: center;
  font-weight: bold;
}

.spPriceMatrixTitleWrapper {
  display: flex;
  position: relative;
  margin: 6px 0px;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
}

.spPriceMatrixTitleTab {
  display: inline-block;
  width: calc(33% - 2px);
  position: relative;
  color: black;
  padding: 3px;
  font-size: 12px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.spPriceMatrixTitleTabActive {
  background: white;
  border-radius: 20px !important;
  box-shadow: 0 5px 0 #d0d0d0;
  text-shadow: 0 2px 0 #c6c6c6;
}

.spPriceMatrixTitleTab:hover {
  background: white;
}

.spPriceMatrixTitleTabSubtitle {
  font-size: 11px;
}

.spPriceMatrixContentWrapper {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.spPriceMatrixOptionsWrapper {
  display: inline-block;
  position: relative;
  width: calc(30% - 5px);
}

.spPriceMatrixTotalWrapper {
  display: flex;
  position: relative;
  width: calc(70% - 5px);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  min-height: 105px;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.spPriceMatrixTotalSubtitle {
  display: none;
  font-size: 10px;
}

.spPriceMatrixTotalDigit {
  display: block;
  font-size: 20px;
}

.spPriceMatrixTotalSubtitleInner {
  display: inline;
}

.spPriceMatrixOptionsTab label {
  display: inline-block;
  width: calc(99% - 28px);
  position: relative;
  margin: 0px;
  color: black;
  padding: 3px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.spPriceMatrixOptionsTab label.labelActive {}

.spPriceMatrixOptionsTab {
  display: none;
}

.spPriceMatrixOptionsTabActive {
  display: block;
}

.spPriceMatrixBundleLink {
  display: block;
  position: relative;
  padding: 5px 5px;
  color: white;
  text-align: center;
  background: #247a85;
  margin-top: 10px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: bold;
  border-radius: 15px;
}

a.spPriceMatrixBundleLink:hover {
  color: white !important;
}

.preview__btn-wrapper .toeVariationSelect {
  width: 100%;
  max-width: 330px;
}

.btn.btn-white {
  width: 100%;
  max-width: 330px;
  border-radius: 15px !important;
}

.right_column a:hover {
  color: #4ae8ea !important;
}

.right_column a {}

.activeCampaignOverlay {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  content: " ";
  background: rgba(0, 0, 0, .35);
  z-index: 999999;
  padding-top: 30px;
}

.activeCampaignOverlayClose {
  display: inline-block;
  position: fixed;
  right: 10px;
  top: 10px;
  font-size: 36px;
  color: white;
  z-index: 999999;
  cursor: pointer;
}

.activeCampaignOverlay ._checkbox-radio .iradio_minimal {
  display: inline-block;
  width: 4%;
  min-width: 18px;
  margin-top: 3px;
  float: left;
}

.activeCampaignOverlay ._checkbox-radio span {
  display: inline-block;
  width: 92%;
}


.btn-download:before,
.btn-preview:before {
  left: 18px;
  content: ""
}

.page-id-2598 .breadcrumbs-wrapper {
  display: none;
}

.affiliate-block1 h1,
h2 {
  text-align: center;
}

.affiliate-block1 h1 {
  font-family: "Fregat";
  font-size: 55px;
}

.affiliate-block1 h2 {
  font-family: "Lato Light", Arial;
  font-size: 30px;
  margin-top: -15px;
}

.affiliate-block2 {
  background-image: url('../wp-content/uploads/2015/04/affiliate.jpg');
  width: 100%;
  /*height:511px;*/
  height: 400px;
  background-size: cover;
}

.affiliate-block2 .per-sale {
  display: block;
  text-align: center;
}

.affiliate-block2 h1 {
  color: #ffffff;
  text-align: center;
  padding-top: 50px;
  font-size: 55px;
}

.affiliate-block2 .plugins,
.plugins-button {
  width: 100%;
  text-align: center;
}

.affiliate-block2 .plugins {
  display: none;
}

.affiliate-block2 .plugins-button {
  /*margin-top: 230px;*/
  margin-top: 100px;
}

.affiliate-block2 .plugins a,
.plugins-button a {
  color: #ffffff;
  text-decoration: none;
  line-height: 2.4;
}

.affiliate-block2 .plugins-button .btn {
  background: #ffffff !important;
  height: 50px;
  width: 20%;
  padding: 2px !important;
}

.affiliate-block2 .plugins-button .btn:hover {
  background: #E8EDED !important;
}

.affiliate_main {
  width: 100%;
  padding: 0 50px 0 50px;
}

.affiliate-block3 .right_column a {
  color: #4ae8ea;
  text-decoration: none;
}

.affiliate-block3 .left_column,
.right_column {
  width: 48%;
  float: left;
  text-align: left;
}

.affiliate-block3 p {
  padding: 0px 40px 0px 0px;
  margin-top: -20px;
  font-size: 16px;
  font-family: fregat;
  text-align: justify;
}

.affiliate-block3 table {
  width: 100%;
  font-size: 18px;
}

.affiliate-block3 table td {
  padding: 0px 70px 0px 40px;
}

.affiliate-block3 .right {
  text-align: right;
  font-weight: bold;
}

hr {
  width: 100%;
}

.affiliate-block4 h2 {
  font-family: "Lato Light", Arial;
  font-size: 24px;
}

.affiliate-block4 .left_column,
.right_column {
  text-align: left;
}

.affiliate-block4 .left_column {
  float: left;

  width: 50%;
}

.affiliate-block4 .left_column h4 {
  font-weight: bold;
  margin-left: 30px;
  margin-top: -10px;
}

.affiliate-block4 .left_column form {
  float: left;
  width: 80%;
}

.affiliate-block4 .left_column form label {
  text-align: left !important;
}

.affiliate-block4 .right_column {
  float: left;
  width: 45%;
  text-align: justify;
  font-family: "Fregat";
  margin-left: -20px;
}

.affiliate-block4 .right_column p {
  color: #a4aaac;
}

.affiliate-block4 .qa a {
  padding-left: 35px;
  position: relative;
  color: #4ae8ea;
  text-decoration: none;
}

.affiliate-block4 .qa {
  color: #a4aaac;
}

.affiliate-block4 .qa a.q:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  left: 0;
  top: 6px;
  background: url(../wp-content/themes/supsystic/img/pattern.png) -73px 0 no-repeat;
}

.cbgProducts::before {
  display: block;
  position: relative;
  content: "3. Select your Plugins (at least 3):";
  font-size: 18px;
  margin: 5px 0px;
}

.cbgSummary,
.cbgDiscount,
.cbgTotal {
  display: none;
  font-size: 32px;
  color: black;
  line-height: 32px;
  padding: 10px 0px;
  opacity: .8;
}

.cbgTotal {
  font-size: 24px;
  line-height: 36px;
  opacity: 1;
}

.cbgChoosePluginTitle {
  display: none;
}

#cbgSubmitForm {
  margin-bottom: 30px;
  background: white;
  font-weight: bold !important;
}

#cbgForm {
  border: 1px solid black;
  background: #ffefd1;
  padding: 15px;
}

.cbgTotalRow {
  display: block;
  font-size: 19px;
  font-style: italic;
  color: red;
  text-align: center;
}

.cbgTotalBorder {
  border: 1px solid black;
  padding: 5px 20px;
  display: inline-block;
}

.cbgChoosePluginTitle {
  font-size: 18px;
}

.breadcrumbs-main-wrapper {
  display: none !important;
}

.discount {
  display: none !important;
}

.breadcrumbs-main-wrapper {
  display: none !important;
}

.discount {
  display: none !important;
}

.breadcrumbs-main-wrapper {
  display: none !important;
}

.discount {
  display: none !important;
}

.step ul,
.step ol {
  list-style: none !important;
  padding-left: 0px !important;
}

.step ul li::marker {
  display: none;
}

.step ul li {
  list-style-type: none !important;
}

.sptProductTotalLoading {
  display: none;
}

.sptCheckoutCouponSuccess,
.sptCheckoutCouponError,
.sptCheckoutLoginError {
  display: none;
  margin: 15px 0px;
}

.showPass {
  cursor: pointer;
  color: #52bac5;
}

.steps {
  display: block;
  position: relative;
  margin: 15px auto;
  text-align: center;
  width: 100%;
  max-width: 960px;
  color: #969cab;
}

.steps::after {
  content: "";
  display: table;
  clear: both;
}

.step {
  display: none;
  position: relative;
  margin: 15px auto;
  width: 100%;
  max-width: 960px;
}

.step::after {
  content: "";
  display: table;
  clear: both;
}

.step-secure-checkout {
  display: none;
}

.steps-item {
  display: inline-block;
  position: relative;
  float: left;
  width: 33%;
  font-size: 18px;
  z-index: 99;
}

.steps-item::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 17px;
  width: 100%;
  height: .5px;
  background: #eff0f2;
  content: " ";
  z-index: -1;
}

.steps-item-active {
  color: #52bac5;
}

.steps-item-active .steps-item-letter {
  border-color: #52bac5;
}

.steps-item:last-child::after {
  display: none;
}

.steps-item-letter {
  display: inline-block;
  position: relative;
  margin: 0px auto;
  border-radius: 50%;
  padding: 0px 10px;
  border: 1px solid #969cab;

  z-index: 99;
  background: white;
  font-weight: bold;
}

.step-title {
  font-weight: bold;
  font-size: 27px;
  color: #5a6275;
}

.step p {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
}

.spt-block-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  color: #5a6275 !important;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 0px;
}

h2.spt-block-title {
  font-size: 28px;
  margin-top: 40px;
  font-weight: bold;
  margin-bottom: 0px;
}

.spt-block-wrapper {
  border: 1px solid #52bac5;
  border-radius: 5px;
  padding: 15px;
}

.spt-nmb-sts-blocks {
  display: block;
  position: relative;
}

.spt-nmb-sts-blocks::after {
  content: "";
  display: table;
  clear: both;
}

.spt-block-wrapper label,
.spt-nmb-sts-block label {
  color: #52bac5 !important;
  cursor: pointer;
}

.yearSitePrice {
  display: inline-block;
  border: 1px solid gray;
  color: gray;
  padding: 0px 10px;
  width: 100px;
  font-weight: normal;
}

.spt-block-year-list li {
  cursor: pointer;
}

.spt-block-year-list li label {
  color: #4d4c4c !important;
  font-weight: normal;
}

.spt-block-year-list li:hover label {
  color: #52bac5 !important;
}

.spt-block-label-span-year {
  width: 75px;
  display: inline-block;
}

li.spt-block-year-list-li-active label,
li.spt-block-year-list-li-active .yearSitePrice,
li.spt-block-year-list-li-active {
  font-weight: bold;
  color: #52bac5 !important;
}

.spt-block-title .fa-angle-down {
  font-size: 32px;
  color: #52bdd0;
}

.sptProductTypeWrapper {
  display: none;
}

.sptProductTypeWrapperActive {
  display: block;
  position: relative;
}

.spt-nmb-sts-block:hover {
  cursor: pointer;
}

.spt-nmb-sts-block * {
  pointer-events: none;
}

.step-btn {
  display: inline-block;
  position: relative;
  background-color: #4b9eaa !important;
  font-family: Hind, Arial, sans-serif;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 20px;
  padding: 20px 40px !important;
  margin: 8px auto 10px auto;
  color: white !important;
  text-decoration: none;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: 0 3px 7px rgb(47 56 71 / 35%);
  -moz-box-shadow: 0 3px 7px rgba(47, 56, 71, .35);
  -webkit-box-shadow: 0 3px 7px rgb(47 56 71 / 35%);
  cursor: pointer;
  margin-top: 20px;
  min-width: 330px;
  text-align: center;
}

.step-btn-wait {
  background-color: #b6b6b6 !important;
  pointer-events: none;
}

.spt-block-product-wrapper {
  margin-bottom: 20px;
}

.step-btn:hover {
  font-size: 24px !important;
  box-shadow: 0 3px 7px rgb(47 56 71 / 80%);
  -moz-box-shadow: 0 3px 7px rgba(47, 56, 71, .80);
  -webkit-box-shadow: 0 3px 7px rgb(47 56 71 / 80%);
}

.spt-block-year-list li label {
  width: 95%;
}

.spt-block-title .fa-angle-down {
  cursor: pointer;
}

.spt-block-title .fa-times {
  color: #ed3b2e;
  opacity: .5;
  cursor: pointer;
}

.spt-block-title .fa-times:hover {
  opacity: 1;
}

.sptProductTotalWrapper {
  display: inline-block;
  position: relative;
  border: 1px solid #52bac5;
  border-radius: 5px;
  padding: 15px 30px;
  margin-top: 15px;
  text-align: center;
  font-size: 24px;
  color: #52bac5;
  font-weight: bold;
}

a.btn:active,
a.btn:hover,
button.btn:active,
button.btn:hover,
input.btn:active,
input.btn:hover {
  background-color: #52bac5 !important;
  border-color: #52bac5 !important;
  color: #fff !important;
}

#coupon {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  color: #32325d;
}

#coupon:active,
#coupon:focus,
#coupon:hover {
  outline: 0;
  box-shadow: 0 1px 3px 0 #e6ebf1;
}

.sup-stripe-wrapper {
  display: block;
  width: 100%;
  margin-top: 15px;
}

.sup-stripe-wrapper::after {
  display: none;
}

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#userSubmit.btn {
  display: inline-block;
  position: relative;
  background-color: #4b9eaa !important;
  font-family: Hind, Arial, sans-serif;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 20px;
  padding: 15px 25px !important;
  margin: 10px 0px !important;
  color: white !important;
  text-decoration: none;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: 0 3px 7px rgb(47 56 71 / 35%);
  -moz-box-shadow: 0 3px 7px rgba(47, 56, 71, .35);
  -webkit-box-shadow: 0 3px 7px rgb(47 56 71 / 35%);
  cursor: pointer;
}

#applyCouponForm .btn {
  display: inline-block;
  position: relative;
  background-color: #4b9eaa !important;
  font-family: Hind, Arial, sans-serif;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 20px;
  padding: 8px 25px !important;
  margin: 0px !important;
  color: white !important;
  text-decoration: none;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: 0 3px 7px rgb(47 56 71 / 35%);
  -moz-box-shadow: 0 3px 7px rgba(47, 56, 71, .35);
  -webkit-box-shadow: 0 3px 7px rgb(47 56 71 / 35%);
  cursor: pointer;
}

#payForm button[disabled] {
  opacity: .5;
}

.spt-block-year-list li label {
  pointer-events: none;
}

.spt-block-year-list li .iradio_minimal {
  pointer-events: none;
}

.sec-title {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 55px;
}

.trialCodesSection {
  max-width: 1470px;
  width: 100%;
  margin: 0px auto;
}

.PaginatorUl {
  display: block;
  position: relative;
  padding: 0px;
  margin: 10px 0px;
}

.PaginatorLi {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px 10px;
  font-size: 14px;
  border: 1px solid black;
  cursor: pointer;
}

.PaginatorLiCurrent {
  background: #52bac5;
}

.PaginatorLi:hover {
  background: #52bac5;
}

.ObjectListTable {
  width: 100%;
}

.options_list td {
  padding: 0px !important;
  min-height: 10px !important;
  text-align: center;
}

.ObjectListTable th {
  text-align: center;
}

.acHomeFeedbackAvatar img {
  border-radius: 0px !important;
}

.acHomeSection01 {
  background-image: url(/wp-content/themes/supsystic_2017/img/grid.png);
  background-size: 90px;
}

.toeAddToCartForm .btn.btn-white {
  border-radius: 20px !important;
  box-shadow: 0 5px 0 #d0d0d0 !important;
  text-shadow: 0 2px 0 #c6c6c6 !important;
  font-size: 27px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.toeAddToCartForm .btn.btn-white:hover {
  border-radius: 20px !important;
  box-shadow: 0 5px 0 #3f8893 !important;
  text-shadow: 0 2px 0 #3f8893 !important;
  border: 1px solid #3f8893 !important;
}

.toeAddToCartForm .getTrialBtn {
  background: #d1d5e4;
  border-radius: 20px !important;
  box-shadow: 0 5px 0 #9095a4 !important;
  text-shadow: 0 2px 0 #b8bcca !important;
  border: 1px solid #d1d5e4 !important;
  max-width: 330px;
  line-height: 20px;
  padding: 19px 0 !important;
  margin: 15px auto;
}

.toeAddToCartForm .getTrialBtn:hover {
  border-radius: 20px !important;
  box-shadow: 0 5px 0 #3f8893 !important;
  text-shadow: 0 2px 0 #3f8893 !important;
  border: 1px solid #3f8893 !important;
  color: white !important;
  background-color: #4b9eaa !important;
}

.getTrialBtn {
  cursor: pointer;
  display: flex;
  position: relative;
  background: #d1d5e4;
  font-size: 27px;
  color: #313846;
  font-weight: 900;
  min-height: 41px;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  text-transform: uppercase;
  flex-direction: row;
  margin-top: 10px;
}

.trialSuccess {
  padding: 20px 0px;
  text-align: center;
  font-size: 18px;
}

.trialSuccessText {
  color: green;
}

.trialPopupOverlay {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: rgba(0, 0, 0, .35);
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.trialPopupWrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 5px 0 #d0d0d0 !important;
}

.trialTitle {
  display: block;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.trialSubtitle {
  display: block;
  position: relative;
  color: #009798;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.trialInfo {
  display: block;
  position: relative;
  font-size: 12px;
  color: gray;
  font-weight: bold;
  text-align: center;
}

.trialForm {
  display: block;
  position: relative;
  width: 100%;
}

.trialForm input {
  display: block;
  position: relative;
  width: 100%;
  margin: 10px 0px;
  border: 1px solid gray;
  padding: 10px;
  font-size: 18px;
}

.trialPopupClose {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.trialBtnSubmit {
  display: block;
  position: relative;
  width: calc(100% - 100px);
  background: #52bac5;
  padding: 10px;
  font-size: 24px;
  color: #313846;
  font-weight: 900;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100% !important;
}

.trialSuccessText {
  text-align: center;
  font-size: 18px;
}

.acHomeFeedbackAvatar img {
  border-radius: 0px !important;
}

#breadcrumbs a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.breadcrumbs-wrapper {
  background: #52bac5;
  border-bottom: 1px solid #2f8e99;
}

.h1-plugin-title {
  font-size: 32px;
  color: black;
  opacity: .4;
  margin-left: -0px;
  margin-top: -10px
}

.h2-plugin-title {
  font-size: 32px;
  margin-top: 15px !important;
  color: black !important;
  font-weight: bold;
}

.b-plugin-description {
  margin-top: -10px !important;
  opacity: .5;
  color: black !important;
  font-weight: bold;
}

.s-wrapper {
  display: none;
}

.promoVideo {
  padding-bottom: 0px;
}

.supShowPromoVideoBtn {
  display: inline-block;
  padding-bottom: 0px;
  margin-top: 0px;
  max-width: 330px !important;
  font-size: 18px !important;
}

h2.sec-title {
  padding-top: 20px;
}

.spPriceMatrixBundleLink {
  box-shadow: 0 5px 0 #175962 !important;
  text-shadow: 0 2px 0 #175962 !important;
}

.sup-promovideo-close .fas.fa-times {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
}

@media(max-width:768px) {
  .breadcrumbs-wrapper {
    display: none;
  }

  .s-wrapper {
    display: none;
  }
}

.showMoreWrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.showMoreWrapper::after {
  display: block;
  position: absolute;
  content: " ";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.showMoreWrapperClicked::after {
  display: none;
}

.showMoreBtn {
  display: inline-block;
  position: absolute;
  color: white;
  padding: 5px 10px;
  font-size: 21px;
  border-radius: 3px;
  background: #69dde9;
  cursor: pointer;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0%);
}

.acbs-header-wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0px;
  background: #4ae8ea;
}

.acbs-header {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.acbs-header-left {
  display: block;
  position: relative;
  width: 60%;
  padding: 10px;
}

.acbs-header-right {
  display: block;
  position: relative;
  width: 40%;
  padding: 10px;
  text-align: center;
}

.acbs-header-right img {
  border-radius: 20px;
  max-width: 450px;
  width: 100%;
}

.acbs-header-title {
  font-size: 48px;
  color: black;
}

.acbs-header-meta * {
  color: black;
}

.acbs-content-wrapper {
  display: block;
  position: relative;
  width: 100%;
}

.acbs-content-margin {
  display: block;
  position: relative;
  margin: 0px auto;
  width: 100%;
  max-width: 1300px;
}

.acbs-content {
  display: flex;
  position: relative;
  padding: 20px 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
}

.acbs-content-left {
  display: block;
  position: sticky;
  top: 100px;
  height: 100%;
  max-width: 300px;
}

.acbs-content-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  width: 200px;
  margin-bottom: 10px;
  margin-top: 13px;
}

.acbs-content-center {
  display: block;
  position: relative;
  padding: 0px 20px;
  width: 900px;
}

.acbs-content-center li {
  list-style: auto;
  padding-left: 20px;
}

.acbs-content-center ul {
  padding-left: 20px;
}

.acbs-content-center ul li {
  list-style: square;
}

.acbs-content-center *,
.acbs-content-center p {
  font-size: 20px;
  letter-spacing: .5px;
  line-height: 30px;
}

.acbs-content-center img {
  max-width: 100%;
}

.acbs-content-center h2,
.acbs-content-center h3,
.acbs-content-center h4,
.acbs-content-center h5,
.acbs-content-center h6 {
  text-align: left;
  font-weight: bold;
  color: black;
  margin: 20px 0px;
}

.textPlanWrapper {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.textPlanWrapper a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: .5px;
  margin-bottom: 10px;
  transition: color 0.1s ease-in-out 0s;
  color: rgb(137, 141, 154);
}

.textPlanWrapper a:hover {
  color: black;
}

.textPlanWrapper .planTag3,
.textPlanWrapper .planTag4,
.textPlanWrapper .planTag5,
.textPlanWrapper .planTag6 {
  display: none;
}

.acbs-content-list-popular a {
  display: block;
  position: relative;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: .5px;
  margin-bottom: 10px;
  transition: color 0.1s ease-in-out 0s;
  color: rgb(137, 141, 154);
}

.acbs-content-list-popular a:hover {
  color: black;
}

.textPlanWrapper {
  width: 100%;
  max-width: 300px;
}

.acbs-content-right {
  max-width: 200px;
}

.acbs-header-meta {
  font-size: 18px;
}

@media (max-width:1000px) {
  .acbs-content-right {
    display: none;
  }

  .acbs-content-left {
    padding-left: 20px;
  }
}

@media (max-width:500px) {
  .acbs-content-left {
    display: none;
  }

  .acbs-header-left {
    width: 100%;
  }

  .acbs-header-title {
    font-size: 36px;
    text-align: center;
  }

  .acbs-header {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}

ul.wpb-plan-features li::marker {
  display: none !important;
}

ul.wpb-plan-features li {
  list-style: none !important;
}

ul.wpb-plan-features {
  padding: 0px;
  margin: 0px;
}

.acbs-content-like-wrapper {
  display: block;
  position: relative;
  background: #4ae8ea;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 50px;
}

.acbs-content-title-toc {
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 38px;
  padding: 10px 0px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #333;
}

.acbs-content-title {
  display: block;
  position: relative;
  line-height: 38px;
  padding: 10px 0px;
  width: 100%;
  font-size: 32px !important;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px auto;
  margin-bottom: 10px;
  margin-top: 13px;
}

.acbs-content-subtitle {
  display: block;
  position: relative;
  font-size: 21px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  color: #333;
  padding-bottom: 30px;
}

.acbs-content-thumbs-wrapper {
  display: flex;
  position: relative;
  max-width: 800px;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.acbs-content-thumbs-wrapper .far {
  font-size: 50px !important;
}

.acbs-content-like {
  display: flex;
  position: relative;
  background: rgba(0, 0, 0, .15);
  color: #333;
  padding: 80px 10px;
  width: 45%;
  text-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
}

.acbs-content-unlike {
  display: flex;
  position: relative;
  background: rgba(0, 0, 0, .15);
  color: #333;
  padding: 80px 10px;
  width: 45%;
  text-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
}

.acbs-content-after {
  display: none;
}

.plugins-list .h1.sec-title {
  display: block;
  position: relative;
  width: 100%;
}

.plugins-list .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.archive.product.main .row .col-md-12 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.all-plugins .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.acbs-content-center img {
  display: block;
}

.content-wrapper li {
  list-style: inherit;
  margin: inherit;
  padding-left: 0px;
}

.content-wrapper ul {
  list-style-type: square;
  padding-left: 30px;
}

/* Container style */
.flex-container {
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  height: 50vh;
  /* Set the height of the container (e.g., full viewport height) */
  width: 100%;
  /* Set the width of the container (e.g., full width) */
  overflow: hidden;
  /* Optional: prevents overflow */
}

/* Image style */
.flex-image {
  max-width: 100%;
  /* Image can grow up to the container width */
  max-height: 100%;
  /* Image can grow up to the container height */
  object-fit: contain;
}

.selecter-options {
  height: 180px;
}

.cfsFieldShell.cfsField_countryListMultiple .cfsListSelect {
  height: 210px;
}

.getTrialBtn {
  display: none !important;
}

.postid-6244 .free-header {
  display: none;
}

.postid-6244 .table-btns__wrapper .btn-block__wrapper:nth-child(2) {
  display: none;
}

.postid-6244 .free-opt {
  display: none;
}

.postid-6244 .toggleProOptions {
  display: none !important;
}

.postid-6090 .free-header {
  display: none;
}

.postid-6090 .table-btns__wrapper .btn-block__wrapper:nth-child(2) {
  display: none;
}

.postid-6090 .free-opt {
  display: none;
}

.postid-6090 .toggleProOptions {
  display: none !important;
}

.postid-3067 .free-header {
  display: none;
}

.postid-3067 .table-btns__wrapper .btn-block__wrapper:nth-child(2) {
  display: none;
}

.postid-3067 .free-opt {
  display: none;
}

.postid-3067 .toggleProOptions {
  display: none !important;
}

.postid-360 .free-header {
  display: none;
}

.postid-360 .table-btns__wrapper .btn-block__wrapper:nth-child(2) {
  display: none;
}

.postid-360 .free-opt {
  display: none;
}

.postid-360 .toggleProOptions {
  display: none !important;
}

.lwrp .lwrp-list-double {
  width: 50% !important;
}