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

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


:root {
  --breadcrumb-theme-1: #005abc;
  --breadcrumb-theme-2: #fff;
  --breadcrumb-theme-3: #005abc;
  --breadcrumb-theme-4: #005abc;
}

.breadcrumbs {
    text-align: center;
    /* display: inline-block; */
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 2px;
    counter-reset: flag;
    margin-bottom: 15px;
}

.breadcrumbs a {
    text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 36px;
  padding: 0 10px 0 60px;
  position: relative;
  background: var(--breadcrumb-theme-2);
  color: var(--breadcrumb-theme-1) !important;
  transition: background 0.5s;
}

.breadcrumbs a:hover {
	color: #fff !important;
}

.breadcrumbs a:first-child {
  padding-left: 46px;
  border-radius: 5px 0 0 5px;
}

.breadcrumbs a:first-child::before {
  left: 14px;
}

.breadcrumbs a:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 20px;
}

.breadcrumbs a:last-child::after {
  content: none;
}

.breadcrumbs a::before {
  content: counter(flag);
  counter-increment: flag;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  font-weight: bold;
  background: var(--breadcrumb-theme-2);
  box-shadow: 0 0 0 1px var(--breadcrumb-theme-1);
}

.breadcrumbs a::after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  width: 36px;
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  border-radius: 0 5px 0 50px;
  background: var(--breadcrumb-theme-2);
  transition: background 0.5s;
  box-shadow: 2px -2px 0 2px var(--breadcrumb-theme-4);
}

.breadcrumbs a.active {
  color: var(--breadcrumb-theme-2);
  background: var(--breadcrumb-theme-1);
}

.breadcrumbs a.active::before {
  color: var(--breadcrumb-theme-1);
}

.breadcrumbs a.active::after {
  background: var(--breadcrumb-theme-1);
}

.breadcrumbs a:hover {
  color: var(--breadcrumb-theme-2);
  background: var(--breadcrumb-theme-3);
}

.breadcrumbs a:hover::before {
  color: var(--breadcrumb-theme-1);
}

.breadcrumbs a:hover::after {
  color: var(--breadcrumb-theme-1);
  background: var(--breadcrumb-theme-3);
}

span.divider {
	display: none !important;
}

.row-divided>.col+.col:not(.large-12) {
    border-left: 0 !important;
}

div#product-sidebar>aside.widget {
    box-shadow: 0 0 3px #06060630;
    border-radius: 6px;
    padding: 10px;
}

div#product-sidebar {
    padding-right: 10px;
}

/* css trang danh muc san pham */

.single-product h1.product-title {
    font-weight: 500;
    font-size: 23px;
    color: #262e3a;
}

.single-product .product-info .price bdi {
    color: #005abc;
}

.single-product .product-info .price del bdi {
    color: #111;
}

.single-product .product-info .price ins bdi {
    color: #005abc;
}

/* css gia san pham */
p.price.giabienthe {
    margin-top: 0;
}
.price-same {
    padding-bottom: 5px;
}
.giaban {
	margin-bottom: 5px;
}
.giaban .giabanchinh bdi {
    font-size: 22px;
    color: #ff6600;
    font-weight: 700;
}
.giaban span.baogom-vat {
    font-size: 13px;
}
p.thitruong-tietkiem span {
    font-weight: 600;
    font-size: 13px;
}
p.thitruong-tietkiem span.phantram {
    color: #ff6600;
}

p.thitruong-tietkiem {
    margin-bottom: 0;
}

.price-same {
    padding: 8px;
    border: 1px dashed #2196F3;
    background: #2196f30f;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* css thong tin lien he */
.div-privacy {
    padding: 10px 15px;
    border: 1px dashed #2196F3;
    background: #2196f30f;
    border-radius: 10px;
    margin-bottom: 15px;
}

.div-privacy h4 {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

ul.list-privacy {
    margin-bottom: 0;
}

ul.list-privacy li, .div-privacy p {
    font-size: 14px;
    list-style: none;
    margin-left: 0 !important;
    margin-bottom: 5px;
}

ul.list-privacy li:before {
    content: url(/wp-content/uploads/2023/06/webmau16.com-webmau16.com-icon-check.svg);
    padding-right: 5px;
    vertical-align: middle;
}

ul.list-privacy li:last-child {
    margin-bottom: 0;
}

.div-privacy strong, .div-privacy b {
    color: #ff6600;
}

.div-privacy a {
    color: #2196F3;
    font-weight: 600;
    text-decoration: underline;
}


/* css add to cart */

button.single_add_to_cart_button:before {
    content: "\f291";
    font-family: FontAwesome;
    padding-right: 6px;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
    background-image: linear-gradient(90deg, #005abc, #9bdbe3);
    border-radius: 30px;
    font-size: 15px;
    border: 0;
}

button.single_add_to_cart_button.button.alt.wp-element-button:hover {
	background-image: linear-gradient(90deg, #9bdbe3, #005abc);
}

.product-info.summary .quantity .button.minus, .product-info.summary .quantity .button.plus {
    width: 28px;
    min-height: 28px;
    max-height: 28px;
    line-height: 20px;
    background-color: #005abc;
    border-radius: 2px;
    border: 0px;
    color: #fff;
    text-shadow: 0 0 0 BLACK;
}

.product-info.summary .quantity input[type="number"] {
    height: 28px;
    width: 37px;
    max-height: 34px;
    line-height: 20px;
    border: 0;
    max-width: 48px;
    margin: 0 8px;
}

.quantity.buttons_added.form-minimal {
    border-radius: 2px;
    box-shadow: 0 0 3px #00000021;
    padding: 6px 8px;
}

/* css thong so ky thuat */
a.btn_thongso:after {
    content: "\f019";
    font-family: fontawesome;
    padding-left: 6px;
    font-size: 14px;
}

a.btn_thongso, a.btn_thongso:hover {
	color: #fff;
}

a.btn_thongso {
    background-color: #005abc;
    padding: 8px 16px;
    text-transform: uppercase;
    font-size: 15px;
	border-radius: 30px;
}

.single-product form.cart {
    margin-bottom: 10px;
}

/* 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: #ccc url(/wp-content/uploads/2023/06/webmau16.com-ui-bg_highlight-soft.png) 50% 50% repeat-x;
    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;
}

@media (max-width: 768px) {
	.breadcrumbs {
		display: flex;
		overflow: auto;
		white-space: nowrap;
	}
}


@media (max-width: 548px) {
	a.btn_thongso {
		width: 100%;
		display: block;
		text-align: center;
	}
	
	.single-product ul.tabs.wc-tabs.product-tabs {
		overflow-y: scroll !important;
		justify-content: unset;
		overflow-x: auto;
		overflow-y: hidden;
		display: flex;
		flex-wrap: unset;
		white-space: nowrap;
		padding-bottom: 10px;
	}

	.single-product .tab-panels {
		padding: 10px !important;
	}
	
}
