<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
*/
@font-face {
  font-family: "Satoshi";
  src: url("assets/font/Satoshi-Regular.woff2") format("woff2"),
    url("assets/font/Satoshi-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Satoshi";
  src: url("assets/font/Satoshi-Medium.woff2") format("woff2"),
    url("assets/font/Satoshi-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Satoshi";
  src: url("assets/font/Satoshi-Bold.woff2") format("woff2"),
    url("assets/font/Satoshi-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Satoshi";
  src: url("assets/font/Satoshi-Black.woff2") format("woff2"),
    url("assets/font/Satoshi-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
}
:root{
    --text-color1 : #282828;
    --primary_font: 'Satoshi';
    --primary_col: #1CAC76;
    --primary_col_var: #D7FFF0;
    --secondary_col: #00504D;
    --gray: #F5F3F7;
    --heading_col: #171717;
    --body_col: #202020;
    --secondary_col_var : #F5F9F8;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
  font-size: 1em;
  font-family: "Satoshi";
  color: var(--body_col);
  overflow-x: hidden;
}
a, a:hover {
  color: var(--primary_col);
}
.color-green{
  color: var(--secondary_col);
}
.back-green{
  background-color: var(--secondary_col);
}
.btn-success{
  background-color: var(--secondary_col) !important;
}
.border-success{
  border-color: var(--secondary_col) !important;
}
.bg-light-green{
  background-color: var(--primary_col);
}
body img {
  max-width: 100%;
  height: auto;
}
body .container {
  max-width: 1204px;
  margin: 0 auto;
}
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;
}
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,body #popup-content .go-to-store-btn a {
  padding: 0.56em 2.33em;
  border: 0;
  background: var(--primary_col) !important;
  color: #fff !important;
  outline: 0;
  text-decoration: none;
}
body #popup-content .discount-expiration {
  color: #3f3f3f;
  border-bottom: 1px solid #e9e9e9;
  padding: 0.7em;
}
body #popup-content .popup-footer {
  padding: 1.2em;
}
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 .mob-show {
  display: none;
}
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;
}
/*Seasonal ticker*/
body .seasonal_ticker {background: #2A002A;}
.seasonal_ticker,.seasonal_ticker a {
    color: #FFFFFF;
    /* animation: blink 3s infinite; */
}
body .seasonal_ticker img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

body header#masthead {
  position: relative;
  background: var(--secondary_col);
}
body header#masthead .mh-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body header#masthead .menu-row {
  align-items: center;
}
body header#masthead ul.menu-wrapper {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
body header#masthead ul.menu-wrapper &gt; li {
  list-style: none;
}
body header#masthead ul.menu-wrapper &gt; li &gt; a {
  color: #fff;
  font-family: "Satoshi";
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.3em 0.8em;
  text-decoration: none;
  transition: all 0.3s;
}
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: 50px;
}
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;
}
body header#masthead ul.menu-wrapper &gt; li button.sub-menu-toggle {
  display: none;
}
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.highlighted-menu &gt; a {
  color: var(--primary_col);
  font-weight: 700;
}
body header#masthead ul.menu-wrapper &gt; li {
  margin-right: 1em;
  position: relative;
}
body header#masthead ul.menu-wrapper &gt; li &gt; a {
  display: inline-block;
}
body header#masthead ul.menu-wrapper &gt; li:last-child {
  margin-right: 0;
}
body header#masthead ul.menu-wrapper &gt; li:hover &gt; .sub-menu {
  opacity: 1;
  visibility: visible;
}
body .search-btn-wrap button {
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}
body header#masthead .header-search {z-index: 9;/* transform: translateY(-102%); */transition: 0.3s all;opacity: 0;visibility: hidden;}
body header#masthead .header-search form.search-form {
  /* width: 100%; */
}
body header#masthead .header-search form.search-form:before {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  left: 0.6em;
  top: 23%;
}
body header#masthead .header-search.active {transform: translateY(0);opacity: 1;visibility: visible;}
body header#masthead .header-search form.search-form &gt; label {
  display: block;
}
body header#masthead .header-search form.search-form input[type="text"] {
  padding: 0.5em 2.1em;
  outline: 0;
  border-radius: 8px;
  width: 100%;
  border: 0;
}
body header#masthead .header-search .hide-search {
  position: absolute;
  top: 0;
  right: 0.7em;
  bottom: 0;
  display: flex;
  align-items: center;
}
body header#masthead .header-search .hide-search button {
  font-size: 1.3em;
  line-height: 1;
  background: transparent;
  border: 0;
}
body header#masthead .mobile-menu {
  display: none;
}

body header#masthead .mobile-menu .mobile-menu-toggle &gt; div:first-child {
  margin: 0 0.5em;
}
body header#masthead .mobile-menu .mobile-menu-toggle span {
  height: 2px;
  width: 1.3em;
  background: var(--primary_col);
  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: 6px; */
}
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: -7px;
}
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%;
}
body header.page-header {
  border-bottom: 0;
  margin-bottom: 2em;
}
body header.page-header h1.page-title {
  font-size: 2.3em;
  font-weight: 700;
}
body .search-result-count {
  margin-bottom: 1em;
  font-weight: 500;
}
body .disclaimer {
  font-size: 0.75em;
  text-align: center;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  background: var(--primary_col_var);
}
body .disclaimer span {
  border-bottom: 1px solid;
  font-weight: 500;
}
body p {
  line-height: 1.4;
}
body #primary .entry-header {
  border: 0;
  padding-bottom: 0;
}
body .entry-content {
  font-family: "Satoshi";
}
body .entry-content .heading-sub {
  text-align: center;
  color: #282828;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}
body .entry-content .custom-btn {
  background: var(--primary_col);
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  padding: 0.6em 1.5em;
  line-height: 1.3;
  transition: all 0.3s;
  font-weight: 700;
  border: 1px solid transparent;
}
body .entry-content .custom-btn:hover {
  background: #fff;
  color: var(--primary_col);
  border-color: var(--primary_col);
}
body .entry-content .custom-heading {
  font-size: 2.75em;
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
}
body .entry-content .custom-heading-caption {
  margin: 0 auto;
  max-width: 45em;
  text-align: center;
}
body footer {
  background: var(--secondary_col);
  color: #fff;
}
body footer .footer_logo a {
  width: 43%;
  margin-bottom: 0.4rem;
}
body footer .footer_logo a img {
  width: 100%;
  height: auto;
}
body footer a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
body footer #media_image-2 {
  margin-bottom: 2em;
}

body footer #media_image-2 img {
  width: auto !important;
}
body footer #text-2 {
  max-width: 90%;
  margin-bottom: 1em;
  font-size: 1em;
}
body footer ul.footer-socials {
  display: flex;
}
body footer ul.footer-socials li {
  margin-right: 1em;
}
body footer ul.footer-socials li:last-child {
  margin-right: 0;
}
body footer ul.footer-socials li a {
  font-size: 1.1em;
}
body footer h2.widget-title {
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: 1em;
  margin-top: 1.9em;
  color: #fff;
}
body footer .widget_nav_menu {
  margin-top: 0;
}
body footer .menu {
  padding-left: 0px;
  list-style: none;
}
body footer .menu li {
  margin-bottom: 0.3em;
}
body footer .menu li:last-child {
  margin-bottom: 0;
}
body footer .menu li a {
  font-size: 1em;
  transition: all 0.3s;
}
body footer .menu li a:hover {
  color: var(--primary_col);
}
body footer .si-sec {
  text-align: center;
  font-size: 0.75em;
  border-top: 1px solid #d7d7d7;
  padding: 2% 0;
}
.fw-500{
  font-weight: 500;
}

/* search form css */
.search_form {
  position: relative;
}
.search_form .search_results {
  list-style: none;
  background: #fff;
  position: absolute;
  z-index:99;
  width: 100%;
  top: 50px;
  border-radius: 10px;
  padding: 11px 9px;
  box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.5);
}
.search_form .search_results ul{
   list-style:none;
}
.search_form .search_results li.stores_list_item a {
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  padding: 4px 12px;
  border-radius: 5px;
  transition: 0.3s all;
}
.search_form .search_results li.stores_list_item a .store_region {
  display: flex;
  align-items: center;
  flex: 20%;
}
.search_form .search_results li.stores_list_item a .store_region img {
  width: 31px;
  height: 17px;
  margin-right: 6px;
}
.search_form .search_results li.stores_list_item a span.store_name {
  flex: 80%;
  text-align: left;
}
.search_form .search_results li.stores_list_item a:hover {
  background: #eee;
}
.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;
}
.search_form .spinner {
  right: 53px;
}
.close_search_result {
   position: absolute;
   right: 13px;
   top: 10px;
   background: #eee;
   width: 25px;
   height: 25px;
   display: flex !important;
   align-items: center;
   justify-content: center;
   border-radius: 100px;
   font-size: 14px;
   cursor: pointer;
}
.close_search_result:hover {
   background: #2c2a2a;
   color: #fff;
}
.flags_menu li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_switcher{
  width: 40px;
  border-radius: 3px;
  display: flex;
  cursor: pointer;
  height: 100%;
}
.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;
}
.share-btn {
  cursor: pointer;
}
.dropdown.switcher_active {
  display: block !important;
  /* position: relative; */
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.footer_social_links li a:hover {
  color: var(--primary_col) !important;
}
.flags_menu::-webkit-scrollbar {
  width: 2px;
}

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

/* Handle */
.flags_menu::-webkit-scrollbar-thumb {
  background: #888;
}
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgb(0 0 0 / 9%);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--primary_col);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background-color: var(--primary_col);
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary_col);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* Handle on hover */
.flags_menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@keyframes blink {
    0% {
        color: #FED843;
    }
    50% {
        color: #F20000;
    }
    100% {
        color: #FED843;
    }
}
@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
 }
}

@media (max-width: 1500px) {
  body .container {
  }
}

@media (max-width: 991px) {
  body header#masthead .mobile-menu {
    display: block;
    height: 20px;
  }
}


@media (max-width: 999px) {
  body {
    font-size: 0.938em;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.875em;
  }
  body .mob-show {
    display: block;
  }
  body .desk-show {
    display: none;
  }
  body .entry-content .custom-heading {
    font-size: 2em;
  }
  body footer #media_image-2 {
    text-align: center;
  }
  body footer #text-2 {
    max-width: 100%;
  }
  body footer h2.widget-title {
    margin-bottom: 0.5em;
    margin-top: 1em;
  }
  body footer .menu li {
    margin-bottom: 0;
  }
  body footer .si-sec {
    padding: 6% 0;
  }
  .progress-wrap {
        right: 12px;
        bottom: 10px;
        height: 46px;
        width: 46px;
        background: black;
    }
    .progress-wrap svg.progress-circle path{
        stroke:unset
    }
   .progress-wrap::after {
        font-size: 16px;
        color: #fff;
    }
    .progress-wrap::before {
        background-color: #fff;
    }
}
@media(min-width: 500px){
  .mh-wrap .col-lg-10{
    position: relative;
  }
}
@media (max-width: 500px) {
  .blog_switcher {
    width: 38px;
    padding: 2px;
  }
  body header#masthead .header-search form.search-form {
      top: 42px;
  }
  body .entry-content .heading-sub {
    font-size: 1.6em;
    margin-bottom: 0.9em;
  }
  .search_form .search_results {
    top: 36px;
    padding: 11px 9px;
  }
  .search_form .search_results ul {
    margin-bottom: 0;
  }
  .seasonal_ticker a {
        font-size: 15px !important;
        line-height: 20px;
        padding: 3px;
        width: 70%;
    }
}
@media (max-width: 400px) {
.deals-of-day .deal-wrap .coupon-body {
  height: 145px;
}
}</pre></body></html>