.tp-woo-single-basic {
    position: relative;
    display: flex;
	flex-direction: column;
    width: 100%;
    height: 100%;
}
.tp-woo-single-basic .woocommerce-product-details__short-description,
.tp-woo-single-basic .tp_product_title.entry-title,
.tp-woo-single-basic .badge,
.tp-woo-single-basic .tp-wsb-next-prev {
    margin-bottom: 10px !important
}
/*title start*/
.tp-woo-single-basic .tp_product_title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    padding: 0;
    margin: 0;
}
/*title end*/

/*description start*/
.tp-woo-single-basic .woocommerce-product-details__short-description,.tp-woo-single-basic .woocommerce-product-details__short-description p {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    padding: 0;
    margin: 0;
}
/*description end*/

/*badge start*/
.woocommerce .tp-woo-single-basic span.onsale {
	position: relative;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	font-size: 10px;
	background-color: #b0b2b6;
	color: #fff;
	border-radius: 50%;
	display: inline-flex;
	padding: 0;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.woocommerce .tp-woo-single-basic span.badge.out-of-stock {
    font-size: 10px;
    background-color: #f75e5e;
    color: #fff;
    position: relative;
    display: inline-flex;
    padding: 5px 8px;
    border-radius: 5px;
	width: max-content;
}
/*badge end*/

/*rating start*/
.woocommerce .tp-woo-single-basic .woocommerce-product-rating {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.woocommerce .woocommerce-product-rating .star-rating {
    padding: 0;
    margin: 0;
}
.tp-woo-single-basic .woocommerce-product-rating .star-rating, .tp-woo-single-basic .woocommerce-product-rating .star-rating::before,.tp-woo-single-basic .woocommerce-product-rating .woocommerce-review-link {
    font-size: 14px;
    color: #b0b2b6;
}
/*rating end*/

/*next previous navigation start*/
.tp-woo-single-basic .tp-wsb-next-prev {
    position: relative;
    display: flex;
}

.tp-woo-single-basic .tp-wsb-next-prev .tp-wsb {
    position: relative;
    display: flex;
    flex-direction: column;
	transition: all 0.3s linear;
}

.tp-woo-single-basic .tp-wsb-next-prev .tp-wsb .post_nav_link,
.tp-woo-single-basic .tp-wsb-next-prev .tp-wsb .post_nav_link strong {
    position: relative;
    display: flex;
    right: 0;
    align-items: center;
    color: #000;
    font-size: 14px;
	transition: all 0.3s linear;
}

.tp-woo-single-basic .tp-wsb-next-prev .tp-wsb .tp-wsb-next-prev-inner {
    position: absolute;
    top: 125%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #000;
    padding: 10px;
}

.tp-woo-single-basic .tp-wsb-next-prev .tp-wsb .post_nav_link:hover+.tp-wsb-next-prev-inner {
    opacity: 1;
}
.tp-woo-single-basic .tp-wsb-next-prev .tp-wsb .tp-wsb-next-prev-inner .post-image {
    margin: 0 auto;
}
.tp-woo-single-basic .tp-wsb-next-prev .tp-wsb .tp-wsb-next-prev-inner .post-image img{
    position: relative;
    display: block;
    max-width: 100px;
    min-width:100px;
    border-radius: 3px;
}
.tp-woo-single-basic .tp-wsb-next-prev .tp-wsb .tp-wsb-next-prev-inner .post-content {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.tp-woo-single-basic .tp-wsb-next-prev .tp-wsb.tp-wsb-prev .tp-wsb-next-prev-inner {
    left: 0;
}

.tp-woo-single-basic .tp-wsb-next-prev .tp-wsb.tp-wsb-next .tp-wsb-next-prev-inner {
    right: 0;
}

.tp-woo-single-basic .tp-wsb-next-prev .tp-wsb.tp-wsb-next {
    padding-left: 10px;
}
.tp-woo-single-basic .tp-wsb-next-prev .tp-wsb .post_nav_link:hover+.tp-wsb-next-prev-inner:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    content: '';
    position: absolute;
    top: -6px;
    display: flex;   
}
.tp-woo-single-basic .tp-wsb-next-prev .tp-wsb.tp-wsb-prev .post_nav_link:hover+.tp-wsb-next-prev-inner:before {
    left: 40%;
}
.tp-woo-single-basic .tp-wsb-next-prev .tp-wsb.tp-wsb-next .post_nav_link:hover+.tp-wsb-next-prev-inner:before {
    right: 20%;
}
/*next previous navigation end*/