a,
a:hover,
button {
  text-decoration: none
}

.copy-keys,
.coupons-title {
  overflow: hidden;
  text-overflow: ellipsis
}

body {
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: 'adelle, sans';
  line-height: 1.5;
  visibility: visible;
  overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  color: #001d38;
  margin: 0
}

p {
  margin-bottom: 0;
  color: #22201b
}

a,
button {
  color: inherit
}

button {
  background: 0 0;
  border: 0;
  padding: 0
}

a,
button,
img,
input {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s
}

.btn-custom,
button.btn-code:hover {
  transition: .9s;
  background-color: var(--color-first)
}

button,
input[type=submit] {
  cursor: pointer;
  outline: 0 !important
}

img {
  max-width: 100%
}

:focus {
  outline: -webkit-focus-ring-color auto 0
}

.form-control:focus {
  box-shadow: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4d4d4d !important;
  opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4d4d4d !important;
  opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4d4d4d !important;
  opacity: 1
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #4d4d4d !important;
  opacity: 1
}

input::placeholder,
textarea::placeholder {
  color: #4d4d4d !important;
  opacity: 1
}

input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
  color: #4d4d4d !important;
  opacity: 1
}

input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
  color: #4d4d4d !important;
  opacity: 1
}

input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
  color: #4d4d4d !important;
  opacity: 1
}

input:active::-ms-input-placeholder,
textarea:active::-ms-input-placeholder {
  color: #4d4d4d !important;
  opacity: 1
}

input:active::placeholder,
textarea:active::placeholder {
  color: #4d4d4d !important;
  opacity: 1
}

.font-size-12 {
  font-size: 12px !important;
  line-height: 1.4
}

.font-size-13 {
  font-size: 13px !important;
  line-height: 1.4
}

.font-size-14 {
  font-size: 14px !important;
  line-height: 1.4
}

.font-size-15 {
  font-size: 15px !important;
  line-height: 1.4
}

.font-size-16 {
  font-size: 16px !important;
  line-height: 1.6
}

.font-size-17 {
  font-size: 17px !important;
  line-height: 1.6
}

.font-size-18 {
  font-size: 18px !important;
  line-height: 1.4
}

.font-size-19 {
  font-size: 19px !important;
  line-height: 1.4
}

.font-size-20 {
  font-size: 20px !important;
  line-height: 1.4
}

.font-size-21 {
  font-size: 21px !important;
  line-height: 1.4
}

.font-size-22 {
  font-size: 22px !important;
  line-height: 1.4
}

.title-1 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700
}

.title-2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700
}

.title-3,
.title-4 {
  line-height: 1.1;
  font-weight: 700
}

.title-3 {
  font-size: 26px
}

.title-4 {
  font-size: 24px
}

.title-5 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700
}

.text-black {
  color: #000 !important
}

.uneditable-input:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=textarea]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: rgb(218 218 218);
  outline: 0
}

.search_cloud li,
button.btn-code {
  border: 1px solid var(--color-first)
}

.text-blue {
  color: var(--color-first) !important
}

.coupons-title,
.search_cloud li a,
.search_cloud li a:hover {
  color: var(--color-black)
}

.custom-content {
  min-height: calc(100vh - 125px)
}

.search_cloud {
  display: flex;
  flex-wrap: wrap
}

.search_cloud li {
  margin: 0 9px 9px 0;
  background-color: transparent;
  border-radius: 2px
}

.search_cloud li a {
  background-color: var(--bg-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px;
  display: block
}

.coupons-logo {
  height: 50px;
  object-fit: scale-down;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.coupons-title {
  font-size: .9rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px
}

.coupons-sec .webContent .mainHeading {
  font-size: 1.5rem;
  margin-bottom: 15px
}

.offer-list li,
.verified-title {
  font-weight: 500
}

button.btn-code {
  padding: 8px;
  font-size: 14px;
  background-color: #fff;
  color: var(--color-first);
  font-weight: 600;
  line-height: 15px;
  border-radius: 40px;
  transition: .3s
}
button.btn-code2 {
  padding: 8px;
  font-size: 14px;
  background-color: var(--color-first);
  color: #fff;
  font-weight: 600;
  line-height: 15px;
  border-radius: 40px;
  transition: .3s
}

button.btn-code:hover {
  color: var(--color-first);
  border: 1px solid var(--color-first)
}


.btn-custom {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .5px;
  position: relative;
  padding: 7px 25px;
  border: none
}

.btn-load-more,
.btn-subscribe {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 25px
}

.btn-custom:hover,
.btn-subscribe:hover {
  color: #fff
}

.btn-load-more,
.btn-load-more:hover,
.btn-subscribe {
  background-color: var(--color-first);
  color: #fff
}

.badge-code,
.offers .offers-caption {
  color: #000;
  text-transform: uppercase
}

.coupons-sec .nav-tabs .nav-link span,
.deals,
.exclusive,
.load-more,
.online-coupons {
  display: none
}

.coupons-sec .nav-tabs .nav-link {
  font-size: 16px !important;
  border: none;
  background-color: transparent;
  border-radius: 0 !important;
  color: #101015;
  font-weight: 700;
  position: relative;
  padding: 8px 32px
}

.coupons-sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--color-first);
  background-color: #fff;
  border: 1px dashed var(--color-first)
}

.coupons-sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active span {
  display: inline-block;
  position: absolute;
  font-weight: 600;
  font-size: 13px;
  color: var(--color-first);
  left: 13px;
  top: -1px;
  transform: translateY(-50%);
  line-height: 1;
  background: #fff;
  padding: 0 2px
}

.promo-icon {
  height: 95px;
  object-fit: scale-down
}

.offers {
  text-align: center;
  padding: 5px 0
}

.offers img {
  width: 100%;
  height: 60px;
  object-fit: contain;
  display: block;
  margin: 0 auto
}

.all-stores .offers img {
  width: 100%;
  height: 50px;
  object-fit: contain;
  display: block;
  margin: 0 auto
}

.offers .offers-caption {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: 'adelle, sans'
}

.badge-code {
  background-color: #e5e5e5;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 600
}

.exp-date {
  font-size: 14px;
  color: #adadad;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 auto
}

.offer-list li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 6px
}

.dashed-border {
  border: 1px dashed #000
}

.great-deals .coupon-inner {
  padding: 0;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  position: relative;
  float: left;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.great-deals .coupon-inner .top-sec {
  display: inline-block;
  width: 100%;
  position: relative
}

.great-deals .coupon-inner .top-sec .ribn-red {
  width: 115px;
  float: left;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: url('/assets/img/ribn-red.png') right no-repeat;
  padding-right: 15px
}

.great-deals .coupon-inner .top-sec .ribn-red span {
  background: #f01b3b;
  line-height: 24px;
  display: inline-block;
  width: 100%
}

.great-deals .coupon-inner .top-sec .star {
  float: right;
  margin-top: -5px;
  font-size: 26px;
  color: #ef203f;
  margin-right: 25px
}

.great-deals .coupon-inner .middle-sec {
  display: inline-block;
  width: 100%;
  padding: 0 25px
}

.great-deals .coupon-inner .middle-sec img {
  height: 230px;
  width: 100%;
  object-fit: cover
}

.great-deals .coupon-inner .middle-sec .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-first);
  line-height: 26px;
  margin-top: 16px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px
}

.bottom-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #ededed;
  margin-top: 10px;
  padding: 10px 25px;
  margin-bottom: 0
}

.great-deals .bottom-sec li i {
  display: inline-block;
  font-size: 16px
}

.bg-gradient {
  background-color: var(--color-first)
}

.bg-gray {
  background-color: #f0f2f5 !important
}

.modal-coupon-logo img {
  height: 70px;
  max-width: 100%
}

.copy-keys {
  color: #22201b !important;
  font-size: 14px;
  width: 100%;
  display: block;
  white-space: nowrap;
  border: 1px solid #ccc;
  padding: 8px 10px
}

.todaycouponsSection button.btn-code {
  padding: 8px 30px;
  font-size: 16px;
}

.todaycouponsSection .coupons-title {
  font-size: 1.2rem
}

.todaycouponsSection .coupon-info {
  font-size: 1rem
}