* {
  box-sizing: border-box;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#subheader-social, #header-ads {
  border: none;
}

#subheader-social .social-links li a {
  border-right: none;
}

.col-3cl .main-inner {
  background: none;
}

.grecaptcha-badge {
  opacity: 0;
  pointer-events: none;
}

.wrapper-iframe {
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 24px;
}
.wrapper-iframe iframe {
  position: absolute;
  height: 100%;
}

.sidebar-content {
  padding: 0 10px;
}
.sidebar-content .sam-pro-block-item {
  margin-bottom: 16px;
}
.sidebar-content .sam-pro-block-item img {
  display: block;
}
.sidebar-content .fo-title {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.sidebar-content .fo-title:before, .sidebar-content .fo-title:after {
  content: "";
  display: table;
}
.sidebar-content .fo-title span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  bottom: -1px;
  border-bottom-color: #f20505 !important;
}

#header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
}
@media (max-width: 767px) {
  #header .nav-menu.mobile > .menu-toggle {
    display: none;
  }
}
@media (min-width: 768px) {
  #header .pad {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
#header .nav-menu:not(.mobile) {
  padding: 4px 0;
}
@media (max-width: 767px) {
  #header .site-title {
    position: absolute;
    z-index: 999;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  #header #wrap-nav-topbar {
    height: 80px;
  }
  #header #mega-menu-wrap-topbar {
    z-index: 100;
    width: 100%;
  }
  #header .toggle-search {
    background-color: white;
    top: 15px;
    border-left: none;
    border-right: none;
  }
  #header .toggle-search.active #svg-close {
    fill: #F20505;
  }
  #header .search-expand {
    top: 80px;
  }
  #header #mega-menu-wrap-topbar .mega-menu-toggle .mega-toggle-block-1:after {
    font-size: 32px;
    color: #999;
  }
  #header #mega-menu-wrap-topbar .mega-menu-toggle {
    line-height: 80px;
    height: 80px;
  }
}
#header .site-title a {
  background: transparent;
}

#wrapper.js-vue-app {
  margin-top: 80px;
}

body.admin-bar #header {
  top: 32px;
}
@media (max-width: 767px) {
  body.admin-bar #header {
    top: 46px;
  }
}

.post-comments {
  display: none;
}

.page-title {
  border: none;
  padding: 0;
  margin: 0;
}

.single .post-title {
  font-size: 32px;
}

.jb-h1, .jb-h2 {
  margin-bottom: 16px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.jb-h1 span, .jb-h2 span {
  font-size: 24px;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: inherit;
  border-bottom: 1px solid #F20505;
  position: relative;
  bottom: -1px;
}

.jb-h2 {
  margin-bottom: 8px;
}
.jb-h2 span {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}

.post-grid .post-row {
  border-bottom: none;
}

.col-3cm .main {
  background: none;
}
.col-3cm .main-inner {
  background: none;
}

.banner-row {
  padding: 15px 0;
}

.cta {
  background: #F20505;
  color: #fff;
  padding: 8px 14px;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .jb-main-wrapper--no-mobile-sidebar-2 .sidebar.s2 {
    display: none;
  }
}

.jb-video__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.jb-video__video-wrapper-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.jb-video__video-wrapper .fluid-width-video-wrapper {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
.jb-video__youtube-link {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  background-color: #F20505;
  color: white;
  padding: 8px 16px;
  cursor: pointer;
}
.jb-video__youtube-link:hover {
  color: white;
}
.jb-video__youtube-link i {
  margin-right: 8px;
}
.jb-video iframe {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100vw !important;
  height: 100vh !important;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .jb-video iframe {
    pointer-events: none;
  }
}
@media (min-aspect-ratio: 16/9) {
  .jb-video iframe iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .jb-video iframe iframe {
    width: 177.78vh;
  }
}

.jb-header {
  display: flex;
}
@media (max-width: 767px) {
  .jb-header {
    flex-direction: column;
  }
}
.jb-header__video-wrapper {
  width: 66.66%;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .jb-header__video-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.jb-header__video-wrapper-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.jb-header__content-wrapper {
  width: 33.34%;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .jb-header__content-wrapper {
    width: 100%;
    padding-left: 0;
  }
}

.jb-mobile-banner__title, .jb-mobile-banner__row {
  display: none;
}
@media (max-width: 767px) {
  .jb-mobile-banner__title, .jb-mobile-banner__row {
    display: block;
  }
}
.jb-mobile-banner__post-row {
  margin-right: 0 !important;
}
.jb-mobile-banner__row {
  padding: 0 15px 20px;
}
.jb-mobile-banner__row .sam-pro-block-line {
  padding: 10px 0 !important;
}

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }
}

/**
Ad slider
*/
.fo-ad-slider {
  overflow: hidden;
  max-width: 100%;
  max-height: 250px;
}
.fo-ad-slider .slick-next, .fo-ad-slider .slick-prev {
  display: none !important;
}
.fo-ad-slider .slick-slide, .fo-ad-slider .sam-pro-block-item {
  display: block;
  float: left;
}
.fo-ad-slider .sam-pro-ad {
  display: flex;
  align-items: center;
}

.fo-content__list--flex {
  display: flex;
  flex-wrap: wrap;
}
.fo-content__list--flex .fo-content__link {
  align-items: flex-start;
  font-size: 14px;
}
.fo-content__list--flex .fo-content__link strong {
  display: block;
  font-size: 15px;
}
.fo-content__list--flex .fo-content__list-item {
  width: 50%;
}
.fo-content__list--flex .fo-content__list-item:nth-child(odd) {
  padding-right: 8px;
}
.fo-content__list--flex .fo-content__list-item:nth-child(even) {
  padding-left: 8px;
}
@media (max-width: 1044px) {
  .fo-content__list--flex .fo-content__list-item {
    width: 100%;
  }
  .fo-content__list--flex .fo-content__list-item:nth-child(odd), .fo-content__list--flex .fo-content__list-item:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }
}
.fo-content__content {
  margin-bottom: 10px;
}
.fo-content__link {
  display: flex;
  align-items: center;
  color: #777;
}
.fo-content__img {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
}

.fo-most-read {
  height: 100%;
}
.fo-most-read__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 48px);
}
.fo-most-read__list--flex {
  display: flex;
  flex-wrap: wrap;
}
.fo-most-read__list--flex .fo-most-read__link {
  align-items: flex-start;
  font-size: 14px;
}
.fo-most-read__list--flex .fo-most-read__link strong {
  display: block;
  font-size: 15px;
}
.fo-most-read__list--flex .fo-most-read__list-item {
  width: 50%;
}
.fo-most-read__list--flex .fo-most-read__list-item:nth-child(odd) {
  padding-right: 8px;
}
.fo-most-read__list--flex .fo-most-read__list-item:nth-child(even) {
  padding-left: 8px;
}
@media (max-width: 1044px) {
  .fo-most-read__list--flex .fo-most-read__list-item {
    width: 100%;
  }
  .fo-most-read__list--flex .fo-most-read__list-item:nth-child(odd), .fo-most-read__list--flex .fo-most-read__list-item:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }
}
.fo-most-read__list-item {
  height: 20%;
}
.fo-most-read__content {
  margin-bottom: 10px;
}
.fo-most-read__link {
  display: flex;
  height: 100%;
  align-items: center;
  color: #222222;
  font-size: 17px;
  font-weight: bold;
  padding-top: 16px;
}
@media only screen and (max-width: 1200px) {
  .fo-most-read__link {
    font-size: 14px;
    padding-top: 8px;
  }
}
.fo-most-read__link:hover {
  color: #F20505;
}
.fo-most-read__img {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
  width: 80px;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .fo-most-read__img {
    height: 60px;
  }
}

/**
 *  Acco pages
 **/
.jb-acco-page {
  display: flex;
  min-height: calc(100vh - 238px);
}
@media (max-width: 768px) {
  .jb-acco-page {
    flex-direction: column;
  }
}
.jb-acco-page__filter {
  width: 300px;
}
@media (max-width: 768px) {
  .jb-acco-page__filter {
    width: 100%;
    margin-bottom: 30px;
  }
}
.jb-acco-page__content {
  width: calc(100% - 300px);
  padding-left: 30px;
}
@media (max-width: 768px) {
  .jb-acco-page__content {
    width: 100%;
    padding: 0 15px;
  }
}

.daterangepicker {
  display: none;
}
.daterangepicker td.active {
  background-color: #F20505;
  color: white;
  border-radius: 0;
}
.daterangepicker td.active:hover {
  background-color: red;
  color: white;
  border-radius: 0;
}

.acco-banner {
  position: relative;
  height: 300px;
  width: 100%;
  background-size: cover;
  text-align: center;
  padding: 40px 15px;
}
.acco-banner.no-result {
  padding: 40px 15px;
}
@media (min-width: 720px) {
  .acco-banner.no-result {
    padding: 70px 30px;
  }
}
.acco-banner:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 720px) {
  .acco-banner {
    padding: 90px 30px;
  }
}
.acco-banner p, .acco-banner h2, .acco-banner form {
  position: relative;
  z-index: 2;
}
.acco-banner p, .acco-banner h2 {
  color: white;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.acco-banner h2 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
}
.acco-banner form {
  text-align: center;
  font-size: 0;
}
.acco-banner form span {
  color: #222222;
}
.acco-banner form .form-column {
  display: inline-block;
  margin: 5px 2px;
  vertical-align: middle;
  text-align: left;
}
.acco-banner form .form-column input, .acco-banner form .form-column span {
  margin-bottom: 0;
  font-size: 16px;
}
.acco-banner form .form-column input {
  font-size: 16px;
}
.acco-banner form .form-column button {
  line-height: 24px;
  font-size: 18px;
}
.acco-banner.small {
  height: auto;
  padding: 15px;
}
.acco-banner.small h2 {
  margin-bottom: 15px;
}
.acco-banner.small form .form-column {
  display: block;
}
.acco-banner.small form .form-column:after {
  content: "";
  display: table;
  clear: both;
}
.acco-banner.small form .form-column .twitter-typeahead {
  display: block;
  width: 100%;
}
.acco-banner.small form .form-column button {
  float: none;
  display: block;
  width: 100%;
}
.acco-banner.header {
  height: auto;
  padding: 15px;
}
.acco-banner.header h2 {
  text-align: left;
}

.acco-banner form .form-row:after, .form-filter form .form-row:after {
  content: "";
  display: table;
  clear: both;
}
.acco-banner form label, .form-filter form label {
  display: block;
  font-weight: bold;
  color: #F20505;
  margin-bottom: 5px;
}
.acco-banner form input, .form-filter form input {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 2px solid #eee;
  color: #777;
  outline: none;
  padding: 7px 8px;
  font-size: 18px;
  width: 100%;
}
.acco-banner form input.small, .form-filter form input.small {
  width: 100px;
}
.acco-banner form input.medium, .form-filter form input.medium {
  width: 180px;
}
.acco-banner form .twitter-typeahead, .form-filter form .twitter-typeahead {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.acco-banner form .twitter-typeahead input, .form-filter form .twitter-typeahead input {
  margin-bottom: 0;
}
.acco-banner form .tt-dropdown-menu, .form-filter form .tt-dropdown-menu {
  background: white;
  border: 2px solid #eee;
  width: 100%;
  padding: 0 0 10px;
}
.acco-banner form .tt-dropdown-menu > div, .form-filter form .tt-dropdown-menu > div {
  width: 100%;
}
.acco-banner form .tt-dropdown-menu > div h6, .form-filter form .tt-dropdown-menu > div h6 {
  font-size: 16px;
  padding: 8px 8px 0;
}
.acco-banner form .tt-dropdown-menu > div .tt-highlight, .acco-banner form .tt-dropdown-menu > div .tt-cursor, .form-filter form .tt-dropdown-menu > div .tt-highlight, .form-filter form .tt-dropdown-menu > div .tt-cursor {
  color: #F20505;
}
.acco-banner form .tt-dropdown-menu > div .tt-cursor, .form-filter form .tt-dropdown-menu > div .tt-cursor {
  color: #F20505;
  background: #d5d5d5;
}
.acco-banner form .tt-dropdown-menu > div .tt-suggestion, .form-filter form .tt-dropdown-menu > div .tt-suggestion {
  width: 100%;
  padding: 0 8px;
  color: #222222;
  cursor: pointer;
}
.acco-banner form .tt-dropdown-menu > div .tt-suggestion:hover, .form-filter form .tt-dropdown-menu > div .tt-suggestion:hover {
  color: #F20505;
  background: #d5d5d5;
}

.acco-content h2, .acco-filter h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.acco-content button, .acco-content .cta, .acco-filter button, .acco-filter .cta {
  background: #F20505;
  color: #fff;
  padding: 8px 14px;
  font-weight: 600;
  display: inline-block;
  float: left;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}
.acco-content .show-mobile, .acco-filter .show-mobile {
  display: block !important;
}
@media (min-width: 720px) {
  .acco-content .show-mobile, .acco-filter .show-mobile {
    display: none !important;
  }
}
.acco-content .show-desktop, .acco-filter .show-desktop {
  display: none !important;
}
@media (min-width: 720px) {
  .acco-content .show-desktop, .acco-filter .show-desktop {
    display: flex !important;
    flex-direction: column;
  }
}
.acco-content .form-filter, .acco-filter .form-filter {
  margin-bottom: 20px;
}
.acco-content .form-filter.form-wrapper, .acco-filter .form-filter.form-wrapper {
  background: #eee;
  padding: 15px;
}

.acco-filter > .show-desktop {
  height: 100%;
}
.acco-filter > .show-desktop .form-filter {
  height: 100%;
}
.acco-filter__intro {
  margin-bottom: 20px;
}
.acco-filter__text {
  margin-bottom: 0;
}

.acco-content:after {
  content: "";
  display: table;
  clear: both;
}
.acco-content p {
  margin-bottom: 20px;
}
.acco-content > * {
  max-width: 700px;
}
.acco-content .result-stats {
  border-bottom: 1px solid #eee;
}
.acco-content .result-stats:after {
  content: "";
  display: table;
  clear: both;
}
.acco-content .result-stats p {
  max-width: 500px;
  margin-bottom: 20px;
}
.acco-content .result-stats table.result-statistics {
  margin-bottom: 15px;
  display: none;
}
.acco-content .result-stats table.result-statistics h4 {
  font-size: 18px;
  margin: 5px 0 10px;
}
.acco-content .result-stats table.result-statistics .res {
  display: none;
}
.acco-content .result-stats table.result-statistics .res .value {
  font-weight: bold;
}
.acco-content .result-stats table.result-statistics th, .acco-content .result-stats table.result-statistics td {
  padding: 2px 0;
  text-align: left;
}
.acco-content .result-stats table.result-statistics td {
  padding-right: 15px;
}
.acco-content .result-stats table.result-statistics td:first-child {
  text-align: right;
}
.acco-content #results {
  position: relative;
  padding-top: 20px;
  min-height: 400px;
  background-color: white;
  transition: 200ms background-color ease;
}
@media (min-width: 720px) {
  .acco-content #results {
    min-height: 600px;
  }
}
.acco-content #results .spinner {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.acco-content #results .spinner .double-bounce1, .acco-content #results .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #F20505;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.acco-content #results .spinner .double-bounce2 {
  animation-delay: -1s;
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.acco-content #results .result {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  transform: translateY(15px);
  opacity: 0;
  transition: 300ms all ease;
}
.acco-content #results .result:after {
  content: "";
  display: table;
  clear: both;
}
.acco-content #results .result:last-child {
  border-bottom: none;
}
.acco-content #results .result.visible {
  opacity: 1;
  transform: translateY(0);
}
.acco-content #results .result h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.acco-content #results .result .thumb {
  width: 100%;
  height: 200px;
  background-size: cover;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .acco-content #results .result .thumb {
    display: inline-block;
    float: left;
    width: 200px;
    margin-right: 20px;
  }
}
.acco-content #results .result .content:before {
  display: none;
}
.acco-content #results .result .content:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 720px) {
  .acco-content #results .result .content {
    display: inline-block;
    width: calc(100% - 220px);
    float: right;
  }
}
.acco-content #results .result .content p {
  margin-bottom: 10px;
}
.acco-content #results .result .content .score {
  display: inline-block;
  float: right;
  padding: 5px 10px;
  margin-left: 5px;
  background: #eee;
  color: #F20505;
  font-size: 14px;
  font-weight: bold;
}
.acco-content #results .result .content .score span {
  font-size: 16px;
}
.acco-content #results .result .content .score[data-score=null] {
  display: none;
}
.acco-content #results .result .content td {
  padding-right: 5px;
}
.acco-content #results .result .content td b {
  font-weight: bold;
}
.acco-content #results .result .content .meta {
  text-align: right;
}
.acco-content #results .result .content .meta > * {
  display: inline-block;
}
.acco-content #results .result .content .meta .price {
  margin-right: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 38px;
}
.acco-content #results .result .content .cta {
  padding: 5px 10px;
  float: none;
}
.acco-content #results.searching .spinner {
  display: block;
}
.acco-content #results .no-results {
  display: none;
  padding: 10px;
  text-align: center;
}
@media (min-width: 720px) {
  .acco-content #results .no-results {
    padding: 40px;
  }
}
.acco-content .navigation {
  display: none;
  float: right;
}
.acco-content .navigation:after {
  content: "";
  display: table;
  clear: both;
}
.acco-content .navigation li {
  display: inline-block;
  color: #F20505;
  padding: 0 8px;
  margin: 4px 0;
  cursor: pointer;
  border-right: 1px solid fade(gray, 40);
}
.acco-content .navigation li span {
  display: inline-block;
  vertical-align: middle;
}
.acco-content .navigation li span:hover, .acco-content .navigation li span.active {
  color: black;
}
.acco-content .navigation li.price .price-asc, .acco-content .navigation li.price .score-asc, .acco-content .navigation li.score .price-asc, .acco-content .navigation li.score .score-asc {
  transform: translateY(5px);
}
.acco-content .navigation li.price .price-des, .acco-content .navigation li.price .score-des, .acco-content .navigation li.score .price-des, .acco-content .navigation li.score .score-des {
  transform: rotate(180deg) translateY(0);
}
.acco-content .navigation li.forward {
  border-right: none;
}
.acco-content .navigation li:hover {
  text-decoration: none;
}
.acco-content .cancel-terms {
  margin-top: 16px;
  background-color: #47A614;
  color: white;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
}

.acco-single__header {
  font-size: 24px;
  margin-bottom: 16px;
}
.acco-single__text {
  margin-bottom: 10px;
  max-width: 400px;
}

@media (min-width: 768px) {
  .acco-page__td-space {
    padding-left: 15px;
  }
}

.perfecty-push-dialog-container {
  top: 50%;
  transform: translateY(-50%);
}

.perfecty-push-dialog-box .perfecty-push-dialog-icon {
  box-shadow: none;
}

.perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-cancel {
  color: #F20505;
}

.perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-subscribe {
  background-color: #F20505;
}

.perfecty-push-settings-container #perfecty-push-settings-open svg {
  background-color: #F20505;
}
