.product-timer-wrapper {
    background-color: #ffe9e9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #fd6262;
width:100%;
float:right
}


items_pro_post p > a {
  color: #333333 !important;
}
items_pro_post p > a:hover {
  color: #242424 !important;
}


.product-timer-text {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.product-timer-off {
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-weight: 600;
}

.off-code {
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    margin-right: 5px;
    font-weight: bold;
    border: 1px solid #fd6262;
}

.copy-off-code {
    background-color: #ff4d4d;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.copy-off-code:hover {
    background-color: #cc0000;
}
.items_pro_post .item .rating {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 8px auto;
  float: right;
}
.items_pro_post .item .rating span:first-child {
  color: #000;
  font-size: 18px;
  font-weight: 800;
}
.items_pro_post .item .rating span:last-child {
	font-size: 18px;
}
.items_pro_post .item .rating span:last-child strong {
	font-weight: 600;
	color: #000;
}
.items_pro_post .item .rating span:last-child svg {
}
.items_pro_post .item .rating span svg {

  stroke: #ffc821;
 filter: drop-shadow(-1px 2px 0px #a89456);
}

.items_pro_post .item .rating span svg.star{
  fill: #ffc821 !important;
    }



/* common */
.items_pro_post .item .label_item {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 99;
}

.items_pro_post .item .label_item::before,
.items_pro_post .item .label_item::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid red;
  border-top-color: transparent;
  border-left-color: transparent;
}
.items_pro_post .item .label_item span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: red;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

.items_pro_post .item .label_item::before {
  top: 0;
  right: 0;
}
.items_pro_post .item .label_item::after {
  bottom: 0;
  left: 0;
}
.items_pro_post .item .label_item span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}


.items_pro_post {
  width: 550px;
  margin: 24px auto !important;
}
.items_pro_post .item {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  margin: 24px 0;
}
.items_pro_post .item .media_type {
  width: 100%;
  float: right;
  margin-bottom: 16px;
}
.items_pro_post .item .media_type .aparat {
	border-radius: 15px;
	overflow: hidden;
}

.items_pro_post .item .media_type img {
  width: 100%;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.items_pro_post .item .description {
  width: 100%;
  float: right;
}
.items_pro_post .item table {
  width: 100%;
  float: right;
  border-radius: 10px;
  overflow: hidden;
  margin: 16px auto;
}
.items_pro_post .item table tr:nth-child(2n) {
  background: #fff;
}
.items_pro_post .item table tr:nth-child(2n - 1) {
  background: #178bd00a;
}
.items_pro_post .item table tr td , .items_pro_post .item table tr th {
  padding: 10px;
  color: #222;
}
.items_pro_post .item > a {
	background: #f00;
	margin: 40px 0 16px auto;
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 18px;
	border-radius: 8px;
	text-align: center;
}

.items_pro_post .item .swiper {
    width: 100%;
    margin: 0 auto;
}

.items_pro_post .item .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}
.items_pro_post .item .testimonial {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: auto;
}

.items_pro_post .item .testimonial-content {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.items_pro_post .item .testimonial-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.items_pro_post .item .testimonial-author {
    display: flex;
    align-items: center;
}

.items_pro_post .item .testimonial-author img {
	width: 60px;
	height: 60px;
	border-radius: 22px;
	background: #fff;
	padding: 3px;
	margin-left: 8px;
	margin-bottom: 8px;
	border: 1px solid #3939514f;
	box-shadow: rgba(17, 12, 46, 0.23) 0px 48px 100px 0px;
}

.items_pro_post .item .testimonial-author h4 {
    font-size: 16px;
    margin: 0;
    color: #2238b1;
}

.items_pro_post .item .testimonial-author p {
    font-size: 14px;
    margin: 0;
    color: #666;
}

.items_pro_post .item .swiper-pagination-bullet{
    background-color: #2238b1;
    border-radius: 8px;
    transition: 0.4s all;
}

.items_pro_post .item .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
}

@media screen and (max-width:576px){
    .items_pro_post {
    	width: 98% !important;
    }
.items_pro_post .item .testimonial {
	padding: 20px 8px !important;
}
    }