html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, ins,
small, strike, strong, sub, sup,
b, u, i, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, figure, figcaption, footer, header, hgroup,
menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* Overwrite user agent font-family for button */
button, input {
  font-family: 'Calibri',sans-serif; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #aaa; }

svg {
  display: inline-block; }

.nav_bar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 7.5rem; }

.nav {
  display: table;
  position: relative;
  cursor: default;
  z-index: 500;
  width: 100%;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row no-wrap;
  flex-flow: row no-wrap; }
  .nav > li {
    display: table-cell; }
    .nav > li > a {
      text-shadow: none;
      text-decoration: none;
      padding: 15px 10px;
      text-transform: uppercase;
      font-size: 16px;
      white-space: nowrap;
      display: inline-block;
      color: #464646; }
      .nav > li > a.active {
        color: #037cd5;
        font-weight: 600; }
    .nav > li:hover > a {
      font-weight: 500;
      color: #037cd5; }
  .nav .hassub > ul {
    background: #fff;
    position: absolute;
    padding: 20px 0 20px 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    width: 55%;
    border: 1px solid #eee;
    display: none;
    border-top: 2px solid #027cd5;
    font-size: 0; }
    .nav .hassub > ul li {
      display: inline-block;
      padding: 0 15px;
      width: 33.33333%;
      box-sizing: border-box; }
      .nav .hassub > ul li:nth-last-child(-n+3) .log_text_block_cont {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .nav .hassub > ul:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 12.5px 10px 12.5px;
      border-color: transparent transparent #027cd5 transparent;
      left: 32px;
      top: -10px; }
  .nav .hassub .log_text_block_cont {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee; }
    .nav .hassub .log_text_block_cont a {
      display: block; }
      .nav .hassub .log_text_block_cont a:hover .brand-logo {
        border-color: #027cd5; }
      .nav .hassub .log_text_block_cont a:hover .brand-text {
        text-decoration: underline; }
      .nav .hassub .log_text_block_cont a:hover .band-name, .nav .hassub .log_text_block_cont a:hover .band-offers, .nav .hassub .log_text_block_cont a:hover .brand-text {
        color: #027cd5; }
  .nav .hassub .brand-logo {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle; }
    .nav .hassub .brand-logo img {
      width: 100%;
      display: block; }
  .nav .hassub .brand-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    text-overflow: ellipsis; }
  .nav .hassub .band-name {
    display: block;
    color: #4a4a4a;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold; }
  .nav .hassub .band-offers {
    display: block;
    color: #a0a0a0;
    font-size: 12px; }
  .nav .hassub:hover > ul {
    display: block; }
  .nav .hassub > a:focus + ul {
    display: block; }

nav#main_menu {
  background: #fff;
  -webkit-box-shadow: 0.5px 0.9px 5.7px 0.3px black;
  -moz-box-shadow: 0.5px 0.9px 5.7px 0.3px black;
  box-shadow: 0.5px 0.9px 5.7px 0.3px rgba(0, 0, 0, 0.1); }

* {
  box-sizing: border-box; }

body {
  font-family: 'Calibri',sans-serif; }

.clearfix {
  clear: both;
  display: block; }
  .clearfix::after, .clearfix::before {
    content: " ";
    display: table;
    clear: both; }

.header_outer_common {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98vw; }

.row {
  margin: 0 -15px; }

.hidden {
  display: none !important; }

.block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.flex {
  display: flex; }

.center-block {
  display: block;
  margin: 0 auto; }

.left {
  float: left; }

.right {
  float: right; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Calibri" , sans-serif; }

.form-block {
  display: block; }

.img-responsive {
  width: 100%;
  height: auto;
  display: block; }

p:has(.mobile-only-banner) {
  display: none; }

p:has(.desktop-only-banner) {
  all: unset !important;
  display: block !important;
  width: 100% !important; }

.mobile-only-banner {
  display: none; }

.desktop-only-banner {
  display: block; }

@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url(/fonts/Calibri.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
  font-display: swap; }

/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 700;
  src: local("Calibri Bold"), local("Calibri-Bold"), url(/fonts/Calibri_bold.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
  font-display: swap; }

body {
  font-family: 'Calibri', sans-serif; }
  body .reveal_all {
    display: none; }

a {
  color: #037cd5;
  text-decoration: none; }

.page {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
  box-sizing: border-box; }
  .page:after {
    content: "";
    display: block;
    clear: both; }

#login_link {
  cursor: pointer; }

.before_submit {
  pointer-events: none;
  background: #9E9E9E !important; }

.learn-more-container {
  margin: 2px auto;
  max-width: 1170px; }

#close {
  display: none; }

.no-clip.reveal_code {
  -webkit-clip-path: none;
  clip-path: none; }

/* below classes will be used in coupons only */
.code .reveal_code, .code .no_reveal_code {
  background: #037cd5; }

.code .value, .code .show_more, .code .text {
  color: #037cd5; }

.code .c_type {
  background: #037cd5;
  color: #fff; }

.code .coupon-btn {
  background: #02508a; }

.exclusive .reveal_code, .exclusive .no_reveal_code {
  background: #679F42; }

.exclusive .value, .exclusive .show_more, .exclusive .text {
  color: #679F42; }

.exclusive .c_type {
  background: #679F42;
  color: #fff; }

.exclusive .coupon-btn {
  background: #44692c; }

.deal .reveal_code, .deal .no_reveal_code {
  background: #fe7c60; }

.deal .value, .deal .show_more, .deal .text {
  color: #fe7c60; }

.deal .c_type {
  background: #fe7c60;
  color: #fff; }

.deal .coupon-btn {
  background: #fe3d14; }

.view-offer .reveal_code, .view-offer .no_reveal_code {
  background: #f09516; }

.view-offer .value, .view-offer .show_more, .view-offer .text {
  color: #f09516; }

.view-offer .c_type {
  background: #f09516;
  color: #fff; }

.view-offer .coupon-btn {
  background: #ae6a0b; }

.exclusive-offer .reveal_code, .exclusive-offer .no_reveal_code {
  background: #03A9F4; }

.exclusive-offer .value, .exclusive-offer .show_more, .exclusive-offer .text {
  color: #03A9F4; }

.exclusive-offer .c_type {
  background: #03A9F4;
  color: #fff; }

.exclusive-offer .coupon-btn {
  background: #0275a8; }

.book-now .reveal_code, .book-now .no_reveal_code {
  background: #e43636; }

.book-now .value, .book-now .show_more, .book-now .text {
  color: #e43636; }

.book-now .c_type {
  background: #e43636;
  color: #fff; }

.book-now .coupon-btn {
  background: #b51818; }

.order-now .reveal_code, .order-now .no_reveal_code {
  background: #4ecaca; }

.order-now .value, .order-now .show_more, .order-now .text {
  color: #4ecaca; }

.order-now .c_type {
  background: #4ecaca;
  color: #fff; }

.order-now .coupon-btn {
  background: #2f9d9d; }

.unlock .reveal_code, .unlock .no_reveal_code {
  background: #00bcd4; }

.unlock .value, .unlock .show_more, .unlock .text {
  color: #00bcd4; }

.unlock .c_type {
  background: #00bcd4;
  color: #fff; }

.unlock .coupon-btn {
  background: #007888; }

.redeem .reveal_code, .redeem .no_reveal_code {
  background: #F6BB28; }

.redeem .value, .redeem .show_more, .redeem .text {
  color: #F6BB28; }

.redeem .c_type {
  background: #F6BB28;
  color: #fff; }

.redeem .coupon-btn {
  background: #c99208; }

.shop .reveal_code, .shop .no_reveal_code {
  background: #dd4b45; }

.shop .value, .shop .show_more, .shop .text {
  color: #dd4b45; }

.shop .c_type {
  background: #dd4b45;
  color: #fff; }

.shop .coupon-btn {
  background: #b52721; }

.enroll-now .reveal_code, .enroll-now .no_reveal_code {
  background: #dd604b; }

.enroll-now .value, .enroll-now .show_more, .enroll-now .text {
  color: #dd604b; }

.enroll-now .c_type {
  background: #dd604b;
  color: #fff; }

.enroll-now .coupon-btn {
  background: #b93823; }

.unlock .blur:not(.not) {
  display: none; }

.unlock .icon {
  margin-left: 5px;
  vertical-align: middle; }

.redeem .blur:not(.not) {
  display: none; }

.redeem .icon {
  margin-left: 5px;
  vertical-align: middle; }

.shop .blur:not(.not) {
  display: none; }

.shop .icon {
  margin-left: 5px;
  vertical-align: middle; }

.shop .icon {
  margin-left: 10px;
  margin-top: -2px; }

.unlock .icon {
  margin-top: -4px; }

.redeem .icon {
  margin-top: -8px; }

.coupon-btn {
  overflow: hidden; }
  .coupon-btn:hover .after {
    transform: translateX(0); }
  .coupon-btn:hover .before {
    transform: translateX(-100%); }

.coupon-btn .after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  top: 0;
  transform: translateX(100%);
  background-color: transparent !important; }

.coupon-btn .after, .coupon-btn .before {
  transition: transform 0.35s ease-in-out !important; }

.coupon-btn svg {
  fill: #fff;
  vertical-align: middle; }

.reveal_all + .after {
  display: none; }

@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url(/fonts/Calibri.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; }

/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 700;
  src: local("Calibri Bold"), local("Calibri-Bold"), url(/fonts/Calibri_bold.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Calibri',sans-serif;
  scroll-behavior: smooth; }
  body .reveal_all {
    display: none; }

a {
  color: #037cd5; }

table, th, td {
  /* border: 2px solid #ddd;
  border-collapse: collapse;*/ }

.page {
  margin: 0 auto;
  width: 1170px; }
  .page:after {
    content: "";
    display: block;
    clear: both; }

#login_link {
  cursor: pointer; }

.before_submit {
  pointer-events: none;
  background: #9E9E9E !important; }

.deal_color_btn {
  background: #fe7c60 !important; }

.exclusive_color_btn {
  background: #679f42 !important; }

.coupon_color_btn, .code_color_btn {
  background: #037cd5 !important; }

.exclusive-offer_color_btn {
  background: #03A9F4 !important; }

.view-offer_color_btn {
  background: #f09516 !important; }

.deal_color_text {
  color: #fe7c60 !important; }

.enroll_color_text {
  color: #dd604b !important; }

.exclusive_color_text {
  color: #679f42 !important; }

.coupon_color_text, .code_color_text {
  color: #037cd5 !important; }

.exclusive-offer_color_text {
  color: #03A9F4 !important; }

.view-offer_color_text {
  color: #f09516 !important; }

.code_back {
  background: #1c6f6d; }
  .code_back.deal {
    border-bottom: 0 !important; }

.reveal_code {
  background: #0ca39f;
  border-bottom: 2px solid #1c6f6d; }

.deal .reveal_code {
  background: #fe7c60; }

.no-clip.reveal_code {
  -webkit-clip-path: none;
  clip-path: none; }

input {
  font-family: 'Calibri',sans-serif; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Calibri',sans-serif; }

.clearfix::after, .clearfix::before {
  content: " ";
  display: table;
  clear: both; }

.row {
  margin: 0 -15px; }

.hidden {
  display: none; }

.block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.flex {
  display: flex; }

.center-block {
  display: block;
  margin: 0 auto; }

.left {
  float: left; }

.right {
  float: right; }

.text-center {
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Calibri" , sans-serif; }

.form-block {
  display: block; }

.form-group {
  margin-bottom: 15px; }

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  letter-spacing: 0.5px;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s; }

.img-responsive {
  width: 100%;
  height: auto;
  display: block; }

body.modal-open {
  overflow: hidden; }

.btn-close {
  color: #969696;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  background: #fff;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  text-align: -webkit-center;
  cursor: pointer;
  z-index: 1; }
  .btn-close:hover {
    color: #494949; }

.cross_btn {
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 14px;
  top: 12px;
  width: 17px;
  height: 20px;
  vertical-align: middle;
  line-height: 25px;
  text-align: -webkit-center;
  cursor: pointer;
  z-index: 1; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: scroll;
  padding: 25px; }
  .modal > div {
    display: table;
    width: 100%;
    height: 100%; }
  .modal:before {
    content: "";
    opacity: 0;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    will-change: opacity; }
  .modal.open:before {
    opacity: 0.6; }
  .modal.open .modal-content {
    transform: translate3d(0, 0, 0); }

.modal-dialog {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.modal-content {
  background: #fff;
  display: inline-block;
  text-align: initial;
  position: relative;
  overflow-y: auto;
  border-radius: 5px;
  max-width: 950px;
  min-width: 500px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: translate3d(0, -150vh, 0);
  -ms-transform: translate3d(0, -150vh, 0);
  -moz-transform: translate3d(0, -150vh, 0);
  transform: translate3d(0, -150vh, 0);
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  will-change: transform; }

/*ADDED TO STOP SCROLLING TO TOP*/
#close {
  display: none; }

/*-----Coupon Modal-----*/
.code_itself {
  background-color: #f6f7fb;
  border: 1px dashed #027cd5;
  width: 50%;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  color: #2e2e2e;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  box-sizing: border-box; }

.copy_dialogue {
  text-align: center;
  font-size: 0; }

button#cp_code {
  background: #037cd5;
  font-size: 15px;
  font-weight: bold;
  border: none;
  color: #fff;
  width: 50%;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 0; }

.cmodal-dialog .modal-content {
  max-width: 1000px;
  max-height: 100% !important;
  width: 100% !important; }

.cmodal-dialog h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 22px;
  margin-top: 40px; }

.cmodal-dialog .cm_body_dec {
  overflow: hidden;
  padding: 0 30px 0 0;
  text-transform: none;
  display: block;
  text-align: left;
  height: 130px;
  margin: 5px 0 15px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #333333; }
  .cmodal-dialog .cm_body_dec ul {
    margin: 0;
    padding-left: 16px;
    list-style: initial; }
  .cmodal-dialog .cm_body_dec table {
    width: 92%;
    border-spacing: 1px;
    margin-top: 2px; }
    .cmodal-dialog .cm_body_dec table tr {
      text-align: center; }
  .cmodal-dialog .cm_body_dec p {
    line-height: 24px;
    font-size: 14px;
    height: initial;
    text-align: left; }

.cmodal-dialog .show_more {
  font-size: 10px;
  color: #037cd5;
  font-weight: 700;
  bottom: 0px;
  position: absolute;
  right: 0px;
  background: #fff;
  padding: 0px 20px;
  line-height: 22px;
  cursor: pointer;
  text-transform: uppercase; }

span.modal_view_cat_all {
  padding: 24px 0px 0 0px;
  font-size: 15px;
  font-weight: 600;
  display: block;
  width: 50%;
  float: left;
  text-align: center; }
  span.modal_view_cat_all a {
    color: #047cd3;
    text-decoration: none; }

a.morelink {
  color: #027cd5;
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px;
  line-height: 21px; }

.cm_t {
  padding: 15px 15px 0 15px;
  position: relative; }

.c_m_desc {
  font-weight: 700;
  padding-left: 10px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  flex-grow: 1; }

span.cm a {
  font-size: 20px; }

.visit_share {
  padding: 15px 0px 0 0;
  text-align: left;
  width: 50%;
  float: left; }
  .visit_share .btn-md.btn-green {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    background: #52af52;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .visit_share .cm {
    width: 100%; }

.cm_b_l {
  max-width: 130px; }

.mailer_mail {
  padding-right: 10px; }
  .mailer_mail p {
    margin: 0;
    padding: 0px 0 0 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block; }

.cm_b {
  background: #f6bb43;
  color: #fff;
  line-height: 45px;
  clear: both;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .cm_b input[type="text"] {
    border-radius: 3px;
    height: 37px;
    font-size: 15px;
    padding: 0 15px;
    color: #696969;
    border: 1px solid #fff; }
  .cm_b input[type="submit"] {
    background: 0 0;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    width: 100px;
    height: 37px;
    margin-top: -2px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase; }
    .cm_b input[type="submit"]:hover {
      background: #e2a733; }

.cm_t .offers_listings {
  overflow: hidden;
  margin-bottom: 35px;
  height: auto;
  z-index: 0; }
  .cm_t .offers_listings span.sp_icons {
    padding-right: 30px; }
    .cm_t .offers_listings span.sp_icons img {
      margin-left: 20px; }
  .cm_t .offers_listings h3 {
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #2E2E2E; }

.cm_t .related_Desktop {
  padding: 0; }

.cm_t .modal_left_wrapper {
  padding: 0 15px 0 0;
  position: relative; }

.cm_t .modal_right_wrapper {
  padding: 0 0 0 15px; }

.cm_t .copy_dialogue {
  margin: 15px 0; }

.cm_t .feedback {
  float: none !important;
  margin-bottom: 30px; }

span.cm.right {
  float: right; }

.code_b_link {
  text-decoration: none; }

.custom_offer_div {
  margin-bottom: 0px !important; }

.modal_left_wrapper, .modal_right_wrapper {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  float: left;
  min-height: 125px; }
  .modal_left_wrapper .cm, .modal_right_wrapper .cm {
    display: inline-block; }

.modal_left_wrapper {
  border-right: 1px dashed #aaa;
  padding: 10px 10px 10px 0px; }

.modal_right_wrapper {
  padding: 25px 0px 10px 10px; }

.related_title {
  margin-top: 0 !important; }

.offers_listings.custom_offer_div p {
  padding-left: 0px; }

.offers_listings.custom_offer_div .new_modal_title {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  margin-bottom: 0px; }

.related_Desktop {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 20px; }
  .related_Desktop h3 {
    text-align: left;
    margin: 0 20px 10px;
    font-weight: 600; }
  .related_Desktop.only6 li:nth-child(n+7) {
    display: none; }
  .related_Desktop li {
    width: 100%;
    padding: 0 1.5%; }
    .related_Desktop li a, .related_Desktop li .related-offer {
      display: table;
      will-change: box-shadow;
      transition: 0.1s all ease;
      width: 100%;
      background: #FFFFFF;
      box-shadow: 2px 2px 6px rgba(58, 58, 58, 0.25);
      border-radius: 5px;
      margin-bottom: 20px;
      padding: 1px 0;
      cursor: pointer; }
      .related_Desktop li a:hover, .related_Desktop li .related-offer:hover {
        box-shadow: 0px 2px 6px rgba(58, 58, 58, 0.35); }
  .related_Desktop .head_portion {
    text-align: center;
    width: 100px;
    padding: 5px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    border-right: 2px solid #ddd; }
    .related_Desktop .head_portion img {
      width: 100%;
      display: block; }
  .related_Desktop .tail_portion {
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 16px;
    color: #444;
    font-weight: 500;
    position: relative; }
    .related_Desktop .tail_portion div {
      display: inline-block;
      max-height: 35px;
      overflow: hidden;
      vertical-align: middle;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 18px;
      color: #2E2E2E;
      text-transform: uppercase; }
  .related_Desktop .moreArrow {
    color: #027cd5;
    font-size: 22px;
    position: absolute;
    right: 9px;
    bottom: 0; }
  .related_Desktop .arrow {
    position: absolute;
    bottom: -2px;
    right: 0px;
    font-weight: 600; }

.feedback {
  text-align: center;
  padding-top: 15px;
  clear: both; }
  .feedback .coupon-working-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #333333; }
  .feedback .btn-md {
    padding: 5px 10px;
    max-width: 50px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 2px 2px 6px rgba(58, 58, 58, 0.25);
    border-radius: 5px;
    margin-top: 10px;
    color: #298fd9;
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
    will-change: box-shadow;
    border: 0; }
    .feedback .btn-md:hover {
      box-shadow: 2px 3px 3px 1px rgba(41, 143, 217, 0.35); }

.recent-news, .ads-news {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 15px; }

.recent-news-section {
  padding-bottom: 30px; }

.heading {
  font-size: 2em;
  color: #c7444d;
  font-weight: 400; }

.post, .ads-post {
  overflow: visible;
  margin-bottom: 15px; }
  .post-img, .ads-post-img {
    border-radius: 5px;
    overflow: hidden; }
    .post-img img, .ads-post-img img {
      height: 90px; }
  .post-content, .ads-post-content {
    margin-top: 10px;
    line-height: 1.2;
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .post-title, .ads-post-title {
    font-weight: 400; }

@media screen and (min-width: 800px) {
  .post {
    width: 18.5%;
    margin: 4px 0.9375%; }
    .post:nth-of-type(5n + 1) {
      margin-left: 0;
      clear: left; }
    .post:nth-of-type(5n + 5) {
      margin-right: 0; } }

@media screen and (max-width: 799px) {
  .post {
    width: 23%;
    margin: 4px 1.33333%; }
    .post:nth-of-type(4n + 1) {
      margin-left: 0;
      clear: left; }
    .post:nth-of-type(4n + 4) {
      margin-right: 0; } }

.ads-post {
  background: #fff; }
  @media screen and (min-width: 800px) {
    .ads-post {
      width: 23.5%;
      margin: 4px 1%; }
      .ads-post:nth-of-type(4n + 1) {
        margin-left: 0;
        clear: left; }
      .ads-post:nth-of-type(4n + 4) {
        margin-right: 0; } }
  @media screen and (max-width: 799px) {
    .ads-post {
      width: 31.33333%;
      margin: 4px 1.5%; }
      .ads-post:nth-of-type(3n + 1) {
        margin-left: 0;
        clear: left; }
      .ads-post:nth-of-type(3n + 3) {
        margin-right: 0; } }
  .ads-post-content {
    padding: 0 15px; }

.tabs-container {
  margin: 40px 0 10px; }

.tabs-list {
  display: flex; }

.tabs-list > .tabs-list-item {
  padding: 16px 30px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s ease-in-out;
  background: #fff;
  flex: 1;
  text-align: center;
  border-radius: 3px 3px 0 0; }

.tabs-list > .tabs-list-item.active, .tabs-list > .tabs-list-item:hover {
  background: #3193e6;
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
  color: #fff; }

.tabs-content {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #03A9F4; }

.tabs-content > .tabs-content-item {
  display: none; }

.tabs-content > .tabs-content-item.active {
  display: block; }

.about_sale {
  color: #454545;
  font-family: 'Calibri', sans-serif; }

.about_sale a {
  text-decoration: none; }

.about_sale h2 {
  margin: 15px 0; }

.about_sale h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  margin: 20px 0;
  background: #9e9e9e;
  padding: 10px 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #fff;
  border-radius: 0px 2px 2px 0px; }

.about_sale .table-container {
  overflow-x: auto;
  background: #fff;
  padding: 10px; }

.about_sale table {
  border: none;
  min-width: 100%; }

.about_sale td, .about_sale tr, .about_sale th {
  border: 1px solid #eee;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0.5px; }

.about_sale tr:hover, .about_sale thead tr {
  background: #fe7c60;
  color: #fff; }

.about_sale tr {
  background: #fff;
  color: #555;
  transition: all 0.1s ease; }

.about_sale .blockquote, .about_sale > p {
  font-size: 15px;
  line-height: 25px;
  margin: 20px 0;
  background: #fff;
  padding: 10px 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-left: 2px solid #fe7c60;
  border-radius: 0px 2px 2px 0px; }

.about_sale li {
  padding: 5px 0px;
  line-height: 25px;
  word-spacing: 1px; }

.about_sale li li {
  list-style-type: decimal;
  margin-left: 20px; }

.about_sale > ul:not(.seperate), .about_sale > ol:not(.seperate), .about_sale > ul.seperate > li, .about_sale > ol.seperate > li {
  list-style-type: initial;
  font-size: 15px;
  line-height: 25px;
  margin: 20px 0;
  background: #fff;
  padding: 10px 10px 10px 30px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 2px; }

.about_sale > ul.seperate, .about_sale > ol.seperate {
  list-style-type: none; }

.about_sale .list {
  list-style: initial;
  padding-left: 15px; }

.about_sale img {
  max-width: 100%; }

.about_sale .text-center {
  text-align: center; }

#modal_subscribe .modal-heading {
  padding: 10px;
  display: table;
  width: 100%; }

#modal_subscribe .modal-content {
  max-width: 650px; }

#modal_subscribe .logo {
  width: 120px;
  margin-right: 20px;
  display: table-cell;
  vertical-align: middle; }

#modal_subscribe .content-col {
  padding: 30px 50px 25px 50px; }

#modal_subscribe .form-control {
  border-radius: 7px;
  border: none;
  font-weight: 700;
  outline: none;
  border: 1px solid #ccc;
  text-align: left; }

#modal_subscribe .title {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.4px;
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

#modal_subscribe .submit {
  text-align: center;
  background-color: #f6bb43;
  cursor: pointer;
  color: #fff;
  border: none; }

#modal_subscribe .info {
  font-size: 13px;
  line-height: 1.5;
  color: #565a5c; }

#modal_subscribe p.info {
  font-weight: 700;
  margin: 0; }

#modal_subscribe ol.info {
  list-style-type: decimal;
  padding: 5px 15px;
  margin: 0; }

#modal_subscribe #message_error {
  color: red;
  font-size: 14px;
  margin: 0; }

.cmodal .offers_listings {
  border: 0 !important;
  box-shadow: none !important; }

.offers_listings {
  border: 1px solid #d7d7d7;
  background: #fff;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
  .offers_listings .offer_brand_logo {
    text-align: center;
    padding-top: 5px; }
    .offers_listings .offer_brand_logo img {
      width: 180px;
      height: 70px;
      max-width: 100%; }
  .offers_listings h3 {
    height: 57px;
    padding: 0 20px;
    line-height: 28.8px;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #303030;
    overflow: hidden;
    text-align: center; }
  .offers_listings p {
    overflow: hidden;
    padding: 0 20px;
    margin: 10px 0;
    font-size: 16px;
    color: #303030;
    line-height: 18px;
    height: 50px;
    text-align: center; }
    .offers_listings p .offer_tag_line {
      display: flex;
      justify-content: center;
      flex-direction: column;
      height: 50px; }

.coupon-btn {
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 20px;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  height: 40px;
  display: block; }
  .coupon-btn:hover .reveal_code {
    width: 90%; }
  .coupon-btn span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal; }
  .coupon-btn span.blur {
    position: absolute;
    right: 20px;
    line-height: 42px;
    font-size: 18px;
    filter: blur(1px); }
  .coupon-btn span.not {
    filter: none;
    position: relative;
    display: block;
    right: 0;
    text-align: center; }

.reveal_code, .no_reveal_code {
  padding: 0px 5px;
  height: 50px;
  text-align: left;
  line-height: 42px;
  border-radius: 4px;
  -webkit-transition-property: width;
  /* Safari */
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-property: width;
  transition-duration: 0.5s;
  width: 100%;
  overflow: hidden;
  text-align: center; }

.no_reveal_code {
  height: 40px; }

.active_offers {
  border-top: 1px dashed #d7d7d7;
  padding: 8px 17px;
  margin-top: 15px; }

.sp_active_text {
  color: #898989;
  font-size: 14px;
  line-height: 16.8px; }

.sp_icons {
  float: right; }
  .sp_icons svg {
    cursor: pointer; }

.icon-heart,
.icon-satisfied,
.icon-dissatisfied,
.icon-share {
  fill: #9e9e9e;
  cursor: pointer;
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle; }
  .icon-heart.activated, .icon-heart.disabled,
  .icon-satisfied.activated,
  .icon-satisfied.disabled,
  .icon-dissatisfied.activated,
  .icon-dissatisfied.disabled,
  .icon-share.activated,
  .icon-share.disabled {
    cursor: not-allowed; }

body {
  height: 100%; }

ul {
  margin: 0; }

div {
  box-sizing: border-box; }

#logo {
  text-align: center;
  padding: 10px 0; }
  #logo > a {
    display: block;
    width: 180px;
    margin: 0 auto;
    color: #fff; }
    #logo > a > svg {
      vertical-align: middle;
      width: 100%; }

header {
  background: #027cd5; }

.tab-content .offers_listings {
  height: auto;
  width: 100%;
  transition: all .2s ease-in-out; }
  .tab-content .offers_listings .reveal_code {
    font-weight: 700;
    font-family: 'Calibri',sans-serif;
    color: #fff; }
  .tab-content .offers_listings .active_offers {
    margin-top: 25px;
    text-align: left; }

.tab-content .offers_listings {
  width: 100%;
  height: 260px;
  border: 1px solid #d7d7d7;
  background: #fff;
  margin-bottom: 0;
  display: inline-block; }
  .tab-content .offers_listings .offer_brand_logo {
    text-align: center;
    padding-top: 5px; }
  .tab-content .offers_listings .coupon-btn {
    margin: auto; }

.tab-content p {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
  padding: 0 20px;
  margin: 10px 0;
  font-size: 16px;
  color: #303030;
  line-height: 18px;
  height: 50px;
  text-align: center; }

.tab-content p.title {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
  text-align: center;
  margin: 10px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  width: 90%; }

.tab-content a {
  text-decoration: none; }

.tab-content ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .tab-content ul li {
    list-style: none;
    display: inline-block;
    width: calc((100% - 15px*3)/4);
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px; }
    .tab-content ul li:nth-child(4n) {
      margin-right: 0; }

.nav .reveal_code,
.reveal_code {
  padding: 0px 5px;
  height: 50px;
  text-align: left;
  line-height: 50px;
  border-bottom: 2px solid #201946;
  border-radius: 4px;
  -webkit-clip-path: polygon(0% 0%, 76% 0%, 85% 100%, 0% 100%);
  -webkit-transition-property: width;
  /* Safari */
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-property: width;
  transition-duration: 0.5s;
  width: 100%;
  overflow: hidden;
  text-align: center; }

.exclusive .reveal_code {
  background: #679F42;
  border-bottom: 2px solid #346A34; }

.code .reveal_code {
  background: #037cd5;
  border-bottom: 2px solid #005387; }

.exclusive-offer .reveal_code {
  background: #03A9F4;
  border-bottom: 2px solid #1565C0; }

.view-offer .reveal_code {
  background: #f09516;
  border-bottom: 2px solid #b36a00; }

.enroll-now .reveal_code {
  background: #dd604b;
  border-bottom: 2px solid #ce3f27; }

.coupon .reveal_code {
  background: #15b99f;
  border-bottom: 2px solid #0a8885; }

.deal .reveal_code {
  border-bottom: 0 !important; }

.full_width {
  background-color: #f1f2eb;
  padding-top: 1px; }

.active_offers {
  border-top: 1px dashed #d7d7d7;
  padding: 7.5px 17px;
  margin-top: 15px; }

.sp_active_text {
  color: #898989;
  font-size: 14px;
  line-height: 16.8px; }

.show_more_div {
  clear: both;
  text-align: center;
  margin-top: 17px; }
  .show_more_div span {
    text-align: center;
    width: 245px;
    background: #fff;
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #d7d7d7;
    padding: 11px 20px;
    border-radius: 20px;
    display: inline-block;
    height: 40px;
    line-height: 16px;
    box-sizing: border-box; }
    .show_more_div span:hover {
      background: #f6bb43;
      color: #fff; }

.tab_head_bg {
  background: #fff;
  height: 57px;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #d7d7d7; }

.offers_home input,
.offers_home section {
  clear: both; }

.offers_home label {
  height: 57px;
  float: left;
  width: 20%;
  padding: 18.35px 0;
  color: #acacac;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 21px;
  position: relative;
  box-sizing: border-box; }
  .offers_home label span {
    font-size: 18px;
    display: inline-block;
    height: 20px;
    overflow: hidden; }

#tab0:checked ~ #content0,
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
  color: #999;
  border-bottom: 2px solid #f0f0f0; }

.tab_container {
  margin: 0 auto;
  position: relative;
  padding: 20px 0; }
  .tab_container [id^="tab"]:checked + label {
    background-color: #f6bb43;
    box-shadow: 0.5px 0.866px 2px 0 rgba(0, 0, 0, 0.078);
    color: #fff;
    border-radius: 50px;
    border: 1px solid #d7d7d7;
    font-weight: 600;
    font-family: 'Calibri', sans-serif; }
    .tab_container [id^="tab"]:checked + label .fa {
      color: #0CE; }

footer {
  background: #414d59;
  text-align: center;
  color: #fff;
  width: 100%;
  float: left;
  padding: 20px 0; }
  footer .footer_social_icons a {
    margin-right: 35px; }
    footer .footer_social_icons a:last-child {
      margin-right: 0; }
  footer .footer_social_icons svg {
    fill: white; }
  footer .socials_footer p {
    text-align: center;
    color: #aaa;
    margin-top: 28px;
    font-size: 11px; }

body.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: scroll;
  padding: 25px; }
  .modal > div {
    display: table;
    width: 100%;
    height: 100%; }
  .modal:before {
    content: "";
    opacity: 0;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    will-change: opacity; }
  .modal.open:before {
    opacity: 0.6; }
  .modal.open .modal-content {
    transform: translate3d(0, 0, 0); }

.modal-dialog {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.modal-content {
  background: #fff;
  display: inline-block;
  text-align: initial;
  position: relative;
  overflow-y: auto;
  border-radius: 3px;
  max-width: 740px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: translate3d(0, -150vh, 0);
  -ms-transform: translate3d(0, -150vh, 0);
  -moz-transform: translate3d(0, -150vh, 0);
  transform: translate3d(0, -150vh, 0);
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  will-change: transform; }

.modal .modal-dialog .btn-close {
  font-size: 30px;
  position: absolute;
  color: #969696;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  text-align: -webkit-center;
  text-decoration: none;
  z-index: 100;
  cursor: pointer; }

.modal .modal-dialog .new_modal_title {
  text-align: center;
  font-size: 20px;
  margin: 0;
  color: #037cd5; }

.modal .modal-dialog .code_itself {
  background-color: #f6f7fb;
  border: 1px dashed #027cd5;
  width: 50%;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  color: #2e2e2e;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  box-sizing: border-box; }

.modal .modal-dialog .copy_dialogue {
  text-align: center;
  font-size: 0;
  margin: 10px 0; }

.modal .modal-dialog button#cp_code {
  background: #037cd5;
  font-size: 15px;
  font-weight: bold;
  border: none;
  color: #fff;
  width: 50%;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 0; }

.modal .modal-dialog .visit_share {
  padding: 15px 0px 0 0;
  text-align: left;
  width: 100%;
  text-align: center; }
  .modal .modal-dialog .visit_share .btn-md.btn-green {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    background: #52af52;
    border: none;
    text-decoration: none;
    box-shadow: none;
    color: #fff;
    padding: 10px 15px;
    max-width: 350px; }

.modal .modal-dialog .feedback {
  text-align: center;
  margin-bottom: 15px; }
  .modal .modal-dialog .feedback .btn-md {
    padding: 5px 10px;
    max-width: 50px;
    display: inline-block;
    background: #fff;
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    margin-top: 10px;
    color: #298fd9;
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
    will-change: box-shadow; }
    .modal .modal-dialog .feedback .btn-md:hover {
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 2px 6px rgba(0, 0, 0, 0.5); }

.modal .modal-dialog .modal_view_cat_all {
  display: none; }

.modal .modal-dialog .cm_body_dec {
  overflow: hidden;
  padding: 0 30px 0 0;
  text-transform: none;
  display: block;
  text-align: left;
  height: 130px;
  margin: 5px 0 15px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #333333; }
  .modal .modal-dialog .cm_body_dec p {
    text-align: left; }

.modal .modal-dialog .show_more {
  font-size: 10px;
  color: #037cd5;
  font-weight: 700;
  bottom: 0;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 0 20px;
  line-height: 22px;
  cursor: pointer;
  text-transform: uppercase; }

.modal .cm_t {
  padding: 40px 30px 20px; }

/*
@media only screen and (max-width: 992px) {
    .page{
            width: 100%;
            padding: 0 15px;
        }
    .cmodal-dialog{
        padding: 40px 15px 15px 15px !important;
    }
}
@media only screen and (max-width: 1170px){
     .tab-content{
        .offers_listings{
            width: 100%;
        }
    }
}
@media only screen and (max-width: 1170px) and (min-width: 992px) {
    .page{
        width: 992px;
    }
    .tab-content {
        
        ul{
             li{
                width: 33.33333%;  
                max-width: none;             
                padding: 0 10px;
                box-sizing: border-box;
                margin: 0 !important;                
             }
        }
    }


}
@media only screen and (max-width: 991px) and (min-width: 600px) {
    
    .tab-content {
        .offers_listings{
            .reveal_code{
                width: 70%;
            }
        }
        ul{
             li{
                width: 50%;  
                max-width: none;             
                padding: 0 10px;
                box-sizing: border-box;
                margin: 0 !important;                
             }
        }
    }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
    .tab-content {
        h3{
            font-size: 20px;
        }
        p{
            font-size: 14px;
        }
    }

}
@media only screen and (max-width: 600px){

        .tab-content {
                h3{
                    font-size: 20px;
                }
                ul{
                     li{
                        width: 100%;
                        max-width: none;
                     }
                }
                .offers_listings{
                    .reveal_code{
                        width: 80%;
                    }
                }
           
        }
        .modal{
        &:target, &.open {
        &:before {
            // display: block;
            opacity: 1;
            visibility: visible;
        }
        .modal-dialog {            
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            opacity: 1;
            max-height: 100%;
        }
    }
    }

    }
    */
.sub-title {
  font-size: 1.8em;
  margin: 15px 0;
  background: #fff;
  padding: 16px 10px;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #333;
  border-left: 2px solid #F44336; }

.btn {
  background: #fff;
  outline: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 13px 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1rem;
  border-radius: 2px;
  transition: all 0.3s ease-out;
  border: none; }
  .btn-block {
    display: block;
    width: 100%; }
  .btn-round {
    border-radius: 50%; }
  .btn-fab {
    width: 40px;
    height: 40px;
    padding: 0; }
  .btn-info {
    background: #55aced;
    color: #fff; }
  .btn-primary {
    background: #027cd5;
    color: #fff; }
  .btn-danger {
    background: #F44336;
    color: #fff; }
  .btn-raised {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    .btn-raised:hover {
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }
  .btn-social {
    width: 32px;
    height: 32px;
    padding: 6px;
    margin: 0 5px; }
  .btn-twitter {
    background: #000; }
  .btn-facebook {
    background: #3b5999; }
  .btn-linkedin {
    background: #247cd5; }
  .btn-pinterest {
    padding: 4px;
    background: #C6232C; }
  .btn-instagram {
    padding: 7px;
    background: linear-gradient(to bottom, #E4405F, #662D91); }
  .btn-quora {
    padding: 7px;
    background: #b92b27; }
  .btn-medium {
    padding: 7px;
    background: #000; }
  .btn:disabled, .btn.disabled {
    box-shadow: none;
    cursor: not-allowed;
    filter: grayscale(1); }
  .btn-fade {
    opacity: 0;
    visibility: hidden; }
    .btn-fade.in {
      opacity: 1;
      visibility: visible; }
  .btn svg {
    pointer-events: none;
    vertical-align: middle; }

.card {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  font-size: 1rem;
  white-space: normal;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  .card-block {
    display: block; }
  .card-head {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd; }
  .card-body {
    padding: 10px 15px; }

.form-group {
  margin-bottom: 15px;
  text-align: left;
  position: relative; }
  .form-group.has-error {
    margin-bottom: 25px; }
  .form-group:last-child {
    margin-bottom: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  letter-spacing: 0.5px; }
  .has-error .form-control, .dirty .form-control:invalid {
    border-color: red; }
  .form-control:not(textarea) {
    height: 45px; }

.form-error {
  color: #d00;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 48px;
  display: none; }
  .has-error .form-error {
    display: initial; }

.form-loader {
  text-align: center; }
  .form-loader .loader {
    display: none; }

.form .message {
  line-height: 1.2em; }

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  animation-fill-mode: both;
  animation: loader 1.8s infinite ease-in-out; }

.loader {
  color: #f6bb43;
  position: relative;
  transform: translateZ(0);
  animation-delay: -0.16s;
  top: -1em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  pointer-events: none; }
  .loader:before {
    right: 150%;
    animation-delay: -0.32s;
    color: #3baeda; }
  .loader:after {
    left: 150%;
    color: #f3804a; }
  .loader:before, .loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: inherit;
    height: inherit; }

@keyframes loader {
  0%,
  100% {
    box-shadow: 0 1.2em 0 -1em; }
  50% {
    box-shadow: 0 1.2em 0 -.2em; } }

.offers_snippets.exclusive {
  border-left: 5px solid #679F42; }

.offers_snippets.exclusive:hover {
  box-shadow: -4px 4px 8px 0px #96BD7C; }

.offers_snippets {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-top: 16px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  padding: 15px 15px 0px;
  transition: all .2s ease-in-out; }
  .offers_snippets:hover {
    transform: scale(1.002);
    box-shadow: 1px 2px 10px 2px #9e9e9e; }
  .offers_snippets a.morelink {
    color: #3baeda;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    text-decoration: none; }

.snippet {
  box-sizing: border-box; }
  .snippet.left {
    float: left;
    width: 114px;
    text-transform: uppercase;
    margin-right: 15px;
    overflow: hidden;
    align-self: start;
    margin-top: 12px; }
    .snippet.left span {
      text-align: center;
      display: inline-block;
      width: 100%;
      text-transform: uppercase;
      line-height: 22px;
      box-sizing: border-box;
      font-weight: 400;
      font-size: 26px;
      line-height: 35px;
      word-break: break-word; }
      .snippet.left span .bold {
        font-weight: 700;
        font-size: 35px;
        line-height: 38px;
        display: block; }
  .snippet.right {
    color: #898989;
    width: 795px;
    position: relative;
    margin-bottom: 10px; }
    .snippet.right .top-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .snippet.right .top-container .type-text {
        font-style: normal;
        font-weight: 700;
        font-size: 19px;
        line-height: 23px;
        text-transform: uppercase; }
    .snippet.right .middle-container {
      margin-top: 8px;
      display: flex;
      justify-content: space-between;
      align-items: start; }
      .snippet.right .middle-container p {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #2E2E2E;
        margin: 0;
        text-transform: capitalize;
        display: inline-block;
        padding-bottom: 5px;
        padding-right: 5px; }
        .snippet.right .middle-container p .bold {
          font-weight: 700;
          font-size: 23px; }
    .snippet.right .bottom-container {
      display: flex;
      justify-content: start;
      align-items: start;
      flex-direction: row;
      gap: 10px; }
      .snippet.right .bottom-container .icon-chat-bubble {
        fill: #027cd5; }
    .snippet.right p {
      margin: 0; }
    .snippet.right .dec_area {
      position: relative; }
      .snippet.right .dec_area ul {
        padding-left: 16px;
        margin: 0; }
      .snippet.right .dec_area li {
        list-style-type: disc; }
      .snippet.right .dec_area td, .snippet.right .dec_area th {
        padding: 3px;
        border-width: 2px; }
      .snippet.right .dec_area .success-rate {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #2E2E2E;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #ddd; }
    .snippet.right .show_more {
      background: #fff;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 17px;
      cursor: pointer;
      z-index: 0; }
      .snippet.right .show_more::after {
        content: "";
        background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.99));
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.99));
        background: -o-linear-gradient(to right, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.99));
        background: linear-gradient(to right, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.99)); }
    .snippet.right h2 {
      margin-bottom: 0;
      font-size: 23px;
      text-transform: capitalize;
      font-weight: 600;
      display: inline-block;
      width: 100%; }
    .snippet.right span.listing_icons_wrappers {
      margin-left: 20px; }
    .snippet.right .view-all {
      margin-top: 24px; }
      .snippet.right .view-all .a {
        color: #027CD5;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 26px; }

.coupon-btn {
  max-width: 263px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  height: 40px;
  margin: 0; }
  .coupon-btn span, .coupon-btn .icon {
    display: inline-block;
    line-height: normal;
    vertical-align: middle; }
  .coupon-btn span.blur {
    position: absolute;
    inset-inline-end: 30px;
    line-height: 42px;
    font-size: 18px;
    filter: blur(1px); }
  .coupon-btn span.not {
    filter: none;
    position: relative;
    display: block;
    inset-inline-end: 0;
    text-align: center; }
  .coupon-btn .reveal_code, .coupon-btn .no_reveal_code {
    font-size: 18px;
    font-weight: 600;
    padding: 0 5px;
    height: 40px;
    line-height: 42px;
    border-radius: 4px;
    -webkit-transition-duration: .5s;
    transition-property: width;
    transition-duration: .5s;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-block-end: 0 !important; }
  .coupon-btn .no_reveal_code {
    height: 40px; }
  .coupon-btn:hover .reveal_code {
    width: 90%; }

.dec_area {
  margin-top: 10px;
  overflow: hidden;
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #333333; }
  .dec_area table {
    margin-block-start: 5px;
    margin-block-end: 10px; }
    .dec_area table tr {
      text-align: justify; }

.infoDiv {
  margin-block-start: 2%; }
  .infoDiv .userType {
    text-transform: capitalize; }
    .infoDiv .userType svg {
      margin-inline-end: 2px;
      fill: #8a8a8a; }
  .infoDiv .user_info {
    font-size: 14px;
    margin-inline-end: 2%;
    text-transform: capitalize; }
    .infoDiv .user_info svg {
      vertical-align: middle; }

.meta_snip {
  width: 263px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2E2E2E;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center; }
  .meta_snip .info .eye {
    fill: #2E2E2E; }
  .meta_snip span, .meta_snip svg {
    vertical-align: middle;
    fill: #2E2E2E;
    font-size: 14px; }

> .feedback-container {
  align-items: center;
  justify-content: end;
  padding: 3px 5px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2E2E2E; }

> .feedback-container .likes {
  padding: 5px;
  padding-right: 1px; }

> .feedback-container .dislikes svg {
  transform: scaleX(-1); }

> .feedback-container .likes svg, > .feedback-container .dislikes svg {
  cursor: pointer; }
  > .feedback-container .likes svg.activated, > .feedback-container .dislikes svg.activated {
    fill: #027cd5; }
  > .feedback-container .likes svg.disabled, > .feedback-container .dislikes svg.disabled {
    cursor: not-allowed; }

.meta {
  word-break: keep-all; }
  .meta.a {
    margin-inline-end: 10px; }
  .meta.b {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2E2E2E; }
    .meta.b svg {
      vertical-align: middle; }

.suggested-coupon {
  border: 3px solid #506D3D;
  overflow: initial;
  position: relative;
  background-color: #F8FCFE;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row; }
  .suggested-coupon .snippet.left .value {
    color: #506D3D; }
  .suggested-coupon .snippet.right p {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #506D3D; }
  .suggested-coupon .snippet.right .view-all {
    margin: 0;
    align-self: center; }
    .suggested-coupon .snippet.right .view-all a {
      outline: none; }
  .suggested-coupon .snippet.right .bottom-container {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    gap: 10px; }
  .suggested-coupon .coupon-btn {
    background: #506D3D; }
  .suggested-coupon .reveal_code, .suggested-coupon .no_reveal_code {
    background: #506D3D; }

.coupon-filter {
  border-top: 1px solid #ddd;
  clear: both;
  text-transform: capitalize; }
  .coupon-filter ul {
    max-height: 150px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 1;
    margin-bottom: 5px;
    margin-top: 10px; }
  .coupon-filter.large ul {
    max-height: 400px; }
  .coupon-filter li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #333333; }
    .coupon-filter li:last-child {
      border-bottom: 0; }
    .coupon-filter li input {
      display: none; }
    .coupon-filter li input[type=checkbox]:checked + label:before {
      content: "\2713";
      font-size: 15px;
      color: #333333;
      text-align: center;
      line-height: 15px; }
    .coupon-filter li label {
      line-height: 25px;
      padding-left: 25px;
      display: block;
      position: relative;
      font-weight: 500;
      z-index: 9;
      cursor: pointer;
      -webkit-transition: all 0.25s linear;
      font-size: 14px;
      letter-spacing: 0.4px;
      color: #333333; }
      .coupon-filter li label:before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0;
        top: 3px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px; }

.popular_offers ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll; }
  .popular_offers ul::-webkit-scrollbar {
    display: none; }

.popular_offers li {
  display: inline-block;
  max-width: 22%;
  margin-right: 1%;
  min-width: 290px; }

.popular_offers .offers_listings {
  margin-bottom: 10px;
  white-space: normal;
  background: #FFFFFF;
  box-shadow: 2px 2px 6px rgba(58, 58, 58, 0.25);
  border-radius: 14px;
  overflow: hidden; }
  .popular_offers .offers_listings .po-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 8px;
    height: 100px;
    position: relative; }
    .popular_offers .offers_listings .po-container:hover {
      background-color: rgba(105, 105, 105, 0.8);
      padding: 0; }
      .popular_offers .offers_listings .po-container:hover .po-title {
        opacity: 1;
        display: block;
        position: absolute;
        inset: initial;
        padding: 8px;
        width: inherit; }
      .popular_offers .offers_listings .po-container:hover .po-details {
        display: none; }
      .popular_offers .offers_listings .po-container:hover .po-img {
        opacity: 0; }
  .popular_offers .offers_listings .po-details > :not(:last-child) {
    margin-bottom: 4px; }
  .popular_offers .offers_listings .po-img {
    width: 33%;
    height: auto; }
  .popular_offers .offers_listings .po-views {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #b1aea9;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .popular_offers .offers_listings .po-views > svg {
      fill: #b1aea9;
      vertical-align: text-top; }
  .popular_offers .offers_listings .po-value {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 23px;
    color: #2E2E2E;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .popular_offers .offers_listings .po-subtitle {
    display: flex;
    flex-direction: row;
    gap: 2px; }
    .popular_offers .offers_listings .po-subtitle .verified {
      color: #2e2e2e; }
    .popular_offers .offers_listings .po-subtitle span {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      text-transform: capitalize;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      .popular_offers .offers_listings .po-subtitle span.value {
        font-weight: 700; }
      .popular_offers .offers_listings .po-subtitle span > svg.icon-check-mark {
        vertical-align: middle;
        fill: #00d566;
        color: #00d566; }
  .popular_offers .offers_listings .po-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none; }

.subscribe-banner, .promotion-banner {
  background: #fff;
  margin: 16px 0px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 10px 5px 0px;
  display: table;
  width: 100%;
  cursor: pointer; }
  .subscribe-banner.banner-1, .promotion-banner.banner-1 {
    border-left: 4px solid #fe7c60; }

.subscribe-banner-img, .subscribe-banner-content, .subscribe-banner-btn, .promotion-banner-img, .promotion-banner-content, .promotion-banner-btn {
  display: table-cell;
  vertical-align: middle; }

.subscribe-banner-content, .promotion-banner-content {
  padding-left: 10px; }
  .subscribe-banner-content:last-child, .promotion-banner-content:last-child {
    text-align: right; }
  .subscribe-banner-content p, .promotion-banner-content p {
    color: #00f;
    font-weight: 500;
    font-size: 20px; }

.subscribe-banner-img, .promotion-banner-img {
  width: 140px;
  border-right: 1px dashed #ddd; }
  .subscribe-banner-img img, .promotion-banner-img img {
    width: 100%;
    display: block; }

.subscribe-banner-btn, .promotion-banner-btn {
  display: inline-block;
  padding: 10px 15px;
  background: #fe7c60;
  color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .4px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap; }
  .subscribe-banner-btn:hover, .promotion-banner-btn:hover {
    box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2); }

.scroll-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.5);
  z-index: 100;
  border: 1px solid #2793e6;
  background: #2793e6;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity; }
  .scroll-btn svg {
    fill: #fff; }
  .scroll-btn.in {
    opacity: 1; }
  .scroll-btn.visible {
    display: inline-block; }

html, body {
  scroll-behavior: smooth; }

#modal_login .modal-content {
  display: inline-flex; }

.modal-right .h2 {
  text-align: center;
  color: #555555;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  display: inline-block;
  width: 30%; }

.modal-left {
  width: 350px;
  min-height: 450px;
  padding: 20px;
  color: #fff;
  background: #013d62 no-repeat bottom left; }
  .modal-left h3 {
    color: #f6bb43;
    font-size: 28px; }
  .modal-left ul {
    padding: 25px; }
  .modal-left ul li {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 18px;
    list-style-type: disc; }

.modal-right {
  margin-top: 25px;
  padding: 20px;
  width: 550px;
  text-align: center;
  position: relative;
  color: #a9a9b6; }
  .modal-right .disabled {
    background: #948f8c; }
  .modal-right .seperator {
    font-size: 20px; }
  .modal-right .h2 {
    text-align: center;
    margin-top: 12px; }
    .modal-right .h2 a {
      text-decoration: none;
      cursor: pointer; }

.signupTab {
  margin-bottom: 10px; }

.forget_link a {
  font-size: 14px;
  font-weight: 400;
  color: #959595;
  text-decoration: none;
  width: 359px;
  display: block;
  text-align: right;
  margin: 0 auto;
  margin-bottom: 19px; }

#loginForm, #signupForm, #passwordResetForm {
  max-width: 350px; }

.slider {
  position: relative; }
  .slider-overflow-container {
    overflow: hidden; }
  .slider-wrapper {
    display: block;
    will-change: transform;
    transition: all 0.3s ease;
    font-size: 0;
    white-space: nowrap; }
    .slider-wrapper > .slider-item {
      display: inline-block;
      white-space: normal;
      font-size: 1rem; }
    .slider-wrapper > .banners-item img {
      width: 100% !important;
      height: 100% !important; }
  .slider-control {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden; }
    .slider-control.prev {
      left: 0; }
    .slider-control.next {
      right: 0; }
    .slider-control.in {
      opacity: 1;
      visibility: visible; }
    .slider-control svg {
      pointer-events: none; }
  .slider-addons {
    text-align: center;
    padding-top: 10px;
    position: absolute;
    width: 100%;
    top: 100%; }
    .slider-addons .dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      border: 2px solid #F44336;
      transition: background 0.3s ease-in;
      margin: 3px; }
      .slider-addons .dot.active {
        background: #f44336; }

.tabs-container {
  margin: 40px 0 10px; }

.tabs-list {
  display: flex; }
  .tabs-list > .tabs-list-item {
    padding: 16px 30px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: #fff;
    flex: 1;
    text-align: center;
    border-radius: 3px 3px 0 0; }
    .tabs-list > .tabs-list-item.active, .tabs-list > .tabs-list-item:hover {
      background: #3193e6;
      box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
      color: #fff; }

.tabs-content {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #03A9F4; }
  .tabs-content > .tabs-content-item {
    display: none; }
  .tabs-content > .tabs-content-item.active {
    display: block; }

.review-images {
  margin-bottom: 20px; }
  .review-images img {
    height: 150px;
    width: 100%; }
  .review-images .slider-item {
    width: calc((100%)/3);
    overflow: hidden;
    position: relative; }
  .review-images .show-more {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 150px;
    cursor: pointer; }
  .review-images .slider-control.next {
    right: -15px; }
  .review-images .slider-control.prev {
    left: -15px; }

.star-widget .stars {
  display: inline-flex;
  flex-direction: row-reverse; }

.star-widget p {
  color: #555;
  font-size: 1.05em; }

.star-widget label {
  display: inline-block;
  padding: 5px;
  cursor: pointer; }

.star-widget input[type='radio'] {
  display: none; }

.star-widget .icon-star-full {
  fill: #ddd; }

.star-widget input[type='radio']:checked ~ label > svg {
  fill: #FFC107; }

.star-widget label:hover > svg, .star-widget label:hover ~ label > svg {
  fill: #f6bb43; }

#write_review {
  margin: 20px 0; }
  #write_review .form {
    padding: 0 25px; }
  #write_review .stars-container {
    margin-bottom: 15px; }
  #write_review .form-error {
    position: relative;
    top: 3px; }
  #write_review .star-widget {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #write_review legend {
    font-size: 1.3em;
    text-align: center; }
  #write_review .message {
    color: #555;
    text-align: center; }

.submit-coupon-widget {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px; }
  .submit-coupon-widget p {
    font-size: 14px;
    color: #444;
    margin-top: 0;
    text-align: center;
    line-height: 20px;
    margin-bottom: 5px; }
    .submit-coupon-widget p span {
      font-size: 17px;
      font-weight: 500;
      color: blue;
      display: block; }

.btn-md {
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
  border: 2px solid #027cd5;
  color: #fff;
  background-color: #027cd5;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.65); }

.titleDiv {
  text-align: left;
  border-radius: 1rem 1rem 0 0;
  padding: 10px 20px 10px 20px;
  background: #cdcdd0; }
  .titleDiv .topOffersTitle {
    color: #2e2e2e;
    font-size: 20px;
    font-weight: 600; }

.widget_new_wrapper {
  margin-top: 15px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  background: #fff; }

.widget.new_widget_tile {
  will-change: background;
  transition: 0.2s all ease;
  background: transparent;
  border: none;
  border-bottom: 1px dashed #ddd;
  margin: 0;
  box-shadow: none; }
  .widget.new_widget_tile a, .widget.new_widget_tile .link {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    cursor: pointer; }
  .widget.new_widget_tile .imgspan {
    overflow: hidden; }
  .widget.new_widget_tile .title {
    color: #027cd5;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    text-align: center; }
  .widget.new_widget_tile .like_count {
    margin-left: 10px; }
    .widget.new_widget_tile .like_count span {
      font-size: 14px; }
  .widget.new_widget_tile img {
    width: 48px;
    border-radius: 15px; }
  .widget.new_widget_tile .code_back, .widget.new_widget_tile .reveal_code {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    clip-path: unset;
    -webkit-clip-path: unset; }
  .widget.new_widget_tile:hover {
    background: #ddd; }
    .widget.new_widget_tile:hover a {
      color: #fe3f13; }
  .widget.new_widget_tile .code_b_link:hover .reveal_code {
    width: 100%; }
  .widget.new_widget_tile:last-child {
    border-bottom: none; }

.deal-imgspan {
  min-width: 70px;
  max-width: 70px;
  margin-right: 10px; }
  .deal-imgspan img {
    width: 100%; }

.store-blogs {
  background: #fff;
  padding: 15px 15px 0 15px;
  border-radius: 1px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin-top: 15px; }

.related-blogs {
  margin: 0 0 20px 0;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  color: #556270; }

.view-all-store {
  float: right;
  text-decoration: none;
  cursor: pointer; }

.blog-list {
  white-space: nowrap;
  font-size: 0;
  overflow: auto;
  clear: both; }
  .blog-list li {
    display: inline-block;
    white-space: normal;
    font-size: 16px;
    margin-right: 15px;
    width: 320px; }

.news {
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-bottom: 15px;
  text-decoration: none; }
  .news .info {
    padding: 10px 10px 0 10px; }
  .news img {
    width: 100%;
    display: block;
    height: 140px; }
  .news h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    height: 35px;
    overflow: hidden;
    line-height: 17px; }
    .news h3 a {
      text-decoration: none;
      color: #555; }
  .news span a {
    text-transform: uppercase;
    color: #555555;
    font-weight: 600; }
  .news p {
    margin: 5px 0;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.3px;
    height: 45px;
    overflow: hidden;
    color: #777;
    display: none; }
  .news p:first-of-type {
    display: block; }
  .news .footer-info {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 4px 0 8px 0; }
  .news .read-more {
    float: right;
    text-decoration: none;
    cursor: pointer; }

.img-container {
  overflow: hidden;
  position: relative; }

.custom_category_filter {
  display: inline-flex;
  flex-wrap: wrap; }
  .custom_category_filter::-webkit-scrollbar {
    display: none; }

.expired-offers-list {
  display: block;
  padding: 0 0 0 10px;
  width: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 30px; }
  .expired-offers-list .expired-offer {
    margin-right: 1em;
    max-width: 200px;
    padding: 0px; }
  .expired-offers-list .c_type {
    height: 50px;
    line-height: 20px;
    padding: 6px 5px;
    font-size: 14px;
    overflow: hidden;
    font-weight: 700;
    color: #fff; }
  .expired-offers-list .value {
    line-height: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    padding: 3px 5px; }

.horizontal-scroll {
  width: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap; }

.deal-of-the-day li.card {
  flex: 1 0 200px;
  margin: 0 15px 5px 0;
  min-width: 180px;
  max-width: 220px;
  cursor: pointer; }
  .deal-of-the-day li.card:hover {
    transform: scale(1.002);
    box-shadow: 2px 2px 10px 2px #9e9e9e; }

.deal-of-the-day .product-image {
  width: 100%;
  height: 120px;
  display: inline-block;
  object-fit: none; }

.deal-of-the-day article {
  background-color: #55aced;
  height: 67px;
  border: 1px solid #55aced;
  box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
  color: white;
  padding-top: 5px; }
  .deal-of-the-day article .title {
    text-align: center;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
    padding-left: 10px; }

.widget_new_wrapper {
  margin-top: 15px;
  background: #e6e6e6;
  border-radius: 1rem; }
  .widget_new_wrapper .widgets.new_widget_tiles {
    transition: 0.2s all ease;
    background: transparent;
    border: none;
    margin: 0;
    box-shadow: none; }
    .widget_new_wrapper .widgets.new_widget_tiles:not(:last-child) {
      border-bottom: 1px dashed #ddd; }
    .widget_new_wrapper .widgets.new_widget_tiles a, .widget_new_wrapper .widgets.new_widget_tiles .links {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      position: relative;
      cursor: pointer;
      overflow: hidden;
      font-size: 14px;
      line-height: 16px; }
      .widget_new_wrapper .widgets.new_widget_tiles a .imgspan, .widget_new_wrapper .widgets.new_widget_tiles .links .imgspan {
        margin-top: 10px;
        display: inline-block;
        object-fit: none;
        margin-left: 15px; }
      .widget_new_wrapper .widgets.new_widget_tiles a div, .widget_new_wrapper .widgets.new_widget_tiles .links div {
        display: flex; }
        .widget_new_wrapper .widgets.new_widget_tiles a div .titles, .widget_new_wrapper .widgets.new_widget_tiles .links div .titles {
          margin: 10px 0px 15px 10px;
          height: 35px;
          padding: 5px;
          width: 80%; }
        .widget_new_wrapper .widgets.new_widget_tiles a div .like_count, .widget_new_wrapper .widgets.new_widget_tiles .links div .like_count {
          position: absolute;
          top: 40px;
          right: 10px;
          color: #2e2e2e;
          font-size: 15px; }
          .widget_new_wrapper .widgets.new_widget_tiles a div .like_count svg, .widget_new_wrapper .widgets.new_widget_tiles .links div .like_count svg {
            margin-bottom: 5px; }
    .widget_new_wrapper .widgets.new_widget_tiles:hover {
      background: #ddd; }
      .widget_new_wrapper .widgets.new_widget_tiles:hover a {
        color: #d61002; }

.short-description {
  border: none;
  margin: 16px 0px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  padding: 15px;
  background-color: #fff;
  border-radius: 10px; }

.about_store, .accordion-body {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 60px;
  color: #333;
  font-family: 'Calibri', sans-serif; }
  .about_store a, .accordion-body a {
    text-decoration: none; }
  .about_store h2, .accordion-body h2, .about_store h3, .accordion-body h3 {
    margin: 20px 0 15px 0;
    line-height: normal;
    background: #fff;
    color: #333;
    text-transform: capitalize; }
  .about_store .table-container, .accordion-body .table-container {
    overflow-x: auto;
    background: #fff; }
  .about_store table, .accordion-body table {
    border: none;
    min-width: 100%;
    margin: 0 0 15px 0; }
  .about_store td, .accordion-body td, .about_store tr, .accordion-body tr, .about_store th, .accordion-body th {
    border: 1px solid #e6e6e6;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: normal;
    background: #fff;
    color: #333; }
  .about_store thead th, .accordion-body thead th {
    background: #e6e6e6;
    color: #333; }
  .about_store th, .accordion-body th {
    border-right: 1px solid #fff; }
    .about_store th:last-child, .accordion-body th:last-child {
      border-right: 1px solid #e6e6e6; }
  .about_store .blockquote, .accordion-body .blockquote, .about_store > p, .accordion-body > p {
    font-size: 15px;
    color: #333;
    line-height: normal;
    margin-bottom: 15px;
    background: #fff;
    box-sizing: border-box; }
  .about_store ul, .accordion-body ul {
    list-style-position: inside;
    list-style-type: disc; }
  .about_store li, .accordion-body li {
    padding: 5px 0px;
    line-height: normal;
    word-spacing: 1px; }
    .about_store li li, .accordion-body li li {
      list-style-type: decimal;
      margin-left: 20px; }
  .about_store > ul:not(.seperate), .accordion-body > ul:not(.seperate), .about_store > ol:not(.seperate), .accordion-body > ol:not(.seperate), .about_store > ul.seperate > li, .accordion-body > ul.seperate > li, .about_store > ol.seperate > li, .accordion-body > ol.seperate > li {
    list-style-type: initial;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 15px;
    padding-inline-start: 30px;
    color: #333; }
  .about_store > ul.seperate, .accordion-body > ul.seperate, .about_store > ol.seperate, .accordion-body > ol.seperate {
    list-style-type: none; }
  .about_store .list, .accordion-body .list {
    list-style: initial;
    padding-left: 15px; }
  .about_store img, .accordion-body img {
    max-width: 100%;
    border-radius: 4px; }
  .about_store .text-center, .accordion-body .text-center {
    text-align: center; }
  .about_store p, .accordion-body p, .about_store span, .accordion-body span {
    font-size: 15px !important;
    color: #333;
    margin-bottom: 15px; }
  .about_store h1, .accordion-body h1 {
    font-size: 26px !important;
    color: #333; }
  .about_store h2, .accordion-body h2 {
    font-size: 22px !important;
    color: #333; }
  .about_store h3, .accordion-body h3 {
    font-size: 22px !important;
    color: #333; }
  .about_store h4, .accordion-body h4 {
    font-size: 15px !important;
    color: #333;
    margin-bottom: 15px; }

/*--------Footer--------------*/
footer {
  background: #414d59; }

.footer_top {
  background: #ebe9e9; }

.socials_footer p {
  text-align: center;
  color: #aaaaaa;
  margin-top: 28px;
  font-size: 11px; }

.socials_footer .page {
  margin-top: 30px;
  padding-bottom: 0 !important; }
  .socials_footer .page:after {
    height: auto; }

.footer_bottom {
  padding-top: 50px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .footer_bottom p {
    color: #9ba9b8;
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 29px; }
  .footer_bottom .page {
    border-bottom: 1px solid #454444;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-around; }

.footer_widget {
  flex-basis: 220px; }
  .footer_widget .footer_site_dec {
    font-size: 14px;
    color: #fff;
    padding-right: 30px; }
  .footer_widget.two {
    padding-left: 50px; }
  .footer_widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer_widget ul li {
      margin-bottom: 10px; }
      .footer_widget ul li a {
        color: #FFF;
        text-decoration: none;
        text-transform: capitalize;
        font-size: 18px; }

footer input[type="text"] {
  display: inline-block;
  font-size: 22px;
  color: #767676;
  width: 65%;
  background: transparent;
  border: 0;
  font-weight: 300;
  padding: 15px;
  margin: 10px 0px;
  border-bottom: 2px solid #767676; }

footer input[type="text"]:focus {
  outline: none; }

footer input[type="submit"] {
  display: inline-block;
  float: right;
  padding: 15px;
  font-size: 22px;
  width: 35%;
  max-width: 290px;
  background: #037cd5;
  border: 0;
  color: #fff;
  font-weight: normal;
  margin: 10px 0px;
  border-bottom: 2px solid #037cd5; }

.before_submit {
  border-bottom: 2px solid #9E9E9E !important; }

.footer_top h3 {
  display: inline-block; }

.footer_social_icons {
  text-align: center; }
  .footer_social_icons a {
    margin: 0 20px; }
  .footer_social_icons svg {
    fill: white; }

.footer_social_icon {
  text-align: center;
  padding-top: 15px; }
  .footer_social_icon a {
    display: inline-block;
    vertical-align: middle; }
    .footer_social_icon a img {
      margin: 0 10px; }

.padd_L50 {
  padding-left: 50px; }

.star_yellow {
  color: #f6bb43;
  margin-top: 0; }

.form_footer {
  position: relative; }
  .form_footer::after {
    content: "";
    clear: both;
    display: table; }
  .form_footer #subscribe_message, .form_footer #message_error {
    position: absolute;
    margin: 0;
    color: white;
    padding: 5px 10px;
    font-size: 16px;
    bottom: -25px;
    display: inline;
    left: 0;
    background: #2e3741;
    letter-spacing: 0.5px; }

p.link_color {
  color: #2573b5;
  font-size: 20px;
  margin-bottom: 0; }

.white {
  color: white; }

.containers .flex-box {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  .containers .flex-box .right-content {
    display: flex;
    width: 38vw;
    flex-direction: column;
    margin-bottom: 0px;
    align-items: start; }
    .containers .flex-box .right-content a {
      font-size: 25px; }
  .containers .flex-box .left-content {
    display: flex;
    width: 40vw;
    flex-direction: row-reverse;
    margin-bottom: 0px; }

/*------Footer end---------*/
@media (max-width: 1170px) and (min-width: 200px) {
  .page {
    width: 100%;
    padding: 0 20px; }
  .cmodal-dialog {
    width: 100%; }
  .footer_bottom {
    padding-top: 15px; }
  .nav > li > a {
    padding: 15px 0px;
    font-size: 14px; }
  .nav .hassub > ul {
    width: 70%; }
    .nav .hassub > ul li {
      width: 50%; }
    .nav .hassub > ul .log_text_block_cont {
      margin-bottom: 20px !important;
      padding-bottom: 20px !important;
      border-bottom: 1px solid #eee !important; }
    .nav .hassub > ul li:nth-last-child(-n+1) .log_text_block_cont {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      border-bottom: 0 !important; } }

@media (max-width: 768px) and (min-width: 480px) {
  .cm_t {
    padding: 0 25px; }
    .cm_t .offers_listings {
      margin-bottom: 15px; }
      .cm_t .offers_listings h3 {
        font-size: 18px;
        margin-top: 10px;
        line-height: 20px; }
  .cm_b_l {
    display: none; }
  .c_m_desc {
    width: auto;
    padding: 0; }
  .cm_b {
    height: auto;
    overflow: hidden;
    padding: 10px; }
    .cm_b input[type="text"] {
      width: 70%; }
    .cm_b input[type="submit"] {
      width: 25%; }
  .mailer_mail {
    float: none; }
  .visit_share {
    margin: 10px 0; }
  .cmodal-dialog {
    width: 100%; }
    .cmodal-dialog h3 {
      margin-top: 25px;
      margin-bottom: 10px;
      font-size: 22px; }
  .code_itself {
    width: 50%;
    line-height: 15px;
    font-size: 17px; }
  button#cp_code {
    width: 35%;
    padding: 14px;
    font-size: 17px;
    display: inline-block; } }

@media (max-width: 1000px) and (min-width: 480px) {
  header {
    height: auto !important; }
  header .page {
    position: relative; }
  .search .sidebar {
    width: 100%;
    float: none; }
  footer input[type="text"] {
    width: 70%;
    font-size: 16px; }
  footer input[type="submit"] {
    width: 30%;
    font-size: 16px; }
  .modal-dialog {
    width: initial; }
    .modal-dialog #modal-bg-container {
      display: none; }
    .modal-dialog .modal_right {
      float: none;
      margin: 0 auto;
      display: block; } }

@media screen and (max-width: 768px) {
  #results_lists {
    top: 54px;
    padding: 0 20px; } }

@media screen and (max-width: 768px) {
  .head_middle {
    position: static; }
  .head_middle > form {
    padding: 0;
    position: static; }
  .head_middle button.blue {
    display: none;
    background: transparent; }
  .search_active + button.blue {
    display: block;
    z-index: 1100;
    top: 2px;
    right: 19px; }
  #search_input {
    opacity: 0;
    visibility: hidden;
    transition: width 0.3s ease-in-out, opacity 0.3s, visibility 0.3s;
    position: absolute;
    right: 5px;
    width: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1001; }
    #search_input.search_active {
      opacity: 1;
      visibility: visible;
      width: calc(100% - 10px); } }

@media screen and (max-width: 768px) {
  header button.light {
    display: initial;
    background: transparent;
    background-size: 20px;
    margin-left: 10px; }
  .footer_widget {
    float: left;
    width: 50%;
    margin-bottom: 30px; } }

/*---MEDIA QUERIES Store-coupons page----*/
@media (max-width: 1170px) and (min-width: 200px) {
  .store-coupon-advert img {
    width: 100%; } }

@media (max-width: 1170px) and (min-width: 1000px) {
  .sidebar {
    width: 20%; }
  .content {
    width: 78%; }
  .relalated_col2 ul li {
    width: 49%; }
  .snippet.left {
    width: 18% !important;
    max-width: 112px; }
  .snippet.right {
    width: 82% !important; } }

@media (max-width: 1000px) and (min-width: 620px) {
  .content {
    width: 100%; }
  .sidebar {
    width: 100%; }
  .head_info_right h1 {
    margin-bottom: 0;
    font-size: 20px;
    overflow: hidden; }
  .followButton {
    top: auto; }
  /*
    .followButton span {
        padding: 10px 15px;
    } */
  .snippet.left {
    width: 18% !important;
    max-width: 112px; }
  .snippet.right {
    width: 79% !important; }
    .snippet.right p {
      width: 55% !important; }
  .snippet.right h2 {
    font-size: 18px;
    text-transform: uppercase; }
  .widget_2 {
    width: 50%;
    float: left; }
  .similar_snippets {
    width: 33%;
    float: left; } }

@media screen and (max-width: 500px) {
  .submit-modal-dialog .coupon-code, .submit-modal-dialog #submitCode {
    float: none;
    width: 100%;
    margin: 10px 0; }
  .submit-modal-dialog .store-selected {
    width: 100%;
    float: none; } }

@media screen and (min-width: 1000px) {
  .widget.store-review li .answer {
    max-height: 110px;
    min-height: 80px;
    overflow: hidden; }
    .widget.store-review li .answer::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 35px;
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.99));
      background: -o-linear-gradient(rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.99));
      background: -moz-linear-gradient(rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.99));
      background: linear-gradient(rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.99)); } }

@media screen and (max-width: 1000px) {
  .sidebar .coupon-filter {
    display: none; } }

@media screen and (max-width: 480px) {
  .form_footer #message_error,
  .form_footer #subscribe_message {
    font-size: 13px;
    bottom: -20px; } }

h3.accordion-heading {
  text-transform: capitalize;
  margin: 10px 0;
  font-weight: 400;
  line-height: 30px;
  background: #9e9e9e;
  text-transform: capitalize;
  padding: 10px 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #fff;
  border-radius: 0px 2px 2px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  h3.accordion-heading svg {
    fill: #fff; }
  h3.accordion-heading.accordion-close svg {
    transform: rotate(180deg); }
  h3.accordion-heading > p {
    margin: 0;
    padding: 0;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 30px; }

.accordion-body {
  display: none;
  overflow: hidden;
  font-size: 15px;
  line-height: 25px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0px 2px 2px 0px;
  color: #454545;
  font-family: 'Calibri', sans-serif; }

.live-sale-btn-container {
  position: fixed;
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 100; }
  .live-sale-btn-container .live-sale-main-btn {
    display: none;
    background-color: transparent;
    border-radius: 50%;
    z-index: 100;
    width: 80px;
    height: 80px;
    box-shadow: 1px 4px 6px 4px rgba(0, 0, 0, 0.14);
    cursor: pointer; }
    .live-sale-btn-container .live-sale-main-btn img {
      width: 100%;
      height: auto;
      vertical-align: middle;
      transition: all 0.3s ease-out;
      border-radius: 50%; }
  .live-sale-btn-container .live-sale-btn-content {
    display: none;
    flex-direction: column;
    position: fixed;
    bottom: 50px;
    right: 40px;
    align-items: center;
    justify-content: center;
    z-index: 100; }
    .live-sale-btn-container .live-sale-btn-content .live-sale-btn {
      border-radius: 50%;
      z-index: 100;
      width: 80px;
      height: 80px;
      box-shadow: 1px 4px 6px 4px rgba(0, 0, 0, 0.14);
      display: block;
      margin: 5px 0;
      cursor: pointer; }
      .live-sale-btn-container .live-sale-btn-content .live-sale-btn img {
        width: 100%;
        height: auto;
        vertical-align: middle;
        border-radius: 50%; }
    .live-sale-btn-container .live-sale-btn-content .live-sale-img {
      position: absolute;
      right: -20px;
      display: none;
      transition: opacity 0.3s ease-in-out;
      will-change: opacity;
      z-index: inherit;
      cursor: pointer; }
      .live-sale-btn-container .live-sale-btn-content .live-sale-img.m-popup {
        bottom: 90px; }
      .live-sale-btn-container .live-sale-btn-content .live-sale-img.f-popup {
        bottom: 90px; }
      .live-sale-btn-container .live-sale-btn-content .live-sale-img.a-popup {
        bottom: 90px; }
      .live-sale-btn-container .live-sale-btn-content .live-sale-img.n-popup {
        bottom: 90px; }
      .live-sale-btn-container .live-sale-btn-content .live-sale-img.aj-popup {
        bottom: 90px; }
    .live-sale-btn-container .live-sale-btn-content .show {
      display: block; }
    .live-sale-btn-container .live-sale-btn-content .hide {
      display: none; }
    .live-sale-btn-container .live-sale-btn-content .visible {
      opacity: 1; }
    .live-sale-btn-container .live-sale-btn-content .hidden {
      opacity: 0; }
  .live-sale-btn-container .show {
    display: block; }
  .live-sale-btn-container .hide {
    display: none; }
