/* css breadcrumb */
.page-title-inner {
    min-height: 50px !important;
    padding: 10px 0 10px 10px !important;
}

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

.page-title-inner .flex-col.medium-text-center {
    padding: 0;
}

nav.woocommerce-breadcrumb.breadcrumbs {
    text-transform: inherit;
}

nav.woocommerce-breadcrumb.breadcrumbs a {
    color: #111;
    font-size: 13px;
}

/* css anh galery */
.product-images.woocommerce-product-gallery {
    border-radius: 8px;
    overflow: hidden;
}

.product-thumbnails a {
    border-radius: 8px;
    overflow: hidden;
    border: 0;
}

.product-thumbnails a {
    border: 0;
}

/* css box product info */
form.cart {
    display: none;
}

.product-info.summary.col-fit.col.entry-summary.product-summary {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
}

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

.product-info bdi {
    color: #d1242a;
}

.product-info a.xem-them {
    color: #d1242a;
}

.tra-gop, .bao-hanh {
    background-color: #efefef;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 2px;
}

.tra-gop p, .bao-hanh p {
    margin-bottom: 0;
}

.tra-gop p strong, .bao-hanh p strong {
    font-weight: 500;
}

a.button.primary.btn-tuvan {
    width: 100%;
    border-radius: 2px;
    font-weight: 500;
}

/* css form popup */
div#tuvan {
    border-radius: 10px;
}

.title_form {
    text-align: center;
    padding: 15px 0;
}

.title_form h2 {
    font-weight: 500;
}

.title_form p {
    font-size: 15px;
}

div#tuvan input.wpcf7-form-control.wpcf7-text {
    border-radius: 8px;
    box-shadow: 0 0;
}

div#tuvan input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 8px;
}


/* css thong so ky thuat */
.car-detail-table .line {
    clear: both;
    font-size: 14.6px;
    border-bottom: 1px solid #eee;
    height: 38px;
    padding: 8px 0;
}
.car-detail-table .line-label {
    float: left;
}
.car-detail-table .line-value {
    float: right;
}
#car-feature .item {
    padding: 8px 0;
    font-size: 14.6px;
}
.car-detail-table .line:hover {
    background-color: #efefef;
}
.fix-t .text p {
    color:red;
    margin:10px 0 0 0;
}


/* css mo ta san pham */
.product-footer .woocommerce-tabs {
    border-top: 0 !important;
	padding-top: 0 !important;
}

.single-product ul.tabs.wc-tabs.product-tabs {
    border: 1px solid #aaa;
    background: #cccccc57;
    padding: 4px 4px 0 4px;
}

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

.nav-tabs+.tab-panels {
	border: 0 !important;
	padding: 20px 0 0 0 !important;
}

.tab-panels .entry-content p:last-child {
    margin-bottom: 0;
}

.tab-panels .entry-content strong {
    font-weight: 500;
}

/* css san pham quan tam */
@-webkit-keyframes marquee {
    0%   { -webkit-transform: translate(0, 0); }
    100% { -webkit-transform: translate(0, -100%); }
} 
@keyframes marquee {
    0%   { -webkit-transform: translate(0, 0); }
    100% { -webkit-transform: translate(0, -100%); }
} 
	
.marquee {
  overflow: hidden;
	height: 1000px;
}

.marquee .product-small.col {
  display: inline-block;
  text-indent: 0;
  animation: marquee 15s linear infinite; 
  -webkit-animation: marquee 15s linear infinite; 
}

.marquee:hover .product-small.col {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

/* css lien he sau mo ta san pham */
.nd-lienhe {
    padding: 8px;
    border: 1px dashed #0A6EBD;
    background: #0a6ebd0f;
    border-radius: 10px;
    margin-bottom: 25px;
    text-align: left;
}

.nd-lienhe p {
    margin-bottom: 10px;
    font-size: 14px;
}

.nd-lienhe a {
    color: #0A6EBD;
}

@media (max-width: 768px) {
	.page-title-inner {
		min-height: 32px !important;
	}
	
	.product-main {
		padding-bottom: 0 !important;
	}
	
	.product-info.summary {
		padding-bottom: 0 !important;
	}
	
	.product-info.summary.col-fit.col.entry-summary.product-summary {
		box-shadow: 0 0;
		border: 0;
	}
}

