.single-product .page-title-inner {
    padding: 8px 0;
    min-height: 0;
}
.single-product .woocommerce-breadcrumb a {
    text-transform: capitalize;
    color: #707070;
}

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

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

.single_variation_wrap {
    display: none !important;
}

/* css review star, da ban */
.woocommerce-product-rating {
    display: flex;
    align-items: center;
}

.ux-swatches--large .ux-swatch--label {
    border-radius: 4px;
	min-height: 39px !important;
}

.variations_form .ux-swatch.selected {
    box-shadow: 0 0 0 1px var(--fs-color-secondary) !important;
}

.product-info .star-rating.star-rating--inline {
    margin: 0px !important;
}

.product-info .star-rating {
    font-size: 13px !important;
    line-height: 18px !important;
}

span.ct-daban {
    font-size: 13px;
    color: #000000;
    font-weight: 700;
}

.woocommerce-review-link span.count, .daban span.count, span.rating-average span.count {
    font-size: 14px;
}

.woocommerce-review-link {
    border-left: 1px solid rgba(0,0,0,.62);
    border-right: 1px solid rgba(0,0,0,.62);
    padding: 0 15px;
    margin: 0 15px
}

.woocommerce-product-rating>span {
    line-height: 15px;
}

/* css btn contact */
.btn-form {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
}

.btn-form {
    display: inline-block;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    background: #f36515;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f36515), to(#f79407));
    background: -webkit-linear-gradient(top, #f79407, #f36515);
    background: -moz-linear-gradient(top,#f79407,#f36515);
    background: -ms-linear-gradient(top,#f79407,#f36515);
    background: -o-linear-gradient(top,#f79407,#f36515);
    text-decoration: none;
}

.btn-form span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 2px 0 0 0;
}

.product-contact {
    display: flex;
    gap: 0.5em;
}

.product-contact__zalo {
    background-color: #00b1d5;
}

.product-contact__zalo, .product-contact__sms {
    width: calc(50% - 0.25em - 1px);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    line-height: 0px;
    color: white;
    text-decoration: none;
    gap: 0.75em;
}

.product-contact__form-button, .product-contact__zalo, .product-contact__sms {
    border-radius: 8px;
}

.product-contact__sms {
    background-color: #1877f2;
}

.product-contact__phone {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 1em 0;
    width: 100%;
    font-size: 14px;
}

.product-contact__phone a {
    color: #0074BA;
    text-decoration: none;
}

.product-contact__zalo:hover, .product-contact__sms:hover {
    color: white !important;
}

/* css mo ta ngan */
.product-short-description p {
    margin-bottom: 1px;
    padding: 4px 5px 4px 12px;
    font-size: 15px;
}

.product-short-description p:first-child {
    background: #eaeceb;
    padding: 4px 4px 4px 14px;
    margin-bottom: 8px;
}

.product-short-description {
    border: 1px solid #eaeceb;
    border-radius: 6px;
    margin: 15px 0;
    padding-bottom: 8px;
}

.variations .reset_variations {
    bottom: 90% !important;
    opacity: 1;
}

.tt-price {
    display: flex;
    gap: 0px;
    flex-direction: column;
    margin-top: 15px;
}

.tt-price-title {
    text-transform: uppercase;
}



/* 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: 400;
    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;
}

@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;
	}
	h1.product-title.product_title.entry-title {
		font-size: 20px;
	}
	.woocommerce-review-link {
		padding: 0 8px;
		margin: 0 8px;
	}
	.woocommerce-review-link span.count, .daban span.count, span.rating-average span.count {
		font-size: 13px;
	}
	.flex-col.medium-text-center {
		display: none;
	}

	.flex-col.flex-grow.medium-text-center {
		display: block !important;
	}
	/* 	css product footer */
	.single-product .tabbed-content .nav-tabs>li {
		width: 50%;
		float: left;
	}
	.single-product .nav-tabs+.tab-panels {
		padding: 10px;
	}
}

