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

.page-title-inner.flex-row.medium-flex-wrap.container {
    min-height: unset;
}

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

.product-thumbnails img, .product-gallery-slider img, .product-thumbnails a:hover, .product-thumbnails .is-nav-selected a {
    border-radius: 8px;
}

h1.product-title.product_title.entry-title {
    font-size: 24px;
    font-weight: 600;
}

/* css dich vu */
.product-service {}

.product-service ul {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.product-short-description {
    font-size: 15px;
}

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

/* mobile: 1 column */
.product-service ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

@media (min-width: 768px) {
  .product-service ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-service ul {
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: rgb(245, 245, 250);
}

.product-service ul li {
    font-size: 14px;
    margin: 0 !important;
}

.product-service ul li i {
    font-size: 10px;
    background: #dab318;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
}


/* css footer product */
.col.pb-0 > .col-inner, .woocommerce-tabs.wc-tabs-wrapper {
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
}

.woocommerce-tabs.wc-tabs-wrapper > ul.tabs {
    margin: unset !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    border-top: 0 !important;
}

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

/* css btn */
.btn-same {
    border-radius: 16px;
    padding: 5px 8px;
    display: flex;
}

.btn-same a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    color: #fff !important;
	text-align: center;
}

.btn-call  {
    background: var(--colorMain);
}

.btn-zalo  {
    background: #0087ff;
}

.btn-zalo-call {
    display: flex;
    margin-bottom: 25px;
    gap: 12px;
}

.btn-same img {
    width: 32px;
}

.content-btn-zalo strong {
    font-weight: 500;
    font-size: 13px;
}

.content-btn-zalo {
    line-height: 18px;
}

.btn-call a {
    font-weight: 500;
}

.content-btn-zalo span {
    font-size: 14px;
}


/* css table */
table.shop_attributes tr:nth-of-type(odd) {
    background-color: #f7f7f7
}

.entry-content table:not(.shop_table) td, .entry-content table:not(.shop_table) th {
    color: #2b2b2b;
    border: 1px solid;
    border-color: #e1e1e1;
    padding-left: 10px
}

.entry-content table:not(.shop_table) tr:nth-of-type(odd) {
    background-color: #f5f5f5
}

table.shop_attributes th {
    color: #0a472e;
    text-transform: inherit;
    font-weight: 500
}

.entry-content table tr:not(:last-child) td {
    border-bottom: 0 !important;
}

.entry-content table tr td:not(:last-child) {
    border-right: 0 !important;
}

.woocommerce-tabs.wc-tabs-wrapper .tab-panels {
    padding: 16px;
	border: 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;
	}
	.product-footer .woocommerce-tabs {
		margin-top: 20px;
	}
}

@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;
	}
	.page-title-inner.flex-row.medium-flex-wrap.container {
		padding: 8px 0 0 0;
	}

	.flex-col.medium-text-center {
		display: none;
	}

	.flex-col.flex-grow.medium-text-center {
		display: block !important;
	}
	h1.product-title.product_title.entry-title {
		font-size: 20px;
	}
	.col.pb-0 > .col-inner, .woocommerce-tabs.wc-tabs-wrapper {
		padding: 10px;
	}
	.product-footer > .container, .row > .col.pb-0 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.btn-zalo-call {
		gap: 6px;
	}
}

