.space-lg,
.space-md,
.space-sm {
  width: 100%;
  clear: both;
}
.t4s-top-bar__languages button:hover {
  color: #fff !important;
}
.t4sp-hover .t4s-top-bar__languages .t4s-dropdown__wrapper button:hover {
  color: #007fc7 !important;
}
.cpn_note {
  text-align: center;
}
.cpn_note p {
  font-weight: bold;
  margin: 0px;
  color: #000;
}
.c_brand_logo,
.c_detail,
.c_v_heading,
.c_value,
.cpn_title {
  text-align: center;
}
.space-sm {
  height: 10px;
}
.space-md {
  height: 30px;
}
.space-lg {
  height: 50px;
}
.bg-blue {
  background: #3eb8f0;
}
.bg-gray {
  background: #f2f2f2;
}
.bg-pink {
  background: #ff95b4;
}
.c-dark-golden {
  color: #8d8141 !important;
}
.c-dark-golden:hover {
  color: #d3be51 !important;
}
.bg-purple-blinking {
  background: #ab9e3c;
  animation: 1s linear infinite blinker;
}
@keyframes blinker {
  50% {
    background-color: #8f771d;
  }
}
.cpn_disable {
  opacity: 0.3;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.coupons_container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
  flex-direction: column;
}
.newcpn_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 700px;
}
.coupon,
.cpn_title {
  position: relative;
  width: 100%;
}
.motherday .cpnbtn,
.motherday .cpnbtn:focus,
.motherday .cpnbtn:hover {
  color: #ff95b4;
}
.cpn_title {
  font-size: 2em;
  color: #000;
}
.cpn_title h3 {
  position: relative;
  padding: 10px;
  background: #fff;
  display: inline-block;
  z-index: 1;
}
.cpn_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #ddd;
  z-index: 0;
}
.coupon {
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  height: 130px;
  margin: 10px;
}
.c_left,
.c_right,
.cpnbtn,
.cpncode {
  height: 100%;
}
.coupon p,
.value_coupon p {
  margin-bottom: 0;
}
.c_left {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rtl_true .newuser .c_left,
.rtl_true .cpnbrand .c_left {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.c_left p {
  color: #333;
  font-weight: 700;
  padding-top: 5px;
  font-size: 1em;
}
.c_value {
  border: 1px solid #333;
  color: #333;
  padding: 5px;
  border-radius: 20px;
  width: 70%;
}
.c_value h2 {
  font-size: 3.5em;
  line-height: 100%;
  color: #333;
}
.c_value p {
  padding: 0;
  font-weight: 700;
  font-size: 1em;
}
.c_right {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.rtl_true .newuser .c_right,
.rtl_true .cpnbrand .c_right {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.c_detail,
.cpncode {
  flex-direction: column;
  display: flex;
}
.c_detail {
  color: #fff;
  width: 90%;
  align-items: center;
}
.c_detail h1 {
  color: #fff;
  font-size: 4em;
}
.c_detail h1 img {
  width: 1em;
  margin-bottom: 15px;
}
.c_detail p {
  font-size: 1.2em;
  padding: 10px;
  font-weight: 400;
  line-height: 1.2em;
}
.c_code_section {
  width: 95%;
}
.cpncode {
  font-size: 2em;
  line-height: normal;
  justify-content: center;
  width: 75%;
  float: left;
  border: 1px solid #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.cpnbtn {
  font-size: 1.2em;
  background: #fff;
  color: #3eb8f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: right;
  width: 25%;
  cursor: pointer;
  border: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.cpnbtn:focus,
.cpnbtn:hover {
  background: #fff !important;
  color: #3eb8f0 !important;
}
.exp_date {
  font-size: 1em;
  margin-top: 10px;
}
.exp_date span {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 8px;
}
.exp_date span:last-child {
  border-right: none;
}
.circle1,
.circle2 {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 41.5%;
  transform: translateY(-50%);
}
.rtl_true .newuser .circle1,
.circle2,
.rtl_true .cpnbrand .circle1,
.circle2 {
  right: 41.5%;
}
.circle1 {
  top: 0;
}
.circle2 {
  bottom: -50px;
}
.value_coupon .circle1,
.value_coupon .circle2 {
  top: 50%;
  left: auto;
}
.value_coupon .circle1 {
  left: -25px;
}
.value_coupon .circle2 {
  right: -25px;
}
.brandcpn_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.cpnbrand {
  width: 700px;
  height: 220px;
}
.c_brand_logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  margin: 8px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.c_brand_logo img {
  padding: 5px;
  max-width: 100%;
}
.c_brand_logo a {
  border: 1px solid #ddd !important;
  padding-bottom: 0;
  width: 125px;
  margin: 5px;
}
.cpnbrand .c_value {
  background: #fff;
  border: none !important;
  color: #3eb8f0;
}
.cpnbrand .c_value h2,
.value_coupon .c_value h3 {
  color: #3eb8f0;
}
.cpn_value_section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.value_coupon {
  position: relative;
  width: 32%;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.c_v_heading {
  font-size: 3em;
  font-weight: 700;
  padding: 0 5px 15px;
  border-bottom: 1px dashed #fff;
  width: 100%;
}
.value_coupon .c_value {
  background: #fff;
  border: none;
  color: #3eb8f0;
  margin: 10px 0;
  width: 80%;
}
.value_coupon .c_value h2 {
  font-size: 3.5em;
  color: #3eb8f0;
}
.value_coupon .c_code_section {
  width: 100%;
  line-height: normal;
  border: 1px solid #fff;
  border-radius: 22px;
  display: flex;
  align-items: center;
}
.value_coupon .cpncode {
  border: none;
}
.value_coupon .cpnbtn {
  border-radius: 20px;
}
@media (min-width: 979px) and (max-width: 1360px) {
  .newuser .c_value h2 {
    font-size: 2.5em;
  }
  .newuser .c_value p {
    font-size: 0.85em;
  }
  .newuser .cpncode {
    font-size: 1.4em;
  }
  .newuser .c_value {
    width: 90%;
  }
}
@media (min-width: 1199px) and (max-width: 1299px) {
  .c_detail {
    width: 95%;
  }
  .cpnbrand .circle1,
  .cpnbrand .circle2 {
    left: 40.7%;
  }
  .c_brand_logo a {
    width: 110px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .newuser .c_detail p {
    font-size: 0.93em;
  }
  .newuser .exp_date {
    font-size: 0.9em;
    margin-top: 2px;
  }
  .cpncode {
    font-size: 1.6em;
  }
  .cpnbtn {
    font-size: 1.1em;
  }
  .c_value h2 {
    font-size: 3em;
  }
  .cpnbrand .circle1,
  .cpnbrand .circle2 {
    left: 40%;
  }
  .cpnbrand {
    height: 200px;
  }
  .cpnbrand .c_value h2 {
    font-size: 2.7em;
  }
  .c_brand_logo a {
    width: 85px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .newcpn_container {
    flex-wrap: wrap;
  }
  .newuser .c_value h2 {
    font-size: 2.5em;
  }
  .newuser .c_value p {
    font-size: 0.85em;
  }
  .newuser .cpncode {
    font-size: 1.4em;
  }
  .newuser .c_value {
    width: 90%;
  }
  .value_coupon {
    width: 33%;
  }
  .brandcpn_container {
    flex-direction: column;
    align-items: center;
  }
  .value_coupon .c_value h2 {
    font-size: 2.8em;
  }
  .value_coupon .exp_date {
    font-size: 0.9em;
  }
  .value_coupon .exp_date span {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .newcpn_container {
    flex-wrap: wrap;
    width: 100%;
  }
  .newuser .c_detail p {
    font-size: 0.93em;
  }
  .newuser .exp_date {
    font-size: 0.6.5em !important;
    margin-top: 2px;
  }
  .c_value h2 {
    font-size: 3em;
  }
  .value_coupon {
    width: 32%;
  }
  .cpncode {
    background: 0 0;
  }
  .circle1,
  .circle2 {
    left: 40.9%;
  }
  .brandcpn_container {
    flex-direction: column;
    align-items: center;
  }
  .cpnbrand {
    width: 100%;
  }
  .c_brand_logo a {
    width: 95px;
  }
  .c_value {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .cpncode {
    font-size: 1.6em;
  }
  .value_coupon .c_code_section {
    flex-direction: column;
  }
  .value_coupon .cpncode {
    width: 100%;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
  .value_coupon .cpnbtn {
    width: 100%;
  }
  .value_coupon .c_value h2 {
    font-size: 2em;
  }
  .value_coupon .c_detail p {
    font-size: 1.1em;
  }
  .value_coupon .circle2 {
    right: -28px;
  }
  .value_coupon .circle1 {
    left: -28px;
  }
  .value_coupon .exp_date span {
    border: none;
  }
}
@media (max-width: 600px) {
  .coupon {
    margin: 0 0 10px;
  }
  .value_coupon {
    width: 100%;
    margin-bottom: 20px;
  }
  .circle1,
  .circle2 {
    left: 40.6%;
  }
  .cpn_value_section {
    flex-direction: column;
  }
  .cpncode {
    font-size: 1.6em;
    width: 70%;
  }
  .cpnbtn {
    width: 30%;
  }
}
@media (max-width: 550px) {
  .coupon .cpncode {
    font-size: 0.9em !important;
  }
  .coupon .cpnbtn {
    font-size: 0.8em !important;
    padding: 5px;
  }
  .value_coupon .cpncode {
    font-size: 1.5em !important;
  }
  .value_coupon .cpnbtn {
    font-size: 1em !important;
  }
  .c_value h2 {
    font-size: 2em !important;
  }
  .c_value p {
    font-size: 0.8em !important;
  }
  .c_value {
    width: 80% !important;
  }
  .c_left,
  .c_right {
    width: 50%;
  }
  .circle1,
  .circle2 {
    left: 43.4%;
  }
  .cpnbrand {
    height: 180px !important;
  }
}
@media (max-width: 460px) {
  .newuser .c_detail p {
    font-size: 0.62em !important;
  }
  .newuser .exp_date {
    font-size: 0.65em !important;
  }
  .coupon {
    height: 90px;
  }
  .c_value p {
    font-size: 0.7em !important;
  }
  .exp_date {
    font-size: 0.7em;
  }
  .c_detail p {
    font-size: 0.8em;
  }
  .circle2 {
    bottom: -60px;
  }
  .circle1 {
    top: -10px;
  }
  .c_brand_logo img {
    width: 130px;
  }
  .c_brand_logo a {
    width: 65px;
  }
  .value_coupon .circle2 {
    right: -25px !important;
  }
  .value_coupon .circle1 {
    left: -25px !important;
  }
  .value_coupon .c_detail p {
    font-size: 1em !important;
  }
}
@media (max-width: 370px) {
  .cpnbrand .c_value h2,
  .newuser .c_value h2 {
    font-size: 1.8em !important;
  }
  .newuser .cpncode {
    font-size: 0.78em !important;
  }
  .c_brand_logo a {
    width: 60px !important;
  }
}
.s_country {
  display: flex;
  align-items: center;
}
.s_country a {
  color: #ffffff !important;
}
.t4s-badge-new {
  display: none !important;
}
