@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

html {
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

a,
a:hover {
  text-decoration: none !important;
}
a:hover {
  color: #e56854;
}
:hover,
:focus {
  outline: none !important;
}
@font-face {
  font-family: rbt;
  src: url(../fonts/Roboto-Regular.ttf);
}
body {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0em;
  color: #333333;
  position: relative;
  font-family: 'Manrope', sans-serif;
  overflow-x: hidden;
}
.container {
  max-width: 1230px;
  margin: 0px auto;
  width: 100%;
}
.single br,
p:empty {
  display: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.thumbnail {
  overflow: hidden;
  padding: 0px;
  border: none;
  background: none;
  border-radius: 0px;
  margin: 0px;
  position: relative;
}

[class*='col-'] {
  padding: 0px 10px;
}
.row {
  margin: 0px -10px;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

/* MENU MOBILE*/
.icon_mobile_click {
  margin: 0px;
  cursor: pointer;
  z-index: 99;
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  max-width: 40px;
}
.icon_mobile_click i.fa {
  font-size: 30px;
  color: #182044;
}
.top_header {
  position: relative;
}
#page_wrapper {
  transition: all 0.3s;
}
#menu_mobile_full {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  left: -260px;
  background-color: #00a652;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 9999999;
  border-right: 1px solid #fff;
  overflow: auto;
}
.fixedheader {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100% !important;
}
.bg_opacity {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}

.menu_hidden {
  z-index: -1;
  left: -260px;
}
.menu_show {
  z-index: 9999999;
}
#menu_mobile_full .close_menu {
  padding: 10px;
  font-size: 20px;
  text-align: right;
  color: #fff;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  background: #00a652;
  display: none;
  cursor: pointer;
  top: 0px;
  border: 1px solid #fff;
  z-index: 999;
}
#menu_mobile_full .mobile-menu {
  margin: 55px 0px 0px 0px;
}

#menu_mobile_full ul li {
  width: 100%;
  display: block;
}
#menu_mobile_full .menu > li.active {
  padding: 15px 0px 10px 10px;
}
#menu_mobile_full ul li {
  position: relative;
  padding: 15px 0px 15px 10px;
  border-bottom: 1px solid #fff;
}
#menu_mobile_full ul li a {
  color: #fff;
  text-transform: uppercase;
}

#menu_mobile_full ul li a:hover {
  text-decoration: none;
  background: none;
}
#menu_mobile_full li span {
  margin: 0px 0px 0px 10px;
}
#menu_mobile_full .sub-menu {
  display: none;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #fff;
  margin: 10px 0px 0px 0px;
}
#menu_mobile_full .sub-menu li {
  padding: 15px 0px 15px 15px;
}
#menu_mobile_full .sub-menu li:last-child {
  border-bottom: none;
  padding: 15px 0px 0px 15px;
}
#menu_mobile_full .sub-menu li a {
  font-size: 14px;
  text-transform: none;
}
.editBefore_mobile::before {
  content: '-' !important;
}
#menu_mobile_full li.menu-item-has-children::before {
  content: '+';
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
}
#menu_mobile_full .menu > li.not-have-child {
  padding: 0px;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child {
  padding: 0px;
  display: table;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child > a {
  padding: 10px 0px 10px 15px;
  display: table;
  width: 100%;
}
#menu_mobile_full .menu li ul.sub-menu li.not-have-child:last-child > a {
  padding: 10px 0px 0px 15px;
}

#menu_mobile_full .menu > li.not-have-child > a {
  display: block;
  padding: 15px 0px 15px 10px;
}
#menu_mobile_full .sub-menu li {
  padding: 10px 0px 10px 15px;
}
#menu_mobile_full .sub-menu li:last-child {
  padding: 10px 0px 0px 15px;
}
/* END MENU MOBILE*/

/* woocomerce */
.woocommerce-Price-currencySymbol {
  float: right;
}
span.woocommerce-Price-amount {
  display: inline-block;
}

.loop_post_category_idx .row,
.archive .list_products_archive {
  margin: 0px -5px;
}

/* 4 columns per row — no clear needed (Bootstrap col-sm-3 handles it) */

/* tg_btn_acts: base layout — overridden by redesign block below */
.list_item_product .product_inner .tg_btn_acts {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  transform: none;
  z-index: 3;
  max-width: none;
  width: auto;
  bottom: auto;
  text-align: center;
}

/* price always visible — buttons are in-flow now */
.product_inner:hover .price {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.product_inner a.detail_pd {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.list_item_product .tg_btn_acts li {
  float: left;
  margin: 0px;
  width: initial;
}

.loop_post_category_idx > .item_loop_post_category_idx {
  display: table;
  width: 100%;
  margin: 0px 0px 30px 0px;
  border: 1px solid #3c763d;
  padding: 0px 0px 30px 0px;
}
.item_loop_post_category_idx .parent_catgories_idx {
  border-bottom: none;
  text-align: center;
  float: left;
  padding: 10px 10px 10px 15px;
}
.item_loop_post_category_idx .parent_catgories_idx a {
  text-transform: uppercase;
  color: #3c763d;
  font-weight: 700;
  font-size: 19px;
  display: inline-block;
}

.item_loop_post_category_idx .sub_product_category {
  text-align: center;
  background: none;
  padding: 11px 0;
  float: right;
}
.item_loop_post_category_idx .sub_product_category li {
  display: inline-block;
}
.item_loop_post_category_idx .sub_product_category li a {
  color: #000000;
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
  margin: 0px 10px;
}
.item_loop_post_category_idx .sub_product_category li a:hover {
  color: #fdfdfd;
}
.top_menu_list_product {
  display: table;
  width: 100%;
  margin: 0px 0px 0px 0px;
  background: #f1ecec;
}
/* end include*/

.nav_primary ul li {
  float: left;
  position: relative;
}
.nav_primary .menu > li:nth-child(1)::after {
  content: '\f0c9' !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  position: absolute;
  left: 9px;
  color: black;
  top: 50%;
  font-size: 18px !important;
  margin: -5px 0px 0px 0px;
}
.nav_primary .menu > li:nth-child(1) > a {
  padding: 17px 35px 10px 35px;
}
.nav_primary .menu > li.menu-item-has-children::before {
  content: '\f107' !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -1px 0px 0px 0px;
  color: black;
  font-size: 11px !important;
}
.nav_primary ul li a {
  display: inline-block;
  padding: 17px 15px 15px 15px;
  color: black;
  font-weight: 700;
  transition: all 0.3s;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  font-family: Helvetica;
}
.nav_primary ul > li > ul.sub-menu {
  position: absolute;
  width: 215px;
  background: #fff;
  border-top: 1px solid #e1d8d8;
  top: 70px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.nav_primary ul > li > ul.sub-menu::before {
  width: 100%;
  content: '';
  position: absolute;
  height: 10px;
  top: -10px;
}
.nav_primary ul > li:hover > ul.sub-menu {
  top: 54px;
  visibility: visible;
  opacity: 1;
}
.nav_primary ul > li > ul.sub-menu > li > a {
  font-size: 13px;
  text-transform: none;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
  color: #000;
}
.nav_primary ul > li > ul.sub-menu > li:last-child > a {
  border-bottom: none;
}
.nav_primary ul > li > ul.sub-menu > li {
  float: none;
}
.nav_primary ul > li > ul.sub-menu > li.menu-item-has-children::before {
  content: '\f105' !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -6px 0px 0px 0px;
  color: #000;
  font-size: 11px !important;
}
.nav_primary ul > li > ul.sub-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0px;
}
.nav_primary ul > li > ul.sub-menu > li > ul.sub-menu {
  position: absolute;
  left: 110%;
  top: -1px;
  transition: all 0.3s;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.nav_primary ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  border-bottom: 1px solid #ccc;
}
.nav_primary ul > li > ul.sub-menu > li:hover ul.sub-menu {
  left: 100%;
}
.nav_primary ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  position: absolute;
  left: 110%;
  top: -1px;
  transition: all 0.3s;
  background: #ffffff;
}
.nav_primary ul > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
  left: 100%;
}
article.post {
  clear: both;
}

.list_post_item .thumbnail {
  max-width: 300px;
  width: 100%;
  margin: 0px 30px 0px 0px;
  float: left;
  height: 180px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
}

.list_post_item .thumbnail a {
  display: block;
  height: 100%;
}

.nav_primary ul li a:hover {
  color: black;
  background: rgba(255, 255, 255, 0.3);
  /* border-radius: 20px; */
}
#content {
  clear: both;
}
.scrolltop {
  bottom: 20px;
  position: fixed;
  right: -40px;
  transition: all 0.3s;
  z-index: 500;
  cursor: pointer;
  max-width: 40px;
  left: initial;
}
.scrolltop i.fa {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #00a652;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}
.scrolltop i.fa:hover {
  background: #f0a52b;
}
.go_scrolltop {
  right: 20px;
}
/* CSS HEADER */
.logo_site {
  max-width: 220px;
  float: left;
  transition: all 0.3s;
  margin: 10px 0px;
}
.logo_site img {
  max-width: 100%;
  height: auto;
}
.nav_primary {
  float: left;
  margin: 0px;
}
.search_header {
  margin: 30px 0px 20px 20px;
  float: right;
}

.search_address {
  float: right;
  margin: 0px 0px 0px 0px;
}

.fixedheader .logo_site {
  max-width: 60px;
}
.fixedheader .nav_primary {
  margin: 0px 0px 0px 10px;
}
.fixedheader .search_header {
  margin: 12px 0px 0px 0px;
}
.address_header {
  float: none;
  margin: 0px auto;
  /* border-bottom: 1px solid #ccc; */
  padding: 10px 0px;
  background: #f5f5f5;
}
.address_header .textwidget {
  float: right;
}
.address_header p a {
  color: #00a652;
  font-weight: 700;
  font-size: 15px;
}
.address_header p {
  float: left;
  margin: 0px 0px 0px 30px;
  line-height: 25px;
  max-width: 420px;
}
.address_header i.fa {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #00a652;
  text-align: center;
  line-height: 23px;
  font-size: 15px;
  position: relative;
  margin: 0px 7px 0px 0px;
  top: 1px;
  color: #00a652;
}
.middle_header {
  background: #f1ecec;
  padding: 0px 0px;
  border-top: none;
  border-bottom: none;
  max-width: 1200px;
  display: table;
  margin: 0px auto 0px auto;
  border-radius: 5px;
  /* top: -30px; */
  z-index: 99;
  /* border: 1px solid #ff7b97; */
}
.header {
  background: #fff;
}

.search {
  position: relative;
  min-width: 450px;
}
.search button {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #00a652;
  border: none;
  padding: 11px 25px;
  border-radius: 0px 3px 3px 0px;
}
.search button i.fa {
  color: #fff;
  font-size: 20px;
}
.search input[type='text'] {
  width: 100%;
  padding: 10px 60px 10px 10px;
  border-radius: 0px;
  border: 2px solid #d5d5d5;
}
.after_login_mb {
  float: right;
  margin: 0px !important;
  font-weight: 700;
  color: #fff;
  background: #a52626;
  padding: 5px 15px;
  border-radius: 5px 0px 0px 5px;
}
.after_login_mb + span.icon_mobile_click {
  top: 52px;
}
.after_login {
  margin: 5px 0px 0px 20px;
  font-weight: 700;
  color: #000000;
  float: right;
}
.after_login a {
  color: #000000;
  position: relative;
  cursor: pointer;
}
.after_login a:nth-child(1) {
  margin: 0px 3px 0px 0px;
}
.after_login a:nth-child(2) {
  margin: 0px 0px 0px 3px;
}
.after_login a:hover {
  text-decoration: underline !important;
}
.after_login label {
  font-weight: normal;
}

.tg_user {
  position: relative;
  float: right;
  margin: 0px 0px 0px 15px;
}
.tg_user i.fa {
  font-size: 25px;
  color: #000000;
}
.user_logged_in {
  display: none;
}
.tg_user .tg-sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 160px;
  top: 60px;
  transition: all 0.5s;
  z-index: 999;
  background: #fff;
  left: -72px;
  border: 2px solid #a52626;
  border-radius: 5px;
  /* border-top: 5px solid #fff; */
  padding: 10px 5px;
}
.tg_user .tg-sub-menu p {
  text-align: center;
  margin: 0px;
}
.tg_user .tg-sub-menu p a {
  font-weight: 700;
  color: #000;
}
.tg_user .tg-sub-menu p a:hover {
  color: #f2237f;
}
.tg_user:hover .tg-sub-menu {
  top: 38px;
  visibility: visible;
  opacity: 1;
}
.tg_user .tg-sub-menu::before {
  content: '';
  position: absolute;
  background: #fff;
  transform: translateX(-53%) rotate(-135deg);
  z-index: 2;
  width: 15px;
  height: 16px;
  border: 2px solid #a52626;
  border-width: 0 2px 2px 0;
  border-top-left-radius: 100%;
  /* box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4); */
  left: 50%;
  top: -9px;
}
.tg_user .tg-sub-menu::after {
  width: 100%;
  height: 10px;
  content: '';
  position: absolute;
  top: -10px;
  left: 0px;
}
.tg_commit {
  margin: 20px 0px;
}
.tg_commit ul li {
  text-align: center;
  height: 70px;
}
.tg_commit ul li i.fa {
  font-size: 43px;
  color: #333030;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tg_commit ul li figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 65px;
  z-index: 1;
  text-indent: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tg_commit ul li .wrap_commit {
  position: relative;
  padding: 0px 0px 0px 60px;
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tg_commit ul li .textwidget {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
  text-align: left;
}
.tg_commit ul li .textwidget p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  margin: 0px 0px 3px 0px;
}
.tg_commit ul li .textwidget span {
  color: #808080;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
}

/* END CSS HEADER */

/* META SLIDER */
.flexslider {
  border-radius: 0px !important;
}
.flex-control-paging li a {
  background: #fff !important;
}
.flex-control-paging li a.flex-active {
  background: #f84e71 !important;
}
.banner_idx .metaslider .flexslider .flex-direction-nav li {
  margin: -20px 0px 0px 0px;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner_idx .metaslider .flexslider .flex-direction-nav li.flex-nav-prev {
  left: 5px;
}
.banner_idx .metaslider .flexslider .flex-direction-nav li.flex-nav-next {
  right: 5px;
}
.banner_idx .metaslider .flexslider .flex-direction-nav li.flex-nav-prev a::before {
  position: absolute;
  content: '\f104' !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  color: #8a8686;
  display: block !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 20px !important;
}
.banner_idx .metaslider .flexslider .flex-direction-nav li.flex-nav-next a::before {
  position: absolute !important;
  content: '\f105' !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  color: #8a8686;
  display: block !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 20px !important;
  /* width: 10px; */
}

.banner_idx .metaslider .flexslider .flex-direction-nav li a {
  background-image: none;
  width: 40px;
  height: 40px;
  z-index: 9;
  background: rgba(255, 255, 255, 0.7);
  /* opacity: 0; */
  border-radius: 50%;
  margin: -10px 0px 0px 0px;
  text-indent: initial !important;
}
.metaslider .flexslider:hover .flex-prev {
  left: 0px !important;
}
.metaslider .flexslider:hover .flex-next {
  right: 0px !important;
}
.metaslider.nav-hidden .flexslider {
  overflow-x: hidden;
}

/* END META SLIDER */

.box_note_right {
  padding: 10px;
  border: 1px solid #000;
  background: #ccc;
}
span.parent-link {
  float: left;
  border-right: 1px solid #ccc;
  font-size: 20px;
  font-weight: 700;
  padding: 3px 10px 3px 0px;
}
.short_nav {
  display: table;
  width: 100%;
}
.short_nav ul li {
  float: left;
  padding: 5px 10px;
}
.short_nav ul li a {
  font-size: 18px;
  color: #36a3e4;
}
.pw .thumbnail a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(67, 69, 113, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.pw .thumbnail a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 69, 113, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.pw:hover .thumbnail a::before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.3);
}
.pw:hover .thumbnail a::after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.list_post_content .list_post_item:first-child {
  padding: 0px 0px 20px 0px;
}
.list_post_content .list_post_item:last-child {
  border-bottom: none;
}

.post_wrapper_content {
  display: table;
}

.pw:hover h2 a,
.widget_area a:hover {
  color: #e56854 !important;
}

h2.post_title a {
  font-size: 20px;
  color: #000;
  line-height: 27px;
  display: inline-block;
  font-weight: 700;
}
h2.post_title a:hover {
  color: #e56854;
}
h2.post_title {
  margin: 0px 0px 10px 0px;
}
.excerpt p {
  font-size: 13px;
}
.list_post_item {
  display: table;
  border-bottom: 1px dashed #e6e6e6;
  padding: 25px 0px;
  width: 100%;
}
.list_post_item:last-child {
  border-bottom: none;
}
li.widget {
  display: block !important;
}
.home .g_content {
  margin: 50px 0px 0px 0px !important;
}
.g_content {
  margin: 40px 0px 0px 0px;
}

.readmore {
  padding: 7px 25px;
  background: #fff;
  border-radius: 3px;
  color: #f0a52b;
  font-weight: 700;
  display: table;
  position: relative;
  border: 1px solid #f0a52b;
}
.readmore:focus {
  color: #f0a52b;
}
.readmore i.fa {
  transition: all 0.3s linear;
  position: absolute;
  right: 14px;
  top: 10px;
}
.readmore:hover {
  color: #f0a52b;
}
.readmore:hover i.fa {
  right: 2px;
}

/* sidebar  */
.sidebar h3.widget-title {
  font-size: 17px;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  background: #3c763d;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 25px;
}
.sidebar table {
  width: 100%;
}
.sidebar table tr,
.sidebar table td,
.sidebar table th {
  border: 1px solid #000;
  text-align: center;
}
.sidebar table td,
.sidebar table th {
  padding: 5px 0px;
}
.sidebar iframe {
  max-width: 100% !important;
}
.sidebar img {
  width: 100%;
  height: auto;
}

.fb-like {
  display: none !important;
}
.sidebar [id*='recent-posts'] ul li {
  padding: 0px 0px 10px 15px;
  position: relative;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px dashed #e6e6e6;
}
.sidebar [id*='recent-posts'] ul li a {
  color: #000;
}
.sidebar [id*='recent-posts'] ul {
  padding: 0px 10px;
}
.sidebar [id*='recent-posts'] ul li:last-child {
  border-bottom: none;
  padding: 0px 0px 0px 15px;
}
.sidebar [id*='recent-posts'] ul li::before {
  position: absolute;
  left: 0px;
  content: '';
  width: 5px;
  top: 10px;
  height: 5px;
  border-radius: 50%;
  background: #f0a52b;
}
.sidebar .widget_area {
  border: 1px solid #e6e6e6;
  border-top: none;
  margin: 0px 0px 25px 0px;
}
.sidebar .widget_black_studio_tinymce {
  border: none;
}
[id*='woocommerce_products-'] .product_list_widget li img {
  float: left !important;
  max-width: 74px;
  width: 100% !important;
  height: auto;
  border: 1px solid #e6e6e6;
  margin: 0px 8px 0px 5px;
}
[id*='woocommerce_products-'] .product-title {
  margin: 0px 0px 6px 0px;
  display: table;
  color: #65635f;
  font-weight: normal;
}
[id*='woocommerce_products-'] .live-colst {
  float: left;
}
[id*='woocommerce_products-'] .live-colst .amount {
  color: #f54008;
}
[id*='woocommerce_products-'] .old-colt {
  float: right;
}
[id*='woocommerce_products-'] .old-colt .amount {
  font-size: 11px;
  color: #ccc;
  text-decoration: line-through;
}
[id*='woocommerce_products-'] ul.product_list_widget li {
  padding: 10px 5px;
  border-bottom: 1px dotted #e6e6e6;
}
/* sidebar  */

#gallery-1 .gallery-item {
  margin: 0px !important;
  padding: 3px;
}
#gallery-1 img {
  border: none;
  max-width: 110px;
  height: auto;
}

/* BREADCRUMB */
.breadcrumb {
  padding: 10px;
  background: #f5f5f5;
  margin: 0px auto 40px auto;
  max-width: 1200px;
  display: table;
  width: 100%;
}
.breadcrumb ul {
  display: block;
  margin: 0px auto;
  text-align: left;
  border-bottom: none;
  padding-bottom: 0px;
}
.breadcrumb li {
  display: inline;
  line-height: 23px;
}

.breadcrumb ul li::after {
  content: '|';
  margin: 0px 10px 0px 10px;
  font: normal normal normal 14px/1 FontAwesome;
  position: relative;
  top: -2px;
}
.breadcrumb ul li:last-child::after {
  content: '';
}

.breadcrumb ul li a {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  color: #000;
}
.breadcrumb ul li span {
  font-size: 15px;
  color: #000;
  line-height: 22px;
}
.breadcrumb ul li:last-child {
  font-weight: 700;
  font-size: 14px;
}

/* END BREADCRUMB */

.single_post_info h2 {
  color: #5a5cb7;
  margin: 0px 0px 20px 0px;
}
.single_post_info h2 a {
  font-size: 22px;
  line-height: 32px;
  color: #a52626;
  display: inline-block;
}
img.size-full {
  max-width: 100%;
}

.fb_iframe_widget,
.fb_iframe_widget > span,
.fb_iframe_widget iframe {
  width: 100% !important;
  position: relative !important;
  max-width: 100%;
}
ul.list_categories {
  border-bottom: 1px solid #a52626;
}
ul.list_categories li {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
ul.list_categories li.parent_cat {
  padding: 10px 20px;
  color: #fff;
  background: #3c763d;
}
ul.list_categories li.parent_cat a {
  color: #fff;
  font-size: 15px;
}
ul.list_categories li.parent_cat > a:not(:first-child) {
  font-size: 13px;
  text-transform: none;
  position: relative;
  padding: 0px 0px 0px 20px;
}
ul.list_categories li.parent_cat > a:not(:first-child)::before {
  content: '\f101';
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 0px;
}

/* SINGLE POST */
.single-post .g_content,
.page-template .g_content {
  margin: 0px;
}
.single-post .content_single_post p,
.page-template .g_content_left p,
.single-post .content_single_post li,
.page-template .g_content_left li {
  font-size: 14px;
  line-height: 22px;
}
.single-post .content_single_post .text_content img {
  display: table;
  margin: 10px auto;
}
.content_single_post .text_content {
  font-size: 15px;
  line-height: 22px;
}
.content_single_post .text_content h4 {
  line-height: 23px;
  font-size: 17px;
}
.heateor_sss_horizontal_sharing {
  margin: 20px 0px;
}
.title_archives {
  margin: 0px;
  font-size: 20px;
}
.title_archives strong {
  color: #f0a52b;
}
.title_archives + ul.list_categories {
  display: none;
}
/* END SINGLE POST */

/* related posts */
.related_posts h2 {
  margin: 0px 0px 20px 0px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px 0px 0px 15px;
  border-left: 4px solid #f0a52b;
}
.related_posts {
  margin: 30px 0px 0px 0px;
}

.related_posts ul li .thumbnail {
  height: 170px;
  position: relative;
}
.related_posts ul li .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.related_posts ul li h4 {
  margin: 10px 0px 0px 0px;
}
.related_posts ul li:nth-child(3n + 1) {
  clear: both;
}
.related_posts ul li h4 a {
  color: #000;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
}
.related_posts ul li {
  margin: 0px 0px 30px 0px;
}
.related_posts ul li:hover a {
  color: #f0a52b;
}
/* end related posts */

/* END SINGLE POST */

/* SLICK SLIDE */
.slick-slide img {
  display: table;
  margin: 0px auto;
}
.slick-dots li button {
  font-size: 0px;
  line-height: 0px;
  display: block;
  width: 13px;
  height: 13px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  content: '' !important;
}
.slick-prev:before {
  content: '\f104' !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 22px !important;
  background: #00a652;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 28px !important;
  color: #fff !important;
  /* padding: 23px 0px; */
  border-radius: 20px;
}
.slick-next:before {
  content: '\f105' !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 22px !important;
  background: #00a652;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 28px !important;
  color: #fff !important;
  padding: 0px 0px;
  border-radius: 20px;
  text-align: center;
}
.slick-prev {
  left: -40px !important;
}
.slick-next {
  right: -40px !important;
}
.slick-prev:hover::before,
.slick-next:hover::before {
  background: #ff9d00 !important;
  color: #fff !important;
}
.slick-prev,
.slick-next {
  top: 50% !important;
  margin-top: -50px;
  width: 35px !important;
  height: 35px !important;
  margin: -17px 0px 0px 0px;
}
.slick-dots li {
  padding: 0px !important;
  width: initial !important;
  height: initial !important;
}
.slick-dots li button::before {
  content: '' !important;
}
.slick-dots li.slick-active button {
  background: #d62825 !important;
}
.slick-dots {
  bottom: 20px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0px;
  background: #ccc;
}
.slick-dots li.slick-active button {
  background: #ff9e00 !important;
}

/* --SLICK SLIDE-- */

/* SEARCH PAGE*/
body.search-results .title_header {
  font-size: 20px;
}
body.search-results .title_header strong {
  color: #f0a52b;
}

/* STICKY NAVBAR */
.sticky {
  position: relative;
  top: 0;
  width: 100%;
  transition: 0.5s;
}

.fixed_menu {
  position: fixed;
  z-index: 9999;
  box-shadow: 3px 5px 10px #adabab;
  top: 0px;
  left: 0px;
  right: 0px;
  max-width: 100%;
  border-radius: 0px;
}
.fixed_menu .nav_primary ul li a {
  padding: 13px 15px 12x 15px;
  font-size: 12px;
}
.fixed_menu .search_header {
  margin: 3px 0px 0px 0px;
}

/* CART */
.cart_login {
  float: right;
  margin: 14px 0px 14px 1%;
}
.g_cart {
  position: relative;
  float: right;
}
.g_cart .header-quickcart {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 250px;
  top: 60px;
  transition: all 0.5s;
  z-index: 999;
  background: #fff;
  left: -112px;
  border: 2px solid #dfcfd2;
  border-radius: 5px;
  /* border-top: 5px solid #fff; */
  padding: 10px 5px;
}
.g_cart .header-quickcart::before {
  content: '';
  position: absolute;
  background: #fff;
  transform: translateX(-53%) rotate(-135deg);
  z-index: 2;
  width: 15px;
  height: 16px;
  border: 2px solid #dfcfd2;
  border-width: 0 2px 2px 0;
  border-top-left-radius: 100%;
  /* box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4); */
  left: 50%;
  top: -9px;
}
.g_cart .header-quickcart::after {
  width: 100%;
  height: 15px;
  content: '';
  position: absolute;
  top: -15px;
  left: 0px;
}
.g_cart:hover .header-quickcart {
  top: 38px;
  visibility: visible;
  opacity: 1;
}

.g_cart i.fa-shopping-cart {
  font-size: 25px;
  color: black;
}

.g_cart .amount_pdc {
  position: absolute;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f0a52b;
  text-align: center;
  line-height: 22px;
  font-size: 11px;
  color: #fff;
  right: -13px;
  font-weight: 700;
}
.product_list_widget .mini_cart_item {
  clear: both;
  display: table;
  position: relative;
  margin: 0px 0px 10px 0px !important;
  padding: 0px 0px 10px 0px !important;
  border-bottom: 1px dotted #e6e6e6;
  width: 100%;
}
.product_list_widget > .mini_cart_item:nth-child(5) ~ .mini_cart_item {
  display: none;
}
.product_list_widget .mini_cart_item:hover .remove + a {
  color: #f2237f;
}
.product_list_widget .mini_cart_item .remove {
  position: absolute;
  top: -3px;
  right: -5px;
  font-size: 17px;
  font-weight: 700;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  text-align: center;
  background: none;
  line-height: 18px;
  color: #f0a52b;
}
.product_list_widget .mini_cart_item .remove:hover {
  background: #f0a52b;
  color: #fff;
}
.product_list_widget .mini_cart_item .remove + a {
  font-size: 12px;
  color: #928f8f;
  padding: 0px 15px 0px 0px;
  display: table;
}
.product_list_widget .mini_cart_item .remove + a img {
  max-width: 55px;
  float: left;
  margin: 0px 8px 0px 0px;
  border: 1px solid #e6e6e6;
}
.product_list_widget .mini_cart_item .quantity {
  font-size: 11px;
  font-weight: 700;
  color: #928f8f;
  display: block;
  margin: 5px 0px 0px 0px;
}
.woocommerce-mini-cart__buttons {
  display: table;
  margin: 0px auto;
}
.woocommerce-mini-cart__buttons a,
.single-product .woocommerce-mini-cart__buttons a {
  display: inline-block !important;
  padding: 7px 11px !important;
  border-radius: 5px !important;
  background: #f0a52b;
  color: #fff;
  font-weight: 700;
  margin: 0px 5px 0px 0px !important;
  font-size: 12px !important;
}
.woocommerce-mini-cart__buttons a:hover {
  background: #ff305c;
}
p.woocommerce-mini-cart__total {
  text-align: center;
  margin: 5px 0px;
  display: block;
}
.woocommerce-mini-cart__total .amount {
  color: #ec0b0b;
  font-weight: 700;
}
.woocommerce-mini-cart__empty-message {
  text-align: center;
  margin: 0px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background: #f2237f;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #a52626;
}
.woocommerce-cart .coupon {
  display: none;
}
.woocommerce-cart .woocommerce {
  margin: 30px 0px 0px 0px;
}
.woocommerce-cart .cart_totals h2 {
  font-size: 25px;
  margin: 0px 0px 20px 0px;
}
.woocommerce-cart .checkout-button {
  background: #f2237f !important;
}
p.cart-empty {
  margin: 20px 0px;
  font-size: 23px;
}

/* END  CART */

/* woocomerce checkout */
.woocommerce-error {
  border-top-color: #a52626;
}
#place_order {
  background: #f2237f !important;
}
#customer_details textarea {
  min-height: 245px;
}
.woocommerce .col2-set .col-2 {
  margin: 0px 0px 0px 0px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none !important;
}

.woocommerce-checkout .woocommerce-form-login p.form-row {
  display: block;
  width: 100%;
}

#ship-to-different-address label {
  position: relative;
  margin: 11px 0px 0px 31px;
  font-size: 18px;
}
#ship-to-different-address label::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #a52626;
  left: -30px;
  top: -2px;
}
#ship-to-different-address span {
  position: relative;
}
#ship-to-different-address input[type='checkbox']:checked + span::after {
  content: '\f00c' !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  position: absolute;
  color: #a52626;
  left: -25px;
  top: 4px;
}
#ship-to-different-address input[type='checkbox'] {
  display: none;
}
/* end woocomerce checkout */

/* woocommerce-order-received page  */
.woocommerce-order-received .page-wrapper {
  margin: 30px 0px 0px 0px;
}
.woocommerce ul.order_details li strong {
  font-size: 14px;
}
.woocommerce-thankyou-order-received {
  font-size: 27px;
  color: #a52626;
  font-weight: 700;
}
.woocommerce ul.order_details li,
.woocommerce-order {
  font-size: 14px;
  line-height: 24px;
}
.woocommerce ul.order_details {
  margin: 25px 0px;
}
.woocommerce-bacs-bank-details h2,
h2.woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column h2 {
  font-size: 18px;
  color: #a52626;
  font-weight: 700;
}
.woocommerce-bacs-bank-details h3 {
  font-size: 16px;
}
.woocommerce .woocommerce-order-details {
  margin: 1em 0px;
}
.woocommerce-order-received .woocommerce-column address {
  border: none;
  padding: 0px;
  line-height: 25px;
}
.woocommerce-order-received .product-name a {
  color: #a52626;
}
p.woocommerce-thankyou-order-received {
  margin: 0px 0px 30px 0px;
}
.woocommerce-order-received .addresses {
  padding: 0px 0px 10px 0px;
}

/*  end woocommerce-order-received page  */

/* list_products_categories */
.list_products_categories {
  background: #a52626;
  padding: 5px 0px 0px 0px;
}
.list_products_categories > ul > li:first-child {
  display: none;
}
.list_products_categories ul li {
  position: relative;
  display: block;
  padding: 10px 0px 10px 20px;
  border-bottom: 1px dashed #e49898;
  cursor: pointer;
}
.list_products_categories > ul > li::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  left: 7px;
  top: 16px;
}
.list_products_categories ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.list_products_categories ul li a:hover {
  text-decoration: underline !important;
}
.list_products_categories .sub_product_category {
  display: none;
  padding: 8px 0px 0px 5px;
}
.list_products_categories .sub_product_category li {
  padding: 0px;
  border-bottom: none;
}
.list_products_categories .sub_product_category li a {
  font-size: 14px;
  text-transform: none;
  color: #fff;
  padding: 8px 0px 8px 8px;
  display: block;
  border-bottom: 1px dashed #e49898;
}
.list_products_categories .sub_product_category li:first-child a {
  border-top: 1px dashed #e49898;
}
.list_products_categories .sub_product_category li:last-child a {
  padding: 8px 0px 0px 8px;
  border-bottom: none;
}
.list_products_categories ul li.menu-item-has-children::before {
  content: '\f107';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 10px;
  top: 15px;
  color: #fff;
}

.editBefore_li_product::before {
  content: '\f106' !important;
}
.list_item_product {
  margin: 0px 0px 0px 0px;
}
.list_item_product .thumbnail {
  height: 190px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
  margin: 0.5px;
}
.archive .list_item_product .thumbnail {
  height: 230px;
  background-size: 80% !important;
}
.list_item_product .thumbnail a {
  display: block;
  height: 100%;
  width: 100%;
}
.item_loop_post_category_idx .list_item_product .thumbnail {
  background-size: 70%;
}

.list_item_product {
  padding: 0px 5px;
}
.archive .list_products_archive > .list_item_product:last-child {
  border-left: none;
}
.list_item_product .old-colt .amount {
  text-decoration: line-through;
}
/* tg_btn_acts legacy link styles — neutralized, redesign block takes over */
.list_item_product .tg_btn_acts li a {
  display: inline-flex;
  opacity: 1;
  visibility: visible;
  position: relative;
  left: 0;
  transition: all 0.2s ease;
}

.list_item_product .thumbnail span.onsale,
.woocommerce span.onsale {
  position: absolute;
  top: 5px !important;
  right: 5px !important;
  width: 35px !important;
  height: 35px !important;
  left: initial !important;
  border-radius: 50%;
  background: #ff9d00 !important;
  color: #fff;
  line-height: 35px !important;
  text-align: center;
  overflow: hidden;
  min-height: initial !important;
  min-width: initial !important;
  padding: initial !important;
}
.title_list_catpd {
  margin: 0px 0px 0px 0px;
  font-size: 17px;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 0px 10px 10px;
  background: #a52626;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.list_products {
  clear: both;
}
.list_item_product .product_meta h3 a {
  font-size: 14px;
  color: #000;
  display: block;
  line-height: 22px;
  vertical-align: middle;
  height: initial;
  overflow: hidden;
}

.list_item_product:hover .product_meta h3 a,
.list_item_product:hover .woocommerce-loop-product__title {
  color: #f2237f !important;
}
.list_item_product .product_meta h3,
.list_item_product .product_inner h2.woocommerce-loop-product__title {
  margin: 0px auto 0px auto;
  text-align: center;
  display: table;
  max-width: 100%;
  width: 100%;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  line-height: 24px;
}

.list_item_product .product_meta .added_to_cart {
  display: none;
}
.list_item_product .woocommerce-Price-currencySymbol {
  float: right;
}

.list_item_product .price {
  display: table;
  margin: 0px auto 10px auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
  position: relative;
  bottom: 0px;
}
.list_item_product .price > span > del > span.amount,
.archive .list_item_product .price > del > span.amount,
.single-product .related .price > del > span.amount {
  font-size: 13px;
  line-height: 22px;
  color: #ccc;
  text-decoration: line-through;
  font-weight: normal;
}
.list_item_product .price > span > ins > span.amount,
.list_item_product .price > span > span.amount,
.archive .list_item_product .price > span.amount,
.archive .list_item_product .price > ins > span.amount,
.single-product .related .price > span.amount,
.single-product .related .price > ins > span.amount {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #f94c18;
}
.list_item_product .price > span > ins,
.archive .list_item_product .price > ins,
.single-product .related .price > ins {
  float: left;
}
.list_item_product .price > span > del,
.archive .list_item_product .price > del,
.single-product .related .price > del {
  margin: 3px 0px 0px 4px;
  display: inline-block;
}
/* tg_btn_acts icon — neutralized, redesign block takes over */
.list_item_product .product_inner .tg_btn_acts li i.fa {
  color: inherit;
  position: static;
  top: auto;
  left: auto;
  transform: none;
}

.title_top_pdcat {
  border-bottom: 1px solid #a52626;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
}
.title_top_pdcat span {
  font-size: 23px;
  color: #a52626;
}
.list_products_categories .count_pd_subpd {
  font-size: 11px;
}

.product_area_index {
  /* border-top: 1px solid #e6e6e6; */
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* WOOCOMMERCE PAGINATION — modern boxed style */
.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination {
  margin: 28px 0 0 0;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-pagination ul.page-numbers {
  border: none !important;
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-pagination ul.page-numbers li {
  border: none !important;
  margin: 0;
  overflow: visible !important;
  float: none !important;
  background: transparent;
  line-height: 1;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 38px !important;
  height: 38px !important;
  padding: 0 8px !important;
  border-radius: var(--sc-radius) !important;
  border: 1px solid var(--sc-border) !important;
  background: #fff !important;
  color: var(--sc-text) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none;
  transition: var(--sc-transition);
  box-sizing: border-box;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-pagination ul.page-numbers li a:focus {
  border-color: var(--sc-primary) !important;
  color: var(--sc-primary) !important;
  background: #fff !important;
  box-shadow: var(--sc-shadow-sm);
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul.page-numbers li span.current {
  background: var(--sc-primary) !important;
  border-color: var(--sc-primary) !important;
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0 2px 8px -2px rgba(22, 163, 74, 0.5);
}
.woocommerce nav.woocommerce-pagination ul li span.dots,
.woocommerce-pagination ul.page-numbers li span.dots {
  border-color: transparent !important;
  background: transparent !important;
  color: var(--sc-muted) !important;
  letter-spacing: 2px;
}
/* END WOOCOMMERCE PAGINATION — modern boxed style */

/* woocomerce account */
.woocommerce-account .after_login {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none !important;
  display: table;
  margin: 20px auto;
  width: initial !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation [class*='link--downloads'] {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: table;
  margin: 0px auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  float: left;
}
.woocommerce-MyAccount-content > p {
  font-size: 17px;
  color: #5d5959;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #a52626;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.woocommerce-address-fields button[type='submit'] {
  padding: 10px 15px;
  font-size: 13px;
  text-transform: uppercase;
  background: none;
  color: #000;
  background: #f2237f;
  color: #fff;
  display: inline-block;
  margin: 0px 0px 10px 8px;
  font-weight: 700;
  border-radius: 5px;
}
.woocommerce-view-order .product-name a {
  color: #a52626;
}
.woocommerce-view-order .woocommerce-columns address {
  border: none;
  padding: 0px;
  font-size: 15px;
  line-height: 27px;
  text-align: left;
}
.woocommerce-view-order .woocommerce-customer-details {
  text-align: left;
  font-size: 15px;
}
.woocommerce-address-fields button[type='submit'] {
  margin: 20px auto 0px auto;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  text-align: center;
}
.woocommerce-MyAccount-content {
  min-height: 540px;
}
.woocommerce-account .woocommerce h2 {
  font-size: 22px;
  color: #f2237f;
  text-transform: uppercase;
  text-align: center;
}
.woocommerce-view-order .woocommerce h2 {
  text-align: left;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 10px 10px;
  vertical-align: middle;
  font-size: 13px;
}

.woocommerce-edit-address address {
  border: 1px solid #a52626;
  padding: 20px 0px;
  border-radius: 5px;
  font-size: 17px;
  /* min-height: 120px; */
}
.woocommerce-edit-address .woocommerce-MyAccount-content p {
  font-size: 22px;
  line-height: 30px;
}
.woocommerce-Addresses {
  margin: 60px 0px 0px 0px;
}
.woocommerce-account .addresses .title h3 {
  margin: 0px 0px 20px 0px;
}
.woocommerce-account .addresses .title .edit {
  margin: 7px 0px 0px 0px;
  position: relative;
  color: #a52626;
}
.woocommerce-account .addresses .title .edit::before {
  content: '\f040';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -16px;
  top: 0px;
  color: #a52626;
  transition: all 0.3s;
}
.woocommerce-account .addresses .title .edit:hover::before {
  transform: rotate(360deg);
}
.woocommerce-edit-address .woocommerce-address-fields .form-row label {
  width: 15%;
  float: left;
  font-size: 14px;
  margin: 5px 0px 0px 0px;
}
.woocommerce-edit-address .woocommerce-address-fields .form-row input {
  width: 80% !important;
}
.woocommerce-edit-address .woocommerce-address-fields #shipping_country_field {
  display: none;
}
.woocommerce-address-fields__field-wrapper {
  display: table;
  width: 100%;
  margin: 0px auto;
  max-width: 900px;
}
.woocommerce-address-fields__field-wrapper > p.form-row {
  max-width: 600px;
  display: table;
  margin: 0px auto !important;
  clear: both;
  float: none !important;
  width: 100% !important;
}
.woocommerce-edit-account .form-row label {
  text-align: left !important;
}
.woocommerce-edit-account .woocommerce-EditAccountForm {
  max-width: 800px;
  margin: 0px auto;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #a52626;
  color: #fff;
}
.woocommerce-lost-password form.lost_reset_password {
  margin: 50px 0px;
}
.woocommerce-lost-password .woocommerce-Button {
  margin: 0px !important;
}

.page-template-register-php h2 {
  font-size: 22px;
  color: #f2237f;
  text-transform: uppercase;
  text-align: center;
}

.page-template-register-php .wrap_register {
  display: table;
  margin: 0px auto;
  max-width: 350px;
  width: 100%;
  border: 1px solid #d3ced2;
  padding: 20px;
  border-radius: 5px;
}
.page-template-register-php #wp_signup_form .form-row input {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #dad5cc;
  font-size: 14px;
  width: 100%;
}
.page-template-register-php #wp_signup_form .form-row {
  margin: 0px 0px 15px 0px;
}
.page-template-register-php #wp_signup_form .form-row label {
  display: block;
  margin: 0px 0px 5px 0px;
}
.page-template-register-php .list_errors {
  margin: 0px 0px 15px 0px;
}
.page-template-register-php .list_errors li {
  color: red;
  line-height: 22px;
}
.wrap_register #wp_signup_form input[type='submit'] {
  background: #a52626 !important;
  color: #fff !important;
  font-size: 13px;
  border: none;
  padding: 8px 15px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
}
.wrap_register #wp_signup_form input[type='submit']:hover {
  background: #659831 !important;
}
/* end woocommerce account */

/* SINGLE PRODUCT */
.woocommerce #review_form #respond .form-submit input {
  background: #f2237f;
  color: #fff;
}
.woocommerce-product-details__short-description {
  margin: 15px 0px;
}
.single-product .entry-summary button.single_add_to_cart_button {
  padding: 10px 15px !important;
  font-size: 15px !important;
  text-transform: uppercase;
  background: none;
  background: #f2237f !important;
  color: #fff !important;
  display: inline-block !important;
  margin: 0px !important;
  font-weight: 700;
  border-radius: 5px;
}
.single-product .entry-summary button.single_add_to_cart_button:hover {
  background: #f59200 !important ;
}
.woocommerce div.product .product_title {
  color: #a52626;
}
.woocommerce-product-details__short-description p {
  font-size: 14px;
  line-height: 22px;
  color: #959595;
}
.single-product div.product form.cart .quantity {
  float: none !important;
  margin: 0px 0px 20px 0px !important;
  display: table;
}
.single-product p.tg_sold_out {
  margin: 10px 0px;
}
/* sale price*/
.single-product .entry-summary .price ins .amount,
.single-product .entry-summary p.price > span.amount {
  color: #f94c18;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}
.single-product .entry-summary .price ins {
  float: left;
}
.single-product .entry-summary .price {
  margin: 15px 0px;
}
.single-product .entry-summary .price del {
  margin: 0px 0px 0px 5px;
}
.single-product .entry-summary .price del .amount {
  font-weight: normal;
  color: #afadadcc;
  text-decoration: line-through;
  font-size: 13px;
}
/* sale price*/
.single-product .entry-summary button.single_add_to_cart_button {
  padding: 13px 12px 12px 45px;
}
.single-product .entry-summary button.single_add_to_cart_button::before {
  content: '\f07a';
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 20px;
  margin: 0px 5px 0px 0px;
}
.single-product .entry-summary a.single_add_to_cart_button {
  font-size: 15px;
  text-transform: uppercase;
  background: #a52626 !important;
  padding: 13px 12px 12px 45px;
  margin: 0px 0px 0px 15px;
}
.single-product .entry-summary a.single_add_to_cart_button:hover {
  background: #e01e1e !important;
}
.single-product .entry-summary a.single_add_to_cart_button::before {
  content: '\f0d6';
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 21px;
  margin: 0px;
  position: absolute;
  left: 14px;
  top: 9px;
}
.single-product div.product form.cart div.wrap_qty {
  float: left;
}
.single-product .quantity .minus,
.single-product .quantity .plus {
  float: left;
  border: 1px solid #e6e6e6;
  width: 50px;
  height: 43px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 28px;
  cursor: pointer;
  background: none;
  color: #635f59;
}
#review_form #comment {
  padding: 10px;
}
.single-product .comment-form-author label,
.comment-form-email label {
  min-width: 70px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1 !important;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}
.single-product .add_to_cart_button i.fa {
  font-size: 20px !important;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  position: relative;
  top: -5px;
}
.single-product .list_item_product .woocommerce-loop-product__title {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin: 0px 10px 10px 10px;
  text-align: center;
}

.single-product .list_item_product .thumbnail img {
  display: none;
}
.single-product .product_title {
  font-size: 20px;
  line-height: 32px;
}

.single-product .summary .old-colt .amount {
  font-size: 15px;
  color: #d0d0d0;
  text-decoration: line-through;
}
.single-product .summary .live-colst label {
  font-size: 17px;
}
.single-product .summary .live-colst .amount {
  font-size: 25px;
  color: #ff0000;
}
.single-product .summary .quantity input[type='number'] {
  /* height: 27px; */
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin: 0px;
  background: #f7f7f7;
  border-radius: 0px;
  width: initial;
  padding: 10px;
  font-size: 15px;
  max-width: 70px;
  float: left;
}
.single-product .summary .product_meta > span {
  display: block;
}
.single-product .summary .posted_in {
  display: none !important;
}

.single-product .woocommerce-Reviews .woocommerce-Reviews-title {
  display: none;
}
.single-product .woocommerce-Tabs-panel p {
  color: #959595;
  font-size: 15px;
  line-height: 23px;
}
.single-product .related > h2 {
  font-size: 22px;
  position: relative;
  display: table;
  margin: 0px 0px 40px 0px;
  max-width: 250px;
  width: 100%;
}
.single-product .related > h2::before {
  content: '';
  position: absolute;
  top: 32px;
  width: 100%;
  max-width: 200px;
  height: 2px;
  background: #a52626;
}

.single-product .related .list_item_product ul {
  margin: 0px;
}
.single-product .related .product_inner .woocommerce-loop-product__title {
  margin: 15px 0px 5px 0px;
}
.single-product .related .list_products {
  margin: 0px -15px !important;
}

.single-product .related .list_item_product:nth-child(4n + 1) {
  clear: both;
}
.single-product p.stars a {
  width: 20px;
  height: 20px;
  color: #f2237f;
}
.single-product p.stars a::before {
  font-size: 20px;
}
.single-product .summary .ajax_add_to_cart {
  color: #fff;
  background: #f2237f;
  padding: 13px 25px;
  text-transform: uppercase;
}
.single-product .summary .product_meta {
  margin: 20px 0px 0px 0px;
}
.single-product .woocommerce-product-gallery ul li {
  display: inline-block;
  width: 25%;
  padding: 0px 5px;
  cursor: pointer;
  position: relative;
  height: 130px;
  overflow: hidden;
}
.single-product .woocommerce-product-gallery ul li img {
  border: 1px solid #e6e6e6;
  height: initial !important;
  max-width: 95%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-product .tg_img_product {
  max-width: 100%;
  display: table;
  width: 100%;
  margin: 0px auto 0px auto;
  height: 400px;
  position: relative;
  overflow: hidden;
  max-width: 330px;
}
.single-product .tg_img_product img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: fadeUptd 0.3s ease-in;
  -moz-animation: fadeUptd;
}
.woocommerce-product-gallery {
  margin: 35px 0px 0px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: table;
  margin: 0px auto !important;
  overflow: auto !important;
  padding: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none !important;
  background: none !important;
  margin: 0px !important;
  padding: 0px !important;
  transition: all 0.2s;
  position: relative;
  top: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:focus {
  border: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #f2237f !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: 1px solid #e6e6e6 !important;
  border-bottom: 1px solid #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 12px 30px 10px 30px !important;
  display: block !important;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 23px;
  position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}
.tg_wrap_tab {
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 20px 0px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border: none !important;
  box-shadow: none !important;
}
.woocommerce-Tabs-panel {
  padding: 0px !important;
}
.woocommerce-Tabs-panel p img {
  display: table;
  margin: 10px auto;
}

.tg_parameter {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 10px;
}
.tg_parameter li {
  display: table;
  background: #fff;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 5px 0;
  font-size: 15px;
  line-height: 23px;
}
.tg_parameter li:first-child {
  padding: 0px 0px 5px 0px;
  border-top: none;
}
.tg_parameter li strong {
  min-width: 170px;
  display: inline-block;
}

.tg_parameter li a {
  color: #288ad6;
}
.single-product .entry-summary .tg_parameter {
  padding: 0px;
  margin: 20px 0px;
}
.single-product .entry-summary .tg_parameter li {
  border-top: none;
}
.woocommerce div.product .woocommerce-product-rating {
  margin: 0px !important;
}
.list_item_product .product_inner,
.archive .list_item_product .product_inner {
  position: relative;
  text-align: center;
  border-left: none;
  /* overflow: hidden; */
}
.home .list_item_product .product_inner .thumbnail img {
  display: none;
}

.woocommerce .star-rating {
  color: #f2237f !important;
}
.woocommerce .comment-form-rating p.stars a {
  width: 21px;
  height: 21px;
  display: inherit;
  margin: 0px 3px 0px 0px;
  display: inline-block;
}

.woocommerce-tabs {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 60px 0px;
}

.single-product .related_posts {
  margin: 30px 0px 20px 0px;
}
.single-product .related .list_item_product .thumbnail {
  height: 240px;
  background-size: 80% !important;
}
.single-product .related ul li.add_c > a:first-child {
  display: none !important;
}
/* END SINGLE PRODUCT */

/*woocomerce login form*/

.woocommerce form.login {
  display: table;
  margin: 0px auto;
  max-width: 350px;
  width: 100%;
  /* display: flex; */
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #dad5cc;
  font-size: 14px;
}
.woocommerce-form-login label.inline {
  float: right;
}

.woocommerce-form-login label.inline .woocommerce-form__input {
  position: relative;
  top: 2px;
}

.woocommerce-form-login button,
.woocommerce-form-register button {
  background: #a52626 !important;
  color: #fff !important;
}
.woocommerce-form-register button {
  margin: 10px 0px 0px 0px !important;
}
.woocommerce-form-login button:hover,
.woocommerce-form-register button:hover {
  background: #659831 !important;
}

.woocommerce-form-login button {
  margin: 0px !important;
}
.woocommerce-account #customer_login {
  margin: 30px 0px 0px 0px;
  max-width: 50%;
}
.woocommerce form.register,
.woocommerce-form-login {
  margin: 20px auto 0px auto !important;
}
/*end woocomerce login form*/

/* reset woocomerce color */
.woocommerce-info,
.woocommerce-info::before {
  border-top-color: #f2237f !important;
}
.woocommerce-message {
  border-top-color: #f2237f !important;
  display: table;
  max-width: 1200px;
  width: 100% !important;
  margin: 0px auto 20px auto !important;
}
.woocommerce-message::before {
  color: #f2237f !important;
}

/* end counter-reset:  woocomerce color */

/* ARCHIVE PRODUCT */
h1.woocommerce-products-header__title {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #a52626;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 22px 0px;
}
.archive .ajax_add_to_cart::after {
  content: '' !important;
  margin: 0px !important;
}
.archive .list_item_product .woocommerce-loop-product__title,
.single-product .related .list_item_product .woocommerce-loop-product__title {
  display: none !important;
}
.archive .product_inner ul > li a.woocommerce-loop-product__link {
  display: none;
}

.archive .list_item_product .thumbnail img {
  display: none;
}

.list_item_product .product_inner .thumbnail > a.woocommerce-LoopProduct-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
}
.woocommerce-ordering select {
  border: 1px solid #585`;
  padding: 5px 10px;
  border-radius: 5px;
  color: #46443f;
}
a.added_to_cart {
  display: none !important;
}
.archive .list_item_product span.onsale {
  right: 23px;
  left: initial;
  background: #ff9d00;
  min-height: initial;
  min-width: initial;
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 13px;
  font-weight: normal;
  top: 9px;
}

/* CSS FOOTER */
.footer {
  border-top: none;
  padding: 25px 0px 25px 0px;
  margin: 70px 0px 0px 0px;
  background: #333;
}
.footer h3.widget-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
  color: #fff;
}
.footer-widget-area iframe {
  max-width: 100%;
  height: auto;
}
.footer-widget-area .widget {
  margin: 0px 0px 20px 0px;
}
.footer-widget-area .widget:last-child {
  margin: 0px;
}
.footer .textwidget p {
  font-size: 15px;
  color: #fff;
  line-height: 23px;
  margin: 0px 0px 5px 0px;
}
.footer .textwidget p img {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 0px 0px 10px 0px;
}
.widget_tag_cloud h3.widget-title {
  display: none;
}
.widget_tag_cloud a.tag-cloud-link {
  display: inline-block;
  padding: 5px 8px;
  background: #9c9c9c;
  color: #fff;
  font-size: 13px !important;
  margin: 0px 4px 4px 0px;
}
.widget_tag_cloud .tagcloud > a.tag-cloud-link:nth-child(20) ~ a.tag-cloud-link {
  display: none;
}

.widget_tag_cloud a.tag-cloud-link:hover {
  background: #f2237f;
}
.social_ft {
  float: none;
}
.social_ft p {
  color: #fff;
  margin: 16px 0px 0px 0px;
  text-align: right;
  color: #fff;
  cursor: pointer;
  /* text-decoration: underline; */
  font-weight: 700;
}
.social_ft li {
  display: inline-block;
  margin: 0px 0px 0px 3px;
}
.social_ft li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 35px;
  text-align: center;
  font-size: 17px;
  transition: all 0.3s;
  display: inline-block;
}
.social_ft li i.fa {
  color: #fff;
}
.social_ft > li:nth-child(1):hover a {
  background: #4063ae;
  border: 1px solid #4063ae;
}
.social_ft > li:nth-child(2):hover a {
  background: #02aaea;
  border: 1px solid #02aaea;
}
.social_ft > li:nth-child(3):hover a {
  background: #d6453a;
  border: 1px solid #d6453a;
}
.social_ft > li:nth-child(4):hover a {
  background: #d43089;
  border: 1px solid #d43089;
}
.social_ft > li:hover i.fa {
  color: #fff;
}

.banner_idx {
  display: table;
  margin: 0 auto;
}
.metaslider .flex-control-nav {
  bottom: 20px !important;
}
.home .flexslider {
  margin-bottom: 0 !important;
}
.footer ul.menu ul.sub-menu {
  display: none;
}
.footer ul.menu li {
  padding: 10px;
  border: solid 1px #e9e9e9;
  border-bottom: none;
}
.footer ul.menu li:last-child {
  border: solid 1px #e9e9e9;
}
.footer ul.menu li a {
  color: #182044;
}

/* END CSS FOOTER */

/*  page-template-page-template-lienhe  */
.wpcf7 .list_group input,
.wpcf7 .list_group select,
.wpcf7 .list_group textarea {
  width: 100%;
  text-indent: 30px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #e6e6e6;
}
.wpcf7 .list_group label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 29px;
  color: #fff;
  background: #f2237f;
  font-size: 18px;
  text-align: center;
  line-height: 37px;
  z-index: 99;
  max-height: 32px;
}
.wpcf7 .noidung label {
  max-height: 222px;
}
.wpcf7 .wpcf7-form .list_group {
  position: relative;
  margin-bottom: 10px;
}
.page-template-page-template-lienhe .wpcf7 input[type*='submit'] {
  background: none !important;
  border: 1px solid #f2237f;
  padding: 10px 30px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  float: right;
  width: auto;
  text-indent: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.page-template-page-template-lienhe h3.widget-title {
  font-size: 20px;
  line-height: 20px;
  color: #f2237f;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin: 0px 0px 20px 0px;
}
.page-template-page-template-lienhe .panel-grid > .panel-grid-cell:nth-child(2) h3.widget-title {
  text-transform: unset;
}
.page-template-page-template-lienhe .panel-layout .textwidget p {
  line-height: 25px;
  font-size: 14px;
}

.page-template-page-template-lienhe .textwidget h2 {
  font-size: 16px;
  font-weight: 700;
}
/*  end page-template-page-template-lienhe  */

/* pagination (blog/archive/search) — modern boxed style */
.tg_pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 28px auto 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
}
.tg_pagination a,
.tg_pagination span.current,
.tg_pagination span.dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 8px;
  border-radius: var(--sc-radius);
  border: 1px solid var(--sc-border);
  background: #fff;
  color: var(--sc-text);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: var(--sc-transition);
  box-sizing: border-box;
}
.tg_pagination a {
  cursor: pointer;
}
.tg_pagination a:hover,
.tg_pagination a:focus {
  border-color: var(--sc-primary);
  color: var(--sc-primary);
  box-shadow: var(--sc-shadow-sm);
}
.tg_pagination a:hover i {
  color: var(--sc-primary);
}
.tg_pagination span.current {
  background: var(--sc-primary);
  border-color: var(--sc-primary);
  color: #fff;
  font-weight: 600;
  cursor: default;
  box-shadow: 0 2px 8px -2px rgba(22, 163, 74, 0.5);
}
.tg_pagination span.dots {
  border-color: transparent;
  background: transparent;
  color: var(--sc-muted);
  letter-spacing: 2px;
}
.tg_pagination a.prev,
.tg_pagination a.next {
  font-size: 16px;
}
/* end pagination (blog/archive/search) — modern boxed style */

.partners ul li figure {
  border: 1px solid #ccc;
  height: 100px;
  position: relative;
}
.partners h4 {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 35px;
  display: table;
  margin: 0px auto 20px auto;
}
.partners ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.partners {
  margin: 0px 0px 30px 0px;
}
.partners .slick-slider {
  margin: 0px !important;
}
.partners ul li {
  padding: 0px 5px;
}
.partners ul li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner_category .thumbnail {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 280px;
}
.banner_category .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner_category .thumbnail a img {
  display: none;
}
.banner_category {
  margin: 0px 0px 10px 0px;
  padding: 20px;
}

/* css rau*/
.posts_banner_idx .list_post_item .thumbnail {
  max-width: 150px;
  height: 105px;
  margin: 0px 10px 0px 0px;
}
.posts_banner_idx .list_post_item h2.post_title {
  margin: 0px 0px 5px 0px;
}
.posts_banner_idx .list_post_item h2.post_title a {
  font-size: 14px;
  line-height: 21px;
  color: #808080;
}
.posts_banner_idx .list_post_item {
  padding: 10px 0px 10px 0px !important;
}
.posts_banner_idx .list_post_item p {
  margin: 0px;
}

.posts_banner_idx .list_post_item .readmore {
  display: none;
}
.posts_banner_idx h3 {
  margin: 0px;
  border-bottom: 1px solid #00a652;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
.posts_banner_idx h3 span {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 23px;
  display: inline-block;
  background: #00a652;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
}
.posts_banner_idx .post_meta {
  display: none;
}
.posts_banner_idx .list_post_content > .list_post_item:nth-child(1) {
  float: left;
  max-width: 50%;
  width: 100%;
  padding: 0px 15px;
  border-bottom: none;
}
.posts_banner_idx .list_post_content > .list_post_item:nth-child(1) .post_title a {
  font-size: 19px;
  line-height: 30px;
}
.posts_banner_idx .list_post_content > .list_post_item:nth-child(1) .excerpt p {
  font-size: 16px;
  line-height: 25px;
}
.posts_banner_idx .list_post_content > .list_post_item:nth-child(1) .thumbnail {
  max-width: 100%;
  height: 410px;
}
.posts_banner_idx .list_post_content > .list_post_item:nth-child(1) ~ .list_post_item {
  float: right;
  width: 48%;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px;
}
/* css rau*/
@media (min-width: 768px) and (max-width: 1100px) {
  .nav_primary {
    display: none;
  }
  .tg_commit ul li .textwidget p {
    font-size: 15px;
  }
  .tg_commit ul li .textwidget span {
    font-size: 13px;
    line-height: 20px;
  }
  .middle_header .icon_mobile_click {
    display: block !important;
    left: 10px;
    top: 10px;
  }
  .middle_header .icon_mobile_click i.fa {
    color: #000000;
  }
  .top_header .icon_mobile_click {
    display: none !important;
  }
  .banner_idx .col-sm-8,
  .banner_idx .col-sm-4 {
    width: 100%;
  }
  .single-post .content_left,
  .single-post .sidebar,
  .archive .content_left,
  .archive .sidebar {
    width: 100%;
  }
  .metaslider.nav-hidden .flexslider {
    margin: 0px 0px 30px 0px !important;
  }
  .list_item_product .price > span > ins,
  .archive .list_item_product .price > ins,
  .single-product .related .price > ins {
    float: none;
    display: block;
  }
  .list_item_product .product_inner,
  .archive .list_item_product .product_inner {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  .address_header .textwidget {
    float: left;
  }
  .posts_banner_idx .list_post_content > .list_post_item:nth-child(1) .thumbnail {
    height: 200px;
  }
  .posts_banner_idx .list_post_content > .list_post_item:nth-child(1) .post_title a {
    font-size: 16px;
    line-height: 26px;
  }
  .posts_banner_idx .list_post_content > .list_post_item:nth-child(1) {
    width: 100%;
    float: none;
    max-width: 100%;
  }
  .posts_banner_idx .list_post_content > .list_post_item:nth-child(1) ~ .list_post_item {
    width: 100%;
    float: none;
  }
  .banner_category {
    padding: 0px;
  }
  .loop_post_category_idx > .item_loop_post_category_idx {
    border: none;
  }
  .search {
    clear: both;
    min-width: initial;
  }
  .tg_user {
    margin: 0px 0px 0px 20px;
  }
  .posts_banner_idx .list_post_item h2.post_title a {
    font-size: 13px;
    line-height: 20px;
  }
  .flexslider {
    margin: 0px 0px 20px 0px !important;
  }
  .middle_header .icon_mobile_click {
    display: none;
    position: absolute;
    top: 11px;
    left: 14px;
  }
  .banner_idx {
    margin: 20px 0px 0px 0px;
  }
  .middle_header .icon_mobile_click i.fa {
    color: #000000;
  }
  .middle_header.fixed_menu .icon_mobile_click {
    display: block;
  }
  .search_address {
    float: none;
    margin: 10px 0px 20px 0px;
  }
  .address_header p {
    float: none;
    margin: 0px 0px 10px 0px;
  }
  .logo_site {
    max-width: 175px;
    float: none;
    margin: 15px 0px;
  }
  .tg_commit {
    display: none;
  }
  .admin-bar .header {
    margin: 45px 0px 0px 0px;
  }
  .icon_mobile_click {
    display: block;
    top: 9px;
    right: 15px;
  }
  .sidebar {
    display: none;
  }
  .woocommerce-MyAccount-content {
    min-height: initial;
  }
  .nav_primary {
    display: none;
  }
  .search_header {
    float: none;
    margin: 10px 0px 0px 0px;
  }
  .address_header {
    display: block;
    margin: 0px 0px 10px 0px;
  }

  .slick-prev {
    left: -10px !important;
    width: 30px !important;
    height: 30px !important;
  }
  .slick-next {
    right: -10px !important;
    width: 30px !important;
    height: 30px !important;
  }

  .slick-prev:before,
  .slick-next:before {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
  }

  .list_item_product .product_inner .add_to_cart_button {
    padding: 7px 10px;
    font-size: 13px;
  }
  .list_item_product .thumbnail {
    height: 140px;
    background-size: contain !important;
    border: 1px solid #eaeaea;
  }
  .list_item_product .product_inner {
    min-height: initial;
  }
  .list_item_product:nth-child(3n + 1) {
    clear: none;
  }
  .list_item_product:nth-child(2n + 1) {
    clear: both;
  }

  .common_diseases .list_post_content .list_post_item:last-child {
    display: none;
  }
  .common_diseases .list_post_content .list_post_item:nth-child(2) {
    border-bottom: none;
    padding: 25px 0px 0px 0px;
  }

  .list_item_product .old-colt {
    float: left;
    margin: 0px;
  }
  .list_item_product .live-colst .amount {
    font-size: 18px;
  }
  .list_item_product .live-colst {
    float: none;
    clear: both;
  }
  .list_item_product .price {
    width: 100%;
    max-width: 167px;
  }
  .list_item_product .price > span > ins,
  .archive .list_item_product .price > ins,
  .single-product .related .price > ins {
    float: none;
    display: block;
  }
  .top_header .after_login {
    display: none;
  }
  .g_content {
    margin: 10px 0px 0px 0px;
  }
  .header-quickcart {
    display: none;
  }
  .tg_user .tg-sub-menu::before {
    top: -8px;
    left: initial;
    right: 14px;
  }
  .tg_user .tg-sub-menu {
    left: -128px;
  }
  .tg_user:hover .tg-sub-menu {
    top: 32px;
  }

  .list_item_product .product_inner .tg_btn_acts {
    position: absolute;
    top: initial;
    left: initial;
    transform: none;
    max-width: 100%;
    width: 100%;
    display: table;
    margin: 0px;
    bottom: 0px;
    clear: both;
  }

  /* product_area_index mobile*/

  .item_loop_post_category_idx .parent_catgories_idx {
    float: none;
  }
  .item_loop_post_category_idx .sub_product_category {
    float: none;
    display: table;
    margin: 10px 10px 10px 0px;
    padding: 0px;
  }
  .list_item_product {
    width: 50%;
    padding: 0px 5px;
    margin: 0px 0px 20px 0px;
    float: left;
  }

  .loop_post_category_idx
    > .item_loop_post_category_idx
    .list_product_category
    > .list_item_product:nth-child(1)
    .product_inner
    .product_meta {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    text-align: center;
    z-index: 3;
    max-width: 100%;
    width: 100%;
  }
  .loop_post_category_idx
    > .item_loop_post_category_idx
    .list_product_category
    > .list_item_product:nth-child(1)
    .product_meta
    h3
    a {
    color: #000;
    font-size: 14px;
    line-height: 22px;
  }
  .list_item_product .product_meta h3 {
    min-height: 48px;
    height: initial;
    margin: 0px;
  }
  .list_item_product .product_meta h3 a,
  .archive .list_item_product .product_inner h2.woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 22px;
  }
  .loop_post_category_idx
    > .item_loop_post_category_idx
    .list_product_category
    > .list_item_product:nth-child(1)
    .product_meta
    .price
    span.amount {
    color: #f94c18;
  }
  .loop_post_category_idx
    > .item_loop_post_category_idx
    .list_product_category
    > .list_item_product:nth-child(1)
    .product_meta
    .price {
    margin: 0px auto 10px auto;
  }
  .loop_post_category_idx
    > .item_loop_post_category_idx
    .list_item_product
    .product_inner
    .tg_btn_acts
    li,
  .archive .product_inner .tg_btn_acts li {
    float: none;
  }

  .list_item_product .product_inner .tg_btn_acts .detail_pd {
    display: flex;
  }
  .loop_post_category_idx > .item_loop_post_category_idx .list_item_product .product_inner::before,
  .archive .list_item_product .product_inner::before {
    display: none;
  }
  /* end product_area_index mobile */

  /* single post mobile*/
  .single_post_info h2 a {
    font-size: 20px;
    line-height: 28px;
  }
  .breadcrumb {
    margin: 0px auto 25px auto;
  }

  .related_posts ul li .thumbnail {
    height: initial;
    position: relative;
  }
  .related_posts ul li .thumbnail img {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
  }
  .content_single_post .text_content h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .related_posts ul li {
    width: 50%;
    margin: 0px 0px 15px 0px;
  }
  .related_posts ul li:nth-child(3n + 1) {
    clear: none;
  }
  .related_posts ul li:nth-child(2n + 1) {
    clear: both;
  }
  /* single post mobile */

  .single-product .entry-summary button.single_add_to_cart_button {
    padding: 10px 8px !important;
    font-size: 12px !important;
  }
  .single-product .entry-summary button.single_add_to_cart_button::before {
    font-size: 16px;
  }
  .single-product .entry-summary a.single_add_to_cart_button {
    font-size: 12px;
    padding: 12px 6px 12px 35px;
    margin: 0px 0px 0px 5px;
  }
  .single-product .entry-summary a.single_add_to_cart_button::before {
    left: 8px;
    top: 8px;
    font-size: 19px;
  }
  .single-product .tg_img_product {
    max-width: 210px;
    margin: 0px auto;
    height: 250px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 12px 10px 10px 10px !important;
    font-size: 12px;
    line-height: 23px;
  }
  .single-product .woocommerce-Tabs-panel p {
    font-size: 14px;
    line-height: 22px;
  }
  .single-product .related .list_item_product {
    width: 50%;
  }
  .single-product .related .list_item_product .product_inner {
    min-height: initial;
  }
  /* end single product mobile */

  /* woocommerce-checkout mobile*/

  /* end woocommerce-checkout mobile */

  /* woocommerce-order-received mobile*/
  .woocommerce-order-received .woocommerce-order ul.order_details li {
    float: none;
    margin-right: 0px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    border-right: none;
    padding-right: 0px;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 10px 10px 0px;
  }

  p.woocommerce-thankyou-order-received {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 15px 0px;
  }

  /* end woocommerce-order-received */

  /* footer mobile */
  .footer {
    padding: 25px 0px 35px 0px;
    margin: 30px 0px 0px 0px;
  }
  .footer .row > .footer-widget-area {
    margin: 0px 0px 30px 0px;
  }
  .footer .row > .footer-widget-area:last-child {
    margin: 0px;
  }
  /* end footer mobile */
}

@media (min-width: 400px) and (max-width: 767px) {
  .list_item_product .old-colt {
    float: right;
    margin: 6px 0px 0px 10px;
    font-size: 12px;
  }
  .list_item_product .live-colst {
    float: left;
    clear: none;
  }
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.b-flying-img {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  z-index: 5;
  animation: fly 0.8s 1;
  -webkit-animation: fly 0.8s 1;
  -webkit-backface-visibility: hidden;
}

@keyframes fly {
  0% {
    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fly {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeUptd {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUptd {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* ============================================================================
   ===== MODERN REFRESH 2026 — START  (an toàn xóa cả khối này để hoàn tác) =====
   SolarCity reskin: tông xanh lá hiện đại + nhấn cam nắng. Chỉ CSS, giữ markup.
   Signature "sunline": dải gradient xanh→cam (bình minh / busbar tấm pin) lặp lại
   dưới tiêu đề mục, viền trên thẻ SP khi hover, dưới thanh điều hướng.
   ============================================================================ */

:root {
  --sc-primary: #16a34a; /* xanh lá chủ đạo */
  --sc-primary-600: #15803d; /* hover */
  --sc-primary-dark: #14532d; /* xanh rừng */
  --sc-accent: #f59e0b; /* cam nắng (badge, sale, sunline) */
  --sc-price: #b45309; /* giá bán (cam đậm, đủ tương phản trên nền trắng) */
  --sc-text: #0f172a; /* chữ chính */
  --sc-muted: #64748b; /* chữ phụ */
  --sc-mist: #f8fafc; /* nền nhạt */
  --sc-border: #e5e7eb; /* viền nhạt */
  --sc-footer: #0e1f16; /* nền footer (xanh rừng rất tối) */
  --sc-radius: 8px;
  --sc-sunline: linear-gradient(90deg, #16a34a 0%, #22c55e 45%, #f59e0b 100%);
  --sc-shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.06);
  --sc-shadow: 0 6px 16px -6px rgba(16, 24, 40, 0.18), 0 2px 6px -2px rgba(16, 24, 40, 0.1);
  --sc-transition: all 0.2s ease;
}

/* ---- 0. Nền tảng & typography ---- */
body {
  font-family:
    'Manrope',
    -apple-system,
    'Segoe UI',
    Arial,
    sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--sc-text);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Manrope', sans-serif;
  color: var(--sc-text);
  letter-spacing: 0.01em;
}
a:hover {
  color: var(--sc-primary);
}
::selection {
  background: rgba(22, 163, 74, 0.16);
}

/* A11y: focus rõ ràng, tôn trọng reduced-motion */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.button:focus-visible {
  outline: 2px solid var(--sc-primary);
  outline-offset: 2px;
  border-radius: 6px;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  .list_item_product .product_inner:hover {
    transform: none;
  }
}

/* ---- 1. Header: top bar, logo, search, nav, cart, sticky + sunline ---- */
.header {
  background: #fff;
}
.address_header {
  background: var(--sc-mist);
  border-bottom: 1px solid var(--sc-border);
}
.address_header p a {
  color: var(--sc-primary);
}
.address_header i.fa {
  border-color: var(--sc-primary);
  color: var(--sc-primary);
}

.middle_header {
  background: #fff;
  border-radius: 0;
  position: relative;
}
.middle_header::after {
  /* signature sunline dưới thanh nav */
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--sc-sunline);
}
.fixedheader {
  background: #fff !important;
  box-shadow: 0 4px 18px rgba(16, 24, 40, 0.08);
}
/* Sticky on scroll: JS thêm class .fixed_menu khi cuộn. Khôi phục position:fixed
   bị .middle_header{position:relative} (đặt sau trong cascade) ghi đè. */
.middle_header.fixed_menu {
  position: fixed;
  background: #fff;
  box-shadow: 0 4px 18px rgba(16, 24, 40, 0.08);
}

/* Nav: chữ IN HOA, Manrope đậm, hover/active gạch chân xanh */
.nav_primary ul li a {
  color: var(--sc-text);
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
.nav_primary ul li a:hover {
  color: var(--sc-primary);
  background: transparent;
}
.nav_primary .menu > li > a {
  transition:
    color 0.2s ease,
    box-shadow 0.2s ease;
}
.nav_primary .menu > li:hover > a,
.nav_primary .menu > li.current-menu-item > a,
.nav_primary .menu > li.current-menu-parent > a,
.nav_primary .menu > li.current_page_item > a {
  color: var(--sc-primary);
  box-shadow: inset 0 -2px 0 var(--sc-primary);
}
/* Submenu: bo góc + đổ bóng, bỏ viền cứng */
.nav_primary ul > li > ul.sub-menu {
  border: 1px solid var(--sc-border);
  border-radius: 6px;
  box-shadow: var(--sc-shadow);
  padding: 6px 0;
}
.nav_primary ul > li > ul.sub-menu > li > a {
  border-bottom: none;
  color: var(--sc-text);
  padding: 9px 16px;
}
.nav_primary ul > li > ul.sub-menu > li > a:hover {
  background: var(--sc-mist);
  color: var(--sc-primary);
}
/* Flyout cấp 2/3: đồng bộ với cấp 1 + bỏ viền #ccc còn sót (rule cũ specificity cao hơn
   nên viền dưới item cuối vẫn dính). Selector trùng rule cũ, đặt sau -> ghi đè. */
.nav_primary ul > li > ul.sub-menu > li > ul.sub-menu {
  border: 1px solid var(--sc-border);
  border-radius: 6px;
  box-shadow: var(--sc-shadow);
  padding: 6px 0;
}
.nav_primary ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  border-bottom: none;
  color: var(--sc-text);
  padding: 9px 16px;
}
.nav_primary ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  background: var(--sc-mist);
  color: var(--sc-primary);
}

/* Ô tìm kiếm dạng pill, nút search tròn xanh */
.search input[type='text'] {
  border: 1px solid var(--sc-border);
  border-radius: 4px;
  padding: 12px 58px 12px 18px;
  background: #fff;
  transition: var(--sc-transition);
}

.search input[type='text']::placeholder {
  font-style: italic;
}

.search input[type='text']:focus {
  border-color: var(--sc-primary);
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.12);
}
.search button {
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  padding: 0;
  background: var(--sc-primary);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--sc-transition);
}
.search button:hover {
  background: var(--sc-primary-600);
}
/* Top header: ô tìm kiếm căn giữa theo chiều dọc (oy) so với logo — desktop.
   Container logo+search thành flex; <768px giữ nguyên kiểu xếp chồng cũ. */
@media (min-width: 768px) {
  .top_header > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* Bỏ clearfix ::before/::after của Bootstrap (thành flex-item ảo phá space-between) */
  .top_header > .container::before,
  .top_header > .container::after {
    display: none;
  }
  .top_header > .container .search_header {
    margin: 0;
  }
}

/* Tài khoản / giỏ hàng */
.cart_login .tg_user a i.fa,
.cart_login .g_cart a i.fa {
  color: var(--sc-text);
  font-size: 20px;
  transition: var(--sc-transition);
}
.cart_login .tg_user a:hover i.fa,
.cart_login .g_cart a:hover i.fa {
  color: var(--sc-primary);
}
.cart_login .g_cart .count,
.cart_login .g_cart sup,
.cart_login .count {
  background: var(--sc-accent) !important;
  color: #fff !important;
  border: none !important;
}

/* ---- 2. Nút chung ---- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
a.button,
button.button,
input.button {
  background: var(--sc-primary);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  transition: var(--sc-transition);
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--sc-primary-600) !important;
  color: #fff !important;
  transform: translateY(-1px);
}
/* .readmore -> nút phụ outline xanh (thay viền cam cũ) */
.readmore {
  background: #fff !important;
  border: 1px solid var(--sc-primary) !important;
  color: var(--sc-primary) !important;
  border-radius: 999px;
}
.readmore:hover,
.readmore:focus {
  background: var(--sc-primary) !important;
  color: #fff !important;
}

/* ---- 3. Trang chủ: khối danh mục, tiêu đề mục, đối tác ---- */
.product_area_index {
  padding-top: 8px;
}
.loop_post_category_idx > .item_loop_post_category_idx {
  border: none;
  padding: 0px 0px;
  margin: 0 0 26px;
}
.item_loop_post_category_idx .top_menu_list_product {
  background: none;
  border: none;
}
.item_loop_post_category_idx .parent_catgories_idx {
  position: relative;
  padding: 16px 12px 16px 0;
}
.item_loop_post_category_idx .parent_catgories_idx::after {
  /* sunline dưới tên danh mục */
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 46px;
  height: 3px;
  border-radius: 3px;
  background: var(--sc-sunline);
}
.item_loop_post_category_idx .parent_catgories_idx a {
  text-transform: none;
  color: var(--sc-primary-dark);
  font-family: 'Manrope', sans-serif;
  font-size: 21px;
  font-weight: 700;
}
.item_loop_post_category_idx .sub_product_category li a {
  display: inline-block;
  padding: 4px 12px;
  margin: 2px;
  border: 1px solid var(--sc-border);
  border-radius: 999px;
  font-size: 13px;
  color: var(--sc-muted);
  transition: var(--sc-transition);
}
.item_loop_post_category_idx .sub_product_category li a:hover {
  border-color: var(--sc-primary);
  color: var(--sc-primary);
  background: var(--sc-mist);
}
/* Đối tác */
.partners h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  text-transform: none;
  color: var(--sc-text);
  position: relative;
  padding-bottom: 16px;
}
.partners h4::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 56px;
  height: 3px;
  border-radius: 3px;
  background: var(--sc-sunline);
}
.partners ul li figure {
  border: 1px solid var(--sc-border);
  border-radius: 6px;
  height: 96px;
  background: #fff;
  filter: grayscale(1);
  opacity: 0.65;
  transition: var(--sc-transition);
}
.partners ul li figure:hover {
  filter: none;
  opacity: 1;
  box-shadow: var(--sc-shadow-sm);
}

/* ---- 4. Thẻ sản phẩm (lưới loop) ---- */
.list_item_product {
  padding: 0 8px;
  box-sizing: border-box;
}
/* Trang chủ: lưới flex chống vỡ layout (float-drop khi thẻ lệch chiều cao) */
.list_product_category.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
  list-style: none;
}
.list_product_category.row::before,
.list_product_category.row::after {
  display: none; /* bỏ clearfix .row của bootstrap trong ngữ cảnh flex */
}
.list_product_category > li.list_item_product {
  float: none;
  display: flex; /* các thẻ cùng hàng cao bằng nhau */
  width: 25%; /* desktop: 4 sản phẩm / hàng */
  margin: 0 0 16px;
}
.list_product_category > li.list_item_product > .product_inner {
  width: 100%;
}
/* Tablet & mobile: 2 sản phẩm / hàng */
@media (max-width: 991px) {
  .list_product_category > li.list_item_product {
    width: 50%;
  }
}
.list_item_product .product_inner {
  background: #fff;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius);
  padding: 12px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.list_item_product .product_inner:hover {
  transform: translateY(-4px);
  box-shadow: var(--sc-shadow);
  border-color: transparent;
}
.list_item_product .product_inner::before {
  /* sunline viền trên hiện khi hover */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--sc-sunline);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
  z-index: 3;
  pointer-events: none;
}
.list_item_product .product_inner:hover::before {
  transform: scaleX(1);
}

.list_item_product .thumbnail {
  height: 190px;
  background-size: contain !important; /* dùng ảnh nền figure (đã có inline) — ổn định */
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 8px;
  margin: 0;
}
.list_item_product .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.list_item_product .thumbnail img {
  display: none !important;
} /* ẩn <img> 1014px không constrain được; ảnh hiển thị qua background */
.archive .list_item_product .thumbnail,
.tax-product_cat .list_item_product .thumbnail {
  height: 210px;
}

.list_item_product .product_meta h3 {
  padding: 12px 4px 4px;
  margin: 0;
}
.list_item_product .product_meta h3 a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: var(--sc-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
}
.list_item_product:hover .product_meta h3 a,
.list_item_product:hover .woocommerce-loop-product__title {
  color: var(--sc-primary) !important;
}

.list_item_product .price {
  margin: 0 auto 12px;
}
.product_inner:hover .price {
  opacity: 1;
  visibility: visible;
  bottom: 0;
} /* không ẩn giá khi hover */
.list_item_product .price > span > ins > span.amount,
.list_item_product .price > span > span.amount,
.archive .list_item_product .price > span.amount,
.archive .list_item_product .price > ins > span.amount,
.single-product .related .price > span.amount,
.single-product .related .price > ins > span.amount {
  color: var(--sc-price);
}

/* Hành động: 2 nút full-width dưới card (THÊM VÀO GIỎ + XEM CHI TIẾT) */
.list_item_product .product_inner .tg_btn_acts {
  position: static;
  transform: none;
  width: auto;
  max-width: none;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  margin: 0;
  padding: 12px 12px 16px;
}
.list_item_product .tg_btn_acts ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.list_item_product .tg_btn_acts li {
  float: none;
  margin: 0;
  width: auto;
  flex: 1;
  display: flex;
}
.list_item_product .tg_btn_acts li a,
.list_item_product .product_inner:hover ul li a {
  position: relative;
  left: 0;
  opacity: 1;
  visibility: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  height: auto;
  padding: 9px 6px;
  margin: 0;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  white-space: nowrap; /* chữ nằm gọn 1 dòng (icon đã ẩn nên đủ chỗ) */
  transition: all 0.2s ease;
  box-sizing: border-box;
  line-height: 1;
}
/* Nút "THÊM VÀO GIỎ" — nền xanh, chữ trắng */
.list_item_product .tg_btn_acts li.add_c a {
  background: var(--sc-primary);
  border: 2px solid var(--sc-primary);
  color: #fff;
}
.list_item_product .tg_btn_acts li.add_c a:hover {
  background: var(--sc-primary-600) !important;
  border-color: var(--sc-primary-600);
  transform: translateY(-1px);
}
.list_item_product .tg_btn_acts li.add_c i.fa {
  color: #fff;
}
/* Nút "XEM CHI TIẾT" — viền xanh, chữ xanh */
.list_item_product .tg_btn_acts li.detail_pd a {
  background: #fff;
  border: 2px solid var(--sc-primary);
  color: var(--sc-primary);
}
.list_item_product .tg_btn_acts li.detail_pd a:hover {
  background: var(--sc-primary) !important;
  border-color: var(--sc-primary);
  color: #fff;
  transform: translateY(-1px);
}
.list_item_product .tg_btn_acts li.detail_pd a:hover i.fa {
  color: #fff !important;
}
/* Icon trong nút — ẩn để 2 chữ "THÊM VÀO GIỎ" / "XEM CHI TIẾT" nằm gọn 1 dòng */
.list_item_product .product_inner .tg_btn_acts li i.fa {
  display: none;
}
/* Fix card danh mục: nút action được render BÊN TRONG thẻ <a> bọc card chưa đóng
   (nested anchor không hợp lệ) → trình duyệt nhân bản các thẻ <a.woocommerce-loop-product__link>
   rỗng vào trong .tg_btn_acts. Thẻ rỗng trong li.add_c bị rule .archive ẩn lúc thường rồi
   lộ ra thành "khối lồi" méo mó khi hover. Ẩn hẳn mọi bản sao rỗng này (không đụng nút thật). */
.list_item_product .tg_btn_acts a.woocommerce-loop-product__link {
  display: none !important;
}
/* Desktop hẹp (4/hàng, 992–1199px): giảm cỡ chữ để vẫn 1 dòng, không cắt */
@media (min-width: 992px) and (max-width: 1199px) {
  .list_item_product .tg_btn_acts li a {
    font-size: 10px;
    padding: 8px 4px;
  }
}
.list_item_product .tg_btn_acts li.detail_pd i.fa {
  color: var(--sc-primary);
}
/* Override hover chung */
.list_item_product .tg_btn_acts a:hover i.fa {
  color: #fff !important;
}
/* Badge sale -> cam nắng */
.list_item_product .thumbnail span.onsale,
.woocommerce span.onsale {
  background: var(--sc-accent) !important;
}

/* ---- 5. Cửa hàng / danh mục: tiêu đề, breadcrumb, phân trang ---- */
h1.woocommerce-products-header__title,
.woocommerce-products-header .page-title {
  font-family: 'Manrope', sans-serif;
  color: var(--sc-text);
  text-transform: none;
  font-size: 26px;
  border-bottom: none;
  position: relative;
  padding: 0 0 14px;
  margin: 0 0 22px;
}
h1.woocommerce-products-header__title::after {
  /* sunline thay gạch đỏ cũ */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 3px;
  border-radius: 3px;
  background: var(--sc-sunline);
}
.breadcrumb {
  background: var(--sc-mist);
  border-radius: 12px;
  padding: 12px 18px;
  border: none;
}
.breadcrumb ul li:last-child {
  color: var(--sc-primary);
}
.woocommerce-pagination ul.page-numbers li span.current,
.tg_pagination span.current {
  background: var(--sc-primary) !important;
  color: #fff !important;
  border: 1px solid var(--sc-primary) !important;
  border-radius: var(--sc-radius);
  font-weight: 600;
}
.woocommerce-pagination ul.page-numbers li a:hover,
.tg_pagination a:hover,
.tg_pagination a:hover i {
  color: var(--sc-primary) !important;
}

/* ---- 6. Chi tiết sản phẩm ---- */
.woocommerce div.product .product_title {
  color: var(--sc-text);
}
.single-product .entry-summary .price ins .amount,
.single-product .entry-summary p.price > span.amount {
  color: var(--sc-price);
}
.single-product .entry-summary button.single_add_to_cart_button,
.single-product .entry-summary a.single_add_to_cart_button {
  background: var(--sc-primary) !important;
  border-radius: 4px;
}
.single-product .entry-summary button.single_add_to_cart_button:hover,
.single-product .entry-summary a.single_add_to_cart_button:hover {
  background: var(--sc-primary-600) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: var(--sc-border);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--sc-primary);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  box-shadow: inset 0 -2px 0 var(--sc-primary);
}

/* ---- 7. Sidebar widget: tiêu đề + sunline (bỏ khối nền xanh đặc) ---- */
.sidebar h3.widget-title {
  background: none;
  color: var(--sc-text);
  text-transform: none;
  text-align: left;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  padding: 0 0 12px;
  margin: 0 0 14px;
  border-bottom: 2px solid var(--sc-border);
  position: relative;
}
.sidebar h3.widget-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 46px;
  height: 2px;
  background: var(--sc-sunline);
}

/* ---- 8. Footer ---- */
.footer {
  background: var(--sc-footer);
  margin-top: 60px;
  padding: 48px 0 32px;
}
.footer h3.widget-title {
  color: #fff;
  text-transform: none;
  font-family: 'Manrope', sans-serif;
  position: relative;
  padding-bottom: 12px;
}
.footer h3.widget-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  background: var(--sc-sunline);
}
.footer,
.footer .textwidget p,
.footer a {
  color: rgba(255, 255, 255, 0.82);
}
.footer a:hover {
  color: var(--sc-accent);
}
.footer ul.menu li {
  border: none !important;
  padding: 6px 0 !important;
}
.footer ul.menu li a {
  color: rgba(255, 255, 255, 0.82) !important;
}
.footer ul.menu li a:hover {
  color: var(--sc-accent) !important;
}
.scrolltop i.fa {
  background: var(--sc-primary);
}
.scrolltop i.fa:hover {
  background: var(--sc-primary-dark);
}

/* ---- 9. Đồng bộ form liên hệ (recolor hồng -> xanh) ---- */
.wpcf7 .list_group label {
  background: var(--sc-primary);
}
.page-template-page-template-lienhe .wpcf7 input[type*='submit'] {
  border-color: var(--sc-primary) !important;
  color: var(--sc-primary) !important;
}
.page-template-page-template-lienhe h3.widget-title {
  color: var(--sc-primary-dark);
}

/* ---- 9b. Trang tài khoản: Đăng nhập / Đăng ký dạng 2 tab ---- */
.sc-account-auth {
  width: 40%; /* ~70% bề ngang header (.container) */
  max-width: none;
  margin: 30px auto 50px !important; /* căn giữa; ghi đè #customer_login margin cũ */
  background: #fff;
  border: none; /* bỏ viền card lớn */
  box-shadow: none; /* bỏ đổ bóng card lớn */
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sc-account-auth {
    width: 100%;
  } /* màn nhỏ: full width cho dễ thao tác */
}
.sc-auth-tabs {
  display: flex;
}
.sc-auth-tab {
  flex: 1 1 0;
  border: none;
  border-bottom: 2px solid var(--sc-border);
  background: var(--sc-mist);
  color: var(--sc-muted);
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 12px;
  cursor: pointer;
  transition: var(--sc-transition);
}
.sc-auth-tab:hover {
  color: var(--sc-primary);
}
.sc-auth-tab.is-active {
  background: #fff;
  color: var(--sc-primary);
  border-bottom-color: var(--sc-primary);
}
.sc-auth-panels {
  padding: 26px 26px 22px;
}
/* Bỏ float 2 cột mặc định của WooCommerce -> mỗi panel chiếm trọn, ẩn/hiện theo tab */
.sc-account-auth .sc-auth-panel {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
  display: none;
}
.sc-account-auth .sc-auth-panel.is-active {
  display: block;
  animation: scAuthFade 0.25s ease;
}
@keyframes scAuthFade {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.sc-auth-panel > h2 {
  display: none;
} /* tiêu đề đã nằm trên tab */
/* Bỏ "hộp viền" bên trong panel + bỏ giới hạn max-width:350px/display:table của form login
   để input & button full width theo panel */
.sc-account-auth form.woocommerce-form,
.sc-account-auth form.login,
.sc-account-auth form.register {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

/* Trường nhập */
.sc-account-auth .form-row {
  margin: 0 0 16px;
  padding: 0;
}
.sc-account-auth label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 6px;
  color: var(--sc-text);
}
.sc-account-auth input.input-text {
  width: 100% !important;
  padding: 11px 14px !important;
  border: 1px solid var(--sc-border) !important;
  border-radius: 6px !important;
  font-size: 14px;
  transition: var(--sc-transition);
}
.sc-account-auth input.input-text:focus {
  border-color: var(--sc-primary) !important;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.12);
  outline: none;
}
/* Placeholder in nghiêng */
.sc-account-auth input.input-text::placeholder {
  font-style: italic;
  color: var(--sc-muted);
  opacity: 1;
}
.sc-account-auth input.input-text::-webkit-input-placeholder {
  font-style: italic;
  color: var(--sc-muted);
}
.sc-account-auth input.input-text:-ms-input-placeholder {
  font-style: italic;
  color: var(--sc-muted);
}
/* Remember me về một dòng gọn (bỏ float:right cũ) */
.sc-account-auth label.inline {
  float: none !important;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  color: var(--sc-muted);
  margin: 0 0 14px;
}
.sc-account-auth label.inline input {
  width: auto;
  margin: 0;
}
.sc-account-auth label.inline .woocommerce-form__input {
  top: 0;
}
/* Nút: ghi đè màu đỏ #a52626 !important của theme cũ -> xanh bo tròn, full width */
.sc-account-auth button.button {
  width: 100%;
  margin: 4px 0 0 !important;
  background: var(--sc-primary) !important;
  color: #fff !important;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  padding: 12px 20px;
  transition: var(--sc-transition);
}
.sc-account-auth button.button:hover {
  background: var(--sc-primary-600) !important;
  transform: translateY(-1px);
}
.sc-account-auth .lost_password {
  margin: 14px 0 0;
  text-align: center;
}
.sc-account-auth .lost_password a {
  color: var(--sc-muted);
  font-size: 13px;
}
.sc-account-auth .lost_password a:hover {
  color: var(--sc-primary);
}

/* ---- 10. Responsive ---- */
@media (max-width: 767px) {
  .list_item_product .thumbnail {
    height: 150px !important;
    border: none !important;
  }
  .list_item_product .product_inner {
    padding: 8px;
  }
  .search input[type='text'] {
    padding: 11px 52px 11px 16px;
  }
  .partners h4 {
    font-size: 23px;
  }
  .item_loop_post_category_idx .parent_catgories_idx a {
    font-size: 18px;
  }
  .footer {
    padding: 36px 0 24px;
  }
  /* Nút hành động mobile: thu gọn padding, giữ layout 2 nút */
  .list_item_product .product_inner .tg_btn_acts {
    position: static !important;
    width: auto !important;
    display: block !important;
    margin: 0 !important;
    bottom: auto !important;
    padding: 8px 8px 12px !important;
  }
  .list_item_product .product_inner .tg_btn_acts li a {
    font-size: 11px !important;
    padding: 8px 6px !important;
    background: inherit;
    border-color: inherit;
    width: 100% !important;
    height: auto !important;
  }
  .list_item_product .product_inner .tg_btn_acts li a i.fa {
    font-size: 12px !important;
  }
  /* Giá mobile -> cam đậm đồng bộ (thay #f94c18 cũ) */
  .loop_post_category_idx
    > .item_loop_post_category_idx
    .list_product_category
    > .list_item_product:nth-child(1)
    .product_meta
    .price
    span.amount,
  .list_item_product .live-colst .amount {
    color: var(--sc-price) !important;
  }
}

/* ===== MODERN REFRESH 2026 — END ===== */

/* ============================================================================
   ===== FOOTER REDESIGN 2026 — START  (an toàn xóa cả khối này để hoàn tác) =====
   Footer hardcode 4 cột (xem footer.php). Tông xanh rừng + nhấn cam, icon FA4,
   dải sunline trên cùng, thanh bản quyền dưới cùng. Last-loaded => thắng cascade.
   ============================================================================ */
.footer.sc-ft {
  position: relative;
  background: var(--sc-footer);
  margin-top: 64px;
  padding: 0;
  border-top: none;
  color: rgba(255, 255, 255, 0.78);
}
/* Dải sunline mảnh trên đỉnh footer */
.footer.sc-ft::before {
  content: '';
  display: block;
  height: 3px;
  background: var(--sc-sunline);
}
/* Vầng sáng xanh nhạt nền (trang trí) */
.footer.sc-ft > .container {
  position: relative;
}

.sc-ft-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
  gap: 36px;
  padding: 52px 0 36px;
}
.sc-ft-col {
  min-width: 0; /* cho phép co lại trong grid */
}

/* Thương hiệu + slogan */
.sc-ft-brand {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 1;
}
.sc-ft-brand span {
  color: var(--sc-accent);
}
.sc-ft-tagline {
  margin: 10px 0 22px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 300px;
}

/* Tiêu đề cột + gạch chân sunline */
.sc-ft .sc-ft-title {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #fff;
  margin: 0 0 18px;
  padding-bottom: 10px;
  position: relative;
}
.sc-ft .sc-ft-title:not(:first-child) {
  margin-top: 28px;
}
.sc-ft .sc-ft-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 2px;
  background: var(--sc-sunline);
}

/* Danh sách liên hệ */
.sc-ft-contact,
.sc-ft-hours {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sc-ft-contact li,
.sc-ft-hours li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1.5;
}
.sc-ft-contact li i.fa,
.sc-ft-hours li i.fa {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
  transition: var(--sc-transition);
}
.sc-ft-contact li span,
.sc-ft-hours li span {
  padding-top: 4px;
  color: rgba(255, 255, 255, 0.72);
}
.sc-ft-contact li a {
  padding-top: 4px;
  color: rgba(255, 255, 255, 0.82);
  transition: var(--sc-transition);
}
.sc-ft-contact li a b {
  font-weight: 700;
  color: #fff;
}
.sc-ft-contact li:hover i.fa {
  background: var(--sc-primary);
  color: #fff;
}
.sc-ft-contact li a:hover {
  color: var(--sc-accent);
}
.sc-ft-contact li a:hover b {
  color: var(--sc-accent);
}

/* Danh sách link (chứng nhận / chính sách / về chúng tôi) */
.sc-ft-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sc-ft-links li {
  margin: 0;
  padding: 0;
  border: none;
}
.sc-ft-links li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  transition: var(--sc-transition);
}
.sc-ft-links li a::before {
  content: '\f105'; /* fa-angle-right */
  font-family: FontAwesome;
  font-size: 13px;
  color: var(--sc-accent);
  transition: var(--sc-transition);
}
.sc-ft-links li a:hover {
  color: #fff;
  transform: translateX(4px);
}
.sc-ft-links li a:hover::before {
  color: #22c55e;
}

/* Cột Kết nối: Facebook + shop banners */
.sc-ft-fb {
  border-radius: var(--sc-radius);
  overflow: hidden;
  background: #fff;
  line-height: 0;
  box-shadow: 0 6px 18px -8px rgba(0, 0, 0, 0.5);
}
.sc-ft-fb iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
}
.sc-ft-shops {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 14px;
}
.sc-ft-shop {
  display: block;
  border-radius: var(--sc-radius);
  overflow: hidden;
  line-height: 0;
  transition: var(--sc-transition);
}
.sc-ft-shop img {
  display: block;
  width: 100%;
  height: auto;
}
.sc-ft-shop:hover {
  transform: translateY(-2px);
  box-shadow: var(--sc-shadow);
}

/* Thanh bản quyền dưới cùng */
.sc-ft-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
}
.sc-ft-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}
.sc-ft-bottom-inner .sc-ft-credit {
  color: rgba(255, 255, 255, 0.5);
}
.sc-ft-bottom-inner .sc-ft-credit a {
  color: rgba(255, 255, 255, 0.7);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .sc-ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 36px;
    padding: 40px 0 28px;
  }
  .sc-ft-col--connect {
    grid-column: 1 / -1;
  }
  .sc-ft-col--connect .sc-ft-fb {
    max-width: 360px;
  }
  .sc-ft-col--connect .sc-ft-shops {
    max-width: 360px;
  }
}
@media (max-width: 575px) {
  .sc-ft-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sc-ft-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}
/* ===== FOOTER REDESIGN 2026 — END ===== */

/* ============================================================================
   ===== CHECKOUT REDESIGN 2026 — START (an toàn xóa cả khối này để hoàn tác) =====
   Trang Thanh toán (/thanh-toan/): bố cục 2 cột — form bên trái, tóm tắt đơn hàng
   bên phải (sticky). Input bo góc + focus xanh, bảng đơn hàng & nút đặt hàng đồng
   bộ tông xanh. Scope dưới body.woocommerce-checkout. Last-loaded => thắng cascade.
   ============================================================================ */
.woocommerce-checkout form.checkout.woocommerce-checkout {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---- Lưới 2 cột ---- */
.woocommerce-checkout .sc-checkout-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 26px;
}
.woocommerce-checkout .sc-checkout-main {
  flex: 2 1 540px;
  min-width: 0;
}
.woocommerce-checkout .sc-checkout-side {
  flex: 1 1 340px;
  position: sticky;
  top: 20px;
}

/* col2-set: xếp dọc trong cột trái cho thoáng */
.woocommerce-checkout #customer_details.col2-set,
.woocommerce-checkout .sc-checkout-main .col2-set {
  display: block;
  width: 100%;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  float: none;
  margin: 0;
}

/* ---- Thẻ trắng cho từng nhóm ---- */
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-account-fields {
  background: #fff;
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  padding: 22px 22px 8px;
  margin: 0 0 20px;
  box-shadow: var(--sc-shadow-sm);
}

/* ---- Tiêu đề nhóm + sunline ---- */
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3,
.woocommerce-checkout #order_review_heading {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--sc-primary-dark);
  position: relative;
  padding: 0 0 12px;
  margin: 0 0 18px;
  border: none;
  text-transform: none;
}
.woocommerce-checkout .woocommerce-billing-fields > h3::after,
.woocommerce-checkout .woocommerce-additional-fields > h3::after,
.woocommerce-checkout #order_review_heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 3px;
  background: var(--sc-sunline);
}

/* ---- Hàng input + label ---- */
.woocommerce-checkout .form-row {
  margin: 0 0 16px;
  padding: 0;
  float: none;
}
.woocommerce-checkout .form-row label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--sc-text);
  margin: 0 0 6px;
  line-height: 1.4;
}
.woocommerce-checkout .form-row .required {
  color: #dc2626;
  text-decoration: none;
  border: none;
}
.woocommerce-checkout .form-row .optional {
  color: var(--sc-muted);
  font-weight: 400;
}

/* field-wrapper => lưới 2 cột tên/họ */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > .form-row {
  width: 100%;
}
@media (min-width: 600px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row-first,
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row-last,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > .form-row-first,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > .form-row-last {
    width: 48.5%;
  }
}

/* ---- Input / select / textarea ---- */
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout #order_review select {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 14px;
  border: 1px solid var(--sc-border);
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  color: var(--sc-text);
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout #customer_details textarea {
  min-height: 96px;
  resize: vertical;
}
.woocommerce-checkout form .form-row input.input-text:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-checkout form .form-row select:focus {
  border-color: var(--sc-primary);
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
  outline: none;
}
.woocommerce-checkout form .form-row input.input-text::placeholder,
.woocommerce-checkout form .form-row textarea::placeholder {
  color: #9aa4b2;
  opacity: 1;
}

/* select2 (chọn quốc gia/tỉnh) cho khớp input */
.woocommerce-checkout .select2-container .select2-selection--single {
  height: 44px;
  border: 1px solid var(--sc-border);
  border-radius: 8px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  padding-left: 14px;
  color: var(--sc-text);
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}
.woocommerce-checkout .select2-container--open .select2-selection--single,
.woocommerce-checkout .select2-container--focus .select2-selection--single {
  border-color: var(--sc-primary);
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}

/* ship-to-different-address: đổi đỏ cũ -> xanh */
.woocommerce-checkout #ship-to-different-address {
  margin: 0;
  font-size: 15px;
}
.woocommerce-checkout #ship-to-different-address label {
  font-size: 15px;
  font-weight: 600;
}
.woocommerce-checkout #ship-to-different-address label::before {
  border-color: var(--sc-primary);
  border-radius: 4px;
}
.woocommerce-checkout #ship-to-different-address input[type='checkbox']:checked + span::after {
  color: var(--sc-primary);
}

/* thông báo login/coupon */
.woocommerce-checkout .woocommerce-info {
  background: var(--sc-mist);
  border-top: 3px solid var(--sc-primary) !important;
  border-radius: 8px;
  color: var(--sc-text);
}
.woocommerce-checkout .woocommerce-info::before {
  color: var(--sc-primary);
}

/* ---- Tóm tắt đơn hàng (cột phải) ---- */
.woocommerce-checkout #order_review {
  background: #fff;
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  box-shadow: var(--sc-shadow-sm);
}
.woocommerce-checkout #order_review .shop_table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin: 0;
}
.woocommerce-checkout #order_review .shop_table th,
.woocommerce-checkout #order_review .shop_table td {
  padding: 12px 22px;
  border: none;
  border-bottom: 1px solid var(--sc-border);
  text-align: left;
  font-size: 14px;
  vertical-align: top;
}
.woocommerce-checkout #order_review .shop_table thead th {
  background: var(--sc-mist);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: var(--sc-muted);
}
.woocommerce-checkout #order_review .shop_table th:last-child,
.woocommerce-checkout #order_review .shop_table td:last-child {
  text-align: right;
  white-space: nowrap;
}
.woocommerce-checkout #order_review .product-name {
  color: var(--sc-text);
  font-weight: 500;
}
.woocommerce-checkout #order_review .product-quantity {
  color: var(--sc-muted);
  font-weight: 600;
}
.woocommerce-checkout #order_review tfoot th {
  font-weight: 600;
  color: var(--sc-text);
}
.woocommerce-checkout #order_review tfoot .order-total th,
.woocommerce-checkout #order_review tfoot .order-total td {
  font-size: 16px;
  font-weight: 800;
  border-bottom: none;
  padding-top: 16px;
  padding-bottom: 16px;
}
.woocommerce-checkout #order_review tfoot .order-total .woocommerce-Price-amount {
  color: var(--sc-price);
}

/* ---- Thanh toán ---- */
.woocommerce-checkout #payment {
  background: var(--sc-mist);
  border-radius: 0;
  padding: 18px 22px 22px;
  border-top: 1px solid var(--sc-border);
}
.woocommerce-checkout #payment ul.payment_methods {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  border: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
  background: #fff;
  border: 1px solid var(--sc-border);
  border-radius: 8px;
  padding: 12px 14px;
  margin: 0 0 10px;
}
.woocommerce-checkout #payment ul.payment_methods li label {
  font-weight: 600;
  color: var(--sc-text);
  display: inline;
  margin: 0 0 0 4px;
}
.woocommerce-checkout #payment .payment_box {
  background: var(--sc-mist);
  border-radius: 8px;
  padding: 12px 14px;
  margin: 10px 0 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--sc-muted);
}
.woocommerce-checkout #payment .payment_box::before {
  display: none;
}

/* ---- Nút đặt hàng ---- */
.woocommerce-checkout #payment #place_order,
.woocommerce-checkout #place_order {
  background: var(--sc-primary) !important;
  color: #fff !important;
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: var(--sc-transition);
  float: none;
}
.woocommerce-checkout #place_order:hover {
  background: var(--sc-primary-600) !important;
  transform: translateY(-1px);
  box-shadow: var(--sc-shadow);
}
.woocommerce-checkout .form-row.place-order {
  padding: 0;
  margin: 8px 0 0;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin: 0 0 14px;
  font-size: 13.5px;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .woocommerce-checkout .sc-checkout-grid {
    display: block;
  }
  .woocommerce-checkout .sc-checkout-side {
    position: static;
    margin-top: 4px;
  }
}
@media (max-width: 480px) {
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-checkout .woocommerce-additional-fields {
    padding: 16px 14px 4px;
  }
  .woocommerce-checkout #order_review .shop_table th,
  .woocommerce-checkout #order_review .shop_table td,
  .woocommerce-checkout #payment {
    padding-left: 14px;
    padding-right: 14px;
  }
}
/* ===== CHECKOUT REDESIGN 2026 — END ===== */

/* ============================================================================
   ===== CART REDESIGN 2026 — START (an toàn xóa cả khối này để hoàn tác) =====
   Trang Giỏ hàng (/gio-hang/): bố cục 2 cột — danh sách sản phẩm bên trái (thẻ
   trắng), tổng giỏ hàng bên phải (sticky). Đồng bộ tông xanh + token --sc-* với
   trang Thanh toán. Scope dưới body.woocommerce-cart; nạp trước woocommerce.css
   nên dùng selector đặc hiệu cao để thắng cascade.
   ============================================================================ */

/* ---- Lưới 2 cột ---- */
.woocommerce-cart .sc-cart-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 26px;
  margin: 8px 0 0;
}
.woocommerce-cart .sc-cart-main {
  flex: 2 1 540px;
  min-width: 0;
}
.woocommerce-cart .sc-cart-side {
  flex: 1 1 320px;
  position: sticky;
  top: 20px;
}

/* ---- Thẻ chứa bảng sản phẩm ---- */
.woocommerce-cart .sc-cart-main .woocommerce-cart-form {
  background: #fff;
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--sc-shadow-sm);
}
.woocommerce-cart .woocommerce-cart-form table.cart.shop_table {
  width: 100%;
  margin: 0;
  border: none;
  border-collapse: collapse;
  border-radius: 0;
}
.woocommerce-cart .woocommerce-cart-form table.cart thead th {
  background: var(--sc-mist);
  color: var(--sc-muted);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 13px 16px;
  border: none;
  border-bottom: 1px solid var(--sc-border);
  text-align: left;
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody td {
  padding: 16px;
  border: none;
  border-bottom: 1px solid var(--sc-border);
  vertical-align: middle;
  font-size: 14px;
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item:hover td {
  background: #fcfdfe;
}

/* Cột xoá sản phẩm */
.woocommerce-cart .woocommerce-cart-form table.cart td.product-remove {
  width: 44px;
  text-align: center;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--sc-mist);
  color: var(--sc-muted) !important;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  transition: var(--sc-transition);
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-remove a.remove:hover {
  background: #fee2e2;
  color: #dc2626 !important;
}

/* Ảnh sản phẩm */
.woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail {
  width: 88px;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--sc-border);
  display: block;
}

/* Tên sản phẩm */
.woocommerce-cart .woocommerce-cart-form table.cart td.product-name a {
  color: var(--sc-text);
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1.45;
  text-decoration: none;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-name a:hover {
  color: var(--sc-primary);
}

/* Giá & thành tiền */
.woocommerce-cart .woocommerce-cart-form table.cart td.product-price {
  color: var(--sc-muted);
  white-space: nowrap;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-subtotal {
  color: var(--sc-price);
  font-weight: 700;
  white-space: nowrap;
}

/* ---- Bộ chỉnh số lượng (− input +) ---- */
.woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity .quantity {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--sc-border);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity .quantity button.minus,
.woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity .quantity button.plus {
  width: 34px;
  border: none;
  background: var(--sc-mist);
  color: var(--sc-text);
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition: var(--sc-transition);
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity .quantity button.minus:hover,
.woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity .quantity button.plus:hover {
  background: var(--sc-primary);
  color: #fff;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity .quantity input.qty {
  width: 46px;
  border: none;
  border-left: 1px solid var(--sc-border);
  border-right: 1px solid var(--sc-border);
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--sc-text);
  background: #fff;
  -moz-appearance: textfield;
  padding: 6px 0;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity .quantity input.qty::-webkit-outer-spin-button,
.woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ---- Hàng thao tác (cập nhật giỏ) ---- */
.woocommerce-cart .woocommerce-cart-form table.cart td.actions {
  padding: 16px;
  background: var(--sc-mist);
  border-bottom: none;
  text-align: right;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon {
  display: none; /* mã ưu đãi không dùng trên site này */
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions button[name="update_cart"] {
  background: #fff !important;
  color: var(--sc-text) !important;
  border: 1px solid var(--sc-border) !important;
  border-radius: 8px;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
  transition: var(--sc-transition);
  float: none;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions button[name="update_cart"]:hover {
  border-color: var(--sc-primary) !important;
  color: var(--sc-primary) !important;
  background: #fff !important;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions button[name="update_cart"][disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

/* ---- Thẻ tổng giỏ hàng (cột phải) ---- */
.woocommerce-cart .sc-cart-side .cart_totals {
  background: #fff;
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  padding: 22px;
  box-shadow: var(--sc-shadow-sm);
  width: auto;
  float: none;
}
.woocommerce-cart .sc-cart-side .cart_totals h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--sc-primary-dark);
  position: relative;
  padding: 0 0 12px;
  margin: 0 0 16px;
  border: none;
}
.woocommerce-cart .sc-cart-side .cart_totals h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 3px;
  background: var(--sc-sunline);
}
.woocommerce-cart .sc-cart-side .cart_totals table.shop_table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin: 0 0 18px;
}
.woocommerce-cart .sc-cart-side .cart_totals table.shop_table th,
.woocommerce-cart .sc-cart-side .cart_totals table.shop_table td {
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid var(--sc-border);
  font-size: 14px;
  text-align: left;
}
.woocommerce-cart .sc-cart-side .cart_totals table.shop_table th {
  color: var(--sc-muted);
  font-weight: 600;
}
.woocommerce-cart .sc-cart-side .cart_totals table.shop_table td {
  text-align: right;
  white-space: nowrap;
  color: var(--sc-text);
}
.woocommerce-cart .sc-cart-side .cart_totals tr.order-total th,
.woocommerce-cart .sc-cart-side .cart_totals tr.order-total td {
  border-bottom: none;
  padding-top: 14px;
}
.woocommerce-cart .sc-cart-side .cart_totals tr.order-total th {
  color: var(--sc-text);
  font-weight: 700;
  font-size: 15px;
}
.woocommerce-cart .sc-cart-side .cart_totals tr.order-total td,
.woocommerce-cart .sc-cart-side .cart_totals tr.order-total td strong,
.woocommerce-cart .sc-cart-side .cart_totals tr.order-total .woocommerce-Price-amount {
  color: var(--sc-price);
  font-size: 19px;
  font-weight: 800;
}

/* ---- Nút thanh toán ---- */
.woocommerce-cart .sc-cart-side .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .sc-cart-side .checkout-button {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--sc-primary) !important;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: var(--sc-transition);
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--sc-primary-600) !important;
  transform: translateY(-1px);
  box-shadow: var(--sc-shadow);
}

/* ---- Sản phẩm gợi ý (cross-sells) full-width ---- */
.woocommerce-cart .cart-collaterals {
  width: 100%;
  margin-top: 34px;
}
.woocommerce-cart .cart-collaterals .cross-sells {
  width: 100%;
  float: none;
}
.woocommerce-cart .cart-collaterals .cross-sells > h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--sc-primary-dark);
  margin: 0 0 18px;
}

/* ---- Trạng thái giỏ trống ---- */
.woocommerce-cart .sc-cart-empty {
  background: #fff;
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  box-shadow: var(--sc-shadow-sm);
  text-align: center;
  padding: 48px 24px;
  margin: 8px 0;
}
.woocommerce-cart .sc-cart-empty::before {
  content: '\f07a'; /* FontAwesome: biểu tượng giỏ hàng */
  font-family: FontAwesome;
  display: block;
  font-size: 48px;
  color: var(--sc-border);
  margin: 0 0 14px;
}
.woocommerce-cart .sc-cart-empty p.cart-empty {
  font-size: 18px;
  font-weight: 600;
  color: var(--sc-text);
  margin: 0 0 20px;
}
.woocommerce-cart .sc-cart-empty .return-to-shop {
  margin: 0;
}
.woocommerce-cart .sc-cart-empty .return-to-shop a.button {
  display: inline-block;
  background: var(--sc-primary) !important;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  transition: var(--sc-transition);
}
.woocommerce-cart .sc-cart-empty .return-to-shop a.button:hover {
  background: var(--sc-primary-600) !important;
  transform: translateY(-1px);
  box-shadow: var(--sc-shadow);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .woocommerce-cart .sc-cart-grid {
    display: block;
  }
  .woocommerce-cart .sc-cart-side {
    position: static;
    margin-top: 22px;
  }
}
@media (max-width: 768px) {
  /* woocommerce-smallscreen.css đã xếp chồng bảng; chỉnh lại thành thẻ gọn gàng */
  .woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item {
    display: block;
    position: relative;
    padding: 14px 14px 14px 100px;
    border-bottom: 1px solid var(--sc-border);
    min-height: 96px;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td {
    border: none !important;
    padding: 4px 0 !important;
    text-align: right;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart td.product-name::before,
  .woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail::before,
  .woocommerce-cart .woocommerce-cart-form table.cart td.product-remove::before,
  .woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity::before {
    display: none !important;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail {
    position: absolute;
    left: 14px;
    top: 14px;
    width: 72px;
    padding: 0 !important;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail img {
    width: 72px;
    height: 72px;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart td.product-remove {
    position: absolute;
    right: 10px;
    top: 12px;
    width: auto;
    padding: 0 !important;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart td.product-name {
    text-align: left;
    padding-right: 28px !important;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity {
    text-align: left;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart td.actions {
    text-align: center;
    padding: 14px !important;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart td.actions button[name="update_cart"] {
    width: 100%;
  }
}
/* ===== CART REDESIGN 2026 — END ===== */

/* =====================================================================
   TIN TỨC / DỰ ÁN / VỀ CHÚNG TÔI (CHỨNG NHẬN) — đồng bộ gu hệ thống xanh
   ===================================================================== */

/* ---- Tiêu đề trang danh mục (Tin tức / Dự án) ---- */
.archive-header {
  margin: 0 0 18px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--sc-border);
}
.archive-header__title {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--sc-text);
  position: relative;
  padding-left: 14px;
}
.archive-header__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 4px;
  background: var(--sc-primary);
}
.archive-header__desc {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--sc-muted);
}

/* ---- Thanh chip danh mục con ---- */
ul.list_categories {
  border-bottom: 1px solid var(--sc-border);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 4px;
  padding: 0 0 14px;
}
ul.list_categories li {
  display: inline-flex;
  padding: 0;
  margin: 0;
  text-transform: none;
  font-weight: 600;
}
ul.list_categories li a {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  background: var(--sc-mist);
  border: 1px solid var(--sc-border);
  color: var(--sc-text);
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  transition: var(--sc-transition);
}
ul.list_categories li a:hover {
  background: var(--sc-primary);
  border-color: var(--sc-primary);
  color: #fff;
}
ul.list_categories li.parent_cat {
  padding: 0;
  background: transparent;
}
ul.list_categories li.parent_cat a {
  background: var(--sc-primary);
  border-color: var(--sc-primary);
  color: #fff;
}
ul.list_categories li.parent_cat a:hover {
  background: var(--sc-primary-600);
  border-color: var(--sc-primary-600);
  color: #fff;
}

/* ---- Lưới thẻ tin (Tin tức / Dự án) ---- */
.archive .list_post_categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
  margin-top: 22px;
}
.list_post_categories .list_post_item {
  display: flex !important;
  flex-direction: column;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--sc-border) !important;
  border-radius: var(--sc-radius);
  background: #fff;
  overflow: hidden;
  box-shadow: var(--sc-shadow-sm);
  transition: var(--sc-transition);
}
.list_post_categories .list_post_item:hover {
  box-shadow: var(--sc-shadow);
  transform: translateY(-3px);
  border-color: transparent !important;
}
.list_post_categories .list_post_item .thumbnail {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  height: 190px !important;
  background-color: var(--sc-mist);
}
.list_post_categories .list_post_item .thumbnail a {
  display: block;
  height: 100%;
}
.list_post_categories .post_wrapper_content {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  padding: 16px 18px 18px;
  gap: 8px;
}
.list_post_categories h2.post_title {
  margin: 0;
}
.list_post_categories h2.post_title a {
  font-size: 16px;
  line-height: 1.45;
  color: var(--sc-text);
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list_post_categories .list_post_item:hover h2.post_title a {
  color: var(--sc-primary) !important;
}
.list_post_categories .post_meta p {
  margin: 0;
  font-size: 12.5px;
  color: var(--sc-muted);
}
.list_post_categories .excerpt {
  flex: 1 1 auto;
}
.list_post_categories .excerpt p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--sc-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list_post_categories .readmore {
  margin-top: auto;
  align-self: flex-start;
  padding: 7px 18px;
  font-size: 13px;
}
.list_post_categories .readmore i.fa {
  position: static;
  margin-left: 6px;
}
/* Phân trang trải trọn 1 hàng dưới lưới (không bị thành 1 ô grid căn giữa) */
.list_post_categories .tg_pagination,
.list_post_categories .woocommerce-pagination {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 8px;
}

/* Sidebar "Bài viết mới": bỏ viền bao trái/phải/dưới thừa */
.sidebar .widget_area {
  border: none;
}

/* ---- Bài viết đơn: Tin tức / Dự án / Chứng nhận nhà phân phối ---- */
.single_post_info {
  margin: 0 0 18px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--sc-border);
}
.single_post_info h2 {
  margin: 0 0 8px;
}
.single_post_info h2 a {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 800;
  color: var(--sc-text);
}
.single_post_info h2 a:hover {
  color: var(--sc-primary);
}
.single_post_info p {
  margin: 0;
  font-size: 13px;
  color: var(--sc-muted);
}
.content_single_post .text_content {
  font-size: 16px;
  line-height: 1.75;
  color: var(--sc-text);
}
.single-post .content_single_post .text_content p,
.content_single_post .text_content p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 16px;
}
.content_single_post .text_content h1,
.content_single_post .text_content h2,
.content_single_post .text_content h3,
.content_single_post .text_content h4 {
  color: var(--sc-text);
  font-weight: 700;
  line-height: 1.35;
  margin: 28px 0 12px;
}
.content_single_post .text_content h2 {
  font-size: 22px;
}
.content_single_post .text_content h3 {
  font-size: 19px;
}
.content_single_post .text_content h4 {
  font-size: 17px;
}
.content_single_post .text_content a {
  color: var(--sc-primary);
}
.content_single_post .text_content ul,
.content_single_post .text_content ol {
  margin: 0 0 16px;
  padding-left: 22px;
}
.content_single_post .text_content ul li,
.content_single_post .text_content ol li {
  margin: 0 0 6px;
}
/* Ảnh trong bài (đặc biệt là ảnh chứng nhận) -> khung gọn gàng */
.single-post .content_single_post .text_content img,
.content_single_post .text_content img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius);
  box-shadow: var(--sc-shadow-sm);
  transition: var(--sc-transition);
}
.single-post .content_single_post .text_content img:hover,
.content_single_post .text_content img:hover {
  box-shadow: var(--sc-shadow);
}

/* ---- Tin cùng chuyên mục (related) ---- */
.related_posts h2 {
  border-left: 4px solid var(--sc-primary);
  color: var(--sc-text);
}
.related_posts .list_item_related {
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sc-shadow-sm);
  transition: var(--sc-transition);
}
.related_posts .list_item_related:hover {
  box-shadow: var(--sc-shadow);
  transform: translateY(-3px);
}
.related_posts ul li .thumbnail {
  height: 160px;
  background: var(--sc-mist);
}
.related_posts ul li h4 {
  margin: 0;
  padding: 12px 14px 14px;
}
.related_posts ul li h4 a {
  font-size: 14px;
  line-height: 1.5;
  color: var(--sc-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related_posts ul li:hover h4 a {
  color: var(--sc-primary) !important;
}

/* ---- Về chúng tôi (SiteOrigin Page Builder) ---- */
.page-wrapper .panel-grid {
  margin-bottom: 8px;
}
.page-wrapper .widget-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--sc-text);
  margin: 0 0 14px;
  padding-left: 14px;
  position: relative;
}
.page-wrapper .widget-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  border-radius: 4px;
  background: var(--sc-primary);
}
.page-wrapper .textwidget {
  font-size: 16px;
  line-height: 1.75;
  color: var(--sc-text);
}
.page-wrapper .textwidget p {
  margin: 0 0 16px;
}
.page-wrapper .textwidget img {
  display: block;
  margin: 18px auto;
  max-width: 100%;
  height: auto;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius);
  box-shadow: var(--sc-shadow-sm);
  transition: var(--sc-transition);
}
.page-wrapper .textwidget img:hover {
  box-shadow: var(--sc-shadow);
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .archive .list_post_categories {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .single_post_info h2 a {
    font-size: 21px;
  }
  .archive-header__title {
    font-size: 21px;
  }
  .content_single_post .text_content,
  .single-post .content_single_post .text_content p,
  .content_single_post .text_content p,
  .page-wrapper .textwidget {
    font-size: 15px;
  }
}
/* ===== TIN TỨC / DỰ ÁN / VỀ CHÚNG TÔI — END ===== */
