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

button.single_add_to_cart_button.button.alt.wp-element-button.wcpa_even_binded {
    font-size: 20px;
}


/* css sidebar */
ul.product_list_widget {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 10px 10px 10px 12px;
}

span.product-title {
    font-size: 14px;
}

ul.product_list_widget img {
    border-radius: 4px;
}

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

.single-product ul.tabs.wc-tabs.product-tabs {
    border: 1px solid #aaa;
    border-bottom: 0;
    background: #cfc2c22b;
    padding: 4px 4px 0 4px;
    border-radius: 6px 6px 0 0;
}

.single-product .tabbed-content .nav-tabs>li a  {
    border: 1px solid #d3d3d3;
    border-radius: 5px 5px 0 0;
    background: #ffffff59;
    overflow: hidden;
}

.single-product .nav-tabs > li.active > a {
    border-bottom: 0 !important;
    background: #fff;
}

.single-product .nav-tabs > li > a {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 6px 6px 6px;
    line-height: 16px;
    overflow: hidden;
    border: 0;
    color: #000;
}

.single-product .nav-tabs+.tab-panels {
    border-top: 0 !important;
}

.single-product .tabbed-content .nav-tabs>li.active {
    border-bottom: 0;
    margin-bottom: 0;
}

/* css thong so ky thuat */
/* button.mfp-close {
    display: none;
} */
.block-information__box-right {
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    padding: 8px;
    border-radius: 10px;
}

.block-information__box-right p {
    padding: 5px;
    border-radius: 4px;
	margin-bottom: 0;
	font-size: 14px;
}

.block-information__box-right p:nth-child(odd) {
    background: #F2F2F2;
}

p.tieu-de-tskt {
    font-size: 20px;
    font-weight: 700;
	margin-bottom: 10px;
}

.thong-so-kt ul {
	margin-bottom: 0;
}

.block-information__box-right li {
	list-style: none;
}

.thong-so-kt ul li p {
	margin-bottom: 6px;
}

.thong-so-kt li:not(:last-child) {
    border-bottom: 1px solid rgb(238, 238, 238);
}

.thong-so-kt li p:first-child {
    flex: 0 0 40%;
    font-weight: bold;
}

@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;
	}
}

