:root {
  --primaryColor: #1471B0;
  --secondarycolor: #FF943D;
  --common-black: #222E48;
  --titleColor: #222E48;
  --bodyColor: #404A60;
}

:root {
  --body-font: "IBM Plex Sans", serif;
  --transition: all 0.5s ease-in-out;
  --transition-sec: all 1.8s ease-in-out;
  --transition-third: all 2.2s ease-in-out;
  /* Color styles */
  --p1: 20, 113, 176;
  --p2: 255, 148, 61;
  --s1: 255, 255, 255;
  --s2: 58, 56, 54;
  --n1: 245, 245, 245;
  --n2: 230, 229, 229;
  --n3: 236, 232, 227;
  --gradient-p1: linear-gradient(90deg, rgba(255, 222, 159, 0.47) 0%, rgba(255, 222, 159, 0.12) 51.11%, rgba(255, 222, 159, 0.00) 100%);
  --box-shadow-p1: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes fadeIn2nd {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.themephi-addon-coupons.elementor-postion-top .tp-coupon-item {
  display: block;
  text-align: center;
  flex-direction: unset;
}
.themephi-addon-coupons.elementor-postion-left .tp-coupon-item {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .themephi-addon-coupons.elementor-postion-left .tp-coupon-item {
    flex-wrap: wrap;
  }
}
.themephi-addon-coupons.elementor-postion-left .tp-coupon-item .tp-coupon-item-img {
  display: inline-flex;
  flex: 0 0 auto;
  max-width: 50%;
}
@media (max-width: 767px) {
  .themephi-addon-coupons.elementor-postion-left .tp-coupon-item .tp-coupon-item-img {
    max-width: 100%;
  }
}
.themephi-addon-coupons.elementor-postion-left.elementor-vertical-align-top .tp-coupon-item {
  align-items: start;
}
.themephi-addon-coupons.elementor-postion-left.elementor-vertical-align-middle .tp-coupon-item {
  align-items: center;
}
.themephi-addon-coupons.elementor-postion-left.elementor-vertical-align-bottom .tp-coupon-item {
  align-items: end;
}
.themephi-addon-coupons.elementor-postion-right .tp-coupon-item {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .themephi-addon-coupons.elementor-postion-right .tp-coupon-item {
    flex-wrap: wrap;
  }
}
.themephi-addon-coupons.elementor-postion-right .tp-coupon-item .tp-coupon-item-img {
  display: inline-flex;
  flex: 0 0 auto;
  max-width: 50%;
}
@media (max-width: 767px) {
  .themephi-addon-coupons.elementor-postion-right .tp-coupon-item .tp-coupon-item-img {
    max-width: 100%;
  }
}
.themephi-addon-coupons.elementor-postion-right.elementor-vertical-align-top .tp-coupon-item {
  align-items: start;
}
.themephi-addon-coupons.elementor-postion-right.elementor-vertical-align-middle .tp-coupon-item {
  align-items: center;
}
.themephi-addon-coupons.elementor-postion-right.elementor-vertical-align-bottom .tp-coupon-item {
  align-items: end;
}
.themephi-addon-coupons.elementor-postion-bottom .tp-coupon-item {
  display: flex;
  flex-direction: column-reverse;
}

.tp-coupon-item-content-wrapper.elementor-btn-postion-right {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-coupon-item-content-wrapper.elementor-btn-postion-right {
    flex-direction: column !important;
  }
}
.tp-coupon-item-content-wrapper.elementor-btn-postion-right .tp-coupon-button-wrapp {
  min-width: 190px;
}
.tp-coupon-item-content-wrapper.elementor-btn-postion-right .tp-coupon-button-wrapp {
  flex: 1;
}
.tp-coupon-item-content-wrapper.elementor-btn-postion-right .tp-coupon-button-wrapp.elementor-btn-vertical-align-top {
  align-items: start;
  display: flex;
  max-width: max-content;
}
.tp-coupon-item-content-wrapper.elementor-btn-postion-right .tp-coupon-button-wrapp.elementor-btn-vertical-align-middle {
  align-items: center;
  display: flex;
  max-width: max-content;
}
.tp-coupon-item-content-wrapper.elementor-btn-postion-right .tp-coupon-button-wrapp.elementor-btn-vertical-align-bottom {
  align-items: end;
  display: flex;
  max-width: max-content;
}
.tp-coupon-item-content-wrapper.elementor-btn-postion-top {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tp-coupon-item-content-wrapper.elementor-btn-postion-top .tp-coupon-button-wrapp {
  order: -1;
}
.tp-coupon-item-content-wrapper.elementor-btn-postion-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tp-coupon-item-content-wrapper.elementor-btn-postion-bottom .coupon-action-button {
  width: auto;
}

.tp-coupons-wrapper ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.tp-coupons-wrapper ul.page-numbers li {
  display: inline-block;
}
.tp-coupons-wrapper ul.page-numbers li span.current {
  display: inline-block;
}
.tp-coupons-wrapper ul.page-numbers li span, .tp-coupons-wrapper ul.page-numbers li a {
  display: inline-block;
  margin: 0 2px;
  cursor: pointer;
}
.tp-coupons-wrapper ul.page-numbers li a.next {
  position: relative;
}
.hidden {
  display: none;
  overflow: hidden;
}

/* Coupons CSS */
span {
  display: inline-block;
}

.tp-coupon-meta-single {
  display: flex;
}

.coupon-action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #1CA2FC;
  padding: 12px 25px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 190px;
}
.coupon-action-button .partial-code {
  flex: 1;
  text-align: end;
}
.coupon-action-button .code-text {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 88%;
  background: #1CA2FC;
  height: calc(100% + 2px);
  border-radius: 100px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s linear 0s;
}
.coupon-action-button:hover .code-text {
  width: 85%;
}

.tp-coupon-content-wrapp {
  flex: 1;
}

/*  Coupons Slider Navigation and Pagination CSS Start  */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto !important;
}

.tp-coupons-pagination span {
  letter-spacing: 10px;
  color: rgba(var(28, 162, 252), 0.02);
  border-radius: 10px;
  width: 12px;
  min-width: 12px;
  height: 12px;
}
.tp-coupons-pagination span.swiper-pagination-bullet-active {
  color: rgba(var(--p2), 1);
  width: 34px;
}

.tp-coupons-navigation span.box-style {
  background-color: #fff;
  border: 1px solid #ebecef;
  width: 48px;
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.tp-coupons-navigation span.box-style i {
  color: rgba(var(--p1), 1);
}
.tp-coupons-navigation span.box-style.tp-coupons-slide-next {
  left: auto;
  right: -24px;
}
.tp-coupons-navigation span.box-style:hover i {
  color: #fff;
}
@media (max-width: 1365px) {
  .tp-coupons-navigation span.box-style {
    position: inherit;
    margin-right: 10px;
    transform: translateY(0);
  }
}
@media (max-width: 1365px) {
  .tp-coupons-navigation {
    display: flex;
    margin-top: 20px;
  }
}

.portfolio-filter img {
  width: 26px;
}

.themephi-addon-coupons .tp-coupon-info-list-item:last-child {
  margin-right: 0 !important;
}

.tp-post-share-absolute {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eaf6ff;
  z-index: 3;
}
.tp-post-share-absolute .post-share a {
  display: inline-block;
  margin: 0 10px;
}
.tp-post-share-absolute .post-share a:hover {
  color: #1CA2FC;
}
.tp-post-share-absolute a.toggle-coupon-share {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}

/*  Coupons Slider Navigation and Pagination CSS End  */

/*# sourceMappingURL=coupons.css.map */
