.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: 22px;
}

.product-info .price bdi {
    color: #934a13;
}

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

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

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

/* css btn ATC */
button#buy_now_button, button.single_add_to_cart_button.button:hover {
    background-color: #000;
    color: #fff;
}

button#buy_now_button {
    width: 100%;
    background-color: var(--iconColor);
    line-height: 25px;
    padding: 5px 10px;
    border-radius: 4px;
    border: 0;
}

button#buy_now_button strong, button#buy_now_button span {
    width: 100%;
    display: block;
}

button#buy_now_button span {
    font-weight: 500;
    font-size: 14px;
}

button#buy_now_button strong {
    text-transform: uppercase;
}

/* css bai viet lien quan */
.custom-product-info-table,.custom-product-notes-table {
    border: 1px solid rgb(236,236,236);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.custom-product-info-table td,.custom-product-notes-table td {
    border: none;
    font-size: 16px;
    padding: 4px 5px 4px 5px;
    color: unset
}

.custom-product-notes-table td:first-child {
    width: 28%
}

.custom-product-info-table td:first-child {
    width: 35%
}

.custom-product-info-table tr:nth-child(odd),.custom-product-notes-table tr:nth-child(odd) {
    background-color: #fff
}

.custom-product-info-table tr:nth-child(even),.custom-product-notes-table tr:nth-child(even) {
    background-color: rgb(249,249,249)
}

caption {
    font-weight: 600;
    background: #f2f2f2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.custom-product-info-table td, .custom-product-notes-table td {
    border: none;
    font-size: 15px;
    padding: 6px 5px !important;
    color: unset;
}

div#product-sidebar .icon-box-img {
    width: 30px !important;
}

div#product-sidebar .icon-box {
    margin-bottom: 10px;
}

div#product-sidebar .icon-box-text.last-reset {
    display: flex;
    align-items: center;
    font-size: 14px;
}

div#product-sidebar img {
    border-radius: 8px;
    overflow: hidden;
}


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

.product-footer .woocommerce-tabs {
    padding-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;
}

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

