.page-title.shop-page-title.product-page-title {
    background-color: #f8f8f8;
}

.page-title-inner.flex-row.medium-flex-wrap.container {
    padding-top: 0 !important;
    min-height: 48px;
}

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

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

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

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

form.variations_form.cart {
    margin-bottom: 8px;
}

/* css tskt */
a.button.xem-them {
    display: block;
    width: 100%;
/*     margin: 0; */
    min-height: 40px;
    line-height: 40px;
    border-radius: 0.3rem;
    border: 0.1rem solid rgb(0, 141, 217);
    color: rgb(0, 141, 217);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

div#cau-hinh-chi-tiet {
    border-radius: 6px;
    overflow: hidden;
}

p.tieu-de-tskt-popup {
    color: #fff;
    background: var(--primary-color);
    padding: 8px 15px;
    font-weight: 600;
}

.tskt-popup {
    padding: 0 15px;
}

.tskt-popup p {
    margin-bottom: 8px;
}

.tskt-popup li {
    margin: 10px 0;
}

div#cau-hinh-chi-tiet {
    max-width: 500px !important;
}

.close-head button.mfp-close {
    float: right;
    top: 10px !important;
    right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    width: 22px;
    height: 22px;
    padding: 2px 2px 0 0;
    border-radius: 4px;
    font-weight: 700;
    background: red;
    color: #fff;
    opacity: 1 !important;
    text-transform: none;
    mix-blend-mode: hard-light;
}

p.tieu-de-tskt {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 6px;
}

.thong-so-kt ul, .thong-so-kt ul li {
    margin: 0 !important;
    list-style: none;
}

.thong-so-kt ul {
    padding-left: 15px;
    font-size: 15px;
}

.tskts {
    font-size: 15px;
    background-color: #00000012;
    max-height: 206px;
    border-radius: 10px;
    padding: 15px;
	margin-top: 10px;
    transition: max-height .5s ease;
    overflow: hidden;
    position: relative;
}

.tskts::before {
    content: '';
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    transition: height .25s ease;
    z-index: 9;
}

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

.thong-so-kt.tskt-popup p, .thong-so-kt.tskt-popup ul {
    border-bottom: 1px solid #cccccc73;
    padding-bottom: 8px;
    font-size: 15px;
}

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

