span.wwo_card_details {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    gap: 10px;
}
span.wwo_card_details {
    padding: 15px;
    padding-top: 5px;
}	
button.slider-nav:hover, button.slider-nav:focus {
    background: none;
}
.entry-content ul, .entry-content ol {
    padding-bottom: 34px;
    padding-top: 15px;
}
div.post_card {
    transition: all 0.3s ease!important;
    padding: 0px;
    min-height: 200px;
    background-color: white;
    border: 0px solid #e7e7e7;
    border-radius: 6px;
	box-shadow: 0px 4px 12.7px 0px #C3C3C3;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    /* gap: 15px;    */
	/* height: 623px;  */
}
.product-title-with-vendor {
    height: 80px;
}
span.vendor-name {
    font-size: 14px;
    line-height: 19px;
}

div.post_card:hover {
			/* transform: translateY(-3px); */
			box-shadow: 0px 8px 24px 0px #ADADAD;

}
div.post_card a {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4; /* Adjust this value for better line spacing */	
}
span.onsale {
    position: absolute;
    color: white;
    background-color: #a46464;
    padding: 3px 8px;
    left: 7px;
    top: 7px;
    border-radius: 5px;
    font-size: 0.9em;
}
a.p_title {
    font-size: 1.2em;
}
.Main_wrapper a {
    text-decoration: none!important;
}
.Main_wrapper img {
    /* aspect-ratio: 1; */
    object-fit: inherit;
}
span.woo_add_to_card a {
    color: white;
    background-color: gray;
    padding: 11px 27px;
    border-radius: 5px;
}
button.slider-nav.slider-nav-next,button.slider-nav {
    outline: none;
}
.post_card img {
    /* height: 450px; */
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.wwo_card_details .price del {
    font-size: 16px;
    color: #333 !important;
    line-height: 22px;
    margin-right: 6px;
}
.wwo_card_details .price ins {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
	color: #333;
    text-decoration: none;
}
.slider-indicators > .active{
	background-color: #C9321A;
}
div.swiffy-slider {
    direction: ltr;
}
.swiffy-slider .slider-nav:hover {
    box-shadow: none;
}
.wwo_card_details span.price {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.wwo_card_details p.price {
    margin-bottom: 0;
}
span.pw-course-duration {
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
}
.swiffy-slider .slider-container{
    padding: 30px 20px;
}
.swiffy-slider .slider-nav-prev::after {
    margin-left: .2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .swiffy-slider {
      --swiffy-slider-item-count: 2;
    }
    span.pw-course-duration{
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    div.post_card a{
        font-size: 18px;
    }
    .wwo_card_details .price del{
        font-size: 12px;
    }
    span.wwo_card_details {
        padding: 12px;
        padding-top: 0;
    }
    span.wwo_card_details{
        gap: 0;
    }
}