.topoffers-slide .topoffers-item {
	width: 100%;
	padding: 10px;
}
.topoffers-slide .topoffers-inner {
	width: 100%;
	height: 100%;
	position: relative;
  display: block;
  background-color: transparent;
  color: #fff;
  text-align: center;
}
.topoffers-slide .topoffers-inner:after {
	display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #F5972C;
  content: "";
}
.topoffers-slide .topoffers-inner2 {
	width: 100%;
	height: 100%;
	position: relative;
  display: block;
  background-color: transparent;
  color: #fff;
  text-align: center;
}
.topoffers-slide .topoffers-inner2:after {
	display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #F5972C;
  content: "";
}

.topoffers-slide .topoffers-circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topoffers-slide .topoffers-circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.topoffers-slide .topoffers-circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}

@media (min-width: 480px) {
  .topoffers-slide .topoffers-circle__content p {
    font-size: 1rem; line-height:1rem;
  }
}

@media (min-width: 768px) {
  .topoffers-slide .topoffers-circle__content p {
    font-size: 1rem;line-height:1rem;
  }
}

.topoffers-slide .topoffers-circle__content a {
    color:#fff;
    text-decoration: none;
}

.topoffers-slide .topoffers-circle__content .circle-title {
    color:#fff;
     /*font-size: 2.3rem;
     line-height:2.3rem;*/
     font-weight:700;
     /*max-height: 2em;*/
     overflow: hidden;
     /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);*/
     margin-bottom:0.25rem;
     padding-top:0.75rem;
}

 .topoffers-slide .topoffers-circle__content .circle-subtitle {
    color:#fff;
     /*font-size: 2.1rem;
     line-height:2.1rem;
     font-weight:700;
     max-height: 2em;*/
     overflow: hidden;
     /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);*/
}
/*
@media (max-width: 479px) {
    .topoffers-slide .topoffers-circle__content .circle-title {
     font-size: 3.3rem;
     line-height:3.3rem;
    }

    .topoffers-slide .topoffers-circle__content .circle-subtitle {
     font-size: 3.1rem;
     line-height:3.1rem;
    }
}*/

@media (min-width: 1199px) {
    .topoffers-slide .topoffers-circle__content .circle-title {
     font-size: 1.4rem;
     line-height:1.4rem;
    }

    .topoffers-slide .topoffers-circle__content .circle-subtitle {
     font-size: 1.2rem;
     line-height:1.5rem;
     max-height: 5.5em;
    }
}

@media (max-width: 1199px) {
    .topoffers-slide .topoffers-circle__content .circle-title {
     font-size: 1.4rem;
     line-height:1.4rem;
    }

    .topoffers-slide .topoffers-circle__content .circle-subtitle {
     font-size: 1.2rem;
     line-height:1.4rem;
     max-height: 3.5em;
    }
}


@media (max-width: 999px) {
    .topoffers-slide .topoffers-circle__content .circle-title {
     font-size: 1.8rem!important;
     line-height:2rem!important;
    }

    .topoffers-slide .topoffers-circle__content .circle-subtitle {
     font-size: 1.5rem!important;
     line-height:1.8rem!important;
    }
}

@media (max-width: 768px) {
    .topoffers-slide .topoffers-circle__content .circle-title {
     font-size: 1.5rem!important;
     line-height:1.7rem!important;
     text-shadow: none!important;
    }

    .topoffers-slide .topoffers-circle__content .circle-subtitle {
     font-size: 1.2rem!important;
     line-height:1.5rem!important;
     text-shadow: none!important;
     max-height: 2.6em;
    }
}

@media (max-width: 480px) {
    .topoffers-slide .topoffers-circle__content .circle-title {
     font-size: 1rem!important;
     line-height:1.2rem!important;
     text-shadow: none!important;
    }

    .topoffers-slide .topoffers-circle__content .circle-subtitle {
     font-size: 1rem!important;
     line-height:1.1rem!important;
     text-shadow: none!important;
     max-height: 2.3em;
    }
}

/*@media (min-width: 1200px) {
    .topoffers-slide .topoffers-circle__content .circle-title {
     font-size: 1.5rem;
     
    }

    .topoffers-slide .topoffers-circle__content .circle-subtitle {
     font-size: 1.2rem;
     line-height:1.5rem;
     max-height: 3em;
    }
}*/

/*
.topoffers-slide .topoffers-item img {
	display: none;
}
.topoffers-slide .topoffers-item .topoffers-text img {
	text-align:left; padding-left:0px;
}
.topoffers-slide .topoffers-img {
	min-height: 100%;
	overflow: hidden;
	height: 100%;
	width: 100%;
	color: white;
	background: linear-gradient(0deg, white, #47BEB8 80%) fixed no-repeat;
	position: relative;
}
.topoffers-slide .topoffers-img {
	position: relative; 
}
.topoffers-slide .topoffers-text {
	text-align: left;
	padding: 0 1rem 1rem 1rem;
}
.topoffers-slide .topoffers-text h4 {
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 15px 0 0 0; color:#47BEB8;
}
.topoffers-slide .topoffers-text p {
	max-height: 4.5em;
	overflow: hidden; 
}
.topoffers-slide .topoffers-text small {
	font-size: 75%;
    color: #000; font-weight:700;
}
*/
.topoffers-slide .owl-stage-outer {
	z-index: 1;
}
.topoffers-slide .owl-nav {
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.topoffers-slide .owl-nav svg {
	/*color: currentcolor;*/
	color:red!important;
}
.topoffers-slide .owl-nav .disabled {
	display: none;
}
.topoffers-slide .owl-prev,
.topoffers-slide .owl-next {
	/*top: 110px;*/
	top: 45%;
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 8px;
	margin-top: -20px;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	/*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);*/
	box-shadow: 0 0 10px rgb(0 0 0 / 15%); 
}

.topoffers-slide .owl-prev {
	left: -10px;
}
.topoffers-slide .owl-next {
	right: -10px;
}

/*#sdp .owl-nav .owl-prev, #sdp .owl-nav .owl-next, #sdp .owl-carousel .owl-dot {
    background: white!important; color:yellow;
}*/

.topoffers-slide .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topoffers-slide .btn-outline-primary {
  color: #47BEB8!important;
  border-color: #47BEB8!important; 
}
.topoffers-slide .btn {
  /*display: inline-block;*/
  font-weight: 700;
  color: #47BEB8!important;
  text-transform:none!important;
  /*color: #212529;*/
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid #47BEB8!important;
  padding: .375rem .75rem;
  font-size: 1rem!important;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out/*,box-shadow 0.15s ease-in-out*/; 
  box-shadow:none!important;
}

.topoffers-slide .btn:hover {
  /*display: inline-block;*/
  background-color: #47BEB8!important;
  border: 1px solid #47BEB8!important;
  color: #fff!important;
}



