/*
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: #380033;
    --primary_col_var: #D7FFF0;
    --secondary_col: #380033;
    --primary_blue: #C2FFFA;
    --gray: #F5F3F7;
    --heading_col: #171717;
    --body_col: #202020;
    --secondary_col_var : #F5F9F8;
    --blue-light:#89FFF5;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
  font-size: 1em;
  font-family: "Inter", sans-serif;
  color: var(--body_col);
  overflow-x: hidden;
}
a, a:hover {
  text-decoration: none;
}
.color-green{
  color: var(--secondary_col);
}
.color-primary{
    color : var(--primary_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 {
}
body.archive aside .taxonomy_sidebar_box h1,
body.archive aside .taxonomy_sidebar_box h2,
body.archive aside .taxonomy_sidebar_box h3,
body.archive aside .taxonomy_sidebar_box h4,
body.archive aside .taxonomy_sidebar_box h5,
body.archive aside .taxonomy_sidebar_box h6 {
    font-size: 1.3rem;
    /* font-weight: bold; */
}
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: #00A3FF;
}
.seasonal_ticker,.seasonal_ticker a {
    color: #FAFF00;
}
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 > li {
  list-style: none;
}
body header#masthead ul.menu-wrapper > li > a {
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.3em 0.8em;
  text-decoration: none;
  transition: all 0.3s;
}
body header#masthead ul.menu-wrapper > 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 > li .sub-menu li {
  margin-bottom: 0.3em;
}
body header#masthead ul.menu-wrapper > li .sub-menu li:last-child {
  margin-bottom: 0;
}
body header#masthead ul.menu-wrapper > li .sub-menu li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 2px 0px;
}
body header#masthead ul.menu-wrapper > li button.sub-menu-toggle {
  display: none;
}
body header#masthead ul.menu-wrapper > li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "FontAwesome";
  margin-left: 0.6em;
}
body header#masthead ul.menu-wrapper > li.highlighted-menu > a {
  color: var(--primary_col);
  font-weight: 700;
}
body header#masthead ul.menu-wrapper > li {
  margin-right: 1em;
  position: relative;
}
body header#masthead ul.menu-wrapper > li > a {
  display: inline-flex;
  align-items: center;
  color: black;
}
body header#masthead ul.menu-wrapper > li > a img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
body header#masthead ul.menu-wrapper > li:last-child {
  margin-right: 0;
}
body header#masthead ul.menu-wrapper > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
body .search-btn-wrap button {
  background: transparent;
  border: 0;
}
body header#masthead .header-search {z-index: 9;}
body header#masthead .header-search form.search-form {
  position: relative;
}
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 > label {
  display: block;
}
body header#masthead .header-search form.search-form input[type="text"] {
  padding: 0.6em 2.1em;
  outline: 0;
  width: 100%;
  border: 0;
  border-radius: 8px;
}
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.4rem;
  background: transparent;
  border: 0;
}
body header#masthead .mobile-menu {
  display: none;
}

body header#masthead .mobile-menu .mobile-menu-toggle > div:first-child {
  margin: 0 0.5em;
}
body header#masthead .mobile-menu .mobile-menu-toggle span {
  height: 2px;
  width: 1.3em;
  background: #ffffff;
  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 > .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
  > .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.3em;
  padding-bottom: 0em;
  background: #ebfffd;
}
body .disclaimer span {
  border-bottom: 1px solid;
  font-weight: 500;
}
body #primary .entry-header {
  border: 0;
  padding-bottom: 0;
}
body .entry-content .heading-sub {
  text-align: center;
  color: #282828;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.7em;
}
body .entry-content .custom-btn {
  background: var(--primary_col);
  color: #fff;
  border-radius: 10px;
  display:inline-flex;
  text-decoration: none;
  padding: 0.45em 1.5em;
  transition: all 0.3s;
  font-weight: 700;
  border: 2px solid var(--primary_col);
}
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: 1.4em;
  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;
}
/* header search bar css */
.search_color {
    color: #888888;
}
.menu-div{
     background: #C2FFFA;
     border-bottom: 1px solid #CBCBCB;
}
.nav-link{
    color: #1E1E1E;
    font-weight: 500;
}
.navbar ul li a {
    font-weight: 500;
}
body footer a{
    margin-bottom: 10px;
}
body footer a:hover{
    color: #fff;
}
body footer .menu li a:hover{
    color: #fff;
}
.fit-cover{
    object-fit:cover;   
}
.text-primary {
    color: var(--primary_col) !important;
}
.wishlist {
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary_col);
    border-radius: 100px;
    background: var(--primary_col);
    color: #fff;
    cursor: pointer;
}
.search-panel {
    z-index: 999999;
    transform: translateY(-100%);
    transition: 0.5s;
}
.search-panel.panel-active {
  transform: translateY(0);
}
.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;
}
.search-form input:focus {
    outline: 0px;
}
/* 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;
  right: 28px;
}
.search_form .spinner {
  right: 41px;
}
.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%;
  align-items: center;
}
.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);max-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; */
}
.form-control:focus {
    box-shadow: unset;
    border-color: #fff;
}
.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;
}
.btn-primary {
    background-color: var(--primary_col);
}
.search_bgcolor {
    max-width: 65%;
    flex: 65%;
}
.fit-contain {
    object-fit: contain;
}
.blog_switcher a {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}
.bg-cover{
    background-size:cover;
}
.reveal-code-btn,
.get-deal-btn{
    cursor: pointer;
}

@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) {
  .search_form {
    position: relative;
    background: #fff;
  }
  body header#masthead .header-search form.search-form input[type="text"] {
        border-radius: 0px;
  }
  .search_bgcolor {
        flex: 100%;
        max-width: 100%;
  }
  .switcher_container {
        position: absolute;
        right: 33px;
        z-index: 9;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
   body header#masthead .header-search form.search-form{
        width:79%;
   }
   .blog_switcher a {
        color: #000 !important; 
    }
}
@media (max-width: 767px) {
  body .mob-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;
  }
   body .container {
        width: 96%;
  }
  .subscribe_div {
        padding: 2.3rem 1rem;
   }
}
@media(min-width: 500px){
  .mh-wrap .col-lg-10{
    position: relative;
  }
}
@media (max-width: 500px) {
  .blog_switcher {
    width: 38px;
    padding: 2px;
  }
  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;
  }
  .fs-mob-14{
        font-size:14px !important;
   }
   .fs-mob-11{
        font-size:11px !important;
   }

}
@media (max-width: 400px) {
.deals-of-day .deal-wrap .coupon-body {
  height: 145px;
}
}