/*======================= Carousel ===================*/
/*========================================================*/

.emods-carousel-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.emods-carousel-wrapper .swiper-pagination {
  bottom: -30px;
}


.emods-carousel-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #d53b53;
  border-radius: 50%;
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,15px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,15px));
  position: relative;
  top: 0px;
}

.emods-carousel-wrapper .swiper-pagination-bullet:hover {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #d53b53;
  border-radius: 50%;
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px));
  position: relative;
  top: 0px;
}



.emods-carousel-wrapper .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px));
  display: inline-block;
  border-radius: 0%;
  background: transparent;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.emods-carousel-inner-dot {
  background: var(--swiper-pagination-bullet-inactive-color,#fff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .3);
  position: relative;
  top: calc(50% - 2px);
  height: 4px;
  width: 100%;
  display: block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.swiper-pagination-bullet-active .emods-carousel-inner-dot, .emods-carousel-wrapper .swiper-pagination-bullet:hover .emods-carousel-inner-dot {
  opacity: 0;
}



/*======================= Price BOX ===================*/
/*========================================================*/


.emods_pricebox_head {
  padding: 5% 5% 3%;
  border-radius: 8px 8px 0 0;
  display: block;
  float: left;
  width: 100%;

}

.emods_pricebox_head_two {
  padding: 5%;
}

.emods_pricebox_list {
  padding: 5%;
}


.emods_pricebox_price {
font-size: 60px;
color: #ffffff;
text-align: center;
}
.emods_pricebox_subtitle {
font-size: 15px;
color: #d53b53;
text-align: center;
padding: 0.6em 0 1em;
}

.emods_pricebox_title {
font-size: 19px;
color: #ffffff;
text-align: left;
font-weight: bold;

}

.emods_pricebox_intro {
font-size: 11px;
color: #d1d1d1;
text-align: center;
padding: 1em 0 1.5em;

}
.emods_pricebox_description {
font-size: 11px;
color: #d1d1d1;
text-align: center;
}
.emods_priceBox {
color: #888888;
font-size: 12px;
text-align: center;
}
.emods_pricebox_list li {
  list-style: none;
  padding: 0.2em 0;
  border-bottom: 1px dotted rgba(0,0,0,0.1);
}

a.emods_pricebox_link {
  display: inline-block;
  background-color: #008a81;
  padding: 1em;
  font-size: 16px;
  transform: skew(-8deg);
  margin-bottom: -1em;
  color: #fff;
  font-weight: 600;
}

.emods_pricebox_featured_yes {
  transform: scale(1.05, 1.05);
}

.emods_pricebox_currency {
font-size: 0.5em;
top: -0.6em;
position: relative;
}

span.emods_pricebox_icon {
display: block;
transform: skew(8deg);
-webkit-transform: skew(8deg);
-moz-transform: skew(8deg);
-o-transform: skew(8deg);
margin: 0.3em;
line-height: 1em;
}

.emods_pricebox_icon_wrapper {
float: left;
transform: skew(-8deg);
-webkit-transform: skew(-8deg);
-moz-transform: skew(-8deg);
-o-transform: skew(-8deg);
position: relative;
margin: calc(-1.2em) 10% 0 5%;
}



/*VB*/

.emods_carousel_original_content {
  display: none;
  opacity: 0;
}