/*!
  * Plugin:	Affiliate Coupons (Pro)
  * URL:	https://affcoups.com
  * Name:	main.css
  */
.affcoups a.affcoups-coupon__button--code-reveal {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.affcoups a.affcoups-coupon__button--code-reveal .affcoups-coupon__button-code {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding-right: 1em;
  background: #ffecb3;
  border-radius: 3px;
  color: #222;
  text-align: right;
}
.affcoups a.affcoups-coupon__button--code-reveal .affcoups-coupon__button-text {
  position: relative;
  z-index: 6;
  display: block;
  width: calc(100% - 36px);
  background: #69f0ae;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: width 0.8s;
}
.affcoups a.affcoups-coupon__button--code-reveal .affcoups-coupon__button-text:after {
  position: absolute;
  top: 0;
  right: -36px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 45px solid transparent;
  border-left: 36px solid #69f0ae;
}
.affcoups a.affcoups-coupon__button--code-reveal:hover .affcoups-coupon__button-text,
.affcoups a.affcoups-coupon__button--code-reveal:focus .affcoups-coupon__button-text,
.affcoups a.affcoups-coupon__button--code-reveal:active .affcoups-coupon__button-text {
  width: calc(100% - 60px);
}
.affcoups .affcoups-modal {
  position: relative;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  background: #fff;
  border-radius: 3px;
}
.affcoups .affcoups-modal button.mfp-close:hover,
.affcoups .affcoups-modal button.mfp-close:focus {
  background: transparent;
}
.affcoups .affcoups-modal-coupon img.affcoups-coupon__image {
  display: block;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
.affcoups .affcoups-modal-coupon .affcoups-coupon__title {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.affcoups .affcoups-modal-coupon .affcoups-coupon__description {
  margin: 20px 0 0;
  font-size: 14px;
}
.affcoups .affcoups-modal-coupon .affcoups-coupon__footer {
  margin-top: 20px;
}
.affcoups .affcoups-modal-coupon a.affcoups-coupon__button {
  display: block;
}
.affcoups .affcoups-coupon__search_filters {
  margin-bottom: 30px;
  padding: 10px 0;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form label {
  margin: 0;
  font-size: 14px;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 3px 0;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container.searchbar label {
  flex-basis: 100%;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container.dropdowns {
  flex-wrap: nowrap;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container.dropdowns .search-dropdown-container {
  flex-basis: 18%;
  padding: 3px 8px 3px 0;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container.dropdowns .search-dropdown-container__order {
  flex-basis: 95px;
  padding-right: 0;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container.dropdowns .search-dropdown-container .search-dropdown {
  height: 36px;
  width: 100%;
  padding: 0 30px 0 10px;
  font-size: 13px;
  border: 1px solid lightgrey;
  background-color: #fff;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container .reset {
  flex-basis: auto;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container .search-field {
  flex-grow: 1;
  width: calc(100% - 38px);
  height: 36px;
  margin: 6px 0 0;
  font-size: 14px;
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container .search-submit {
  display: inline-block;
  height: 36px;
  width: auto;
  margin: 6px 0 0;
  padding: 0 18px;
  background-color: #69f0ae !important;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #222 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container .search-submit[type="reset"] {
  margin-bottom: 3px;
  padding: 0 12px;
  cursor: pointer;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container .search-submit:not([type="reset"]) {
  background-image: url("../../img/icon-search.png");
  background-position: 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container .search-submit:visited {
  color: #222;
}
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container .search-submit:hover,
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container .search-submit:focus,
.affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container .search-submit:active {
  background-color: #52eea1 !important;
  border: none;
  box-shadow: none;
  color: #222 !important;
  outline: none;
  text-decoration: none;
}
@media (max-width: 768px) {
  .affcoups .affcoups-coupon__search_filters {
    max-width: 100%;
  }
  .affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container.searchbar {
    flex-basis: 100%;
  }
  .affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container.dropdowns {
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  .affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container.dropdowns .search-dropdown-container {
    flex-basis: 100%;
    padding-right: 0;
  }
  .affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container.dropdowns .search-dropdown-container__order {
    flex-basis: 100%;
  }
  .affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container .reset {
    flex-basis: 100%;
    order: 3;
    padding: 12px 0 16px;
    border-bottom: 1px solid #d3d3d3;
  }
  .affcoups .affcoups-coupon__search_filters .search-filters-form .affcoups-coupon__search_container .search-submit[type="reset"] {
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
.affcoups .affcoups-banner .affcoups-coupon {
  margin: 0 auto 30px auto;
  max-width: 800px;
}
.affcoups .affcoups-banner .affcoups-coupon__title {
  font-size: 16px;
  line-height: 20px;
}
.affcoups .affcoups-banner .affcoups-coupon__button {
  display: block;
}
.affcoups .affcoups-banner .affcoups-coupon__footer {
  margin-top: 10px;
  color: #304756;
  font-size: 13px;
  line-height: 1.6;
}
.affcoups .affcoups-widget-small .affcoups-coupon {
  max-width: 400px;
  margin: 0 auto 30px auto;
  padding: 10px;
  border: 1px solid #ebebeb;
}
.affcoups .affcoups-widget-small .affcoups-coupon__header {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
}
.affcoups .affcoups-widget-small .affcoups-coupon__thumbnail {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  font-size: 0;
  vertical-align: top;
}
.affcoups .affcoups-widget-small .affcoups-coupon__discount {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0.3em 0.5em 0.2em;
  font-size: 13px;
}
.affcoups .affcoups-widget-small .affcoups-coupon__content {
  text-align: center;
}
.affcoups .affcoups-widget-small .affcoups-coupon__title {
  font-size: 16px;
  line-height: 20px;
}
.affcoups .affcoups-widget-small .affcoups-coupon__code .affcoups-clipboard__text {
  font-size: 13px;
  line-height: 25px;
}
.affcoups .affcoups-widget-small .affcoups-coupon__code .affcoups-clipboard {
  display: inline-block;
}
.affcoups .affcoups-widget-small .affcoups-coupon__valid-dates {
  font-size: 12px;
  text-align: center;
}
.affcoups .affcoups-widget-small .affcoups-coupon__expiry-counter {
  font-size: 12px;
  text-align: center;
}
.affcoups .affcoups-widget-small .affcoups-coupon__footer {
  text-align: center;
}
.affcoups .affcoups-widget-small .affcoups-coupon__button {
  font-size: 13px;
  line-height: 35px;
  min-width: 50%;
}
.affcoups .affcoups-widget-small .affcoups-coupon__button .affcoups-coupon__button-icon {
  height: 14px;
  width: 14px;
}
.affcoups .affcoups-standard .affcoups-coupon--highlighted,
.affcoups .affcoups-coupons-grid .affcoups-coupon--highlighted,
.affcoups .affcoups-widget .affcoups-coupon--highlighted,
.affcoups .affcoups-widget-small .affcoups-coupon--highlighted,
.affcoups .affcoups-coupons-list .affcoups-coupon--highlighted {
  border: 2px solid #ffd700;
}
.affcoups .affcoups-standard .affcoups-coupon--style-light,
.affcoups .affcoups-coupons-grid .affcoups-coupon--style-light,
.affcoups .affcoups-coupons-list .affcoups-coupon--style-light,
.affcoups .affcoups-widget .affcoups-coupon--style-light,
.affcoups .affcoups-widget-small .affcoups-coupon--style-light {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.affcoups .affcoups-standard .affcoups-coupon--style-dark,
.affcoups .affcoups-coupons-grid .affcoups-coupon--style-dark,
.affcoups .affcoups-widget .affcoups-coupon--style-dark,
.affcoups .affcoups-widget-small .affcoups-coupon--style-dark,
.affcoups .affcoups-coupons-list .affcoups-coupon--style-dark {
  background: #212121;
}
.affcoups .affcoups-standard .affcoups-coupon--style-dark .affcoups-coupon__title,
.affcoups .affcoups-coupons-grid .affcoups-coupon--style-dark .affcoups-coupon__title,
.affcoups .affcoups-widget .affcoups-coupon--style-dark .affcoups-coupon__title,
.affcoups .affcoups-widget-small .affcoups-coupon--style-dark .affcoups-coupon__title,
.affcoups .affcoups-coupons-list .affcoups-coupon--style-dark .affcoups-coupon__title {
  color: #fff;
}
.affcoups .affcoups-standard .affcoups-coupon--style-dark .affcoups-coupon__content,
.affcoups .affcoups-coupons-grid .affcoups-coupon--style-dark .affcoups-coupon__content,
.affcoups .affcoups-widget .affcoups-coupon--style-dark .affcoups-coupon__content,
.affcoups .affcoups-widget-small .affcoups-coupon--style-dark .affcoups-coupon__content,
.affcoups .affcoups-coupons-list .affcoups-coupon--style-dark .affcoups-coupon__content {
  color: #ccc;
}
.affcoups .affcoups-standard .affcoups-coupon--style-dark .affcoups-coupon__types span,
.affcoups .affcoups-coupons-grid .affcoups-coupon--style-dark .affcoups-coupon__types span,
.affcoups .affcoups-widget .affcoups-coupon--style-dark .affcoups-coupon__types span,
.affcoups .affcoups-widget-small .affcoups-coupon--style-dark .affcoups-coupon__types span,
.affcoups .affcoups-coupons-list .affcoups-coupon--style-dark .affcoups-coupon__types span {
  color: #ccc;
}
.affcoups .affcoups-standard .affcoups-coupon--style-dark .affcoups-coupon__valid-dates,
.affcoups .affcoups-coupons-grid .affcoups-coupon--style-dark .affcoups-coupon__valid-dates,
.affcoups .affcoups-widget .affcoups-coupon--style-dark .affcoups-coupon__valid-dates,
.affcoups .affcoups-widget-small .affcoups-coupon--style-dark .affcoups-coupon__valid-dates,
.affcoups .affcoups-coupons-list .affcoups-coupon--style-dark .affcoups-coupon__valid-dates {
  color: #ccc;
}
.affcoups .affcoups-standard .affcoups-coupon--style-dark .affcoups-coupon__expiry-counter,
.affcoups .affcoups-coupons-grid .affcoups-coupon--style-dark .affcoups-coupon__expiry-counter,
.affcoups .affcoups-widget .affcoups-coupon--style-dark .affcoups-coupon__expiry-counter,
.affcoups .affcoups-widget-small .affcoups-coupon--style-dark .affcoups-coupon__expiry-counter,
.affcoups .affcoups-coupons-list .affcoups-coupon--style-dark .affcoups-coupon__expiry-counter {
  color: #ccc;
}
.affcoups .affcoups-standard .affcoups-coupon--style-dark .affcoups-coupon-code,
.affcoups .affcoups-coupons-grid .affcoups-coupon--style-dark .affcoups-coupon-code,
.affcoups .affcoups-widget .affcoups-coupon--style-dark .affcoups-coupon-code,
.affcoups .affcoups-widget-small .affcoups-coupon--style-dark .affcoups-coupon-code,
.affcoups .affcoups-coupons-list .affcoups-coupon--style-dark .affcoups-coupon-code {
  border-color: #545454;
}
.affcoups-load-more {
  text-align: center;
}
.affcoups-load-more .affcoups-coupon__button-load-more {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 6px;
  padding: 0 25px;
  background: #69f0ae !important;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #222 !important;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.affcoups-load-more .affcoups-coupon__button-load-more:visited {
  color: #222;
}
.affcoups-load-more .affcoups-coupon__button-load-more:hover,
.affcoups-load-more .affcoups-coupon__button-load-more:focus,
.affcoups-load-more .affcoups-coupon__button-load-more:active {
  background-color: #52eea1 !important;
  border: none;
  box-shadow: none;
  color: #222 !important;
  outline: none;
  text-decoration: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

