.tm-sc-deal .icon {
  display: inline-block;
}
.tm-sc-deal .icon,
.tm-sc-deal .feature-title,
.tm-sc-deal .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.owl-carousel .deal-item .content-box {
  box-shadow: none;
  border: 1px solid #eee;
}

.tm-sc-deal .icon {
  display: inline-block;
}
.tm-sc-deal .icon,
.tm-sc-deal .feature-title,
.tm-sc-deal .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.owl-carousel .deal-item .content-box {
  box-shadow: none;
  border: 1px solid #eee;
}

.deal-block-style1 {
  transition: all 0.3s ease;
}
.deal-block-style1 .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 45px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(255, 239, 243, 0.3);
  width: 100%;
  overflow: hidden;
}
.deal-block-style1 .inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 265px;
  height: 318px;
  background-size: cover;
  background-image: url(../../../images/current-theme/bac-pattern2.png);
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media (max-width: 1399.98px) {
  .deal-block-style1 .inner-box::before {
    width: 180px;
  }
}
@media (max-width: 575.98px) {
  .deal-block-style1 .inner-box::before {
    display: none;
  }
}
.deal-block-style1 .inner-box .content-box .title {
  font-size: 30px;
  margin-bottom: 3px;
}
.deal-block-style1 .inner-box .content-box p {
  color: #000000;
  line-height: 26px;
  margin-bottom: 35px;
}
.deal-block-style1 .inner-box .content-box .read-more {
  font-weight: 800;
  color: #000;
}
.deal-block-style1 .inner-box .content-box .read-more:hover i {
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.deal-block-style1 .inner-box .content-box .read-more i {
  width: 46px;
  height: 46px;
  line-height: 40px;
  border: 4px solid #be004d;
  border-radius: 50%;
  text-align: center;
  margin-right: 12px;
  background: linear-gradient(to left, #fa0006, #fa0006, #8b008a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}
.deal-block-style1 .inner-box .image-box {
  position: absolute;
  top: 22px;
  right: 19px;
}
@media (max-width: 1399.98px) {
  .deal-block-style1 .inner-box .image-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 575.98px) {
  .deal-block-style1 .inner-box .image-box {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .deal-block-style1 .inner-box .image-box .deal-featured-img img {
    max-width: 210px;
  }
}
.deal-block-style1:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
}

.tm-sc-deal .icon {
  display: inline-block;
}
.tm-sc-deal .icon,
.tm-sc-deal .feature-title,
.tm-sc-deal .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.owl-carousel .deal-item .content-box {
  box-shadow: none;
  border: 1px solid #eee;
}

.deal-block-style2 .inner-box {
  position: relative;
  padding: 0 0 26px 53px;
  margin-bottom: 72px;
}
.deal-block-style2 .inner-box::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 3px;
  height: 351px;
  width: 330px;
  background-image: url(../../../images/current-theme/deal-border.png);
}
.deal-block-style2 .inner-box:hover .icon-box i {
  transform: rotate(-360deg);
}
.deal-block-style2 .inner-box .icon-box {
  font-size: 55px;
  color: #ffffff;
  position: relative;
  line-height: 55px;
  z-index: 99;
  margin-bottom: 22px;
  width: 109px;
  height: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  position: relative;
  top: -8px;
}
.deal-block-style2 .inner-box .icon-box i {
  position: relative;
  transition: all 0.3s ease;
}
.deal-block-style2 .inner-box .icon-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../images/current-theme/deal-icon-hex-box.png);
}
.deal-block-style2 .inner-box p {
  line-height: 26px;
}
.deal-block-style2 .inner-box .title {
  color: #000000;
  margin-bottom: 11px;
}
.deal-block-style2 .image-box {
  text-align: center;
  position: relative;
  left: 15px;
}
.deal-block-style2 .image-box .read-more {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  height: 60px;
  line-height: 60px;
  color: var(--theme-color-light);
  padding: 0 50px;
  display: inline-block;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  position: relative;
  z-index: 9;
}
.deal-block-style2 .image-box .read-more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to left, #fa0006, #fa0006, #8b008a);
  height: 100%;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.3s ease;
}
.deal-block-style2 .image-box .read-more:hover {
  color: #000;
  border-color: #000;
  background: #fff;
}
.deal-block-style2 .image-box .read-more:hover:before {
  opacity: 0;
  visibility: hidden;
}