.product-main {
    padding-top: 25px !important;
	padding-bottom: 0px !important;
	background-color: #f4f4f4 !important;
}

/* css mo ta ngan */
.product-short-description {
    font-size: 15px;
}

/* css 2 nut lien he */
a.buy_online {
    background: #03a0e2 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 60px;
    padding-top: 5px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
    border-bottom: 3px solid #0681b4;
    cursor: pointer;
}

a.buy_online {
    float: left;
    width: 48%;
}

.btn-buy a:hover {
    color: #fff;
}

a.buy_demo {
    background: #666 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 60px;
    padding-top: 5px;
    text-align: center;
    border-bottom: 3px solid #555;
    cursor: pointer;
}
a.buy_demo {
    float: right;
    width: 48%;
}

a.buy_online .p1, a.buy_demo .p1 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    display: block;
    height: 24px;
	font-family: monospace;
}

a.buy_demo span.p2, a.buy_online span.p2 {
    font-size: 12px;
    line-height: 15px;
    opacity: 0.8;
    padding-top: 1px;
}

.form-title p {
    color: #333;
    padding: 0 0 10px  !important;
    border-bottom: 1px solid #EEE;
    font-weight: 500;
    font-size: 18px;
}

.form-title p span {
    color: #F0B323;
}

.form-noidung {
    font-size: 14px;
    padding: 16px 0;
}

.tensp input#title_product {
    border: 0;
    width: min-content !important;
    padding: 0;
    height: unset;
    margin-bottom: 0;
    box-shadow: 0 0;
}

span.wpcf7-form-control-wrap {
    display: unset !important;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    box-shadow: 0 0  !important;
    border-radius: 2px  !important;
}

form.wpcf7-form, input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-bottom: 0;
}

/* css thong so ky thuat */
div#content-detail table td, div#content-detail table th {
    border: 1px solid #eee;
    padding: 10px !important;
}

div#content-detail table tr:nth-child(even) {
    background-color: #f2f2f2;
}

div#content-detail table tr:nth-child(odd) {
    background-color: #fff;
}

div#content-detail tr td:last-child {
    border-left: 0;
}

div#content-detail table td strong {
    font-weight: 500;
}

div#content-detail span.title {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
	font-family: monospace;
}

/* css footer product */
.product-footer {
    padding: 20px 0;
}

div#reviews, .devvn_prod_cmt {
    max-width: 100% !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;
}

@media (min-width: 992px) {
	.row-divided.row-reverse>.col+.col:not(.large-12) {
		border-right: 0 !important;
	}

	div#product-sidebar {
		margin-top: 15px;
		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;
	}
}

