.single_product_box .box_single_card {
    width: 590px;
    max-width: 100%;
    margin: 60px auto;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
    padding: 40px 25px;
    text-align: center;
    background-color: #ffffff;
}
.single_product_box .box_single_card img {
	width: auto;
	margin: 0 auto;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	float: none;
	height: 180px;
	object-fit: contain;
}
.single_product_box .box_single_card .ptitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
	line-height: 1.19;
    margin: 0 0 20px 0;
    color: #000;
    font-weight: 700;
}
.single_product_box .box_single_card p {
    font-size: 15px;
}
.single_product_box .box_single_card .box_links {
    display: flex;
}
.single_product_box .box_single_card .box_links a {
    background-color: #db0b0a;
    padding: 10px;
    color: #fff;
    width: 49%;
    margin: 0 auto;
    max-width: 100%;
    transition: 0.3s;
    border-radius: 5px;
    font-size: 14px;
}
.single_product_box .box_single_card .box_links a:hover {
    background-image: repeating-linear-gradient(135deg,rgba(240,243,243,.1),rgba(240,243,243,.1) 3px,transparent 3px,transparent 6px) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: repeat !important;
    --tve-applied-background-image: repeating-linear-gradient(135deg,rgba(240,243,243,.1),rgba(240,243,243,.1) 3px,transparent 3px,transparent 6px) !important;
}
.single_product_box .box_single_card .box_links a svg {
    width: 20px;
    fill: #fff;
    position: relative;
    top: 2px;
    left: -15px;
}
.singleproduct_content {
    clear: both;
}

@media (max-width: 767px) {
	.single_product_box .box_single_card .box_links a {
		margin: 10px 0;
        width: 80%;
	}
}