<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:  Custom Theme
Theme URI: 
Author: Socail Pie
Author URI: https://socialpie.io/
Text Domain: socail-pie-theme
Description:  Discount Codes 2024.
Version: 1.0
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
*/
:root{
  --text-color : #2B2B2B;
  --primary_font: "Barlow", sans-serif;
  --primary_col: #9440FF;
  --body-bg: #F6F3FA;
  --secondary_col: #6E32EF;
    /*--primary_col_var: #D7FFF0;
    --yellow_col : #FFF8D7;
    --text-dark:#1E1E1E;
    --gray: #F5F3F7;
    --heading_col: #171717;
    --body_col: #202020;
    --secondary_col_var : #F5F9F8*/;
}
@keyframes animate_top {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(-8px);
  }
}
.search-panel {
    z-index: 999999;
    transform: translateY(-100%);
    transition: 0.5s;
}
.search-panel.panel-active {
  transform: translateY(0);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--primary_col);
    --bs-btn-border-color: var(--primary_col);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--secondary_col);
    --bs-btn-hover-border-color: var(--secondary_col);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--secondary_col);
    --bs-btn-active-border-color: var(--secondary_col);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--primary_col);
    --bs-btn-disabled-border-color: var(--primary_col);
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
  font-size: 1em;
  font-family: var(--primary_font);
  color: var(--text-color);
  overflow-x: hidden;
  background: var(--body-bg);
}
/* body, html {
    overflow-x: hidden;
} */
a {
  color: var(--text-color);
  transition: all 0.3s;
}
a:hover {
  color: var(--primary_col);
}
body img {
  max-width: 100%;
  height: auto;
}
.contain-img {
  object-fit: contain;
}
body #popup-content {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.fs-18 {
  font-size: 1.125rem;
}
.text-primary {
  color: var(--primary_col) !important;
}
.bg-primary {
  background-color: var(--primary_col) !important;
}
.bg-secondary {
  background-color: var(--secondary_col) !important;
}
.dropdown.switcher_active {
  display: block !important;
}
.flags_menu li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.share-btn img {
    cursor: pointer;
}
.blog_switcher{
  /* width: 40px; */
  border-radius: 3px;
  display: flex;
  cursor: pointer;
  height: 100%;
}
.blog_switcher:after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 0.2em;
    color: #fff;
}
.flags_menu {min-width: 60px !important;border-radius: 5px;top: 9px;left: -8px;padding: 0;overflow: hidden;padding: 0px !important;box-shadow: 0px 0px 11px -9px rgba(0,0,0,0.5);height: 325px;overflow-y: auto;}
.flags_menu li a {
  padding: 0;
  display: flex;
  height: 25px;
  border: 1px solid #ddd;
}
.flags_menu li {
  padding: 9px 10px;
  border-top: 1px solid #eee;
}
.flags_menu::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.flags_menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.flags_menu::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.flags_menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body #popup-content .popup-wrapper {
  width: 40.63em;
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 6px;
}
body #popup-content .modal-close {
  text-align: right;
  padding: 0.427em 1em;
  border-bottom: 1px solid #cacaca;
  font-size: 1.2em;
}
body #popup-content .modal-close .coupon-close {
  cursor: pointer;
}
body #popup-content .coupon-head-wrap {
  background: #f2f2f2;
  align-items: center;
  padding: 1em 1.5em;
}
body #popup-content .store-logo {
  height: 4.938em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 1%;
}
body #popup-content .store-logo img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  padding: 10px;
}
body #popup-content .discount-description {
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1em;
}
body #popup-content .middle-body {
  padding: 1.6em;
  border-bottom: 1px solid #ccc;
}
body #popup-content .coupon-code-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.8em;
}
body #popup-content .coupon-code-wrap .show-code {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px dashed var(--primary_col);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right: 0;
  padding: 0.4em 1.6em;
}
body #popup-content .coupon-code-wrap .copy-btn button {
  background: var(--primary_col);
  color: #fff;
  font-size: 1.125em;
  outline: 0;
  border: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0.6em 1em;
}
body #popup-content .promo-apply-desc {
  font-weight: 500;
  color: var(--primary_col);
}
body #popup-content .promo-apply-desc a {
  font-weight: 700;
  color: var(--primary_col);
}
body #popup-content .no-code-req {
  color: #000;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.7em;
}
body #popup-content .go-to-store-btn button {
  padding: 0.56em 2.33em;
  border: 0;
  background: var(--primary_col) !important;
  color: #fff !important;
  outline: 0;
}
body #popup-content .discount-expiration {
  color: #3f3f3f;
  border-bottom: 1px solid #e9e9e9;
  padding: 0.7em;
}
body #popup-content .popup-footer {
  padding: 1.2em;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li.open-sub &gt; a, body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li.open-sub &gt; span {
    background: var(--primary_col);
}
body #popup-content .share-text {
  color: #000;
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 0.3em;
}
body #popup-content .popup-upper {
  position: relative;
  background: url(../images/popup-bg.webp) no-repeat;
  background-size: 100% 100%;
  margin-left: -1px;
  margin-right: -1px;
}
body #popup-content .popup-upper .popup-upper-content {
  width: 74%;
  color: #fff;
  padding: 8.3% 0;
  margin: 0 auto;
}
body #popup-content .popup-upper .popup-site-logo {
  width: 62%;
  margin: 0 auto;
}
body #popup-content .popup-upper .popup-site-logo img {
  width: 100%;
}
body #popup-content .popup-upper .discount-description {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1em;
  margin-bottom: 1em;
}
body #popup-content .popup-upper .promo-apply-desc {
  font-size: 0.875em;
}
body #popup-content .popup-upper .promo-apply-desc a {
  color: #fff;
}
body #popup-content .footer-bottom {
  background: #fff;
  padding: 0.9em;
}
body header#masthead {
  position: relative;
  background: rgb(83,24,235);
  background: linear-gradient(90deg, rgba(83,24,235,1) 0%, rgba(171,110,249,1) 100%);
  z-index: 99999;
}
body header#masthead ul.menu-wrapper &gt; li.menu-item-has-children &gt; a:after {
  content: "\f078";
  font-family: "FontAwesome";
  margin-left: 0.6em;
}
body header#masthead ul.menu-wrapper &gt; li &gt; a {
  color: #fff;
  font-family: var(--primary_font);
  font-weight: 600;
  text-transform: capitalize;
  padding: 0em 0.8em;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1.125em;
}
body header#masthead .saved-coupons a {font-size: 1.125em;}
.saved-coupon button { 
	width: 30px;
	height: 30px;
	outline: 0;
	border: 0
}
body header#masthead ul.menu-wrapper &gt; li {
  position: relative;
}
body header#masthead ul.menu-wrapper &gt; li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s;
  background: #fff;
  border-radius: 4px 4px 16px 16px;
  box-shadow: 0px 4px 40px 0px #00000014;
  padding: 1.2em;
  left: 50%;
  width: 14.5em;
  transform: translateX(-50%);
  z-index: 99;
  list-style: none;
  top: 30px;
}
body header#masthead ul.menu-wrapper &gt; li:hover &gt; .sub-menu {
  opacity: 1;
  visibility: visible;
}
body header#masthead ul.menu-wrapper &gt; li .sub-menu li {
  margin-bottom: 0.3em;
}
body header#masthead ul.menu-wrapper &gt; li .sub-menu li:last-child {
  margin-bottom: 0;
}
body header#masthead ul.menu-wrapper &gt; li .sub-menu li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 2px 0px;
}

/* Mobile Menu CSS */
body header#masthead .mobile-menu .mobile-menu-toggle &gt; div:first-child {
  margin: 0 0.5em;
}
body header#masthead .mobile-menu .mobile-menu-toggle {
  background: transparent;
  border: 0;
}
body header#masthead .mobile-menu .mobile-menu-toggle span {
  height: 2px;
  width: 1.3em;
  background: #fff;
  display: block;
  margin-bottom: 0.3em;
  margin-left: 0em;
  transform: rotate(0deg);
  transition: 0.4s;
}
body header#masthead .mobile-menu .mobile-menu-toggle span:last-child {
  margin-bottom: 0;
}
body header#masthead .mobile-menu .mobile-menu-toggle.close span:not(.label):nth-child(1) {
  transform: rotate(45deg);
  transition: 0.4s;
  position: relative;
  top: 4px;
}
body header#masthead .mobile-menu .mobile-menu-toggle.close span:not(.label):nth-child(2) {
  display: none;
}
body header#masthead .mobile-menu .mobile-menu-toggle.close span:not(.label):nth-child(3) {
  transform: rotate(-45deg);
  transition: 0.4s;
  position: relative;
  top: -2px;
}
body header#masthead .mobile-menu .mm-panel {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 2px 5px 10px #b64e414d;
  width: 88%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
body header#masthead .mobile-menu .mm-panel .container {
  padding: 0;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper {
  padding: 0;
  display: block;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li {
  list-style: none;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
  display: block;
  margin-right: 0;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li:last-child {
  border-bottom: 0;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1em;
  padding: 0.9em 0.7em;
  display: block;
  line-height: 1;
  letter-spacing: 1px;
  transition: 0.3s;
  color: var(--body_col);
  text-align: left;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li a:hover {
  background: var(--secondary_col);
  color: #fff;
  transition: 0.3s;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li a:after {
  display: none;
}
body
  header#masthead
  .mobile-menu
  .mm-panel
  ul.menu-wrapper
  li
  .sub-menu-toggle {
  display: none;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li .chevron-child {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9em;
  border-left: 1px solid #cfcfcf;
  font-size: 1.4em;
  background: #fff;
  transition: 0.3s;
  color: #000;
}
body
  header#masthead
  .mobile-menu
  .mm-panel
  ul.menu-wrapper
  li
  .chevron-child:hover {
  background: var(--secondary_col);
  transition: 0.3s;
  color: #fff;
}
body
  header#masthead
  .mobile-menu
  .mm-panel
  ul.menu-wrapper
  li
  .chevron-child
  i {
  transform: rotate(-90deg);
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li &gt; .sub-menu {
  display: none;
  padding-left: 8px;
  box-shadow: none;
  position: relative;
  padding: 0;
  padding-left: 0.7em;
  transition: 0.4s all;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li.open-sub &gt; .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  top: 0;
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper li.open-sub .chevron-child i {
  transform: rotate(-180deg);
}
body header#masthead .mobile-menu .mm-panel ul.menu-wrapper .sub-menu {
  width: 100%;
}

footer .footer-bottom .about-text {
  max-width: 48em;
}

form.search-form .search-field {
  border: 0;
  border-bottom: 1px solid;
  outline: 0;
}
.search-form-wrapper .close-btn button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  line-height: 1;
  font-size: 1.5em;
  top: 22%;
}
.search-panel .stores_list_item .store_img {
  margin-right: 20px;
}
.search-panel .stores_list_item .store_img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.spinner {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #dbdcef;
  border-right-color: var(--primary_col);
  /* animation: spinner-d3wgkg 1s infinite linear; */
  z-index: 999;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
}
@media (max-width: 768px) {
  body {
    font-size: 0.875em;
  }
  body header#masthead .saved-coupons a {
    font-size: 1.325em;
    line-height: 1.1;
  }
}</pre></body></html>