.product-main {
    padding-top: 25px !important;
}

/* css image thumbnail */
.single-product .product-images img {
    border-radius: 8px;
}

.tab-panels .entry-content b {
    font-weight: 500;
}

/* css price */
.single-product .wcpa_price_summary li.wcpa_total {
    margin-left: 0;
    font-weight: 700;
}

.product-short-description {
    padding: 8px;
    border: 1px dashed #000000;
    border-radius: 10px;
    margin-bottom: 15px;
}

.product-short-description ul {
    margin-bottom: 0;
}

.product-short-description {
    font-size: 15px;
}

@media (min-width: 992px) {
	.row-divided.row-reverse>.col+.col:not(.large-12) {
		border-right: 0 !important;
	}

	div#product-sidebar {
		margin-top: 25px;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.product-main .large-6.col {
		padding-bottom: 4px;
	}
}

@media (max-width: 548px) {
	.product-main {
		padding-top: 12px !important;
	}
	.product-main, .product-info {
		padding-bottom: 0 !important;
	}
	/* 	css product footer */
	.single-product .tabbed-content .nav-tabs>li {
		width: 50%;
		float: left;
	}
	.single-product .nav-tabs+.tab-panels {
		padding: 10px;
	}
}

