.content-wrap .cell > div > *.addons-header {
  padding: 0;
}

.addons-header .services-header-subtitle,
.services-header .services-header-subtitle {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.addon-main-block {
  background-color: white;
  padding: 24px 15px 18px 0;
  border-radius: 5px;
  box-shadow: 0 0 16px 0 rgba(29, 42, 60, 0.1);
  position: relative;
  margin-bottom: 40px;
  transition: 0.4s;
}

.addon-main-block.new_addon:after {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 8px;
  background: url("../../img/main/triangle_orange.svg") center/cover no-repeat;
  width: 79px;
  height: 46px;
}

.addons-container a.addon-main-block-link {
  color: #464646;
}

.addons-container a.addon-main-block-link:hover .addon-main-block {
  box-shadow: 0 0 18px 0 rgba(29, 42, 60, 0.3);
  transition: 0.4s;
}

.addon-download {
  color: #757575;
  font-size: 12px;
  line-height: 2;
}

.addon-recent-sales-img {
  width: 178px;
  display: inline-block;
  margin-right: 24px;
}

.addon-title {
  font-size: 22px;
  line-height: 23px;
  font-weight: 500;
  margin: 0;
  display: inline;
}

.addon-desc p,
.addon-desc {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  display: inline;
  font-family: Roboto;
  line-height: 150%;
}

.addon-stars .stars {
  text-align: right;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.addon-stars span {
  vertical-align: middle;
  display: inline-block;
}

.addon-stars {
  font-size: 0;
}

.rating-comments,
.count-comments {
  font-family: Roboto;
  font-size: 15px;
  line-height: 18px;
  color: #464646;
}

.rating-comments {
  font-weight: 500;
  padding: 0 3px;
}

.count-comments {
  font-weight: 300;
}

.addon-block-content {
  display: inline-block;
  vertical-align: top;
  width: 62%;
}

.addon-price-block {
  margin: 18px 0 21px;
}

.addon-old-price {
  font-family: Roboto;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  color: #969594;
  padding-right: 4px;
  text-decoration: line-through;
}

.addon-price {
  font-family: Roboto;
  font-size: 22px;
  line-height: 26px;
  color: #464646;
}

.addon-stars .stars .star {
  background: none;
  color: #FFAB00;
  font-size: 18px;
  margin-right: 4px;
  margin-top: 0;
}

.supported-platforms {
  background-color: #FAFAFA;
  padding: 8px 0 8px 10px;
  font-size: 0;
}

.supported-platforms span {
  font-family: Roboto;
  font-weight: 300;
  font-size: 15px;
  line-height: normal;
  color: #464646;
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
}

#addon-43887 .supported-platforms-truck {
  display: none;
}

.supported-platforms .supported-platforms-title {
  padding-right: 9px;
}

.certified-pro-icons .pro-icon-addons {
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
  margin-right: 5px;
}

.certified-pro-icons .pro-icon-addons.truck {
  padding-top: 14px;
}

.certified-pro-icons .pro-icon-addons.woo-icon {
  padding-top: 17px;
}

.certified-pro-icons .pro-icon-addons.wp-icon {
  padding-top: 8px;
}

.list-extensions-block {
  margin-top: 73px;
  position: relative;
}

.list-extensions-block .list-addons {
  font-size: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.list-extensions-block .list-addons li {
  list-style: none;
}

.list-extensions-block .list-addons li.mixitup-control-active {
  color: #F57F17;
  border-bottom: 2px #F57F17 solid;
}

.addon-main-block-link:hover,
.addon-main-block-link:focus,
.list-addons li a:hover,
.list-addons li a:focus {
  text-decoration: none;
}

.list-extensions-block .list-addons li:hover,
.list-extensions-block .list-addons li:focus {
  cursor: pointer;
  color: #F5801A;
}

.feedbacks.feedbacks-addons .item {
  min-height: 510px;
}

.addon-price-free {
  color: white;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: 60px;
  background-color: #46AB88;
  padding-left: 7px;
}

.addon-price-free:after {
  content: " ";
  position: absolute;
  width: 12px;
  height: 0;
  left: 60px;
  top: 0;
  border-width: 13px 6px;
  border-style: solid;
  border-color: #46AB88 transparent #46AB88 #46AB88;
}

/******************************************/
.stars .fa {
  color: #e9bf5b;
  margin-right: 5px;
}

#search-container-results {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 5px;
  display: none;
  margin-bottom: 50px;
}

.articles_list:not(:last-child) {
  border-bottom: 1px solid #f3f3f3;
}

.articles_list {
  padding: 5px 0;
  font-size: 16px;
}

.articles_list a {
  color: #3187d8;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
}

.main-content {
  background-color: #f3f3f3;
}

.main-content .container {
  padding-top: 15px;
  padding-bottom: 35px;
  font-size: 15px;
  line-height: 23px;
}

.main-content .h1,
.main-content h1 {
  font-size: 36px;
  line-height: 48px;
  color: #2b4666;
  font-weight: 700;
  padding: 35px 0 37px;
  margin: 0;
}

.main-content .h3,
.main-content h3 {
  font-size: 24px;
  color: #253e60;
  font-weight: 500;
  padding: 10px 0;
}

.main-content p {
  padding: 10px 0;
}

.main-content ul.topics {
  list-style-type: none;
}

.main-content .topic-item {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 40px;
  margin-top: 24px;
}

.main-content ul li {
  padding-top: 3px;
  padding-bottom: 3px;
}

#searchform .form-group input {
  height: 55px;
  border: none;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.articles_list .fa:hover {
  cursor: pointer;
}

.content-wrap .cell > div > *.addons-container {
  padding: 40px 0;
}

/*************** SERVICES START ***************/
.content-wrap .cell > div > *.services-header {
  padding-bottom: 36px;
}

.addons-header-bg,
.services-header {
  background-color: #F7f7f7;
}

.addons-header-bg {
  padding-top: 80px;
}

.services-header .services-header-link a {
  font-family: Roboto;
  line-height: normal;
  font-size: 16px;
  text-decoration: underline;
  color: #464646;
}

.services-header .services-header-link a:hover,
.services-header .services-header-link a:focus {
  text-decoration: none;
}

.services-header .services-header-link a:after {
  content: url("../../img/main/play_logo.svg");
  position: relative;
  display: inline-block;
  width: 31px;
  height: 31px;
  vertical-align: middle;
  margin-left: 10px;
}

.vcenter {
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.content-wrap .cell > div > *.average-customer-rating {
  padding-bottom: 65px;
}

.services-done-plus {
  font-family: Roboto;
  font-weight: bold;
  line-height: normal;
  font-size: 30px;
  color: #464646;
}

.services-done {
  font-family: Roboto;
  font-weight: normal;
  line-height: normal;
  font-size: 17px;
  color: #464646;
  padding-top: 10px;
}

.average-customer-rating-block-center .fa-star-cust:before {
  content: url("../../img/main/star-cust.svg");
  position: relative;
  left: 1px;
  top: 1px;
}

.average-customer-rating-block-center strong {
  font-family: Roboto;
  font-weight: bold;
  line-height: normal;
  font-size: 30px;
  color: #464646;
}

.average-customer-rating-block-center {
  font-family: Roboto;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
}

.average-customer-rating-block-center i {
  color: #FF9900;
  font-size: 18px;
}

.average-customer-rating-block-title {
  font-family: Roboto;
  font-weight: normal;
  line-height: normal;
  font-size: 17px;
  color: #464646;
  padding-top: 10px;
}

.certified-pro {
  font-weight: normal;
  line-height: normal;
  font-size: 17px;
  color: #464646;
}

.certified-pro-icons {
  display: inline-block;
  vertical-align: middle;
}

.certified-pro-icons a {
  display: inline-block;
  width: 47px;
  height: 47px;
  margin-right: 6px;
}

.certified-pro-icons a:hover {
  text-decoration: none;
}

.services-categories-blog h3 {
  font-family: Roboto;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  color: #969594;
  border-bottom: 2px solid #F3F3F3;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

.list-services {
  padding-left: 0;
}

.list-services li {
  list-style: none;
}

.list-services-block .list-services li a {
  font-family: Roboto;
  font-weight: normal;
  font-size: 17px;
  color: #565B65;
  display: block;
  padding: 8px 0;
}

.list-services li a:hover,
.list-services li a:focus {
  text-decoration: none;
}

.list-services li a.active {
  color: #F5801A;
}

.certified-pro-icons .pro-icon {
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
  margin-right: 5px;
  padding-top: 11px;
}

.certified-pro-icons .pro-icon-addons img,
.certified-pro-icons .pro-icon img {
  margin: auto;
}

.content-wrap .cell > div > *.services-categories-blog {
  padding: 50px 0;
}

.services-flex-title h2 {
  font-size: 24px;
  line-height: 25px;
  font-weight: 500;
  color: #464646;
  margin-bottom: 42px;
  position: relative;
  display: block;
}

.services-flex-title.addons-f-t {
  margin-top: 30px;
}

.services-flex-title h2 span {
  background-color: white;
  position: relative;
  z-index: 10;
  padding-right: 20px;
}

.services-flex-block .services-flex-title h2:after {
  display: block;
  position: absolute;
  top: 13px;
  right: 0;
  height: 1px;
  background-color: #E5E5E5;
  content: "";
  width: 100%;
  z-index: 1;
}

.services-flex {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin-left: -29px;
}

.services-flex:not(:last-child) {
  margin-bottom: 40px;
}

.single-services-link {
  background: #FFFFFF;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  transition: 0.4s;
  height: 100%;
  justify-content: space-between;
}

.single-services-link:hover {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.4);
}

.button-block {
  padding: 18px 22px 0;
}

.learn-more-block {
  padding: 0 22px 25px;
}

.button-block .button-block-title {
  font-family: Roboto;
  font-weight: 500;
  line-height: 28px;
  font-size: 22px;
  color: #464646;
}

.services-flex-items a:focus,
.services-flex-items a:hover {
  text-decoration: none;
}

.thumb-block img {
  max-width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

.services-flex-items .thumb-block img {
  width: 100%;
}

.button-block p {
  font-family: Roboto;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  color: #464646;
  margin-bottom: 24px;
}

.button-block p strong {
  font-family: Roboto;
  font-weight: 600;
  line-height: normal;
  font-size: 18px;
  color: #464646;
}

.single-services-link .btn {
  width: 100%;
  border-width: 1px;
  margin: 0;
}

.single-services-link .btn:focus,
.single-services-link .btn:hover {
  background-color: #F57F17;
  border-color: #F57F17;
}

.safes {
  background-color: #F7F7F7;
}

.safes__items {
  align-items: flex-start;
  justify-content: space-around;
}

.safes__items {
  display: flex;
  flex-wrap: wrap;
}

.safes__item {
  flex: 1;
  padding: 0 1%;
  display: flex;
}

.safe__img {
  margin-right: 20px;
}

.safe__title {
  font-size: 21px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 19px;
  margin-top: 16px;
  color: #464646;
}

.content-wrap .cell > div > *.feedbacks {
  padding: 80px 0 69px;
}

.feedbacks {
  background-color: #3b3b3b;
}

.feedbacks::after {
  height: 202px;
}

.feedbacks h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: normal;
  color: #fff;
  margin-bottom: 50px;
}

.feedbacks .item {
  padding: 40px 25px 20px;
  margin: 10px;
  border-radius: 8px;
  min-height: 400px;
  background: #fff;
  color: #565b65;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
}

.feed-author .user {
  font: 22px/30px Roboto;
  color: #E17720;
  font-weight: 500;
}

.feedbacks .onblack .owl-nav .owl-prev,
.feedbacks .onblack .owl-nav .owl-next {
  top: 130px;
}

.feedbacks .item .country {
  color: #464646;
  font-size: 14px;
}

.feedstars {
  margin: 20px 0 30px;
  text-align: center;
}

.feedbacks .item .fa {
  color: #ff9f00;
  font-size: 18px;
  margin: 0 4px;
}

.feedbacks .item p {
  line-height: 30px;
  position: relative;
}

.onblack.owl-carousel .owl-dots {
  display: none;
}

.content-wrap .cell > div > *.some-questions {
  padding-top: 0;
}

.some-questions h2 {
  font-family: Roboto;
  font-weight: 500;
  line-height: normal;
  font-size: 30px;
  color: #464646;
  margin-bottom: 30px;
}

.faq__question {
  font-size: 18px;
  color: #464646;
  font-weight: bold;
  line-height: normal;
}

.faq__answer {
  padding-left: 30px;
}

.faq__answer {
  margin-top: 20px;
  border-left: 1px solid #FF9900;
  line-height: 24px;
  font-size: 17px;
  color: #464646;
}

.faqs__item {
  width: 100%;
  margin-top: 40px;
}

.content-wrap .cell > div > *.payments {
  padding: 27px 0 22px;
  background-color: #F7F7F7;
}

.payments__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -10px 0 0 -25px;
}

.payments__text, .payments__imgs {
  margin: 10px 0 0 25px;
}

.payments__img {
  margin-right: 2px;
}

.services-flex-item-stars .star {
  color: #FFAB00;
  font-size: 17px;
  margin-right: 5px;
}

.services-flex-item-stars {
  width: 113px;
}

.services-single-stars-l {
  width: 125px;
}

.services-flex-item-stars-reviews,
.services-flex-item-stars-count {
  display: inline-block;
  vertical-align: text-top;
}

.services-flex-item-rating {
  margin-top: 11px;
  margin-bottom: 19px;
}

.services-flex-item-rating div {
  display: inline;
}

.services-flex-item-price {
  font-family: Roboto;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  color: #464646;
  margin-bottom: 24px;
}
.services-flex-item-price strong {
  font-family: Roboto;
  font-weight: 600;
  line-height: normal;
  font-size: 18px;
  color: #464646;
}

.services-flex-item-stars-count {
  font-size: 15px;
  color: #969594;
  padding-right: 4px;
  font-weight: 500;
  padding-top: 1px;
  line-height: 22px;
}

.services-flex-item-stars-reviews {
  font-size: 15px;
  color: #969594;
  font-weight: normal;
  line-height: 24px;
}

.services-categories-block .all {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #969594;
  position: relative;
  padding-left: 22px;
  margin-bottom: 65px;
  display: block;
  margin-top: 8px;
}

.services-categories-block .all:before {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f107";
  top: 0;
  left: 0;
  font-size: 26px;
  transform: rotate(90deg);
}

.services-categories-block .tags {
  padding-top: 10px;
}

.services-categories-block .tags a {
  background: #F7F7F7;
  border-radius: 100px;
  font-weight: normal;
  font-size: 13px;
  color: #565B65;
  display: inline-block;
  padding: 4px 6px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.services-categories-block .tags a.active {
  background: #F57F17;
  color: #FFFFFF;
}

/*************** SERVICES END ***************/
.thumb-theme.premium-theme {
  position: relative;
}

.thumb-theme.premium-theme:after {
  position: absolute;
  content: url("../../img/main/premium-theme.svg");
  top: 15px;
  right: -29px;
}

@media (max-width: 767px) {
  .addons-header .services-header-subtitle,
  .services-header .services-header-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}