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

.product-short-description {
    margin-bottom: 20px;
    font-size: 14px;
}

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

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

/* 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: #1c6dd8;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8cbbfb), to(#1c6dd8));
    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: #08a4c4;
}

.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 footer product */
.product-footer .woocommerce-tabs {
    border-top: 0 !important;
}

.product-tabs li {
    width: max-content;
    font-size: 16px;
    text-align: center!important;
    border: 1px solid rgb(228,228,228);
    border-radius: 3px;
    line-height: normal;
}

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

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

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

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

.related.related-products-wrapper.product-section {
    border-top: 0;
}

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

