/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* ẩn topbar quản trị */
#wp-admin-bar-root-default #wp-admin-bar-wp-logo {
  display: none;
}

#wp-admin-bar-root-default #wp-admin-bar-flatsome-activate {
  display: none;
}

#wp-admin-bar-root-default #wp-admin-bar-comments {
  display: none;
}

#wp-admin-bar-root-default #wp-admin-bar-new-content {
  display: none;
}

#wp-admin-bar-root-default #wp-admin-bar-customize {
  display: none;
}

#wp-admin-bar-root-default #wp-admin-bar-wpseo-menu {
  display: none;
}

/* thêm font */
/*@font-face{
  font-family: "Quicksand-Bold";
  src:url(fonts/Quicksand-Bold.ttf);
}*/







/* link lẫn */
.bg-breadcrumb {
  margin: 20px 0;
}

.bg-breadcrumb p {
  margin-bottom: 15px;
  font-size: 14px;
}

.bg-breadcrumb i {
  margin: 0 8px;
  color: #323c42;
}

.bg-breadcrumb p span a {
  color: #323c42;
}

.bg-breadcrumb .breadcrumb_last {
  color: #ffb416;
}

.bg-breadcrumb h1 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: solid 2px #00abaa;
  padding-bottom: 20px;
}

/* end link dẫn */








/* footer */

.absolute-footer,
.wpcf7-spinner {
  display: none;
}

.footer-main {
  padding-bottom: 0 !important;
}

.footer-main h3 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.footer-main .ro1 .ux-menu {
  margin-top: 20px;
}

.footer-main .ro1 .ux-menu a {
  padding: 0;
  min-height: 26px;
  color: #8b8e96;
}

.footer-main .ro1 .ux-menu a:hover {
  color: #ffb416;
}

.footer-main .ro1 .ux-menu span {
  font-size: 14px;
}

.footer-main .ro2::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #373a43;
  max-width: 1170px;
  margin: auto;
  margin-bottom: 35px;
}

.footer-main .ro2 p {
  color: #8b8e96;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 5px;
}

.form-ntkm {
  position: relative;
  display: flex;
  width: 100%;
}

.form-ntkm .wpcf7-form-control-wrap {
  width: 100%;
}

.form-ntkm input {
  margin-bottom: 0;
  width: 100%;
  height: 40px;
  border: unset !important;
  box-shadow: unset !important;
  text-indent: 10px;
  font-size: 14px;
}

.form-ntkm input::placeholder {
  color: #323c42;
}

.form-ntkm .btn {
  margin: 0;
  max-width: 20%;
  font-size: 1rem;
  text-transform: initial;
  height: 40px;
  font-weight: normal;
  text-indent: 0;
  min-width: 114px;
}

.footer-main .co2 .row .col-inner {
  display: flex;
  margin-top: 5px;
}

.footer-main .co2 .row .col-inner .img {
  margin-bottom: 0;
  max-width: 40px;
  margin-right: 10px;
}

.footer-main .co2 .row .col-inner .img:nth-child(1) {
  background: #3a559f;
}

.footer-main .co2 .row .col-inner .img:nth-child(2) {
  background: #55acee;
}

.footer-main .co2 .row .col-inner .img:nth-child(3) {
  background: #dd4b39;
}

.footer-main .co2 .row .col-inner .img:nth-child(4) {
  background: #f20000;
}

.footer-main .ro3 .co1 p {
  margin-bottom: 0;
  color: #8b8e96;
  font-size: 13px;
}

.footer-main .ro3 .co1 p a {
  color: white;
}

.footer-main .ro3 .co2 .ux-menu .ux-menu-link a:hover,
.footer-main .ro3 .co1 p a:hover {
  color: #ffb416;
}

.footer-main .ro3 .co2 .ux-menu {
  justify-content: space-between;
  flex-direction: unset;
}

.footer-main .ro3 .co2 .ux-menu .ux-menu-link {
  width: fit-content;
}

.footer-main .ro3 .co2 .ux-menu .ux-menu-link a {
  color: #8b8e96;
  font-size: 13px;
  min-height: auto;
  padding: 0;
}

.footer-main .ro3 .col {
  padding-bottom: 20px;
}

.footer-main .ro3::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #373a43;
  max-width: 1170px;
  margin: auto;
  margin-bottom: 20px;
}

.footer-wrapper .back-to-top {
  background-color: #00abaa;
  border-color: #00abaa;
  color: #fff;
}

/* end footer */








/* header */

.header-main .searchform {
  position: relative;
  overflow: hidden;
  margin-left: 80px;
}

.header-main .searchform input {
  box-shadow: none;
  border-color: #00abaa;
  height: 40px;
  border-radius: 6px 0 0 6px;
  border-right: 0;
  min-width: 300px;
}

.header-main .searchform button {
  height: 40px;
  border-radius: 0 6px 6px 0;
  background-color: unset;
  border-color: #00abaa;
  border-left: 0;
}

.header-main .searchform button:hover {
  box-shadow: unset;
}

.header-main .searchform button i {
  font-size: unset;
  top: unset;
}

.header-main .searchform button i::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(images/search.svg) no-repeat center;
  background-size: contain;
}

.header-bottom .nav>li {
  margin: 0 20px;
}

.header-bottom .nav>li>a {
  padding: 3px 0;
  font-size: 14px;
  font-weight: normal;
}

.header-bottom .header-vertical-menu__icon {}

.header-bottom .header-vertical-menu__opener {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: normal;
  align-items: center;
}

.header-bottom .header-vertical-menu .header-vertical-menu__title {
  border-right: 1px solid white;
  line-height: 1.3;
}

.header-bottom .header-vertical-menu .icon-angle-down {
  display: none;
}

.header-bottom .nav li:first-child {
  margin-right: 0;
}

/* end header */



/* Giới thiệu */
.gioithieu .row {
  min-height: 400px;
}

.gioithieu p {
  font-size: 14px;
  color: #323c42;
}

/* end Giới thiệu */









/* Câu hỏi thường gặp */

.cauhoi-tg .accordion .accordion-item {
  margin-bottom: 20px;
  box-shadow: 0px 12px 20px 0px #0000000D;
  border: 1px solid #EFF1F4;
  border-radius: 8px;
}

.cauhoi-tg .accordion .accordion-item .accordion-title {
  border-top: none;
  padding-left: 20px;
  background-color: white;
  border-radius: 8px;
  min-height: 56px;
  display: flex;
  align-items: center;
}

.cauhoi-tg .accordion .accordion-title.active {
  background-color: #fafbfb;
  border-bottom: 1px dashed #EFF1F4;
  border-color: #EFF1F4 !important;
}

.cauhoi-tg .accordion .accordion-item .accordion-title button {
  opacity: 1;
  left: auto;
  right: 0;
}

.cauhoi-tg .accordion .accordion-item .accordion-title span {
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: left;
  color: #323c42;
}

.cauhoi-tg .accordion .accordion-item .accordion-title.active span {
  color: #ffb416;
}

.cauhoi-tg .accordion .accordion-item .accordion-inner {
  padding: 20px 20px;
  background-color: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.cauhoi-tg .accordion .accordion-item .accordion-inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #323c42;
}

.cauhoi-tg .accordion .accordion-item .accordion-inner p:last-child {
  margin-bottom: 0;
}

.cauhoi-tg .accordion .accordion-item .accordion-title .icon-angle-down:before {
  font-family: 'FontAwesome';
  content: "\2b";
  color: #323c42;
}

.cauhoi-tg .accordion .accordion-title.active .icon-angle-down:before {
  content: "\f068";
  color: #ffb416;
}

.cauhoi-tg .accordion .accordion-item .accordion-title .toggle i {
  font-size: medium;
}

.cauhoi-tg .accordion .toggle {
  top: auto;
  line-height: normal;
  transform-origin: 50% 50%;
}

/* end Câu hỏi thường gặp */







/* Tuyển dụng */

.tuyendung .txt:first-child {
  margin-bottom: 0;
}

.tuyendung .txt {
  margin-bottom: 20px;
}

.tuyendung .txt h3 {
  font-size: 14px;
  color: #323c42;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.tuyendung .txt p {
  font-size: 14px;
  color: #323c42;
  margin-bottom: 5px;
}

/* end tuyển dụng */









/* Liên hệ */

.lienhe {}

.lienhe .icon-box {
  background-color: #f7f7f7;
  margin-bottom: 10px;
  background: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
}

.lienhe .icon-box h3 {
  font-size: 14px;
  color: #323c42;
  margin-bottom: 0;
}

.lienhe .icon-box p {
  font-size: 14px;
  color: #323c42;
  margin-bottom: 0;
}

.lienhe .icon-box .icon-box-text {
  padding-left: 10px;
}

.lienhe form {
  margin-bottom: 0;
}

.form-lh {
  margin-bottom: 0;
}

.form-lh input {
  height: 40px;
}

.form-lh textarea {
  min-height: 100px;
}

.form-lh input,
.form-lh textarea {
  box-shadow: none !important;
  border: 0;
  border-left: 1px solid #00abaa;
  background: #f7f7f7;
  font-size: 14px;
}

.form-lh input:focus,
.form-lh textarea:focus {
  border: 0;
  background: #f7f7f7;
}

.form-lh .btn {
  background: #00abaa;
}

.form-lh label {
  font-size: 14px;
  color: #323c42;
}

.form-lh label span {
  color: #00abaa;
}

.form-lh .nr {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.form-lh .nr .ng {
  width: 100%;
  max-width: 48%;
}

.form-lh .nx {
  width: 100%;
}

.form-lh .btn {
  border-radius: 5px;
  text-transform: initial;
}


/* end liên hệ */














/*Tin tức*/
.blog-wrapper {
  padding-top: 0 !important;
}

.blog-wrapper .sb_left {
  order: 1;
}

.blog-wrapper .sb_right {
  order: 2;
}

h2.cat-title {
  display: block;
  border-bottom: solid 2px #00abaa;
  margin: 0 0 10px;
}

h2.cat-title a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  padding: 0 20px 0 10px;
  font-weight: bold;
  color: #fff;
  background: #00abaa;
}

.sub-cat-posts {
  margin: 0 -10px;
  overflow: hidden;
}

.sub-cat-posts .new-list-post {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}

.sub-cat-posts .new-list-post .post-image img {
  width: 100%;
  height: 209px;
  object-fit: cover;
}

.sub-cat-posts .new-list-post .post-content {
  padding: 10px 0 0 0;
}

.sub-cat-posts .new-list-post .post-content .title {
  font-size: 14px;
  color: #323c42;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sub-cat-posts .new-list-post .post-content .title:hover {
  color: #ffb416;
  transition: 0.3s;
}

.sub-cat-posts .new-list-post .post-content .excerpt p {
  margin-bottom: 0;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #323c42;
}

.blog-wrapper .sb_right .ld {
  color: #856404;
  background-color: #fff3cd;
  display: block;
  padding: 10px 20px;
  border: 1px solid #ffeeba;
  border-radius: 4px;
}

.sub-cat-posts .div1 .new-list-post {
  width: 50%;
}

.sub-cat-posts .div1 .new-list-post .post-content .title {
  -webkit-line-clamp: 1;
  height: 22px;
}

.sub-cat-posts .div1 .new-list-post .post-image img {
  height: 320px;
}

.hds {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
  border-bottom: solid 2px #00abaa;
  padding-bottom: 20px;
  line-height: 1.4;
}

/*end Tin tức*/









/* Chi tiết sản phẩm */
.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  border-color: #00abaa;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-color: #00abaa;
}

.single-product .woo-selected-variation-item-name {
  color: #00abaa;
}

.single-product .product-info .cart .variations {}

.single-product .variations_form .ux-swatch.selected {
  box-shadow: 0 0 0 1.5px #00abaa !important;
  color: #00abaa;
}

.single-product .variations_form .ux-swatch {
  border-radius: 2px;
}

.single-product .variations label {
  margin-bottom: 0;
}

.single-product .additional_information_tab {
  display: none;
}

.single-product .product-info {
  padding-right: 15px;
  border-right: unset;
  padding-bottom: 0;
  padding-top: 0;
}

.single-product .col-divided+.col {
  padding-left: 15px;
}

.single-product .row-divided.row-reverse>.col+.col:not(.large-12) {
  padding-right: 15px;
  border-right: unset;
}

.single-product #product-sidebar {
  padding-left: 15px;
  padding-right: 15px;

}

.widget_popular_posts_widget {
  position: relative;
}

.widget_popular_posts_widget .widget-title {
  display: block;
  margin-bottom: 15px;
  color: #323c42;
  font-size: 18px;
}

.widget_popular_posts_widget .is-divider {
  display: none;
}

.widget_popular_posts_widget .popular-posts-widget>div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.widget_popular_posts_widget .popular-posts-widget>div .left {
  width: 100%;
  max-width: 40%;
  padding-right: 0px;
}

.widget_popular_posts_widget .popular-posts-widget>div .right {
  width: 100%;
  max-width: 60%;
  padding-left: 10px;
}

.widget_popular_posts_widget .popular-posts-widget>div .left {
  overflow: hidden;
  position: relative;
}

.widget_popular_posts_widget .popular-posts-widget>div:hover .left img {
  transform: scale(1.2);
}

.widget_popular_posts_widget .popular-posts-widget>div .left img {
  width: 100%;
  height: 75px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.widget_popular_posts_widget .popular-posts-widget>div .right h3 {
  margin-bottom: 0;
  font-weight: normal;
}

.widget_popular_posts_widget .popular-posts-widget>div .right h3 a {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.single-product .product-info .breadcrumbs {
  display: none;
}

.single-product .product-info h1 {
  font-size: 18px;
  color: #323c42;
}

.single-product .product-info .productinfo {
  display: flex;
}

.single-product .product-info .productinfo p {
  font-size: 14px;
  color: #323c42;
  margin-right: 20px;
  margin-bottom: 5px;
}

.single-product .badge-frame,
.single-product .image-tools {
  /* display: none; */
}

.single-product .product-main .product-gallery .image-tools {
  display: none;
}

.single-product .product-main .product-gallery .badge-container {
  margin: 0;
}

.single-product .product-main .product-gallery .callout {
  width: 40px;
  height: 32px;
  margin: 0;
}

.single-product .product-main .product-gallery .callout .on-sale {
  background: #ffd004;
  border: none !important;
  padding: 0;
  font-size: 12px;
  color: #323c42;
}

.single-product .product-main .product-gallery .callout .on-sale:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #ffd004 transparent transparent transparent;
  position: absolute;
  top: 32px;
  left: 0;
}

.single-product .product-main .product-gallery .callout .on-sale:after {
  content: "";
  position: absolute;
  top: 32px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ffd004 transparent transparent;
  z-index: 1;
}

.single-product .flickity-button {
  display: none;
}

.single-product .product-main {
  padding: 0 0 20px 0;
}

.single-product .product-tabs li {
  margin-right: 1px;
}

.single-product .product-tabs li a:hover,
.single-product .product-tabs li.active a {
  background: #ffb416;
}

.single-product .product-tabs li a {
  border-radius: 0;
  background: #00abaa;
  color: white;
  height: 40px;
  padding: 0px 25px;
  font-size: 16px;
}

.single-product .tab-panels {
  border: solid 1px #ebebeb;
  padding: 15px;
}

.single-product .quantity {
  width: 100%;
  margin-bottom: 0px;
}

.single-product .quantity .button.minus,
.single-product .quantity .button.plus {
  color: #00abaa;
  min-width: 35px;
  box-shadow: none;
  background-color: white;
  min-height: 35px;
  line-height: normal;
}

.single-product .quantity .button.minus:hover,
.single-product .quantity .button.plus:hover {
  background: #00abaa;
  color: #fff;
  box-shadow: none;
}

.single-product .quantity input[type=number] {
  min-width: 70px;
  color: #333f48;
  font-weight: bold;
  box-shadow: none;
  height: 35px;
}

.single-product .single_add_to_cart_button {
  background: #00abaa;
  border: solid 1px #00abaa;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  border-radius: 5px;
  padding: 5px 14px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}

.single-product .ux-buy-now-button {
  background-color: #0fa80f;
  border-color: #0fa80f;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  border-radius: 5px;
  padding: 5px 14px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}

.single-product .single_add_to_cart_button span,
.single-product .ux-buy-now-button span {
  line-height: 1.4;
  font-size: 14px;
}

.single-product .single_add_to_cart_button:hover {
  background: #fff;
  color: #00abaa;
  box-shadow: none;
}

.single-product .ux-buy-now-button:hover {
  background-color: #fff;
  border-color: #ffb416;
  color: #ffb416;
  box-shadow: none;
}

.single-product .single_add_to_cart_button:hover span {
  color: #00abaa !important;
}

.single-product .ux-buy-now-button:hover span {
  color: #ffb416 !important;
}

.single-product .single_add_to_cart_button span,
.single-product .ux-buy-now-button span {
  display: block;
}

.single-product .product-info .cart {
  /* display: none; */
  gap: 10px;
  margin-bottom: 5px;
}


.single-product .product-info .cart.ndn {
  display: block;
  margin-bottom: 5px;
}

.single-product .product-info .yith-wcwl-wishlistaddedbrowse,
.single-product .product-info .yith-wcwl-add-button {
  display: none;
}

.single-product .single_add_to_cart_button {
  width: 100%;
  max-width: 58.5%;
}

.single-product .ux-buy-now-button {
  width: 100%;
  max-width: 39.5%;
}

.single-product .woocommerce-variation-add-to-cart {
  gap: 10px;
  padding-bottom: 0;
}

.cus-nor-ndn .call {}

.cus-nor-ndn .call a {
  color: white;
  font-size: 14px;
  background: #ffb416;
  border: 1px solid #ffb416;
  padding: 6px 20px;
  border-radius: 4px;
  width: fit-content;
  margin-right: 10px;
  height: 37.58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cus-nor-ndn .call a:hover {
  background: #fff;
  color: #0fa80f;
  border-color: #0fa80f;
}

.cus-nor-ndn {
  display: flex;
}

.cus-nor-ndn .wish-nor {
  background: #ffb416;
  width: 37.59px;
  height: 37.59px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.cus-nor-ndn .yith-wcwl-add-button {
  display: block !important;
  margin: 0 !important;
  background: #ffb416;
  border-radius: 5px;
}

.cus-nor-ndn .yith-wcwl-add-button a {
  width: 37.59px;
  height: 37.59px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cus-nor-ndn .yith-wcwl-add-button svg {
  margin: 0 !important;
  color: white !important;
}

.yith-wcwl-add-to-wishlist,
.cus-nor-ndn .yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}

.cus-nor-ndn .yith-wcwl-add-button {}


.cus-nor-ndn .yith-wcwl-add-button span {
  display: none;
}

.cus-nor-ndn .yith-wcwl-wishlistaddedbrowse {
  margin-bottom: 0 !important;
  display: block !important;
}

.cus-nor-ndn .yith-wcwl-wishlistaddedbrowse a {
  display: none;
}

.cus-nor-ndn .feedback {
  font-size: 0;
  width: 37.59px;
  height: 37.59px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffb416;
  border-radius: 5px;
  color: white;
  gap: 0 !important;
}

.cus-nor-ndn .feedback svg {
  font-size: initial;
  color: #00abaa !important;
}

.custom-related-products {
  position: relative;
}

.custom-related-products .custom-related-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  padding: 0 20px 0 10px;
  font-weight: bold;
  color: #fff;
  background: #00abaa;
  width: fit-content;
  margin-bottom: 0;
}

.custom-related-products .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #00abaa;
  margin-bottom: 15px;
}

.custom-related-products .col {
  padding: 0 0 15px;
}

.custom-related-products .col .col-inner {
  padding: 0;
  box-shadow: none;
}

.custom-related-products .col-inner .box-image img {
  object-fit: contain;
  height: 100px !important;
}

.custom-related-products .product-small.box {
  display: flex;
  width: 100%;
  position: relative;
}

.custom-related-products .product-small.box .box-image {
  width: 100%;
  max-width: 35%;
  height: 100px;
}

.custom-related-products .product-small.box .box-text-products {
  width: 100%;
  max-width: 65%;
  padding-top: 0;
  padding-left: 15px;
}

.custom-related-products .add_to_cart_button {
  display: none;
}

.custom-related-products .product .col-inner .product-title a {
  height: auto;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-footer .woocommerce-tabs {
  border-top: 0;
  padding-top: 0;
}

.single-product .woocommerce-variation-price {
  border-top: unset;
}


@media(max-width: 768px) {
  .thgso-kythuat {
    display: block !important;
  }

  .thgso-kythuat>div {
    width: 100% !important;
  }

  .thgso-kythuat>div:first-child {
    margin-bottom: 20px;
  }
}

.product-short-description>p:last-of-type {
  margin-bottom: 0;
}

.woocommerce-variation-description,
.woocommerce-variation-price {
  display: none;
}

.single-product .product-short-description {
  margin-bottom: 15px;
  color: #101519;
  font-size: 14px;
}

span.devvn_woocommerce_price_prefix {
  font-size: 14px;
  margin: 0 0 0 10px;
}

span.devvn_woocommerce_price_suffix {
  font-size: 14px;
  margin: 0 0 0 10px;
  font-weight: normal;
  color: #455768;
  order: 1;
}

span.devvn_woocommerce_price_suffix::before {
  content: '/ ';
}





/* End chi tiết sản phẩm */










/*  */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* border-radius: 10px; */
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  /* border-radius: 10px; */
  border: 2px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Màu khi hover */
}

::-webkit-scrollbar:active {
  background-color: #333;
}





/* Trang yêu thích */

.page-id-582 .bg-breadcrumb h1 {
  display: none;
}

.single-product .bg-breadcrumb {
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-id-582 .page-wrapper {
  padding-top: 0;
}

.page-id-582 .is-divider {
  display: none;
}

.page-id-582 .widget-title {
  display: block;
  border-bottom: solid 2px #00abaa;
  margin: 0 0 10px;
}

.page-id-582 .widget-title span {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  padding: 0 20px 0 10px;
  font-weight: bold;
  color: #fff;
  background: #00abaa;
}

.yith-wcwl-share.social-icons.share-icons a {
  margin-bottom: 0;
}

#yith-wcwl-form .wishlist-title h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
  border-bottom: solid 2px #00abaa;
  padding-bottom: 12px;
  line-height: 1.4;
}





/* end Trang yêu thích */


/* Tài khoản woo */
.woocommerce .woocommerce-MyAccount-navigation {
  display: none;
}

.woocommerce-MyAccount-content .dashboard-links {
  margin: 0 -15px;
}

.woocommerce-MyAccount-content .dashboard-links li {
  margin: 0 !important;
  width: 25%;
  padding: 0 15px;
}

.woocommerce-MyAccount-content .dashboard-links li a {
  margin: 0;
}

.woocommerce-orders-table .woocommerce-button {
  border-radius: 4px;
}

.wc_payment_methods li {
  list-style: none;
}

button#place_order {
  border-radius: 4px;
  max-width: 285px;
  display: block;
  margin: 0 auto;
}