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

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

h1.product-title.product_title.entry-title {
    font-size: 25px;
}

span.woocommerce-Price-amount.amount bdi {
    color: #c91010;
}

p.price.product-page-price {
    margin-bottom: 25px;
}

.product-short-description {
    border-radius: 4px;
    border: 1px dashed rgb(0 0 0 / 78%);
    padding: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.product-short-description p {
    margin-bottom: 5px;
}

.product-short-description p strong {
    width: 120px;
    display: inline-block;
}

.ux-quantity.quantity.buttons_added {
    display: none;
}

.ct-km {
    border: 2px solid #fdb92e;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.ct-km ul {
    margin-bottom: 0;
}

.ct-km ul li, .ct-km p {
    margin-bottom: 5px;
    color: #222;
    font-size: 14px;
    font-weight: 500;
}

.ct-km ul li {
    list-style: none;
    margin-left: 0;
}

/* css footer product */
.product-footer .woocommerce-tabs {
    border-top: 0 !important;
}

.product-tabs li {
    background: #f9f9f9;
    width: max-content;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center!important;
    min-width: 150px;
    border: 1px solid rgb(228,228,228);
    border-radius: 3px;
    line-height: normal
}

.woocommerce-tabs ul.tabs {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    line-height: 3
}

.product-tabs li a {
    color: #000;
    font-size: 16px;
}

.woocommerce-tabs ul.tabs li.active, .woocommerce-tabs ul.tabs li:hover {
    background-color: #0088de;
}

.woocommerce-tabs ul.tabs li.active a, .woocommerce-tabs ul.tabs li:hover a {
    color: #fff !important;
}

.woocommerce-tabs ul.tabs li a {
    color: #000;
}

.product-tabs li.active a {
	color: #8d0505 !important;
}

.nav-tabs+.tab-panels {
    padding: 15px !important;
}

div#tab-description {
    font-size: 17px;
}


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

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

@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;
	}
	a.btn-cont {
		width: 100%;
	}
	.product-tabs li {
    width: 49% !important;
}
}

