@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

@font-face {
  font-family: 'FontAwesome';
  src: url('//cdn.hstatic.net/themes/1000166921/1001470249/14/fontawesome.eot?v=1553');
  src: url('//cdn.hstatic.net/themes/1000166921/1001470249/14/fontawesome.eot?v=1553') format('embedded-opentype')
     , url('//cdn.hstatic.net/themes/1000166921/1001470249/14/fontawesome.woff?v=1553') format('woff')
     , url('//cdn.hstatic.net/themes/1000166921/1001470249/14/fontawesome.ttf?v=1553') format('truetype')
     , url('//cdn.hstatic.net/themes/1000166921/1001470249/14/fontawesome.svg?v=1553') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdn.hstatic.net/themes/1000166921/1001470249/14/glyphicons-halflings-regular.eot?v=1553');
  src: url('//cdn.hstatic.net/themes/1000166921/1001470249/14/glyphicons-halflings-regular.eot?#iefix?v=1553') format('embedded-opentype')
     , url('//cdn.hstatic.net/themes/1000166921/1001470249/14/glyphicons-halflings-regular.woff?v=1553') format('woff')
     , url('//cdn.hstatic.net/themes/1000166921/1001470249/14/glyphicons-halflings-regular.ttf?v=1553') format('truetype')
     , url('//cdn.hstatic.net/themes/1000166921/1001470249/14/glyphicons-halflings-regular.svg#glyphicons_halflingsregular?v=1553') format('svg');
}

* {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
  margin: 0;
  padding: 0;
}

:root {
    --bg: #fafafa;
    --surface: #ffffff;
    --text: #1c1c1c;
    --muted: #999999;
    --accent: #d81e1e;
    --accent-dim: #b51818;
    --border: rgba(0, 0, 0, 0.08);
  // Phần about us
    --max-content-width: 1200px;
    --side-padding: 24px;
    --side-padding-tablet: 12px;
    --brand-red: #e8392c;
    --text-gray: #7a7a7a;
    --text-dark: #1a1a1a;
}

/* Giữ nguyên icon fonts */
.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}
.fa {
  font-family: 'FontAwesome' !important;
}

html,
body {
  border: 0;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
   scroll-behavior: smooth;
}
img {
  max-width: 100%;
  display: block;
}

.cn-img img{
	height: 100%;
	
}
body {
 	line-height:1.4;
	font-size: 14px;
	color:#231F20;
	overflow-x: hidden;
	background : #fff;
	position: initial !important;
}
/* 1.2 - HTML5 Elements */
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 1.4 - Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1A1A1A;
  margin: 0 0 13px;
  font-weight: 500;
  line-height: 1.2
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 13px;
  line-height: 18px;
}
h5 {
  font-size: 12px;
  line-height: 18px;
}
h6 {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}
p {
  margin: 0 0 10px;
  line-height: 21px
}

/* ==================== 1.5 - Links and Buttons ==================== */
a {
  color: #6b7280;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #ED1C24;
  text-decoration: none;
  outline: none;
}
a:active {
  outline: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1A1A1A;
  line-height: 1.1;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #ED1C24;
}
/* 1.6 - Tables */
table {
  width: 100%;
  border-spacing: 0;
}
table tr td {
  border-top: 1px solid #dddddd;
}
table tr td,
table tr th {
  padding: 10px;
  text-align: left;
}
table tr td:first-child,
table tr th:first-child {
  padding-left: 0;
}
table tr td:last-child,
table tr th:last-child {
  padding-right: 0;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
/* 2.3 - Lists */
ul {
  padding: 0;
  list-style-type: none;
}
ul.unstyled,
ol.unstyled {
  margin: 0;
  list-style: none outside none;
}
ul.unstyled > li,
ol.unstyled > li {
  list-style: none;
}
ul.horizontal > li,
ol.horizontal > li {
  display: block;
  float: left;
}
ul.horizontal-inline,
ol.horizontal-inline {
  text-align: center;
}
ul.horizontal-inline > li,
ol.horizontal-inline > li {
  display: inline;
  margin: 0 5px;
}
ul.expanded > li,
ol.expanded > li {
  margin-bottom: 10px;
}
a {
  transition: opacity 150ms linear
  , color 150ms linear
  , background 150ms linear;
}
input:focus {
  outline: none;
}
/* lazyload */
.owl-carousel .owl-item img,
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: initial !important;
}
img.owl-lazy:not([src]) {
  visibility: hidden;
}
.owl-carousel .owl-item img {
  width: auto !important;
  text-align: center;
  margin: auto;
  overflow: hidden;
}
.ratiobox {
  position: relative;
  display: block;
}
.ratiobox .ls-blur-up-is-loading,
.ratiobox .lazyload:not([src]) {
  visibility: hidden;
}
.ratiobox .ls-blur-up-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-family: "blur-up: auto"
  , "object-fit: contain";
  -o-object-fit: contain;
  object-fit: contain;
  filter: blur(8px);
  opacity: 1;
  transition: opacity 500ms
  , filter 700ms;
}
.ratiobox .ls-blur-up-img.ls-inview.ls-original-loaded {
  opacity: 0;
  filter: blur(5px);
}
/* END ++++ lazyload */
@media(min-width: 1200px) {
  .container-fluid {
    max-width: 2000px;
    padding: 0 75px;
    margin: 0 auto !important;
  }
  .wrapper-home-information .container-fluid {
    padding-left: 0;
  }
  .layout-pageContact .container-fluid {
    padding-left: 0;
  }
    .wrapper_width_content {
      max-width: 2000px;
      margin: 0 auto;
      min-height: 100vh;
  }
}
.mainContent-theme {
  min-height: 80vh;
}
/*========================================================================*/
main.main-index {
  position: relative;
  z-index: 99;
}

/* ==================== Buttons ==================== */

.button {
  --btn-bg: #ED1C24;
  --btn-text: #ffffff;
  --btn-radius: 10px;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 24px;
  border: 1px solid var(--btn-bg);
  border-radius: var(--btn-radius);
  background: var(--btn-bg);
  color: var(--btn-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease
  , box-shadow 0.2s ease
  , background-color 0.2s ease
  , color 0.2s ease
  , border-color 0.2s ease;
}

.button:hover, .button.dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}


.button.dark {
  background: transparent;
  color: var(--btn-bg);
  border-color: var(--btn-bg);
  box-shadow: none;
}

@media (max-width: 767px) {
  .button {
    min-height: 42px;
    padding: 11px 18px;
    font-size: 10px;
  }
}

.wrap-flex-align {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
button:focus {
  border-color: transparent;
  outline: none;
}

.heading-page h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #ED1C24;
  text-transform: uppercase;
}

.sitebox-recaptcha {
  padding: 6px 0 0;
  text-align: left;
  color: #9e9e9e;
  font-size: 13px;
  clear: both;
}
.sitebox-recaptcha a {
  color: #2962ff;
}
.grecaptcha-badge {
  visibility: hidden;
}

.pd-page {
  padding: 30px 0;
}
.main-body {
  position: relative;
}
@media(min-width: 1200px) {
  .animation-tran .site-animation {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: opacity 300ms linear
    , transform 300ms linear;
    -moz-transition: opacity 300ms linear
    , transform 300ms linear;
    -o-transition: opacity 300ms linear
    , transform 300ms linear;
    transition: opacity 300ms linear
    , transform 300ms linear
  }
  .animation-tran.active .site-animation {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}


/*
   --------------------------------------------------------------------------------
   HEADER
   --------------------------------------------------------------------------------
*/

.search-bar-mobile {
  display: none;
  padding: 5px;
  position: relative;
}
.search-bar-mobile form.searchform {
  position: relative;
}
.search-bar-mobile form.searchform input.searchinput {
  padding: 0 40px 0 10px;
  height: 32px;
  font-size: 12px;
}
.search-bar-mobile form.searchform .btn-search {
  top: 0;
  right: 0;
  width: 40px;
  height: 32px;
  line-height: 32px;
}
.search-bar-mobile form.searchform .btn-search svg {
  width: 14px;
  height: 30px;
}
.search-bar-mobile form.searchform .close-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  margin: auto;
  height: 24px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  visibility: hidden;
}
.search-bar-mobile form.searchform .close-search svg {
  width: 20px;
  fill: #ED1C24;
}
.search-bar-mobile form.searchform.expanded .close-search {
  visibility: visible;
}
.search-bar-mobile form.searchform.expanded .btn-search {
  visibility: hidden;
}
.search-bar-mobile form.searchform input.searchinput:focus {
  border: 1px solid #ececec;
}
.search-bar-mobile .smart-search-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  z-index: 100;
  width: initial;
  background: #ffffff;
  padding: 0 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
/*--------------------- Menu Desktop ---------------------*/
.menu-desktop {
  position: relative;
}
#nav .main-nav * {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden
}
#nav nav.main-nav ul li a {
  color: #1A1A1A;
}
#nav nav.main-nav ul li a:hover {
  color: #ED1C24;
}
#nav .main-nav > ul > li {
  position: relative;
  float: none;
  display: inline-block;
}
#nav .main-nav > ul > li > a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0 15px;
  margin: 0 12px;
  position: relative;
}
#nav .main-nav > ul > li > a:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  border-bottom: 2px solid #5c5c5c;
  -webkit-transition: opacity 0.3s
  , -webkit-transform 0.3s;
  transition: opacity 0.3s
  , -webkit-transform 0.3s;
  transition: transform 0.3s
  , opacity 0.3s;
  transition: transform 0.3s
  , opacity 0.3s
  , -webkit-transform 0.3s;
}

#nav .main-nav > ul > li.active > a {
  color: #ED1C24;
}
#nav .main-nav ul {
  padding-left: 0;
  margin: 0;
}
#nav .main-nav ul > li a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 9px;
  margin-left: 4px;
  margin-bottom: 2px;
}
#nav .main-nav .sub_menu {
  border-radius: 0 0 5px 5px;
  background: #ffffff;
  position: absolute;
  z-index: 999;
  min-width: 100%;
  -webkit-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#nav .main-nav ul > li > ul {
  top: 100%;
  margin-top: -2px;
  border-top: 2px solid #5c5c5c;
}
#nav .main-nav li:hover > .sub_menu {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
#nav .main-nav .sub_menu a {
  padding: 9px 18px;
  white-space: nowrap;
  text-align: left;
  display: block;
  font-size: 14px;
  font-weight: 500;
}
#nav .main-nav .sub_menu .sub_menu {
  left: 100%;
  top: -2px;
  margin-left: 0;
  margin-top: 0;
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  -moz-transform: rotate3d(0, 1, 0, 90deg);
  -o-transform: rotate3d(0, 1, 0, 90deg);
  -ms-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg)
}
#nav .main-nav .sub_menu li:not(:first-child) {
  border-top: 1px solid #ecf0f1
}
#nav .main-nav ul > li:hover > a i {
  margin-bottom: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#nav .main-nav ul li .sub_menu li {
  position: relative
}
/*============================================================*/
.topbar {
  font-size: 15px;
}
.topbar p {
  padding: 4px 0;
  margin-bottom: 0;
}
.main-header.hSticky-nav .topbar {
  display: none
}
.flexContainer-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.header-upper-navbar .header-action {
  display: inline-block;
  vertical-align: middle;
}
.header-upper-navbar .header-action_backlink {
  display: none;
  width: 25px;
  padding-left: 2px;
  margin-right: 5px;
}
.header-upper-navbar .header-action_backlink a {
  display: block;
  font-size: 28px;
}
.header-wrap-icon {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.header-wrap-icon .header-action {
  display: inline-block;
  transition: opacity 150ms linear;
  font-size: 12px;
  margin-left: 12px;
  color: #333333;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-action_text .header-action__link {
  position: relative;
  display: block;
  font-size: 13px;
  color: #333333;
}
.header-action_text .header-action__link .box-icon,
.header-action_text .header-action__link .box-text {
  display: inline-block;
  vertical-align: middle;
}
.header-action_text .header-action__link .box-text {
  padding-left: 2px;
}
.header-action_text .header-action__link .box-text .txtbl {
  font-size: 14px;
  display: block;
  font-weight: 500;
}
.header-action_text .header-action__link .box-text .txt-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  max-width: 115px;
  overflow: hidden;
}
.header-action_text .header-action__link .box-text .fa {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 3px;
}
.header-action.header-action_cart{
  margin-left: 0px !important;
}
.header-action_text .header-action__link .box-icon {
  position: relative;
  width: 32px;
  height: 40px;
  text-align: center;
}
.header-action_text .header-action__link .box-icon svg {
  width: 22px;
  height: 40px;
  fill: #252a2b;
}
.header-action_text .header-action__link .box-icon svg.svg-ico-cart {
  height: 38px;
}
.header-action_text .header-action__link .box-icon svg.svg-ico-account {
  width: 23px;
}
.header-action_text .header-action__link .box-icon .box-icon--close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease-in-out
  , -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out
  , transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out
  , transform 0.35s ease-in-out
  , -webkit-transform 0.35s ease-in-out;
}
.header-action_text .header-action__link .box-icon .count-holder {
  position: absolute;
  top: 12px;
  height: 18px;
  line-height: 18px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
}
.header-action_text .header-action__link .box-icon .count {
  transition: top 150ms linear;
  position: relative;
  top: 0;
  animation-duration: 300ms;
}
.header-action_text .header-action__link .box-icon .count {
  animation-name: scroll-in
}
.header-action_text .header-action__link:hover .box-icon .count {
  color: #ED1C24;
  animation-name: scroll-out
}
.header-action_text .header-action__link:hover svg.svg-ico-search {
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@keyframes scroll-in {
  0% {
    top: 2px
  }
  49% {
    top: -14px
  }
  50% {
    top: 19px
  }
  100% {
    top: 2px
  }
}
@keyframes scroll-out {
  0% {
    top: 2px
  }
  49% {
    top: 19px
  }
  50% {
    top: -14px
  }
  100% {
    top: 2px
  }
}
.header-action_dropdown {
  position: absolute;
  top: calc(100% + 15px);
  left: auto;
  right: -15px;
  z-index: 990;
  min-width: 280px;
  border-radius: 3px;
  color: #677279;
  background: #ffffff;
  border: solid 1px #dfe3e8;
  /*background-image: linear-gradient(to bottom, #ffffff, #f9fafb);*/
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: opacity 0.25s ease-in-out
  , visibility 0.25s ease-in-out
  , max-height 0s linear 0.25s
  , -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out
  , transform 0.25s ease-in-out
  , visibility 0.25s ease-in-out
  , max-height 0s linear 0.25s;
  transition: opacity 0.25s ease-in-out
  , transform 0.25s ease-in-out
  , visibility 0.25s ease-in-out
  , max-height 0s linear 0.25s
  , -webkit-transform 0.25s ease-in-out;
  will-change: transform;
}
.header-action_dropdown .box-triangle {
  position: absolute;
  bottom: calc(100% - 5px);
  margin: 0 auto;
  width: 22px;
  height: 15px;
  right: 20px;
}
.header-action_account .header-action_dropdown .box-triangle {
  right: 64px;
} /* 15 + 32 + 12+ 5*/
.header-action_search .header-action_dropdown .box-triangle {
  right: 108px;
} /* 15 + 32 + 12+ 5 +12+ 32*/
.header-action_dropdown .box-triangle svg {
  -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}
.header-action_dropdown .header-dropdown_content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 20px 15px;
}
.header-action_cart .header-action_dropdown .header-dropdown_content {
  padding-left: 0;
  padding-right: 0;
}
.header-action_search .header-action_dropdown .header-dropdown_content .ttbold {
  font-size: 17px;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
  font-weight: 500;
  padding: 6px 10px;
  text-align: center;
  border-bottom: 1px solid #ededed;
}
.header-action.show-action .header-action_dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1)
  , visibility 0.4s linear
  , -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1)
  , transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1)
  , visibility 0.4s linear;
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1)
  , transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1)
  , visibility 0.4s linear
  , -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}
.site-overlay {
  background: rgba(225, 225, 225, 0.05);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear;
}
.locked-scroll .site-overlay {
  opacity: 1;
  visibility: visible;
}
.main-header {
  background: #ffffff;
  // position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: background 0.3s ease-in-out
  , -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out
  , -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out
  , box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out
  , box-shadow 0.3s ease-in-out
  , -webkit-box-shadow 0.3s ease-in-out;
}

.main-header .wrap-logo a {
  font-size: 30px;
  font-weight: bold;
  color: #ED1C24
}
.main-header:not(.hSticky-nav) .wrap-logo a img {
  max-width: 100%;
  max-height: 60px;
}
.header-navbar-menu .wrap-logo-sticky {
  display: none;
}
.main-header.hSticky {
  visibility: hidden;
  opacity: 0;
}
.main-header.hSticky.hSticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-header.hSticky.hSticky-nav.hSticky-up {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-header.hSticky-nav .wrap-logo-sticky a {
  font-size: 24px;
}
.hSticky-nav #nav .main-nav > ul > li > a {
  padding: 20px 0
}
@media(max-width: 1199px) and (min-width: 992px) {
  #nav nav.main-nav ul li a {
    font-size: 14px;
    margin: 0 10px;
  }
  .main-header .wrap-logo a {
    font-size: 24px;
  }
}
@media(min-width: 992px) {
  .header-navbar-menu .wrap-logo-sticky,
  .main-header .wrap-logo {
    min-width: 80px;
  }
  .header-action_cart .header-action_dropdown {
    width: 450px;
  }
  .header-action_search .header-action_dropdown {
    width: 400px;
  }
  .header-action_account .header-action_dropdown {
    width: 340px;
  }
  .header-action_account .header-action_dropdown.header-action_widthAuto {
    width: auto;
    min-width: 250px
  }

  .main-header.hSticky-nav .header-action_dropdown {
    top: calc(100% + 5px);
  }
  .main-header.hSticky-nav .wrap-logo a img {
    max-height: 50px;
  }
  /*fix bug*/
  .hSticky .header-action.show-action .header-action_dropdown,
  .hSticky-nav .header-action.show-action .header-action_dropdown {
    visibility: hidden;
    opacity: 0;
  }
  .hSticky-nav.hSticky-up .header-action.show-action .header-action_dropdown {
    visibility: visible;
    opacity: 1;
  }

  .locked-scroll .hSticky ~ .site-overlay,
  .locked-scroll .hSticky-nav ~ .site-overlay {
    opacity: 0;
    visibility: hidden;
  }
  .locked-scroll .hSticky-nav.hSticky-up ~ .site-overlay {
    opacity: 1;
    visibility: visible;
  }
}
@media(max-width: 991px) {
  .locked-scroll {
    overflow: hidden;
    width: 100%;
    top: 0;
  }
  .locked-scroll .main-header {
    position: fixed;
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .locked-scroll .main-header.hSticky.hSticky-nav.hSticky-up,
  .locked-scroll .main-header.hSticky.hSticky-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .main-header .header-upper-middle {
    padding: 10px 0;
    position: relative;
    background: #ED1C24
  }
  .flexContainer-header > div.header-upper-logo {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
  .flexContainer-header > div.header-upper-icon {
    padding-left: 0;
  }

  .flexContainer-header > div.header-upper-logo .wrap-logo img {
    max-width: 180px;
    max-height: 60px;
  }
  .flexContainer-header > div[class*='header-upper-'],
  .flexContainer-header .header-wrap-icon {
    position: initial;
  }
  .header-action_text .header-action__link .box-text {
    display: none
  }
  .search-bar-mobile {
    display: block;
  }
  .main-header:not(.hSticky-nav) .header-search-mobile {
    border-top: 1px solid #f5f5f5;
  }
  .main-header.hSticky-nav .header-search-mobile {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    padding: 0 60px 0 60px;
    /*header-wrap-icon_100 ++ header-upper-navbar_60*/
  }
  .main-header.hSticky-nav .search-bar-mobile form.searchform {
    position: relative;
    visibility: visible;
    margin: 0 auto;
  }
  .main-header.hSticky-nav .search-bar-mobile .smart-search-wrapper {
    visibility: visible;
    top: calc(100% + 10px);
  }
  .main-header.hSticky-nav .header-upper-logo {
    display: none;
  }
  .main-header:not(.hSticky-nav) .wrap-logo a img {
    margin: 0 auto;
  }
  /* product header fixed*/
  .main-body-product .main-header.hSticky-nav .header-upper-navbar .header-action_backlink {
    display: inline-block;
    height: 30px;
    line-height: 30px;
  }
  .main-body-product .main-header.hSticky-nav .header-search-mobile {
    display: none;
  }
  .main-body-product .main-header.hSticky-nav .header-wrap-icon .header-action.header-action_search {
    display: block;
  }
  .main-body-product .main-header.hSticky-nav .header-action_menu .box-triangle {
    left: 50px;
  }
  /* end */
  .header-action_dropdown {
    right: 0;
    left: 0;
    top: 100%;
    width: 100vw;
    height: 100vh;
  }
  .header-action_dropdown .header-dropdown_content {
    overflow: auto;
    padding-bottom: 210px;
    -webkit-overflow-scrolling: touch;
  }
  .header-action_menu .header-action_dropdown .header-dropdown_content {
    padding: 0 0 80px;
  }
  .header-action.show-action .header-action_text .header-action__link .box-icon .box-icon--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .header-action.show-action .header-action_text .header-action__link .box-icon > svg,
  .header-action.show-action .header-action_text .header-action__link .box-icon .count-holder {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .header-wrap-icon .header-action.header-action_search {
    display: none;
  }
  .header-action_dropdown .box-triangle {
    right: 20px;
  }
  .header-action_account .header-action_dropdown .box-triangle {
    right: 64px;
  }
  .header-action_search .header-action_dropdown .box-triangle {
    right: 108px;
  }
  .header-action_menu .box-triangle {
    right: initial;
    left: 15px;
    bottom: calc(100% - 3px);
  }
}
@media(max-width: 767px) {
  .flexContainer-header > div.header-upper-logo .wrap-logo a {
    font-size: 24px;
  }
  .flexContainer-header > div.header-upper-logo .wrap-logo img {
    max-width: 160px;
  }
}
/*============================ HEADER 01 ============================*/
.topbar_temp01 {
  background: #CA252B;
  color: #ffffff;
}
.mainHeader_temp01 .menu-desktop {
  text-align: center;
}
@media(min-width: 992px) {
  .mainHeader_temp01:not(.hSticky-nav) .wrap-logo a {
    color: #252a2b;
  }
  .mainHeader_temp01:not(.hSticky-nav) .wrap-logo a img {
    margin: 0 auto;
  }
  .mainHeader_temp01:not(.hSticky-nav) .header-upper-middle {
    background: #EFEFF0;
  }
  .mainHeader_temp01:not(.hSticky-nav) .header-action_text .header-action__link .box-icon svg {
    fill: #252a2b;
  }
  .mainHeader_temp01:not(.hSticky-nav) .header-action_text .header-action__link .box-icon .count-holder {
    color: #252a2b;
  }
  .mainHeader_temp01 .header-upper-middle {
    padding: 15px 0;
  }
  .mainHeader_temp01.hSticky-nav .header-upper-logo,
  .mainHeader_temp01.hSticky-nav .header-upper-navbar {
    display: none !important;
  }
  .mainHeader_temp01.hSticky-nav .header-upper-middle {
    visibility: hidden;
    z-index: 5;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mainHeader_temp01.hSticky-nav .flexContainer-header {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .mainHeader_temp01.hSticky-nav .header-upper-icon {
    visibility: visible;
    opacity: 1;
    width: initial;
  }
  .mainHeader_temp01.hSticky-nav .header-navbar-menu {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .mainHeader_temp01.hSticky-nav .header-navbar-menu .wrap-logo-sticky {
    text-align: left;
    position: relative;
    z-index: 6;
    display: block;
    max-width: 20%;
  }
  .mainHeader_temp01.hSticky-nav .header-navbar-menu .navbar-mainmenu {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 140px;
  }
}
/*============================ HEADER 02 ============================*/
.topbar_temp02 {
  background: #CA252B;
  color: #ffffff;
}
@media(min-width: 992px) {
  .mainHeader_temp02:not(.hSticky-nav) .wrap-logo a {
    color: #252a2b;
  }
  .mainHeader_temp02:not(.hSticky-nav) {
    background: #ffffff;
  }
  .mainHeader_temp02:not(.hSticky-nav) .header-action_text .header-action__link .box-icon svg {
    fill: #252a2b;
  }
  .mainHeader_temp02 .flexContainer-header .header-upper-menu {
    padding: 0;
  }
  .mainHeader_temp02 .flexContainer-header .header-upper-logo {
    max-width: 22%;
  }
  .mainHeader_temp02:not(.hSticky-nav) #nav .main-nav > ul > li > a {
    padding: 25px 0;
    color: #252a2b;
  }
  .mainHeader_temp02:not(.hSticky-nav) #nav .main-nav > ul > li > a:hover {
    color: #CA252B;
  }
  .mainHeader_temp02:not(.hSticky-nav) .header-action_text .header-action__link .box-icon .count-holder {
    color: #252a2b;
  }
  .mainHeader_temp02.hSticky-nav .wrap-logo a {
    font-size: 24px;
  }
  .mainHeader_temp02 .wrap-logo a {
    font-size: 27px;
  }
}
@media(max-width: 1199px) and (min-width: 992px) {
  .mainHeader_temp02 .wrap-logo a {
    font-size: 24px;
  }
}
/*============================ HEADER 03 ============================*/
.topbar_temp03 {
  background: #ED1C24;
  color: #ffffff;
}
.mainHeader_temp03 .header-upper-middle .header-search {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product {
  position: relative;
  z-index: 100;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .input-search {
  padding: 10px 50px 10px 20px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ececec;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 150ms linear;
  transition: all 200ms ease;
  box-shadow: 0 0 0 2px white;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .btn-search {
  position: absolute;
  padding: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0 20px 20px 0;
  border: 0;
  width: 50px;
  background: #D10009;
  transition: opacity 150ms linear;
  box-shadow: 0 0 0 2px white; 
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .btn-search svg {
  width: 18px;
  height: 40px;
  display: block;
  margin: auto;
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 1.5;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .close-search {
  position: absolute;
  right: 58px;
  top: 0;
  bottom: 0;
  z-index: 100;
  margin: auto;
  height: 25px;
  cursor: pointer;
  visibility: hidden;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .close-search svg {
  width: 20px;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .input-search:focus {
  background: #ffffff;
  outline: none;
  border-color: #ED1C24;
}
.mainHeader_temp03 .header-upper-middle .header-search .smart-search-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: black;
  display: none;
  opacity: 0.2;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product.expanded .close-search {
  visibility: visible;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product.expanded ~ .searchform-backdrop {
  display: block;
}
@media(min-width: 992px) {
  .mainHeader_temp03:not(.hSticky-nav) .wrap-logo a {
    color: #252a2b;
  }
  .mainHeader_temp03:not(.hSticky-nav) .header-upper-middle {
    background: #ED1C24;
  }
  .mainHeader_temp03:not(.hSticky-nav) .header-action_text .header-action__link .box-icon svg {
    fill: #252a2b;
  }
  .mainHeader_temp03:not(.hSticky-nav) .header-action_text .header-action__link {
    color: #252a2b;
  }
  .mainHeader_temp03 .header-upper-middle {
    padding: 6px 0;
  }

  .mainHeader_temp03 .flexContainer-header .header-upper-search {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .mainHeader_temp03 .flexContainer-header .header-upper-search {
    padding: 0 100px;
  }
  .mainHeader_temp03 .header-upper-middle .header-action_search {
    display: none;
  }
  .mainHeader_temp03:not(.hSticky-nav) .header-wrap-icon .header-action {
    position: relative;
    margin-left: 45px;
  }
  .mainHeader_temp03:not(.hSticky-nav) .menu-desktop #nav .main-nav > ul > li > a {
    margin-left: 0;
    margin-right: 25px;
  }
  .mainHeader_temp03:not(.hSticky-nav) .menu-desktop .main-nav {
    text-align: left;
  }
  .mainHeader_temp03:not(.hSticky-nav) .header-action .header-action_dropdown .box-triangle {
    right: 25px;
  }

  .mainHeader_temp03.hSticky-nav .header-upper-logo,
  .mainHeader_temp03.hSticky-nav .header-upper-search {
    display: none !important;
  }
  .mainHeader_temp03.hSticky-nav .header-upper-middle {
    visibility: hidden;
    z-index: 5;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mainHeader_temp03.hSticky-nav .flexContainer-header {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .mainHeader_temp03.hSticky-nav .header-upper-icon {
    visibility: visible;
    opacity: 1;
    width: initial;
  }
  .mainHeader_temp03.hSticky-nav .header-navbar-menu {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .mainHeader_temp03.hSticky-nav .header-navbar-menu .wrap-logo-sticky {
    text-align: left;
    position: relative;
    z-index: 6;
    display: block;
    max-width: 20%;
  }
  .mainHeader_temp03.hSticky-nav .header-navbar-menu .navbar-mainmenu {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 140px;
  }
  .mainHeader_temp03.hSticky-nav .header-upper-middle .header-action_search {
    display: block;
  }
  .mainHeader_temp03.hSticky-nav .header-action_text .header-action__link .box-text {
    display: none
  }
}
@media(max-width: 991px) {
  .mainHeader_temp03 .header-upper-search {
    display: none
  }
}


/*
   --------------------------------------------------------------------------------
   INDEX
   --------------------------------------------------------------------------------
*/
#home-slider {
  position: relative;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.slider-arrow:hover {
  background: rgba(255, 255, 255, 1);
}

.slider-arrow svg {
  width: 20px;
  height: 20px;
  color:  #ED1C24;
}

.slider-arrow--prev {
  left: 16px;
}

.slider-arrow--next {
  right: 16px;
}

/* Responsive: ẩn trên mobile nhỏ */
@media (max-width: 480px) {
  .slider-arrow {
    width: 34px;
    height: 34px;
  }
  .slider-arrow svg {
    width: 16px;
    height: 16px;
  }
}
#homepage_slider .owl-dots {
  position: absolute;
  bottom: 8px;
  text-align: center;
  width: 100%;
}
#homepage_slider .owl-dots .owl-dot {
  display: inline-block;
}
#homepage_slider .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  border: 2px solid #ffffff;
  -webkit-transition: color 0.2s ease-in-out
  , background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out
  , background 0.2s ease-in-out;
}
#homepage_slider .owl-dots .owl-dot.active span {
  background: #ED1C24;
  border: 2px solid#ED1C24;
}
.wrapper-heading-home {
    padding: 40px 0;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.wrapper-heading-home::before,
.wrapper-heading-home::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #ED1C24;
}


.wrapper-heading-home h2 {
  font-size: 28px;
  line-height: 1.6;
  margin: 0;
  font-weight: 900;
  color: #ED1C24;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-stroke: 3px #ffffff;
  paint-order: stroke fill;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: start;
}
.block-banner-category {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  margin: 4px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caption_banner {
  position: absolute;
  width: 100%;
  padding: 20px 30px;
  bottom: 0;
  color: #ffffff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  /* ✅ Gradient đậm hơn, trải đều hơn */
}

.caption_banner span {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.90);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 6px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
}

.block-banner-category a.link-banner {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.caption_banner h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 6px 0 14px;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  /* ✅ Đổ bóng rõ hơn */
}

/* ✅ Sửa lại button - thêm chữ rõ ràng */
.caption_banner .button {
  display: inline-flex;        
  align-items: center;         
  justify-content: center;   
  padding: 10px 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  background: #C0392B;
  border-radius: 4px;
  transition: all 0.3s ease;
  line-height: 1;              
  vertical-align: middle;
}
.caption_banner .button:before {
  background-color: rgba(255, 255, 255, 0.15);
}

.caption_banner .button:hover {
  background-color: #ffffff !important;
  color: #333333 !important;
  /* ✅ Hover: nền trắng chữ tối */
  border-color: #ffffff;
}
.wrap-collection-title {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .wrap-collection-title {
  margin-top: 20px;
}
}
.wrapper-home-banner,
.wrapper-home-information {
  margin-top: 40px
}
.wrapper-home-banner .home-banner-pd {
  padding: 0;
}
.wrapper-home-information {
  background-color: #f5f5f5;
}
.flex-container-information {
  margin: 0 -15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.wrap-pd-infor {
  padding: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.box-banner-inf h2 {
  color: #ffffff;
  font-size: 54px;
  margin: 0;
  font-weight: 700;
}
.box-banner-inf a.button {
  margin-top: 65px;
}
.wrap-pd-infor .inf-content {
  font-size: 15px;
  font-weight: 500;
  margin: auto;
}
.wrap-pd-infor.box_stick .container-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: background 200ms linear;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap-pd-infor.box_stick .container-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .4;
  transition: opacity 200ms linear
  , background 200ms linear;
}
.wrap-pd-infor.box_stick img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  -ms-transition: opacity 150ms linear;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.list-slider-banner .owl-item:not(.active) {
  opacity: 0.6
}
.list-slider-banner.owl-carousel .owl-nav .owl-prev,
.list-slider-banner.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  -webkit-box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  vertical-align: middle;
  line-height: 0;
}
.list-slider-banner.owl-carousel .owl-nav .owl-prev:before,
.list-slider-banner.owl-carousel .owl-nav .owl-next:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  border-radius: 50%;
}
.list-slider-banner.owl-carousel .owl-nav .owl-prev {
  left: 35px;
}
.list-slider-banner.owl-carousel .owl-nav .owl-prev:before {
  content: "\f104";
}
.list-slider-banner.owl-carousel .owl-nav .owl-next {
  right: 35px;
}
.list-slider-banner.owl-carousel .owl-nav .owl-next:before {
  content: "\f105";
}
.list-slider-banner.owl-carousel .owl-stage {
  margin: 0 auto;
}
.list-slider-banner .caption_banner_slide {
  position: absolute;
  width: 100%;
  padding: 15px 20px;
  bottom: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
.list-slider-banner .caption_banner_slide h3 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 12px;
  color: #ffffff;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.list-slider-banner .button {
  padding: 5px 15px;
}
.list-slider-banner a.link-banner:not(.lazyloaded) + .caption_banner_slide {
  visibility: hidden;
}
/*------------------------- PRODUCT ITEM-------------------------*/
.pro-loop {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  margin-bottom: 10px;
  padding: 12px;
}

.pro-loop .product-detail {
  padding: 20px 0 0 0;
}
.pro-loop .product-img {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pro-loop .product-img .product-sale,
.pro-loop .product-img .sold-out {
  position: absolute;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  font-weight: bold;
  z-index: 9;
  color: #1A1A1A;
  background: #ffffff;
  border: 1px solid #ededed;
}
.pro-loop .product-img .product-sale {
  top: 10px;
  left: 10px;
  color: #f94c43;
}
.pro-loop .product-img .sold-out {
  right: 10px;
  bottom: 10px
}
.pro-loop .product-img .sold-out span {
  opacity: .66;
}
.product-detail .box-pro-detail {
  z-index: 9;
  width: 100%;
}
.pro-loop .product-detail h3 {
  margin: 0 0 5px;
  font-size: 14px;
  position: relative;
}
.pro-loop .product-detail h3 a {
  line-height: 16px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.pro-price-mb {
  display: none;
}
p.pro-price {
  color: #1A1A1A;
  font-size: 14px;
  margin: 0;
}
p.pro-price.highlight {
  color: #f94c43;
}
p.pro-price span.pro-price-del {
  color: #939393;
  font-size: 13px;
  margin-left: 5px;
}
.pro-loop .product-img .button-add {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 37%;
  // transform: translateY(-37%);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.pro-loop .product-img button {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  border: 0;
  background: #191919;
  color: #ffffff;
  padding: 6px 20px;
}
.pro-loop .product-img button i {
  margin-left: 8px;
  font-size: 14px;
}
.pro-loop .product-img picture {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pro-loop .product-img picture:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
@media(min-width: 1024px) {
  .wrapper-collection-1 .pro-loop,
  .wrapper-collection-2 .pro-loop,
  .search-list-results .pro-loop,
  #collection .pro-loop.col-5 {
    width: 20%;
  }
  .wrapper-collection-1 .pro-loop:nth-child(6).pro-loop-lastHide,
  .wrapper-collection-2 .pro-loop:nth-child(6).pro-loop-lastHide,
  .list-productRelated .pro-loop:nth-child(6).pro-loop-lastHide {
    display: none
  }

  .pro-loop:hover .product-img .button-add {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
  }
  .pro-loop:hover .product-img picture:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
  }
  .pro-loop:hover .product-img picture:nth-of-type(1) {
    opacity: 0;
    visibility: hidden;
  }
}
@media(max-width: 1023px) and (min-width: 992px) {
  .wrapper-collection-1 .container-fluid,
  .wrapper-collection-2 .container-fluid {
    padding: 0 30px;
  }
  .wrapper-collection-1 .pro-loop:nth-child(10).pro-loop-lastHide,
  .wrapper-collection-2 .pro-loop:nth-child(10).pro-loop-lastHide,
  .list-productRelated .pro-loop:nth-child(10).pro-loop-lastHide {
    display: none
  }
}
@media(max-width: 991px) and (min-width: 768px) {
  .wrapper-collection-1 .container-fluid,
  .wrapper-collection-2 .container-fluid {
    padding: 0 30px;
  }
  .wrapper-collection-1 .pro-loop:nth-child(15).pro-loop-lastHide,
  .wrapper-collection-2 .pro-loop:nth-child(15).pro-loop-lastHide,
  .list-productRelated .pro-loop:nth-child(15).pro-loop-lastHide {
    display: none
  }
}
@media(max-width: 767px) {
  .wrapper-collection-1 .pro-loop:nth-child(5).pro-loop-lastHide,
  .wrapper-collection-2 .pro-loop:nth-child(5).pro-loop-lastHide,
  .wrapper-collection-1 .pro-loop:nth-child(15).pro-loop-lastHide,
  .wrapper-collection-2 .pro-loop:nth-child(15).pro-loop-lastHide,
  .list-productRelated .pro-loop:nth-child(15).pro-loop-lastHide {
    display: none
  }
  .longarrow {
    display: none;
  }
  .pro-price-mb {
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 9px;
  }
  .pro-price-mb .pro-price {
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 3px;
  }
  p.pro-price {
    display: none;
  }
  .pro-loop .product-detail {
    padding: 5px 0;
  }
}
.product-loop-special {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}
.product-loop-special.more-image {
  -webkit-align-items: center;
  align-items: center;

}
.product-loop-special .product-width {
  max-width: 270px;
  margin: auto;
}
.product-loop-special .product-detail {
  padding: 20px 0;
}
.product-loop-special .product-img {
  text-align: center;
  position: relative;
}
.product-loop-special .product-detail h3 {
  margin: 0 0 5px;
  font-size: 14px;
  position: relative;
}
.product-loop-special .product-detail h3 a {
  line-height: 16px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.product-loop-special .action .button {
  width: 100%;
  padding: 10px 5px;
}
@media(min-width: 768px) {
  .collection-special-one .product-loop-special .product-col-left {
    flex-grow: 2;
  }
  .collection-special-one .product-loop-special .product-col-right {
    flex-grow: 1;
    padding: 0 80px;
  }
}
@media(min-width: 1024px) {
  .collection-special-one .product-loop-special {
    padding: 0 100px;
  }
}
.collection-special-two .product-loop-special .product-col-left {
  width: 60%;
}
.collection-special-two .product-loop-special .product-width {
  max-width: 190px;
}
.collection-special-two .product-loop-special .product-col-right {
  padding: 0 0 0 35px;
}
.collection-special-two .product-loop-special .product-detail {
  padding: 10px 0;
}

@media(max-width: 1200) and (min-width: 1024px) {
  .collection-special-two .product-loop-special {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .collection-special-two .product-loop-special {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .collection-special-two .product-loop-special .product-width {
    max-width: 170px
  }
  .collection-special-two .product-loop-special .product-col-right {
    padding: 0 0 0 25px;
  }
  .collection-special-two .product-loop-special .product-col-left {
    width: 70%;
  }
}
@media(max-width: 767px) {
  .product-loop-special .action .button {
    font-size: 12px
  }
  .collection-special-two .product-loop-special .product-width {
    max-width: 130px;
  }
  .collection-special-one .product-loop-special .product-col-right {
    padding-left: 20px;
  }
  .collection-special-one .product-loop-special .product-width {
    max-width: 260px;
  }
  .product-loop-special .product-detail {
    padding: 5px 0;
  }
}


/*
   --------------------------------------------------------------------
   PRODUCT DETAIL
   --------------------------------------------------------------------
*/
.product-detail-wrapper {
  padding: 30px 0;
}
.product-detail-main {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06),
              0 4px 24px rgba(0, 0, 0, 0.08);
}
.product-title {
  padding: 0 0 10px;
  border-bottom: 1px dotted #dfe0e1;
}
.product-title h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dfe0e1;
  line-height: initial;
}
#pro_sku {
  font-size: 12px;
  color: red;
  font-weight: 800;
}
.hook-reviews {
  border-bottom: 1px dotted #dfe0e1;
  padding-bottom: 15px;
}
.hook-reviews .rating {
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  width
}
.hook-reviews .rating .rating {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}
.hook-reviews .rating .icon {
  display: inline-block;
}
.hook-reviews .rating .icon::before {
  color: #d5d5d5;
  content: "\f005";
  font-family: "FontAwesome"
  , sans-serif;
  font-size: 13px;
  font-style: normal;
}
.hook-reviews .rating .icon.star-full::before {
  color: #ffae00;
}
.number-rating {
  padding-left: 5px;
  font-size: 13px;
}
.product-price {
  padding: 10px 0;
  border-bottom: 1px dotted #dfe0e1;
}
.product-price span.pro-price {
  font-size: 18px;
  opacity: .92;
  font-weight: bold;
  color: red;
}
.product-price span.pro-sale {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  background: #ededed;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #f94c43;
}
.product-price del {
  font-size: 14px;
  color: #777a7b;
  padding-left: 10px;
  font-weight: 500;
}

.selector-actions {
  width: 100%;
  margin-top: 5px;
}
.quantity-area {
  margin-bottom: 15px;
}
.quantity-area input#quantity {
  background: #ffffff;
  font-weight: 600;
  height: 32px;
  padding: 0;
  text-align: center;
  width: 70px;
  border: 1px solid #f5f5f5;
  border-left: none;
  border-right: none;
  border-radius: 1px;
  float: left;
  -webkit-appearance: none;
}
.quantity-area input.qty-btn {
  float: left;
  background: #f5f5f5;
  border: solid 1px #f5f5f5;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 0;
}
button.btn-addtocart {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: none;
  width: 100%;
}
button.btn-addtocart[disabled] {
  opacity: 0.8;
}
.product-description {
  margin: 20px 0;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06),
              0 4px 24px rgba(0, 0, 0, 0.08);
}

.product-description .title-bl {
  text-align: center;
}

.product-description .title-bl h2,
.product-description h2,.hotline-link:hover .hotline-icon 
.product-description h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em; 
  display: inline-block;
  margin: 0 auto 20px auto;
  padding-bottom: 8px;
}

.product-description .title-bl h2{
  border-bottom: 2px solid #ED1C24; 
  font-size: 28px;
  width: 100%;
}
.description-productdetail img {
  margin: 0 auto;
}
.description-productdetail * {
  max-width: 100% !important;
}
.description-productdetail ul {
  list-style: initial;
  padding-left: 20px;
}
.description-productdetail ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.description-productdetail ul ul {
  list-style-type: circle;
}
..description-productdetail ul ul ul {
  list-style-type: square;
}
..description-productdetail ul li,
.description-productdetail ol li {
  margin: 5px 0;
}
.product-gallery__thumbs-container {
  width: 9%;
  margin-right: 10px;
}
.product-gallery__thumbs {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 1px;
  position: -webkit-sticky;
  position: sticky;
  top: 65px;

}
.product-gallery__thumb a {
  background-color: #f3f3f3;
  display: block;
}
.product-gallery__thumb {
  line-height: 0;
  margin-bottom: 10px;
  border: 1px solid #f7f7f8;
  width: 100%
}
.product-gallery__thumb:last-child {
  margin-bottom: 0
}
.product-gallery__thumb:hover {
  border-color: #a3a5a7
}
.product-gallery__thumb img {
  cursor: pointer;
  background-color: #f7f7f8;
  width: 100%
}
.product-gallery__thumb.active:hover {
  border-color: #808284
}
.product-gallery__thumb.active img {
  opacity: .9;
  width: 100%
}
.product-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.product-image-detail {
  width: 91%;
  padding-left: 10px;
  position: relative;
}
.product-gallery-item {
  text-align: center;
  margin-bottom: 10px
}
.product-full-img {
  text-align: center;
}
.product-full-img .no_image {
  width: 50%;
}

/* ------------------------ Style variant ------------------------ */
.product-image-detail ul {
  margin: 0;
}
.selector-wrapper,
.select {
  display: none;
}
.swatch {
  padding: 10px 0;
  width: 100%;
  float: left;
}
.swatch .header {
  margin: 0 0 8px;
  font-size: 13px;
  text-align: left;
  line-height: initial;
}
.swatch input {
  display: none;
}
.swatch > label.tt-label {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  text-transform: uppercase;
  width: 85px;
  text-align: right;
}
.swatch .select-swap {
  display: inline-block;
  vertical-align: middle;
}
.swatch input {
  display: none;
}
.swatch .swatch-element {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  vertical-align: bottom;
}
.swatch .swatch-element label {
  display: block;
  margin: 0;
  background: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.swatch .swatch-element.color.soldout label span {
  overflow: hidden;
  position: relative;
}
.swatch .swatch-element.color.soldout label span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: url('//cdn.hstatic.net/themes/1000166921/1001470249/14/sold_out.png?v=1553') no-repeat;
  background-size: contain;
}
// .swatch .swatch-element.soldout label{opacity:0.5}
.swatch .swatch-element.color label {
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 50%;
  border: none;
}
.swatch .swatch-element.color span {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid #dfe0e1;
}
.swatch .swatch-element.color label.sd {
  background: transparent;
  border: 1px solid #808284
}
.swatch .swatch-element label.sd {
  border: 1px solid #000;
  background: #000;
  color: #ffffff;
}
.swatch .swatch-element.soldout:not(.color) label {
  overflow: hidden;
}
.swatch .swatch-element.soldout:not(.color) label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: url('//cdn.hstatic.net/themes/1000166921/1001470249/14/sold_out.png?v=1553') no-repeat;
  background-size: contain;
}

label[for="product-select-option-0"] {
  display: none;
}
label[for="product-select-option-1"] {
  display: none;
}
label[for="product-select-option-2"] {
  display: none;
}
#product-select-option-0 {
  display: none;
}
#product-select-option-1 {
  display: none;
}
#product-select-option-2 {
  display: none;
}
#product-select-option-0 + .custom-style-select-box {
  display: none !important;
}
#product-select-option-1 + .custom-style-select-box {
  display: none !important;
}
#product-select-option-2 + .custom-style-select-box {
  display: none !important;
}
@media (max-width: 767px) {
  .swatch .swatch-element.color {
    margin: 5px 8px 5px 0;
  }
}

.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}


.tag-wrapper label {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}
.tag-wrapper ul.tags {
  display: inline-block;
}
.tag-wrapper ul.tags li {
  display: inline-block;
  list-style-type: none;
  margin-right: 3px;
}
.tag-wrapper ul.tags li:after {
  content: ",";
}
.product-image__button {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.product-sharing,
.product-zoom,
.gallery-index {
  position: absolute;
  z-index: 6;
}
.product-sharing {
  display: none;
  height: auto;
  width: 26px;
  left: 10%;
  bottom: 50px;
  cursor: pointer;
  padding-bottom: 30px;
  -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-sharing .icon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
}
.product-sharing a {
  width: 26px;
  position: absolute;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  -ms-transform: transform: translateY(50%);
  -webkit-transform: transform: translateY(50%);
  transform: translateY(50%);
}
.product-sharing a:nth-child(2) {
  bottom: 30px;
  -ms-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear
}
.product-sharing a:nth-child(3) {
  bottom: 80px;
  -ms-transition: all 150ms linear 100ms;
  -webkit-transition: all 150ms linear 100ms;
  transition: all 150ms linear 100ms
}
.product-sharing a:nth-child(4) {
  bottom: 130px;
  -ms-transition: all 150ms linear 200ms;
  -webkit-transition: all 150ms linear 200ms;
  transition: all 150ms linear 200ms
}
.product-sharing a:nth-child(5) {
  bottom: 130px;
  -ms-transition: all 150ms linear 200ms;
  -webkit-transition: all 150ms linear 200ms;
  transition: all 150ms linear 200ms
}
.product-sharing a:nth-child(5) {
  bottom: 180px;
  -ms-transition: all 150ms linear 300ms;
  -webkit-transition: all 150ms linear 300ms;
  transition: all 150ms linear 300ms
}
.product-sharing:hover a {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}
.product-sharing a svg {
  fill: #000;
  width: 24px;
  height: 24px;
}
.product-sharing a:hover svg {
  fill: #65d1e6;
}
.product-zoom {
  width: 30px;
  height: 30px;
  overflow: visible;
  cursor: pointer;
  top: auto;
  bottom: 48px;
  right: 0;
  left: 0;
  margin: auto;
  -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
  , right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
  , right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
  , right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.product-zoom polyline,
.product-sharing .icon svg {
  fill: #000;
}
.product-zoom polyline {
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transform-origin: center;
  -ms-transition: transform 150ms linear;
  -webkit-transition: transform 150ms linear;
  transition: transform 150ms linear
}
@media(min-width: 992px) {
  .product-zoom:hover polyline:nth-child(1) {
    -ms-transform: scale(0.9) translate3d(-2px, -2px, 0);
    -webkit-transform: scale(0.9) translate3d(-2px, -2px, 0);
    transform: scale(0.9) translate3d(-2px, -2px, 0);
  }
  .product-zoom:hover polyline:nth-child(2) {
    -ms-transform: scale(0.9) translate3d(2px, -2px, 0);
    -webkit-transform: scale(0.9) translate3d(2px, -2px, 0);
    transform: scale(0.9) translate3d(2px, -2px, 0);
  }
  .product-zoom:hover polyline:nth-child(3) {
    -ms-transform: scale(0.9) translate3d(2px, 2px, 0);
    -webkit-transform: scale(0.9) translate3d(2px, 2px, 0);
    transform: scale(0.9) translate3d(2px, 2px, 0);
  }
  .product-zoom:hover polyline:nth-child(4) {
    -ms-transform: scale(0.9) translate3d(-2px, 2px, 0);
    -webkit-transform: scale(0.9) translate3d(-2px, 2px, 0);
    transform: scale(0.9) translate3d(-2px, 2px, 0)
  }
}

.gallery-index {
  display: none;
  bottom: 55px;
  width: 47px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  cursor: default;
  right: 10%;
  -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.icon-pr-fix {
  -ms-transition: transition: all 300ms linear;
  -webkit-transition: transition: all 300ms linear;
  transition: all 300ms linear
}

/* ------------------- Zoom product  ------------------------ */
#divzoom {
  position: fixed;
  display: none;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
  width: 100vw;
  background: #ffffff;
}
#divzoom #closedivZoom {
  position: absolute;
  z-index: 1000;
  border: 2px solid #333;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
}
#divzoom #closedivZoom i:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #333;
  left: 20%;
  top: calc(50% - 3px);
  z-index: 1001;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#divzoom #closedivZoom i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #333;
  right: 30%;
  top: calc(50% - 3px);
  z-index: 1001;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#divzoom #closedivZoom i {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
.divzoom_main {
  height: calc(100vh - 40px);
}
.divzoom_main .product-thumb {
  height: 100%;
  width: 100%;
}
.divzoom_main .product-thumb img {
  max-height: 100%;
}
body.open_layer {
  overflow: hidden;
}
.list-productRelated h2 {
  text-transform: uppercase;
  margin: 10px 0 50px;
}
.list-productRelated .pro-loop .product-img button {
  width: 70%;
}
@media(min-width: 1024px) {
  .list-productRelated .pro-loop {
    width: 20%;
  }
}
.description-productdetail table {
  min-width: initial !important;
}
/* STYLE PRODUCT PAGE */
.pr_style_02 .product-image-detail {
  width: 100%;
  padding-left: 0;
  position: relative;
}
.pr_style_02 .product-gallery-item {
  margin-bottom: 10px
}
@media(min-width: 992px) {
  .pr_style_02 .product-gallery-item {
    width: 50%;
    padding-right: 5px;
    float: left;
  }
  .pr_style_02 .product-gallery-item:nth-of-type(2n) {
    padding-left: 5px;
    padding-right: 0;
  }
  .pr_style_03 button.btn-addtocart, .pr_style_03 button.btn-contactnow {
    width: 100%;
  }
  .pr_style_02 .product-gallery-item:nth-of-type(2n + 1) {
    clear: both;
  }
  .pr_style_03 .product-gallery__thumbs {
    position: initial;
    top: 0;
  }
  .pr_style_03 .product-content-img {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
  .pr_style_03 .product-content-desc {
    position: initial;
    top: 0;
  }
}


/*
   --------------------------------------------------------------------------------
   COLLECTION
   --------------------------------------------------------------------------------
*/
.has-margin {
  padding-left: 150px !important;  
  padding-right: 150px !important; 
  transition: padding 0.3s ease;
}
.wrap-collection-title .heading-collection {
  margin: 30px 0;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.wrap-collection-title .heading-collection h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 10px;
}
.alert-no p,
.alert-no-filter p {
  margin: 10px 0 20px;
}

}
.collection-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.heading-collection {
  display: flex;
  align-items: center;        /* Canh giữa theo chiều dọc */
  justify-content: space-between; /* Tiêu đề trái, sort phải */
}
/* ---------------------------  MENU CATEGORY  --------------------------- */
.tree-menu {
    text-align: left;
}
.tree-menu li a {
  padding: 5px 5px 5px 0;
  color: #666;
  line-height: 26px;
  font-size: 12px;
}
.tree-menu > li > a {
  color: #1A1A1A;
  font-weight: 500;
  font-size: 15px;
}
.tree-menu li.has-child ul {
  display: none;
}
.tree-menu li.has-child:first-child ul {
  display: block;
}
.tree-menu li.has-child > ul {
  padding-left: 15px;
}
.tree-menu li a .icon-control {
  font-size: 8px;
  position: relative;
  top: -2px;
}

/* ---------------------------  FILTER  --------------------------- */
.shop-sort-label{
   font-size: 14px;
  font-weight: 600;
  color: #c0161c;
  margin: 0;
}
.content-filter .option {
  margin-top: 30px;
}
.option .lb-filter {
  display: block;
  font-size: 15px;
  opacity: .92;
  margin-bottom: 0;
  margin-right: 5px;
}
.custom-dropdown {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0;
}

.shop-sort-select {
  border: none;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  outline: none;
  background: transparent;
}
.option .custom-dropdown .custom-dropdown__select {
  font-size: 14px;
  width: 100%;
  display: block;
  height: 30px;
  padding: 0 20px 0 0;
  border-color: transparent;
  border-bottom: 1px solid #000;
  background-color: #ffffff;
  outline: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-indent: 2rem;
}
.option .custom-dropdown {
  width: 100%;
}

.option .option-children:not(:first-child) {
  margin-bottom: 30px;
}
.option select option {
  background: #ffffff;
}
.option.browse-tags .lb-filter {
  display: inline-block;
}
.option.browse-tags .custom-dropdown {
  width: auto;
  float: right;
}

.left-module {
  margin-bottom: 20px;
  overflow: hidden;
}
.block .title_block {
  display: block;
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 700;
  text-transform: uppercase;
  background: #f5f5f5;
  padding: 8px 15px;
}
.layered .layered_subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
.layered .layered_subtitle span {
  font-weight: 600;
  font-size: 13px;
}
.layered span.icon-control {
  position: relative;
  top: -2px;
  left: 5px;
  font-size: 8px;
}
.group-filter[aria-expanded=false] .dropdown-filter .icon-control i:before {
  content: "\f067";
}
.group-filter[aria-expanded=false] .layered-content {
  display: none;
  height: 0;
}
.group-filter[aria-expanded=true] .layered-content {
  height: auto;
}
.group-filter .layered-content {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.check-box-list {
  margin: 0 0 10px;
    text-align: left;

}
.check-box-list li {
  line-height: 20px;
  font-size: 12px;
}
.check-box-list label {
  display: inline-block;
  cursor: pointer;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 0;
  color: #1A1A1A;
}
.check-box-list li:hover label {
  color: #FFC107
}

.filter-price li {
  font-size: 14px;
  margin-bottom: 5px;
}
.filter-price li:last-child {
  margin-bottom: 0;
}
.filter-price li span {
  font-size: 12px;
}
.filter-color ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.filter-color li {
  display: inline;
  margin: 0 10px 10px 0;
  line-height: normal;
  float: left;
}
.filter-color li label {
  border: 1px solid #eaeaea;
  width: 25px;
  height: 25px;
  border-radius: 0;
  float: left;
  position: relative;
  background-size: contain;
}

.filter-size li {
  text-align: center;
  margin-right: -1px;
  margin-bottom: -1px;
  float: left;
}
.filter-size li label {
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: relative;
  border: 1px solid #e5e5e5;
}
.filter-size li input[type="checkbox"]:checked + label,
.size-filter li:hover label {
  background-color: #111;
  color: #ffffff;
  border: 1px solid #111;
}
.block .block_content {
  overflow-y: auto;
  overflow-x: hidden;
}
.bl-filter [type="checkbox"]:not(:checked),
.bl-filter [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.bl-filter [type="checkbox"]:not(:checked) + label,
.bl-filter [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.bl-filter [type="checkbox"]:not(:checked) + label:before,
.bl-filter [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-radius: 2px;
}
.bl-filter [type="checkbox"]:checked + label:before {
  border: 1px solid #000;
}
.bl-filter [type="checkbox"]:not(:checked) + label:after,
.bl-filter [type="checkbox"]:checked + label:after {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  border-width: 0 0 2px 2px !important;
  height: 4px;
  width: 7px;
  border: solid #111;
  margin: 9px 0 0 4px;
  left: 0;
  top: -3px;
  transition: all 0.2s;
}
.bl-filter [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
}
.bl-filter [type="checkbox"]:checked + label:after {
  opacity: 1;
}
.bl-filter label:hover:before {
  border: 1px solid #000 !important;
}
.filter-body .check-box-list label {
  color: #ffffff;
}

/*
   --------------------------------------------------------------------------------
   BLOG - ARTICLE
   --------------------------------------------------------------------------------
*/
.list-article-content .news-content {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-posts .blog-loop {
  margin-bottom: 25px
}
.blog-posts .blog-loop:nth-of-type(3n + 1) {
  clear: both;
}
.blog-posts .blog-post .blog-post-thumbnail {
  display: block;
  overflow: hidden
}
.blog-posts .blog-post .blog-post-thumbnail img {
  -webkit-transition: all 1s ease-in-out 0s;
  -khtml-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.blog-posts .blog-post .blog-post-thumbnail:hover img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}
.blog-posts .blog-post .blog-post-title {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0
}
.blog-posts .blog-post .blog-post-meta {
  margin-bottom: 15px;
  color: #999
}
.blog-posts .blog-post .blog-post-meta > span:after {
  content: '/';
  padding-left: 4px
}
.blog-posts .blog-post .blog-post-meta > span:last-child:after {
  content: ''
}
.blog-posts .blog-post .blog-post-meta a {
  color: #999
}
.blog-posts .blog-post .blog-post-meta a:hover {
  color: #000000
}

/* article */
.box-article-heading h1 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 600;
}
.box-article-heading .header-page {
  z-index: 9;
}
.box-article-heading .header-page:after {
  background: #000;
}
ul.article-info-more li {
  opacity: 0.85;
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
}
ul.article-info-more li i {
  margin-right: 5px;
}
.meta-tags .tags-title {
  font-weight: 500;
}
.meta-tags a.tag {
  opacity: 0.8;
  font-style: italic;
  font-size: 14px;
}
.meta-tags a.tag:after {
  content: ",";
  margin: 1px;
}
.post-navigation {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 600;
}
.post-navigation .right {
  float: right;
}
.post-navigation .left {
  float: left;
}
.article-pages,
.meta-tags,
.article-comment .comment_form,
.post-navigation {
  margin-bottom: 40px;
}
.article-pages * {
  max-width: 100% !important;
}
.article-pages ul {
  list-style: initial;
  padding-left: 20px;
}
.article-pages ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.article-pages ul ul {
  list-style-type: circle;
}
.article-pages ul ul ul {
  list-style-type: square;
}
.article-comment .title-bl h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
.article-comment .title-bl h2:after {
  content: "";
  display: block;
  margin-top: 25px;
  width: 30px;
  height: 3px;
  background: #252a2b;
}
.article-comment .comment_form .form-group input,
.article-comment .comment_form .form-group textarea {
  box-shadow: none;
  background: #ededed;
  color: #1A1A1A;
  border: 0;
  border-radius: 0;
}
.article-comment .comment_form .form-group input {
  padding: 0 20px;
  height: 55px;
}
.article-comment .comment_form .form-group textarea {
  padding: 20px;
  resize: none;
}
.article-comment .comment_form button.btn-rb {
  background: #ED1C24;
  border: 0;
  height: 55px;
  display: inline-block;
  padding: 0 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.article-comment .comment_form button.btn-rb:hover {
  background: #65d1e6;
}
#article h3.author {
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
}
#binhluan .date {
  float: right;
  color: rgb(51, 51, 51);
  font-size: 12px;
}
#binhluan .comment-user {
  padding: 25px 0;
  border-bottom: 1px solid #ededed;
}
/* Table of Contents Article */
.table-of-contents {
  background: #FFFFFF;
  border: 1px solid#ED1C24;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 15px 0 20px;
  width: 100%;
  display: table;
}
.table-of-contents .table-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  padding: 10px 0;
}
.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px;
}
.table-of-contents .table-title .toc_toggle a {
  color: #ED1C24;
  padding: 0 1px;
}
.table-of-contents ul {
  list-style: none;
  counter-reset: item;
  margin: 0;
  list-style-type: none;
}
.table-of-contents ul li {
  list-style: none;
  margin: 6px 0 0;
}
.table-of-contents ul li::before {
  margin-right: 5px;
  font-size: 13px;
}
.table-of-contents li a {
  text-decoration: none;
  color: #ED1C24;
}
.table-of-contents > ul {
  counter-reset: nav0;
  padding-bottom: 10px;
}
.table-of-contents > ul ul {
  padding-left: 14px
}
.table-of-contents > ul > li {
  counter-increment: nav0;
  counter-reset: nav1;
}
.table-of-contents > ul > li li {
  counter-increment: nav1;
  counter-reset: nav2;
}
.table-of-contents > ul > li li li {
  counter-increment: nav2;
  counter-reset: nav3;
}
.table-of-contents > ul > li li li li {
  counter-increment: nav3;
  counter-reset: nav4;
}
.table-of-contents > ul > li li li li li {
  counter-increment: nav4;
  counter-reset: nav5;
}
.table-of-contents > ul > li li li li li li {
  counter-increment: nav5;
  counter-reset: nav6;
}
.table-of-contents > ul > li::before {
  content: counter(nav0)". ";
}
.table-of-contents > ul > li li::before {
  content: counter(nav0)"."counter(nav1) " ";
}
.table-of-contents > ul > li li li::before {
  content: counter(nav0)"."counter(nav1)"."counter(nav2)" ";
}
.table-of-contents > ul > li li li li::before {
  content: counter(nav0)"."counter(nav1)"."counter(nav2)"."counter(nav3)" ";
}
.table-of-contents > ul > li li li li li::before {
  content: counter(nav0)"."counter(nav1)"."counter(nav2)"."counter(nav3)"."counter(nav4)" ";
}
.table-of-contents > ul > li li li li li li::before {
  content: counter(nav0)"."counter(nav1)"."counter(nav2)"."counter(nav3)"."counter(nav4)"."counter(nav5)" ";
}
.table-of-contents > ul > li li li li li li li::before {
  content: counter(nav0)"."counter(nav1)"."counter(nav2)"."counter(nav3)"."counter(nav4)"."counter(nav5)"."counter(nav6)" ";
}
.table-content-fixed {
  position: fixed;
  top: 20%;
  left: 10px;
  z-index: 10;
  background: #FFFFFF;
  border: 1px solid#ED1C24;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  direction: ltr;
  max-width: 350px;
  max-height: calc(100% - 26%);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table-content-fixed .table-of-contents {
  visibility: hidden;
  opacity: 0;
  padding-top: 0;
  margin: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.table-content-fixed .table-of-contents .table-title {
  padding-top: 0;
  display: none
}
.table-content-fixed .table-of-header {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.table-content-fixed .table-of-header .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  border: none;
  background: none;
}
.table-content-fixed .table-of-header .hTitle {
  display: none;
  margin-left: 10px;
  font-weight: 600;
  font-size: 14px;
}
.table-content-fixed .table-of-contents .toc_toggle {
  display: none;
}
.table-content-fixed.show {
  opacity: 1;
  visibility: visible;
}
.table-content-fixed.show.active .table-of-header .hTitle {
  display: block;
}
.table-content-fixed.show.active {
  height: auto;
  width: auto;
  overflow-y: scroll;
  max-height: calc(100% - 26%);
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.table-content-fixed.show.active .table-of-contents {
  visibility: visible;
  opacity: 1;
}
/* style - scroll */
.table-content-fixed.show.active::-webkit-scrollbar {
  width: 3px;
  height: 30px;
}
.table-content-fixed.show.active::-webkit-scrollbar-track {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.table-content-fixed.show.active::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.table-content-fixed.show.active::-webkit-scrollbar-thumb:window-inactive {
  background: #e1e3e4;
}
.table-content-fixed.show.active::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
@media(max-width: 991px) {
  .table-content-fixed {
    display: none !important
  }
}
/*Sidebar Blog*/
.news-latest,
.menu-blog {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #e3e5ec;
}
.sidebarblog-title h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ED1C24;
  text-align: center;
  color: #ED1C24;
}
.sidebarblog-title h2 span {
  display: none;
}
.list-news-latest .item-article {
  border-bottom: 1px #efefef dotted;
  padding: 15px 0;
  margin: 0;
}
.list-news-latest .item-article:last-child {
  border-bottom: none;
}
.list-news-latest .item-article .post-image {
  width: 30%;
  float: left;
  position: relative;
}
.list-news-latest .item-article .post-content {
  width: 70%;
  float: left;
  padding-left: 10px;
}
.list-news-latest .item-article .post-content h3 {
  margin: 0 0 5px;
  font-size: 14px;
}
.list-news-latest .item-article .post-content span.author {
  font-size: 12px;
}


/*
   --------------------------------------------------------------------------------
   ABOUT - CONTACT
   --------------------------------------------------------------------------------
*/
.page-contact main {
  min-height: 85vh;
}
.page-wrapper ul,
.page-wrapper ol {
  margin-bottom: 15px;
  padding-left: 40px;
}
.page-wrapper ul {
  list-style-type: initial;
}
.layout-pageContact .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.layout-pageContact .wrapbox-content-page-contact,
.layout-pageContact .box-send-contact {
  display: flex;
  flex-direction: column;
}
.layout-pageContact .wrapbox-content-page-contact, .layout-pageContact .box-send-contact {
  padding: 20px;
}

.header-page-contact h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0
}
.header-page-contact:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 30px;
  background: #252a2b;
  margin-bottom: 30px;
}
.box-info-contact li {
  margin-bottom: 30px;
}
.box-info-contact li p {
  margin-bottom: 0;
  color: #666;
  font-weight: 500;
}
.box-info-contact li p strong {
  font-weight: 600;
  color: #1A1A1A;
}
.box-send-contact h2 {
  font-weight: 700;
  font-size: 25px;
  margin: 40px 0 35px;
}
.box-send-contact h2:after {
  content: "";
  display: block;
  margin-top: 25px;
  width: 30px;
  height: 3px;
  background: #252a2b;
}
.contact-form .input-group {
  width: 100%;
  margin-bottom: 20px;
}
.contact-form .input-group input,
.contact-form .input-group textarea {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 45px;
  font-weight: 500;
  padding: 0 20px;
  background: #fbfbfb;
  color: #1A1A1A;
  width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.contact-form .input-group textarea {
  width: 100%;
  height: 130px;
  padding: 20px;
}
.contact-form .input-group textarea:focus {
  outline: none;
}
.box-send-contact button {
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.layout-pageContact .contact-map-row {
  margin-top: 20px;
}
.layout-pageContact .contact-map-row .box-heading-contact {
  padding: 0;
}
.layout-pageContact .contact-map-row .box-map {
  width: 100%;
  overflow: hidden;
}
.layout-pageContact .contact-map-row .box-map iframe {
  width: 100% !important;
  height: 420px !important;
  min-height: 420px;
  border: 0;
}
.wrapbox-content-page {
  padding-bottom: 30px;
}
.sidebar-page .group-menu {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #e3e5ec;
}
.sidebar-page .page_menu_title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  text-align: center;
}
.sidebar-page .box_image {
  margin-bottom: 30px;
}
.box_image .banner {
  position: relative;
  overflow: hidden;
}
.box_image .banner img {
  width: 100%;
  -webkit-transition: all 1s ease-in-out 0s;
  -khtml-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.box_image .banner:hover img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}


/*
   --------------------------------------------------------------------------------
   CART PAGE
   --------------------------------------------------------------------------------
*/
.wrapper-cart-detail {
  padding: 35px 0 50px
}
.layoutPage-cart .heading-page {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.layoutPage-cart .heading-page:after {
  content: "";
  background: #252a2b;
  display: block;
  width: 60px;
  height: 4px;
  margin: 25px auto 0;
}
.layoutPage-cart .heading-page h1 {
  font-size: 30px;
  margin: 0 0 10px;
}
.layoutPage-cart .heading-page .count-cart span {
  font-weight: 500;
}
.layoutPage-cart .cart-empty {
  font-size: 20px;
  margin: 30px 0;
}
table.table-cart {
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
table.table-cart thead {
  display: none;
}
table.table-cart tr td {
  padding: 20px 0;
  border-top: 1px solid #ededed;
  vertical-align: top;
}
table.table-cart tr:first-child td {
  border-top: 0;
}
table.table-cart tr td.image {
  text-align: center;
  width: 110px;
}
table.table-cart tr td.image img {
  max-width: 100px;
}
table.table-cart tr td.item {
  padding-left: 15px
}
table.table-cart tr td.item h3 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  padding-right: 0;
}
table.table-cart tr td.item p {
  margin-bottom: 5px;
}
table.table-cart tr td.item p .pri {
  font-weight: 500;
}
table.table-cart tr td.item p del {
  font-size: 12px;
  margin-left: 5px;
}
table.table-cart tr td.item .price {
  margin: 0;
  float: right;
}
table.table-cart tr td.item .price span.text {
  display: none;
}
table.table-cart tr td.item .price span {
  font-size: 16px;
  padding-right: 0;
  font-weight: 600;
}
table.table-cart tr td.item .variant {
  margin-bottom: 5px;
}
table.table-cart tr td.remove {
  text-align: right;
}
.qty-click input.item-quantity {
  font-weight: 500;
  font-size: 15px;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 35px;
  background: #ededed;
  border: 1px solid #dadbdd;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
}
.qty-click {
  float: left;
}
.qty-click button.qty-btn {
  background: #ffffff;
  font-weight: 500;
  font-size: 14px;
  color: #abafb2;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 25px;
  border: 1px solid #dadbdd;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
}
.qty-click button.qtyplus.qty-btn {
  border-left: none;
}
.qty-click button.qtyminus.qty-btn {
  border-right: none;
}
.qty-click button.qty-btn:focus {
  outline: none;
}
.checkout-note label {}
.checkout-note textarea {
  border-radius: 0;
  background: #ededed;
  color: #1A1A1A;
  font-size: 15px;
  padding: 20px 15px;
  outline: none;
  width: 100% !important;
  min-height: 130px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 150ms linear;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.cart-buttons a,
.cart-buttons .btn-checkout,
.cart-buttons .btn-update {
  display: inline-block;
  vertical-align: top;
  padding: 19px 20px;
}
.cart-buttons .link-continue {
  margin-left: 0;
}
.link-continue {
  margin: 10px 0 0;
  text-align: center;
}
.link-continue a {
  color: #ED1C24;
}
.link-continue a i {
  margin-right: 4px;
}
.sidebox-order {
  background: #ffffff;
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #e1e3e4;
  border-radius: 2px;
}
.sidebox-order div[class^="sidebox-order_"] {
  margin-bottom: 15px
}
.sidebox-order div[class^="sidebox-order_"]:last-child {
  margin-bottom: 0
}
.sidebox-order_title h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.sidebox-order_total {
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 600;
  padding: 15px 0;
  border-top: 1px dotted #dfe0e1;
  border-bottom: 1px dotted #dfe0e1;
}
.sidebox-order_total p {
  margin: 0;
}
.sidebox-order_total p .total-price {
  float: right;
  color: red;
  font-size: 24px;
}
.sidebox-order_action .btncart-checkout {
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 20px;
  border-color: #e00707;
}
.sidebox-order_action .btncart-checkout:before {
  background-color: #e00707;
}
.sidebox-group h4 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #666666;
}
.sidebox-policy ul li {
  display: block;
  line-height: 25px;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
}
.sidebox-policy ul li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f178";
  font-size: 10px;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
}


/*
   ---------------------------------------------------------------------------------
   PAGINATION - 404 - SEARCH PAGE
   --------------------------------------------------------------------------------
*/
.breadcrumb-shop {
  background-color: #f9fafb;
  border-bottom: 1px solid rgb(229 231 235 / 0.9);
  border-top: 1px solid rgb(229 231 235 / 0.9);
  padding: 0.75rem 1rem;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.breadcrumb-shop .breadcrumb-arrows {
  padding: 10px 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
}
.breadcrumb-shop .breadcrumb > li + li:before {
  padding: 0 3px;
}
.breadcrumb-shop .breadcrumb-arrows li {
  font-size: 13px;
  font-weight: 500;
  color: #1f2937;
}
.breadcrumb>li+li:before{
  color: #d1d5db;
}
#pagination .page-node,
#pagination .next,
#pagination .prev {
  display: inline-block;
  margin: 30px 8px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.4;
}
#pagination .next {
  margin-left: 30px
}
#pagination .prev {
  margin-right: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}
#pagination .page-node.current,
#pagination .page-node:hover,
#pagination .next:hover,
#pagination .prev:hover {
  opacity: 1;
}
.pageNot {
  min-height: 80vh;
}
.content-pagenot h1 {
  font-weight: 700;
  font-size: 40px;
}
.content-pagenot p.subtext {
  font-weight: 500;
  opacity: 0.66;
}
.content-pagenot:after {
  content: "";
  display: block;
  background: #252a2b;
  width: 80px;
  height: 4px;
  margin: 50px auto 0;
}
.content-pagenot a {
  font-weight: 500;
  font-size: 16px;
  margin: 30px 0 0;
  display: block;
}
.searchPage .heading-page {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.searchPage .heading-page:after {
  content: "";
  background: #252a2b;
  display: block;
  width: 60px;
  height: 4px;
  margin: 25px auto 0;
}
.searchPage .heading-page h1 {
  font-size: 30px;
  margin: 0 0 10px;
}
.wrapbox-content-search {
  padding-bottom: 30px;
}
.searchPage .subtxt {
  opacity: .66;
  margin-top: 15px;
}
.search-field {
  width: 60%;
  display: block;
  margin: auto;
}
input#go {
  width: 55px;
  height: 55px;
  float: right;
  background: url('//cdn.hstatic.net/themes/1000166921/1001470249/14/iconsearch.png?v=1553') #252a2b center no-repeat;
  margin: 0;
  position: relative;
  top: 0;
  border-radius: 0;
  font-size: 0;
  border: 0;
}
#search .search_box {
  width: calc(100% - 55px);
  outline: none;
  height: 55px;
  padding: 0 20px;
  background: #ededed;
  border: 0;
  box-shadow: none;
}
.expanded-message .message-txt {
  width: 100%;
  padding-top: 25px;
  text-align: center;
}
.expanded-message .message-txt p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.expanded-message h2 {
  font-weight: 600;
  font-size: 22px;
}
.expanded-message .subtext {
  margin-bottom: 40px;
  display: block;
}
.search-item {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  float: left;
}
.search-item .thumb-image {
  display: block;
  width: 80px;
  position: relative;
  overflow: hidden;
  float: left;
}
.search-item .thumb-image img {
  vertical-align: middle;
  -webkit-transition: transform 250ms linear;
  -moz-transition: transform 250ms linear;
  -o-transition: transform 250ms linear;
  transition: transform 250ms linear
}
.search-item .thumb-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: opacity 250ms linear;
  opacity: 0;
  content: ""
}
.search-item .content {
  float: left;
  padding-left: 35px;
  width: calc(100% - 80px);
}
.search-item .content .title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.search-item .content .caption {
  opacity: .66;
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.search-item .content .caption del {
  font-size: 13px;
  margin-left: 15px;
  opacity: 0.5;
}
.subtext-result {
  margin-bottom: 30px;
}
.search-item:hover .thumb-image:after {
  opacity: 1;
}


/*
   --------------------------------------------------------------------------------
   ACCOUNT
   --------------------------------------------------------------------------------
*/
.wrapbox-heading-account {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center
}
.wrapbox-heading-account .header-page {
  position: relative;
}
.wrapbox-heading-account .header-page:after {
  content: "";
  background: #000;
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 70px;
}
.wrapbox-heading-account .header-page h1 {
  font-size: 54px;
  font-weight: 700;
  margin: 0;
  line-height: initial;
}
.wrapbox-heading-account .header-page p {
  font-size: 14px;
  opacity: .66;
  margin: 20px 0 0;
  position: relative;
}
.wrapbox-heading-account .header-page p span {
  font-weight: 600;
}

.userbox h2 {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 600;
}
.large_form {
  margin-bottom: 30px;
}
.large_form.large_form-mr10 {
  margin-bottom: 10px;
}
.icon-field {
  display: none;
}
.userbox input[type=email],
.userbox input[type=password],
.userbox input[type=text] {
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  background: #ededed;
  color: #1A1A1A;
  padding: 0 20px;
  font-weight: 500;
  -webkit-appearance: none;
}
.userbox input[type=email]:focus,
.userbox input[type=password]:focus,
.userbox input[type=text]:focus {
  background: #ffffff;
  border-color: #ededed;
}
.action_account_custommer .action_bottom,
.action_account_custommer .req_pass {
  display: inline-block;
  vertical-align: middle;
}
.action_account_custommer .req_pass {
  margin-left: 20px;
}
.userbox .action_bottom {
  padding: 0;
}
.userbox .action_bottom .btn {
  display: inline-block;
  border-radius: 0;
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
}
.req_pass {
  color: #959898;
  font-weight: 500;
}
.come-back {
  margin-top: 35px;
  display: block;
  font-weight: 500;
}
.come-back i {
  margin-right: 20px
}
.userbox .errors a {
  color: red;
}

@-moz-keyframes ripple {
  5%,
  100% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
@-webkit-keyframes ripple {
  5%,
  100% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
@keyframes ripple {
  5%,
  100% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
#form-gender input[type="radio"] {
  display: none;
}
#form-gender input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  margin: 0 20px 0 0;
}
#form-gender input[type="radio"] + label:before,
input[type="radio"] + label:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#form-gender input[type="radio"] + label:before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #ED1C24;
  -moz-box-shadow: inset 0 0 0 18px #efefef;
  -webkit-box-shadow: inset 0 0 0 18px #efefef;
  box-shadow: inset 0 0 0 18px #efefef;
}
#form-gender input[type="radio"] + label:after {
  top: 49%;
  left: 9px;
  width: 54px;
  height: 54px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
#form-gender input[type="radio"]:checked + label:before {
  -moz-box-shadow: inset 0 0 0 4px #efefef;
  -webkit-box-shadow: inset 0 0 0 4px #efefef;
  box-shadow: inset 0 0 0 4px #efefef;
}
#form-gender input[type="radio"]:checked + label:after {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-animation: ripple 1s none;
  -webkit-animation: ripple 1s none;
  animation: ripple 1s none;
}
/* --------------------- order ---- account -- address -----------------------  */
.layout-info-account {
  padding-bottom: 50px;
}
.title-infor-account {
  padding: 30px 15px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 60px;
}
.title-infor-account h1 {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.title-infor-account h1:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 50px auto 0;
  background: #252a2b;
}
.title-detail {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  border-bottom: 1px solid #ededed;
  padding-bottom: 8px;
}
.sb-title:after {
  content: "";
  display: block;
  margin-top: 25px;
  width: 30px;
  height: 3px;
  background: #252a2b;
}
.name_account {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  margin: 10px 0 5px
}
#customer_sidebar p {
  margin-bottom: 0;
  font-size: 14px;
}
.customer-table-wrap {
  background: #f7f7f7;
  padding: 10px;
}
.customer-table-bg {
  background: #ffffff;
  padding: 10px;
}
.customer-table-bg p {
  margin: 0;
}
#customer_orders table thead th,
#order_details tr th {
  font-weight: 600;
  font-size: 14px;
}
#customer_orders table tr a {
  font-weight: 500;
  float: left;
  width: 85%;
  margin-left: 3px;
  line-height: 20px;
  opacity: 0.66;
}
#customer_orders table,
#order_details {
  width: 100%;
  background: #ffffff;
}
#customer_orders table tr,
#order_details tr {
  height: 25px;
  line-height: 30px;
}
#customer_orders table tr.odd,
#order_details tr {
  background: #ffffff;
}
#customer_orders table tr td,
#order_details tr td {
  vertical-align: middle;
  border-top: none;
  font-size: 14px;
}
#order_details tr td {
  line-height: 21px;
}
#order_details tr td a,
#order_details b {
  font-weight: 500;
}
#order_details tr td.total b {
  font-weight: 600;
}
#order_details tr td.total,
#order_details tr th.total {
  padding-right: 8px;
}
#order_details tr.order_border {
  border-top: 1px solid #ededed;
}
#order_details tr td.order-image {
  width: 70px;
}
#order_details tr td.order-image a {
  display: block;
  width: 60px;
  border: 1px solid #f7f7f7;
}
a#view_address {
  font-weight: 500;
  opacity: 0.8;
}
#customer_orders,
#order_payment,
#order_shipping {
  margin-bottom: 30px;
  margin-top: 30px;
}
.customer-table-bg .table > tbody > tr > th {
  border-top: none;
}
.detail-table-order {
  margin-top: 30px;
}
.name-order {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.order_section_title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
}
.order_date {
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}
.text_status {
  font-weight: 500;
}
.address p {
  margin-bottom: 5px;
}
.account-order .address {
  margin: 0 0 30px;
  padding: 10px;
  background-color: #fbfbfb;
}
span.variant_acc {
  font-size: 13px;
  opacity: 0.8;
}
.alert-info {
  border-radius: 0;
  margin-bottom: 0;
}
.address_title {
  margin-bottom: 0;
  font-size: 16px;
  padding: 10px 70px 10px 10px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  position: relative;
}
.address_table {
  margin-bottom: 10px;
  border-top: 0 solid #ddd;
  background: #fafafa;
  padding: 15px;
}
.address_title h3 {
  margin: 0;
  font-size: 14px;
}
.account-address .note {
  border: none;
  padding: 0;
}
p.address_actions.text-right {
  margin: 7px 5px 0 0;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
}
.action_link a {
  text-transform: uppercase;
  font-size: 15px;
}
span.action_link {
  padding: 5px;
}
.view_address p > b {
  font-weight: 500;
  font-size: 14px;
}
.view_address p {
  margin: 5px 0;
  line-height: 15px;
  font-size: 14px;
}
.add-new-address {
  padding: 10px;
  display: inline-block;
  background: #ED1C24;
  color: #ffffff !important;
  text-transform: uppercase;
}
.add-new-address:focus {
  color: #ffffff;
}
.account-address .input-group-addon {
  display: none
}
.input-group {
  margin: 15px 0;
}
.input-group .input-group-addon {
  padding: 6px 10px;
  border-radius: 0;
  color: #DAD9D9;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.input-group .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ebebeb;
}
.icon-user:after {
  content: url('//cdn.hstatic.net/shared/design/theme-default/userico.png');
}
.icon-envelope:after {
  content: url('//cdn.hstatic.net/shared/design/theme-default/email.png');
}
.icon-shield:after {
  content: url('//cdn.hstatic.net/shared/design/theme-default/pass.png');
}
.layout-info-account .action_bottom .btn {
  height: 35px;
  line-height: 35px;
  outline: 0;
  margin-right: 5px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 30px;
  border: 0;
  background: #ED1C24;
  color: #ffffff;
  display: inline-block;
  border-radius: 0;
}
.AccountTitle {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
.AccountList ul > li > a {
  display: block;
  position: relative;
  padding: 5px 0;
}
.AccountList ul > li > a:before {
  content: "\f192";
  font-family: "FontAwesome";
  font-size: 8px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: 2px;
}
#order_cancelled {
  margin-bottom: 15px;
}
#order_cancelled h5 {
  margin: 0;
}


/*
   -------------------------------------------------------------------------------
   FOOTER
   --------------------------------------------------------------------------------
*/
.main-footer .row{
	padding: 90px 0;
}
.bottom-footer {
  padding: 20px 0;
}
.bottom-footer p {
  margin-bottom: 0;
}
.footer h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin: 10px 0 20px;
  position: relative;
  line-height: 30px;
}
.footer-content ul {
  margin-bottom: 15px;
}
.footer-content ul li {
  display: block;
  line-height: 28px;
  position: relative;
  padding-left: 0;
}
.footer-content ul li a {
  position: relative;
  overflow: hidden;
}
.footer-contact ul li {
  padding: 0;
}
.footer-contact ul > li {
  padding: 0 0 5px 25px;
  background-size: 15px 15px !important;
  line-height: 22px;
  font-size: 16px;
  position: relative;
}
.footer-contact ul > li:before {
  font-family: 'FontAwesome' !important;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  font-size: 16px;
}
.footer-contact ul > li.contact-1:before {
  content: "\f041";
  top: 3px;
}
.footer-contact ul > li.contact-2:before {
  content: "\f095";
  top: 3px;
}
.footer-contact ul > li.contact-3:before {
  content: "\f1ac";
  top: 3px;
}
.footer-contact ul > li.contact-4:before {
  content: "\f0e0";
  top: 3px;
}
.footer-content .footerNav-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 10px 0 15px 0;
  padding: 0;
}
.footer-content .footerNav-social li {
  display: inline-block;
}
.footer-content .footerNav-social li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  margin: 0;
  transition: 0.4s;
  text-decoration: none;
}
.footer-content .footerNav-social li a::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
}
.footer-content .footerNav-social li a svg {
  position: relative;
  z-index: 1;
}
.footer-content .footerNav-social li a:hover {
  opacity: 0.85;
  transform: scale(1.08);
} 

.footer-static-content iframe {
  width: 100% !important;
  position: relative !important;
}
.footer-static-content .fb_iframe_widget > span {
  width: 100% !important;
}
.logo-footer {
  margin-top: 20px;
}
.logo-footer img {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
.logo-footer {
    text-align: center;
  }
@media (max-width: 767px) {
  .logo-footer img {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: auto;
  }
}
.footer .footer-content1 {
  margin-bottom: 20px;
}

.top-footer {
  background: #f3f3f3;
  padding: 15px 0;
}
.top-footer .area_newsletter {
  margin-bottom: 10px;
}
.top-footer .area_newsletter .title_newsletter {
  background-repeat: no-repeat;
  background-image: url('//cdn.hstatic.net/themes/1000166921/1001470249/14/icon_footer.png?v=1553');
  background-position: 0;
  background-size: 20px;
  padding-left: 35px;
  padding-right: 10px;
  height: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.top-footer .area_newsletter .form_newsletter {
  width: 100%;
}
.top-footer .area_newsletter .form_newsletter .error-box,
.top-footer .area_newsletter .form_newsletter .success.feedback {
  font-size: 13px;
  padding: 5px 5px 0;
  margin: 0;
}
.top-footer .area_newsletter .form_newsletter .success.feedback {
  color: #27a208;
}
.top-footer .area_newsletter .form_newsletter .error-box {
  color: red;
}
.footer .contact-form {
  position: relative;
}
.footer .contact-form .input-group {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.footer .contact-form .input-group input {
  height: 46px;
  padding-right: 120px;
}
.footer .contact-form .input-group button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px 25px;
  height: 45px;
}
.footer .contact-form.form_disable,
.footer .contact-form.form_disable button {
  pointer-events: none;
  opacity: 0.75;
}
.top-footer .area_newsletter h4 {
  margin-bottom: 0;
  line-height: inherit;
  font-size: 14px;
}
.area_phone_contact .number_phone {
  margin: 10px 0;
}
.area_phone_contact .number_phone i {
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  background: #000;
  color: #ffffff;
  line-height: 24px;
  margin-right: 5px;
}
.area_phone_contact .number_phone a {
  color: red;
  font-size: 15px;
  margin-left: 5px;
}
.footer .collapse {
  display: block;
  visibility: visible;
}
.footer .title-expand {
  text-align: center;
  margin: 0;
}
.footer .title-expand a {
  font-weight: 600;
  font-size: 18px;
  padding: 20px 15px;
  display: block;
}
.footer .title-expand a span {
  font-size: 18px;
  opacity: .78;
  padding: 0 20px;
  font-weight: bold;
  vertical-align: text-bottom;
  -webkit-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  -moz-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  -o-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.footer .title-expand a[aria-expanded=true] span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media(max-width: 767px) {
  .main-footer {
    border-top: 0;
  }
  .footer .title-expand {
    border-bottom: 1px solid #e7e7e7;
  }
  .footer .collapse {
    display: none;
    visibility: hidden;
  }
  .footer .collapse.in {
    display: block;
    visibility: visible;
  }
  .main-footer .footer-content {
    display: none;
  }
  .main-footer .footer-col {
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
  }
  .main-footer .footer-col.noborder {
    border-bottom: 0;
    width: 100%;
  }
  .main-footer .footer-title {
    line-height: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
  }
  .main-footer h4.footer-title:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 5px;
    text-align: center;
    line-height: 36px;
  }
  .main-footer h4.footer-title.active:before {
    content: "\f106";
  }
  .main-footer .col-lg:last-child .footer-col {
    border-bottom: none;
  }
  
}
.line-footer {
  border-top: 4px solid #e7e7e7;
}

.footer-col{
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
}
.col-md-3 {
  text-align: center;
}
/*---------------------- Sroll to Top -------------------*/
.back-to-top {
  top: auto !important;
  position: fixed;
  left: 20px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.back-to-top.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

.back-to-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #CA252B;
  border: 2px solid #CA252B;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.back-to-top a:hover {
  background: #E03035;
  border-color: #E03035;
}

@media (max-width: 767px) {
  .back-to-top  {
      right: 15px;
      bottom: 100px !important;
  }
}


.btt-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.btt-label-back {
  display: none;
}


.btt-label-back {
  display: none;
}

.btt-icon-back {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
}


/*
   ----------------------------------------------------------------------------------
   MAIN SIDEBAR
   ----------------------------------------------------------------------------------
*/
/* - Mini box Account - */.header-dropdown_content .site_account {
  text-align: center;
}
.site_account .site_account_panel_list .site_account_inner {
  font-size: 12px;
}
.site_account .site_account_panel_list .site_account_header .site_account_title {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.site_account .site_account_panel_list .site_account_inner form .form__input-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
.site_account .site_account_panel_list .site_account_inner form .form__input-wrapper .form__field {
  display: block;
  padding: 14px 10px 3px;
  border-radius: 2px;
  border: 1px solid #d4d6d8;
  width: 100%;
  line-height: normal;
  height: 42px;
  color: #1e2d7d;
  -webkit-appearance: none;
  resize: none;
  font-size: 12px;
  outline: none;
  box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
  transition: border-color 0.2s ease-in-out
  , box-shadow 0.2s ease-in-out
  , color 0.2s ease-in-out;
}
.site_account .site_account_panel_list .site_account_inner form .form__input-wrapper .form__floating-label {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 42px;
  font-size: 12px;
  margin-bottom: 0;
  color: #677279;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out
  , -webkit-transform 0.2s ease-in-out;
  pointer-events: none;
}
.site_account .site_account_panel_list .site_account_inner form .form__input-wrapper .form__field:focus + .form__floating-label,
.site_account .site_account_panel_list .site_account_inner form .form__input-wrapper .form__field.is-filled + .form__floating-label {
  -webkit-transform: translateY(-6px) scale(0.8);
  transform: translateY(-6px) scale(0.8);
}
.site_account .site_account_panel_list .site_account_inner form .form__submit {
  width: 100%;
  outline: none;
  padding: 0 28px;
  height: 42px;
  line-height: 42px;
}
.site_account .site_account_panel_list .site_account_inner .site_account_secondary-action {
  margin-top: 16px;
  font-size: 12px;
}
.site_account .site_account_panel_list .site_account_inner .site_account_secondary-action > p {
  margin-bottom: 4px;
}
.site_account .site_account_panel_list .site_account_inner .site_account_secondary-action > p .link {
  color: #ED1C24;
  transition: color 0.2s ease-in-out;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
}
.site_account .site_account_panel_list {
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}
.site_account .site_account_panel_list .site_account_info {
  text-align: left;
  font-size: 14px;
}
.site_account .site_account_panel_list .site_account_info .site_account_header {
  text-align: center;
  border-bottom: 1px solid #ededed;
  padding: 0 0 10px;
  margin-bottom: 12px;
}
.site_account .site_account_panel_list .site_account_info .site_account_header .site_account_title {
  margin-bottom: 0
}
.site_account .site_account_panel_list .site_account_info ul {
  margin: 0;
}
.site_account .site_account_panel_list .site_account_info li span {
  font-size: 15px;
  color: #282c2d;
  font-weight: 500;
}
.site_account .site_account_panel_list .site_account_info li {
  padding: 0 4px;
  margin-bottom: 10px;
}
.site_account .site_account_panel_list .site_account_info li a:hover {
  color: #ED1C24;
}
.site_account .site_account_panel_list .site_account_panel {
  width: 100%;
  visibility: hidden;
  transition: visibility 500ms cubic-bezier(0.23, 1, 0.32, 1)
  , -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1)
  , visibility 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1)
  , visibility 500ms cubic-bezier(0.23, 1, 0.32, 1)
  , -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.site_account .site_account_panel_list .site_account_panel.site_account_default.is-selected {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.site_account .site_account_panel_list .site_account_panel.site_account_sliding.is-selected {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.site_account .site_account_panel_list .site_account_panel.site_account_default {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.site_account .site_account_panel_list .site_account_panel.site_account_sliding {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.show-action .header-action_dropdown .site_account_panel.is-selected {
  visibility: visible;
}

@keyframes scroll-in {
  0% {
    top: 2px
  }
  49% {
    top: -14px
  }
  50% {
    top: 19px
  }
  100% {
    top: 2px
  }
}
@keyframes scroll-out {
  0% {
    top: 2px
  }
  49% {
    top: 19px
  }
  50% {
    top: -14px
  }
  100% {
    top: 2px
  }
}

/* ---------------------  search sidebar --------------------- */
.site_search form.searchform {
  position: relative;
  padding: 0;
  margin-bottom: 15px;
}
form.searchform input.searchinput {
  background: #f5f5f5;
  border: 1px solid #ececec;
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 500;
  width: 100%;
  height: 45px;
  padding: 0 55px 0 20px;
  margin: 0;
  display: inline-block;
  border-radius: 0;
  transition: all 150ms linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
form.searchform .btn-search {
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
  background: transparent;
  outline: none;
  transition: opacity 150ms linear;
}
form.searchform .btn-search svg {
  width: 18px;
  height: 40px;
  opacity: .4;
}
form.searchform input:focus {
  background: #ffffff;
  outline: none;
  border-color: #ED1C24;
}

/*----------------- Search auto ---------------*/
.smart-search-wrapper {
  /*position: absolute;	top:115%;box-shadow: 0px 0px 10px rgba(0,0,0,0.08);*/
  width: 100%;
  z-index: 100;
}
.smart-search-wrapper .item-ult {
  padding: 10px;
  border-bottom: 1px dotted #dfe0e1;
  clear: both;
}
.smart-search-wrapper .item-ult .thumbs {
  width: 80px;
  display: inline-block;
  text-align: right;
}
.smart-search-wrapper .item-ult .title {
  width: calc(100% - 80px);
  padding-right: 5px;
  float: left;
  line-height: 20px;
  position: relative;
  margin-top: 0 !important;
}
.smart-search-wrapper .item-ult .title a {
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  float: left;
  width: 100%;
  margin-bottom: 4px;
}
.smart-search-wrapper .item-ult .title p {
  line-height: 15px;
  font-size: 12px;
  font-weight: 600;
  float: left;
  margin: 0;
}
.smart-search-wrapper .item-ult .title p del {
  font-size: 11px;
  font-weight: 300;
  margin-left: 5px;
  color: #797979;
}
.resultsMore {
  width: 100%;
  float: left;
}
.resultsMore a {
  text-align: center;
  display: block;
  font-size: 14px;
  padding: 10px 0;
}
.dataEmpty {
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
/* --------------------- cart view --------------------- */
.site-cart .cart-ttbold {
  padding: 0 20px
}
.site-cart .cart-ttbold .ttbold {
  font-size: 16px;
  color: #000;
  margin: 0 0 15px;
  font-weight: 500;
  padding: 6px 10px;
  background: #f3f5f6;
  border: 1px solid #e7ebec;
  text-align: center;
  border-radius: 4px;
}
.cart-view .cart-view-scroll {
  padding: 0 20px;
}
.cart-view .cart-view-total {
  padding: 0 20px;
}
.cart-view table {
  width: 100%;
}
table#cart-view tr {
  border-bottom: 1px dotted #bcbcbc;
}
table#cart-view tr td {
  position: relative;
  border: none;
  vertical-align: top;
}
table#cart-view tr td:first-child {
  padding-left: 10px;
}
table#cart-view tr td:last-child {
  padding-right: 10px;
}
table#cart-view tr:last-child {
  border: 0;
}
table#cart-view tr td.img {
  width: 65px;
}
.cart-view table td.img img {
  width: 65px;
  border: 1px solid #ededed;
  max-width: none;
}
.cart-view table td .pro-title {
  padding-right: 30px;
}
.cart-view table td .pro-title a.pro-title-view {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-view table td .pro-title .variant {
  font-size: 12px;
  display: block;
  width: 100%;
}
.cart-view table td .remove-cart {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #E7EBEC;
}
.cart-view table td .remove-cart svg {
  height: 20px;
  width: 8px;
  fill: #000;
}
.cart-view table .item-cart_empty td {
  position: relative;
  padding: 0;
  text-align: center;
}
.cart-view table .item-cart_empty td .svgico-mini-cart {
  padding: 10px 0 5px;
}
.cart-view table .item-cart_empty td .svgico-mini-cart svg {
  width: 50px;
  height: 50px;
  margin: auto;
}
.cart-view table #total-view-cart {
  font-weight: 600;
  font-size: 16px;
  color: red;
}
.mini-cart_quantity {
  margin-top: 4px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.mini-cart_quantity .pro-quantity-view .qty-value {
  display: inline-block;
  height: 23px;
  line-height: 23px;
  min-width: 25px;
  padding: 0 3px;
  text-align: center;
  background: #f5f5f5;
  font-size: 13px;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(225, 227, 228, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.mini-cart_quantity .pro-quantity-view .qty-btn {
  width: 30px;
  font-size: 20px;
  background: #f5f5f5;
}
.mini-cart_quantity .pro-price-view {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
#cart-view tr td,
.table-total tr td {
  border: none !important;
}
.cart-view .line {
  float: left;
  width: 100%;
  border-top: 1px solid #e1e3e4;
  margin: 10px 0;
}
.cart-view a.linktocheckout,
.cart-view a.linktocart {
  padding: 14px 15px;
  position: relative;
  width: 100%;
  white-space: nowrap;
}
@media(min-width: 992px) {
  .cart-view .cart-view-scroll {
    overflow-y: scroll;
    max-height: 320px;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
  }
  .cart-view .cart-view-scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .cart-view .cart-view-scroll::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .cart-view .cart-view-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .cart-view .cart-view-scroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4;
  }
}
/* ---------------------  menu  --------------------- */
.hamburger-menu {
  width: 30px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  display: block;
  transition: all 150ms linear;
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
  width: 25px;
  height: 2px;
}
.hamburger-menu .bar {
  position: relative;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  -ms-transition: all 0ms 100ms
  , width 150ms linear;
  -webkit-transition: all 0ms 100ms
  , width 150ms linear;
  transition: all 0ms 100ms
  , width 150ms linear;
}
.hamburger-menu .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  background: #ffffff;
  -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1)
  , transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
  , width 150ms linear
  , background 150ms linear;
  -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1)
  , transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
  , width 150ms linear
  , background 150ms linear;
  transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1)
  , transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
  , width 150ms linear
  , background 150ms linear;
}
.hamburger-menu .bar:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  background: #ffffff;
  -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1)
  , transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
  , width 150ms linear
  , background 150ms linear;
  -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1)
  , transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
  , width 150ms linear
  , background 150ms linear;
  transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1)
  , transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
  , width 150ms linear
  , background 150ms linear;
}
.show-action .hamburger-menu .bar {
  height: 0;
  background: transparent;
}
.show-action .hamburger-menu .bar:before {
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-action .hamburger-menu .bar:after {
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show-action .hamburger-menu .bar:before {
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}
.show-action .hamburger-menu .bar:after {
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}
/* - Menu Mobile */
.site-menu.menu-mobile {
  position: relative;
  max-width: 100vw;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.menu-mobile--wrap {
  height: 100%;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--acc {
  padding: 15px 0 15px 15px;
  display: flex;
  background: #000;
  color: #ffffff;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--acc span,
.menu-mobile .menu-mobile--wrap .menu-mobile--acc a {
  color: #ffffff;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--acc .menu-mobile--acc-info {
  width: calc(100% - 50px);
}
.menu-mobile .menu-mobile--wrap .menu-mobile--acc .menu-mobile--acc-btn {
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--acc .menu-mobile--acc-btn svg {
  width: 15px;
  height: 15px;
  fill: #ffffff;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom {
  height: calc(100% - 10px);
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu {
  height: 100%
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul {
  margin: 0;
  padding: 0 0 120px;
  list-style: none;
  position: absolute;
  height: calc(100% - 0px);
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease
  , -webkit-transform 0.4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul.hidden-child {
  display: none;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul:not(.hidden-child) {
  display: block;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li {
  position: relative;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a {
  display: block;
  padding: 15px 15px 15px 0;
  margin-left: 15px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid #eeeeee;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: background 0.3s
  , box-shadow 0.3s;
  -moz-transition: background 0.3s
  , box-shadow 0.3s;
  transition: background 0.3s
  , box-shadow 0.3s;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a i {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #757575;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a i svg {
  width: 8px;
  height: 12px;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list.list-root {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list.list-root.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li a,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li a,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li a {
  display: block;
  padding: 15px 15px 15px 0;
  margin-left: 15px;
  outline: none;
  border-bottom: 1px solid #e1e3e4;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: background 0.3s
  , box-shadow 0.3s;
  -moz-transition: background 0.3s
  , box-shadow 0.3s;
  transition: background 0.3s
  , box-shadow 0.3s;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li span,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li span,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li span {
  margin-right: 4px;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li:first-child a,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li:first-child a,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li:first-child a {
  color: #000000;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li:first-child a i,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li:first-child a i,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li:first-child a i {
  padding-right: 10px;
  font-weight: 700;
  font-size: 15px;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li {
  position: relative;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li.level-2 a i {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #757575;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li.level-2 a i svg {
  width: 8px;
  height: 12px;
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li {
  position: relative;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li.level-3 a i {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #757575;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child.mm-sub {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3.mm-sub-3 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mobile-menu__section {
  padding: 16px 20px;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mobile-menu__section .mobile-menu__section-title {
  font-size: 15px;
  color: #1A1A1A;
  line-height: 1.85;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mobile-menu__section .mobile-menu__help-wrapper {
  color: #677279;
  display: flex;
  align-items: center;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mobile-menu__section .mobile-menu__help-wrapper .icon--bi-phone {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mobile-menu__section .mobile-menu__help-wrapper .icon--bi-email {
  margin-right: 18px;
  width: 22px;
  height: 22px;
}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mobile-menu__section .mobile-menu__help-wrapper a {
  border-bottom: 0 !important;
  text-transform: none !important;
}

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog.fb_dialog_advanced iframe {
  right: 0 !important;
}
.addThis_listSharing {
  position: fixed;
  bottom: 150px;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.addThis_listSharing.is-show {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.addThis_listing .addThis_item {
  margin-bottom: 5px;
  margin-right: 18px;
}
.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 1);
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, 1);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: .9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15)
  , 0 4px 15px rgba(0, 0, 0, 0.13);
}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #ffffff;
  padding: 5px 10px;
}
.actionToolbar_mobile ul.actionToolbar_listing {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.actionToolbar_mobile ul.actionToolbar_listing li {
  width: 20%;
  float: left;
}
.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  fill: #696969;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
  margin-top: -25px;
  display: inline-block;
  vertical-align: top;
}
.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px;
}

@media (max-width: 767px) {
  .actionToolbar_mobile.visible-xs {
    display: none !important;
  }
}
/* modal- center */
.modal-addThis {
  font-size: 0;
  text-align: center;
  padding: 0 !important;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}
.modal-addThis:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-addThis .modal-dialog-centered {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-addThis.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-addThis .modal-dialog-centered .modal-content {
  width: 100%;
}
.modal-addThis .modal-dialog-centered {
  margin: 30px auto 50px;
}
.modal-addThis.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.modal-addThis.fade.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media(max-width: 767px) {
  .modal-addThis .modal-dialog-centered {
    margin: 30px 10px 40px;
  }
}
.modal-backdrop.in {
  display: none;
  opacity: 0 !important;
}
/* modal-succes */
.modal-succesform .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #ED1C24;
}
.modal-succesform p:not(.modal-title) {
  font-size: 15px;
  margin: 10px 0 5px
}
.modal-succesform p.txtloading {
  color: #aaa;
  font-size: 13px;
}
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  5% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  12% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg)
  }
  100% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg)
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px
  }
}
.modal-icon.sweet-alert {
  padding-top: 15px;
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}
.sweet-alert .sa-icon.sa-success {
  width: 80px;
  height: 80px;
  border: 4px solid #4cae4c;
  border-radius: 50%;
  margin: 20px auto 0;
  position: relative;
  box-sizing: content-box
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px
}
.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  -moz-transform-origin: 0 60px;
  -o-transform-origin: 0 60px;
  transform-origin: 0 60px
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #ffffff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
/* modal-contactform */
.modal-contactform .modal-header h4.modal-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.modal-contactform .modal-header .close {
  margin-top: -10px;
  opacity: 0.5;
  font-size: 26px;
  width: 30px;
  margin-right: -8px;
}
.modal-contactform .content_popupform .input-group {
  width: 100%;
  margin: 0 0 15px;
}
.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 40px;
  font-weight: 500;
  padding: 5px 20px;
  background: #fbfbfb;
  color: #252a2b;
  width: 100%;
}
.modal-contactform .content_popupform .input-group textarea {
  resize: none;
  height: 80px;
}
.modal-contactform .content_popupform .error-formcontact {
  display: none;
  margin: 0 0 10px;
  padding: 10px 15px;
  font-size: 12px;
  border: 1px dashed red;
  background: #ffffff;
  color: red;
  border-radius: 0;
  transition: height 0.1s ease;
}
.modal-contactform .content_popupform .sitebox-recaptcha {
  margin-bottom: 15px;
  padding: 0;
}
/* - Harafunnel mobile */
.harafunnel-mb {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  padding: 8px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 150ms linear;
}
.harafunnel-mb:hover {
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
}
.harafunnel-mb a {
  display: block;
}
.harafunnel-mb a svg {
  width: 100%;
  height: 100%;
}
@media(min-width: 992px) {
  .modal-addThis.modal-contactform .modal-dialog {
    width: 600px;
  }
  .modal-addThis.modal-succesform .modal-dialog {
    width: 450px;
  }
}
@media(max-width: 767px) {
  // .mainfooter-toolbar {
  //   margin-bottom: 50px;
  // }
  .mainfooter-product {
    margin-bottom: 60px;
  }
  .actionToolbar_product {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .product-action-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: #ffffff;
    display: block;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 8px 10px;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
  }
  .layoutProduct_scroll.scroll-down .actionToolbar_product {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .layoutProduct_scroll.scroll-down .product-action-bottom {
    padding-bottom: 60px;
  }
}
/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp {
  text-align: center;
  padding: 0 !important;
  font-size: 0;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}
.modal-productApp:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-productApp .modal-dialog-centered {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}
.modal-productApp.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-productApp .modal-dialog-centered .modal-content {
  width: 100%;
}
.modal-productApp.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.modal-productApp.fade.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal-productApp .modal-footer {
  padding: 15px;
  text-align: center;
}
.modal-productApp .modal-footer .button {
  margin: 0 5px;
}
.modal-productApp .modal-header {
  padding: 15px 20px;
}
.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  padding: 0 30px 0 0;
}
.modal-productApp .modal-header .combo-title {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: bold;
}
.modal-productApp .modal-header .close-modal-app {
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #333;
  right: 13px;
  top: 9px;
  z-index: 9;
  opacity: 1;
  margin: 0;
}
.modal-productApp .modal-header .close-modal-app svg {
  display: inline-block;
  fill: currentColor;
  position: relative;
  width: 12px;
  line-height: 30px;
  margin-top: -2px;
}
#combo-program {
  max-height: 400px;
  overflow: auto;
}
#combo-program .combo-title b {
  color: #ff0707;
}
#combo-program .combo-w {
  border: 0;
  margin-bottom: 0;
  padding: 0 10px 0 40px;
  position: relative;
}
#combo-program .combo-w:after {
  content: '\2714\fe0e';
  font-size: 16px;
  position: absolute;
  top: calc(50% - 11px);
  left: 11px;
  color: #ED1C24;
  opacity: 0;
}
#combo-program .combo-w:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 10px);
  left: 7px;
}
#combo-program .combo-w.checked:after {
  opacity: 1;
}
#combo-program .combo-w.checked:before {
  border: 1px solid#ED1C24;
}
#combo-program table tr {
  margin-bottom: 3px;
}
#combo-program table tr:first-child td {
  border-top: 0;
}
#combo-program table label {
  font-weight: normal;
  font-size: 13px;
  display: block;
  border: none;
  padding: 2px 5px;
  cursor: pointer;
}
#combo-program table label:after {
  content: "";
  display: table;
  clear: both;
}
#combo-program table label img {
  display: inline-block;
  width: 85px;
  float: left;
}
#combo-program table label p {
  display: inline-block;
  width: calc(100% - 85px);
  float: left;
  margin-bottom: 0;
  padding-left: 15px;
}
#combo-program table label .discount-promotion-price b {
  color: #fa0303;
}
#combo-program table label .discount-promotion-price del {
  margin-left: 5px;
}
#combo-program table input {
  display: none;
}
#combo-program table input:checked + label {
  color: #000;
  background: #fff8f8;
}
#buyxgety-program {
  margin: 20px 0;
  border: 2px dotted#ED1C24;
  padding: 10px;
  position: relative;
  min-height: 100px;
  z-index: 0;
}
#buyxgety-program .buyxgety-heading {
  padding: 5px 60px 5px 10px;
  position: relative;
}
#buyxgety-program .buyxgety-heading h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
}
#buyxgety-program .buyxgety-heading:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  top: 6px;
  background-image: url('//cdn.hstatic.net/themes/1000166921/1001470249/14/appbuyxgety-icon.png?v=1553');
  background-repeat: no-repeat;
  background-size: contain;
}
#buyxgety-program .modal-body {
  padding: 15px 30px;
}
.buyxgety_item {
  display: -webkit-flex;
  display: flex;
  padding: 5px 10px 10px;
}
.buyxgety_item .buyxgety_checkbox {
  width: 35px;
  float: left;
  padding-top: 7px;
}
.buyxgety_item .buyxgety_image {
  width: 60px;
  float: right;
}
.buyxgety_item .buyxgety_item_title {
  width: calc(100% - 95px);
  float: right;
  padding-left: 15px;
}
.buyxgety_item .buyxgety_list_variant select {
  font-size: 94%;
  font-style: italic;
  min-width: 110px;
  outline: none;
  padding: 1px 15px 2px;
  margin: 2px 0 5px;
}
.buyxgety_item .buyxgety_checkbox input[type=radio] {
  cursor: pointer;
  width: 15px;
  height: 15px;
}


/*
   edit +++
   .pro-loop .product-img .sold-out == bottom:10
   .qty-click input.item-quantity
   table.table-cart tr td.item h3
   .selector-actions
*/
.pro-loop .product-img .product_gift_label {
  width: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.product-loop-special .product-col-left {
  position: relative;
}
.product-loop-special .product-col-left .product_gift_label {
  position: absolute;
  width: 50px;
  top: 15px;
  z-index: 2;
  left: 20px;
}
button.btn-product-gift {
  width: 100%;
  padding: 14px 35px;
  font-size: 16px;
}
table.table-cart tr td.item .ico-gift {
  display: inline-block;
  width: 16px;
  vertical-align: text-bottom;
  margin-left: 10px;
}
@media(max-width: 767px) {
  .modal-productApp .modal-dialog-centered {
    margin: 30px 10px 50px;
  }
  .modal-productApp .modal-header {
    padding-left: 15px;
  }
  .modal-productApp .modal-header .name-combo,
  .modal-productApp .modal-header .modal-title {
    font-size: 18px;
  }
  .modal-productApp .modal-footer .button {
    width: 100%;
    margin: 0;
  }
  .modal-productApp .modal-footer .button + .button {
    margin-top: 15px;
  }
}
/*====== POPUP CONTACT ====================================================================*/
.modal-popupContact {
  font-size: 0;
  text-align: center;
  padding: 0 !important;
  color: #333;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}
.modal-popupContact:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-popupContact .modal-dialog-centered {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-popupContact.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-popupContact .modal-dialog-centered .modal-content {
  width: 100%;
}
.modal-popupContact .modal-dialog-centered {
  margin: 30px auto 50px;
}
.modal-popupContact.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.modal-popupContact.fade.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal-popupContact .close-popup-contact {
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  outline: none;
}
.modal-popupContact .close-popup-contact svg {
  display: block;
  margin: auto;
  height: 30px;
  width: 14px;
  text-align: center;
  fill: #f3f3f3
}
.modal-popupContact .close-popup-contact:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-popupContact.popupBanner .modal-content {
  background-color: transparent;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.modal-popupContact.popupForm .modal-content {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
}
.modal-popupContact.popupForm .modal-content.lazyloaded {
  background-image: url('//cdn.hstatic.net/themes/1000166921/1001470249/14/popup_contact_bkg.jpg?v=1553');
}
.modal-popupContact.popupForm .modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f3f3f3;
  opacity: 0.9;
}
.modal-popupContact.popupForm .modal-content:before,
.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
  width: 58%
}
.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
  position: relative;
  padding: 50px 25px 30px;
  float: right;
}
.title-popup-contact {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 500;
}
.message-popup-contact {
  margin-bottom: 25px;
}
.title-adv-popup-contact {
  font-size: 14px;
  margin-bottom: 5px;
}
.list-adv-popup-contact li {
  list-style-type: disc;
  margin-left: 25px;
  font-size: 14px;
}
.popup-form-customer {
  margin-bottom: 15px;
}
.popup-form-customer .input-group {
  width: 100%;
  display: block;
  margin-bottom: 0
}
.popup-form-customer .input-group input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.popup-form-customer .input-group input,
.popup-form-customer .input-group .input-group-addon {
  width: 100%;
  margin-bottom: 15px;
  height: 45px;
  padding: 10px 20px;
  line-height: 25px;
  background: #ED1C24;
  border: 1px solid #e7e7e7;
  border-radius: 5px !important;

}
.popup-form-customer .input-group .input-group-addon {
  margin-bottom: 8px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  border-color: #ED1C24;
}
.popup-form-customer .input-group .input-group-addon:hover,
.popup-form-customer .input-group .input-group-addon:focus {
  background-color: #ffffff;
  border-color: #ED1C24;
  color: #ED1C24;
}
.popup-form-customer .succes-popup {
  font-size: 12px;
  min-height: 25px;
  visibility: hidden;
  margin: 0;
  text-align: center;
}
.popup-form-customer .succes-popup.error {
  visibility: visible;
  color: red;
}
.popup-form-customer .succes-popup.success {
  visibility: visible;
  color: #27a208;
}
@media (min-width: 768px) {
  .modal-popupContact .modal-dialog-centered {
    width: 650px;
  }
}
@media (max-width: 767px) {
  .modal-popupContact .modal-dialog-centered {
    margin: 35px 10px 50px;
  }
  .modal-popupContact.popupForm .modal-content:before,
  .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    width: 100%;
  }
}
/*** End popup-contact.css ***/


/*
   ---------------------------------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------------------------------
*/@media(min-width: 992px) and (max-width: 1199px) {
  /*index */
  .box-banner-inf {
    width: 80%;
    z-index: 4;
  }
  .list-slider-banner.owl-carousel .owl-nav .owl-next {
    right: 65px;
  }
  .list-slider-banner.owl-carousel .owl-nav .owl-prev {
    left: 65px;
  }
  /*account*/
  .wrapbox-content-account {
    padding: 100px 60px;
  }
  .wrapbox-heading-account .header-page {
    width: 80%;
  }
}
@media(min-width: 992px) {
  .wrapbox-heading-account {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-right: 1px solid #ededed;
    height: 100vh;
    padding: 0;
  }
  .wrapbox-heading-account .header-page {
    padding-bottom: 70px;
  }
  .box-heading-contact {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-right: 1px solid #ededed;
    height: 100vh;
    padding: 0;
  }
  .box-map iframe {
    height: 100vh !important
  }

  /**** INDEX ****/
  .wrap-pd-infor.box_stick {
    position: -webkit-sticky;
    position: sticky !important;
    max-height: 100vh;
    top: 0;
    border-right: 1px solid #ededed;
  }
  .wrap-pd-infor .inf-content {
    padding: 100px 15px;
    max-width: 80%;
    margin: auto;
  }
  /**** COLLECTION ****/
  .sidebar-fix {
    position: -webkit-sticky;
    top: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  /* Collection filter toggle styles */
  .filter-toggle-arrow {
    display: none;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #808284;
    transition: transform 200ms ease;
  }
  .filter-toggle-arrow svg {
    width: 100%;
    height: 100%;
  }
  .filter-content {
    padding: 16px;
    max-height: 9999px;
    overflow: hidden;
    transition: max-height 300ms ease, padding 300ms ease;
  }
  .filter-content.is-collapsed {
    max-height: 0;
    padding: 0 16px;
    overflow: hidden;
  }
  
  @media (max-width: 991px) {
    .filter-toggle-arrow {
      display: block;
    }
    .filter-content {
      display: none;
    }
    .filter-content.is-open {
      display: block;
    }
  }
  /**** PRODUCT DETAIL ****/
  .icon-pr-fix.out-with-you {
    opacity: 0;
  }
  .product-content-desc {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
  }
  /**** BLOG ****/
  .list-article-content .news-content {
    height: 50vh;
  }
  /**** FOOTER ****/
  .top-footer .area_newsletter {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
  }
  .top-footer .area_newsletter .title_newsletter {
    width: 32%;
    border-right: 1px solid #e7e7e7;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media(min-width: 1200px) {
  .wrapbox-content-account {
    padding: 100px;
  }
  .wrapbox-heading-account .header-page {
    width: 60%;
  }
  .block-banner-category img {
    -webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    , -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .block-banner-category:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .box-banner-inf {
    width: 80%;
    z-index: 4;
  }
  .top-footer .area_newsletter .title_newsletter {
    width: 26%;
  }
  .wrapbox-content-search {
    padding: 0 100px 30px;
  }
  #homepage_slider:not(.owl-loaded),
  .list-slider-banner.owl-carousel:not(.owl-loaded) {
    min-height: 300px;
    visibility: hidden;
  }
}
@media(min-width: 768px) {
  table.table-cart tr td.remove {
    position: absolute;
    right: 15px;
  }
  .sidebarCart-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
}
@media(max-width: 991px) and (min-width: 768px) {
  .wrapbox-heading-account {
    height: 50vh;
    border-bottom: 1px solid #ededed;
  }
  .wrapbox-heading-account .header-page {
    width: 80%;
    text-align: center;
    padding-bottom: 50px;
  }
  .wrapbox-heading-account .header-page:after {
    margin: 50px auto 0;
  }
  .wrapbox-content-account {
    padding: 100px 80px;
  }
  #site-menu-handle {
    padding-right: 80px;
    display: inline-block !important;
  }
  span#site-menu-handle:after {
    font-size: 13px;
    display: inline-block;
    content: "Menu";
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.6;
  }
  .box-heading-contact {
    height: 50vh;
    border-bottom: 1px solid #ededed;
  }
  .box-map iframe {
    height: 50vh !important
  }

  /* INDEX */
  .wrap-pd-infor.box_stick {
    height: 50vh;
  }
  .box-banner-inf {
    width: 70%;
    z-index: 4;
    text-align: center;
  }
  .wrap-pd-infor .inf-content {
    padding: 100px 15px;
    max-width: 80%;
    margin: auto;
  }
  /* COLLECTION */
  .no-product {
    text-align: center
  }
  /* PRODUCT DETAIL*/
  .icon-pr-fix {
    position: absolute;
    bottom: 25px;
  }
  .product-zoom.icon-pr-fix {
    right: 15px;
    left: initial;
    margin: 0;
  }
  .gallery-index.icon-pr-fix {
    display: none;
  }
  .divzoom_main .product-thumb {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .box__product-gallery {
    height: 70vh;
    overflow: visible;
  }
  .slide_product {
    width: 100%;
    height: 100%;
  }
  .slide_product li.gallery-item {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
  }
  .box__product-gallery.scroll .site-box-content:after {
    content: 'flickity';
    display: none;
  }
  /* CART */
  .checkout-note textarea {
    margin-bottom: 20px
  }
  .sidebox-order_title h3 {
    font-size: 18px;
  }
  .sidebox-order_total p .total-price {
    font-size: 20px;
  }
  .sidebox-order_text {
    font-size: 12px;
  }
  .sidebox-order_action .btncart-checkout {
    font-size: 8px 15px;
  }
  /* BLOGS */
  .list-article-content .news-content {
    height: 50vh;
  }
  /* Footer */
  footer.footer .col-lg:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media(max-width: 991px) {
  .header-wrap-icon > span.icon-account,
  .header-wrap-icon > span.icon-search {
    display: none !important;
  }
  .block .title_block {
    position: relative;
    display: inline-block;
    margin: 0 0 5px;
    border-radius: 10px;
  }
  .block .title_block span {
    display: block;
    top: 8px;
    right: 10px;
    position: absolute;
  }
  .block .block_content {
    display: none;
  }
  .filter-default {
    padding: 0 15px;
  }
  .product-image-detail {
    width: 100%;
    padding: 0;
  }
  .flickity-page-dots {
    bottom: -55px;
    z-index: 2;
  }
  .product-title h1 {
    font-size: 26px;
    margin-top: 65px !important;
  }
  .caption_banner {
    padding: 0 15px;
    bottom: 10px;
  }
  .caption_banner h3 {
    font-size: 18px;
  }
  /* collection */
  .wrap-collection-title .heading-collection {
    margin: 0;
  }
  .no-product {
    text-align: center
  }
  .left-module {
    margin: 20px 0 0;
  }
  .wrapper-collection-1 .pro-loop:nth-child(odd),
  .wrapper-collection-2 .pro-loop:nth-child(odd),
  #collection-body .pro-loop:nth-child(odd),
  .list-productRelated .pro-loop:nth-child(odd) {
    padding-right: 7.5px;
  }
  .wrapper-collection-1 .pro-loop:nth-child(even),
  .wrapper-collection-2 .pro-loop:nth-child(even),
  #collection-body .pro-loop:nth-child(even),
  .list-productRelated .pro-loop:nth-child(even) {
    padding-left: 7.5px;
  }
  /* Blog Article */
  .blog-loop:nth-of-type(2n + 1) {
    clear: both;
  }
  .sidebar-blog .layered,
  .sidebar-page .layered {
    display: none;
  }
}
@media(max-width: 767px) {
  .wrapbox-heading-account {
    padding: 30px 15px;
    border-bottom: 1px solid #ededed;
  }
  .wrapbox-heading-account .header-page {
    text-align: center;
  }
  .wrapbox-heading-account .header-page h1 {
    font-size: 34px;
  }
  .wrapbox-heading-account .header-page:after {
    margin: 20px auto 0;
  }
  .wrapbox-content-account {
    padding: 60px 15px;
  }
  .heading-page {
    position: relative;
    text-align: center;
    padding: 0 0 30px;
  }
  .heading-page:after {
    content: "";
    background: #252a2b;
    display: block;
    width: 60px;
    height: 4px;
    margin: 25px auto 0;
  }
  .heading-page h1 {
    font-size: 30px;
    margin: 0;
  }
  .wrapbox-content-page-contact {
    padding: 40px 15px;
  }
  .breadcrumb-shop {
    background: #ffffff;
  }
  .breadcrumb-shop .breadcrumb-arrows {
    padding: 10px 0 5px
  }
  /* index */
  .list-slider-banner.owl-carousel .owl-nav.disabled,
  .list-slider-banner.owl-carousel .owl-nav {
    display: none;
  }
  .list-slider-banner .caption_banner_slide {
    padding: 10px 15px;
  }
  .list-slider-banner .caption_banner_slide h3 {
    font-size: 16px;
  }
  .wrapper-heading-home h2 {
    font-size: 28px;
  }
  .wrap-collection-title h2,
  .wrap-collection-title .link-more {
    font-size: 24px;
  }
  .wrap-collection-title.image-resize {
    padding-top: 0;
  }
  .wrapper-home-banner .home-banner-pd {
    padding: 0 5px;
    margin-bottom: 0;
  }
  .box-banner-inf {
    width: 100%;
    padding: 50px 15px;
    z-index: 4;
    text-align: center;
  }
  .wrap-pd-infor.box_stick {
    height: 50vh
  }
  .wrap-pd-infor .inf-content {
    padding: 50px 30px;
    max-width: 100%;
    margin: auto;
  }
  .box-banner-inf h2 {
    font-size: 40px;
  }
  .box-banner-inf a.button {
    margin-top: 33px;
  }
  #homepage_slider .owl-dots {
    bottom: 8px;
  }
  /* product detail*/
  .product-detail-wrapper {
    padding-top: 20px;
  }
  .product-image-detail {
    border-bottom: 1px solid #ededed;
  }
  .icon-pr-fix {
    position: absolute;
    bottom: 25px;
  }
  .product-sharing.icon-pr-fix {
    left: 15px;
  }
  .product-zoom.icon-pr-fix {
    right: 15px;
    left: initial;
    margin: 0;
  }
  .gallery-index.icon-pr-fix {
    display: none;
  }
  .divzoom_main .product-thumb {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .box__product-gallery {
    overflow: visible;
    min-height: 450px;
  }
  .slide_product {
    width: 100%;
    height: 100%;
    transition: opacity 300ms linear
    , transform 300ms linear;
  }
  .box__product-gallery .flickity-enabled .flickity-viewport {
    transition: height 300ms linear;
  }
  .slide_product li.gallery-item {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .product-zoom {
  display: none !important;
}
  .box__product-gallery.scroll .site-box-content:after {
    content: 'flickity';
    display: none;
  }
  .slide_product li.gallery-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
    pointer-events: none;
  }

  .product-image-detail .flickity-page-dots .dot {
    transition: all 300ms linear;
  }
  .slide_product .flickity-page-dots {
    bottom: -45px;
    z-index: 99;
  }
  .input-bottom {
    width: 54px;
    float: left;
    margin-right: 15px;
  }
  .input-bottom input {
    width: 54px;
    height: 45px;
    border: 1px solid #d1d1d1;
    text-align: center;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .add-cart-bottom {
    font-weight: 600;
    height: 45px;
    width: calc(100% - 70px);
    border-radius: 4px;
    float: left
  }
  .list-productRelated .pro-loop-title .product-resize,
  .list-productRelated .pro-loop-title .wrap-collection-title.image-resize {
    height: initial !important
  }
  .list-productRelated .wrap-collection-title.image-resize {
    padding-bottom: 45px;
  }
  .list-productRelated .wrap-collection-title .block-pding:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin: 30px auto auto;
    background: #252a2b;
  }
  /******* blog -article *******/
  .list-article-content .news-content {
    min-height: 250px;
    height: 50vh;
  }
  .article-body h2.title-article {
    font-size: 24px;
  }
  .sidebarblog-title h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .sidebarblog-title h2 span {
    display: inline-block;
  }
  .blog-posts .blog-post .blog-post-thumbnail {
    margin-bottom: 20px;
  }
  /******* ABOUT-CONTACT *******/
  .box-heading-contact {
    padding: 0;
  }
  .header-page-contact h1 {
    font-size: 35px;
  }
  .box-send-contact h2 {
    font-size: 20px
  }
  .layout-pageContact .wrapbox-content-page-contact,
  .layout-pageContact .box-send-contact {
    padding: 25px 15px;
  }
  .layout-pageContact .contact-map-row {
    margin-top: 15px;
  }
  .box-map iframe {
    height: 50vh !important
  }
  /* CART PAGE */
  .layoutPage-cart .heading-page h1 {
    font-size: 25px;
    margin: 0 0 10px;
  }
  table.table-cart {
    margin-bottom: 25px;
    border: 0;
  }
  table.table-cart thead tr {
    display: none;
  }
  table.table-cart tr td {
    border: 0;
    padding: 0 5px;
  }
  table.table-cart tbody > tr {
    background: #ffffff;
    padding: 20px 0;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    margin-bottom: 10px;
  }
  table.table-cart tr td.image {
    width: 80px;
    float: left;
  }
  table.table-cart tr td.image img {
    max-width: 70px;
    background: #ffffff
  }
  table.table-cart tr td.item {
    width: calc(100% - 80px);
    float: left;
    padding-left: 5px;
  }
  table.table-cart tr td.item h3 {
    margin: 0 0 5px;
    display: block;
    padding-right: 20px;
  }
  table.table-cart tr td.qty {
    padding: 0;
    float: right;
    margin-right: 8px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 35%;
  }
  table.table-cart tr td.item .price {
    width: 100%;
    float: left;
    text-align: left;
    margin: 15px 0;
  }
  table.table-cart tr td.item .price del {
    margin-top: 2px;
  }
  table.table-cart tr td.item .price span.text {
    display: inline-block;
    font-size: 12px;
  }
  table.table-cart tr td.remove a {
    position: absolute;
    top: 22px;
    right: 0;
  }
  table.table-cart tr:last-child td {
    border: none;
  }
  .checkout-note textarea {
    margin-bottom: 20px;
  }
  .cart-buttons .btn-checkout,
  .cart-buttons a,
  .cart-buttons .btn-update {
    font-size: 10px;
    margin: 0;
    padding: 15px 8px;
  }
  /* SEARCH ++	ACCOUNT */
  .search-field {
    width: 100%;
  }
  .title-infor-account h1 {
    font-size: 30px;
  }
  .title-infor-account h1:after {
    margin-top: 32px;
  }
  .AccountSidebar {
    margin-bottom: 40px;
  }
  .table-responsive {
    padding: 0 8px 10px
  }

  .breadcrumb-shop .breadcrumb-arrows li {
    font-size: 10px;
  }
}

/* Footer custom */
.footer-wrapper {
  background-color: #ED1C24;
  color: #ffffff;
}

/* Override màu chữ cho các phần tử con */
.footer-wrapper p,
.footer-wrapper h4,
.footer-wrapper li,
.footer-wrapper span,
.footer-wrapper label {
  color: #ffffff;
}

/* Override màu link */
.footer-wrapper a {
  color: #ffffff;
}

.footer-wrapper a:hover {
  opacity: 0.6;
}

/* Override màu icon */
.footer-wrapper i {
  color: #ffffff;
}

/* Override input placeholder */
.footer-wrapper input::placeholder {
  color: #aaaaaa;
}

/* custom topbar-marquee */
.topbar-marquee {
  overflow: hidden;
}

.topbar-marquee-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 48px;
  width: max-content;
  padding-left: 100%;
  animation: topbar-marquee 20s linear infinite;
  will-change: transform;
}

.topbar-marquee-track:hover {
  animation-play-state: paused;
}

@keyframes topbar-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 48px));
  }
}

/* Placeholder rõ hơn chỉ cho popup đăng ký */
.modal-popupContact.popupForm .popup-form-customer .form-email-popup-contact {
  color: #ED1C24;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid#ED1C24;
}

.modal-popupContact.popupForm .popup-form-customer .form-email-popup-contact::placeholder {
  color: #ED1C24;
}

.modal-popupContact.popupForm .popup-form-customer .form-email-popup-contact::-webkit-input-placeholder {
  color: #ED1C24;
}

.modal-popupContact.popupForm .popup-form-customer .form-email-popup-contact::-moz-placeholder {
  color: #ED1C24;
}

.modal-popupContact.popupForm .popup-form-customer .form-email-popup-contact:-ms-input-placeholder {
  color: #ED1C24;
}

.wrapper-collection-1 .container-fluid.has-card, .wrapper-collection-2 .container-fluid.has-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 5px;
  overflow: hidden;
  background: #ffffff;
}

.content-product-list.product-list.filter{
  margin-bottom: 30px;
}

.container-fluid.has-card > .row {
  margin-left: 0;
  margin-right: 0;
}

.container-fluid.has-card > .row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.pro-loop .product-img .image-resize {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.pro-loop .product-img picture {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-loop .product-img .img-loop {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-product-list > .pro-loop {
  padding: 8px !important;
}

.content-product-list {
  margin-left: -8px;
  margin-right: -8px;
}

.content-product-list .pro-loop .product-img {
  padding: 10px;
}

.content-product-list .pro-loop .product-detail {
  padding: 10px;
}

@media (max-width: 767px) {
  .wrapper-heading-home .site-animation h2,
  .wrapper-heading-home .site-animation h2 a {
    font-size: 18px;
    font-weight: 700;
    text-stroke: 2px#ED1C24;
    letter-spacing: -0.5px;
  }
}

.wrapper-list-productRelated {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; 
  gap: 15px;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06),
              0 4px 24px rgba(0, 0, 0, 0.08);
}

.content-product-list {
  width: 100%;
  box-sizing: border-box;
}

.list-productRelated .heading-title h2{
  color: #ED1C24;
  font-weight: bold;
}
}

/* Lable filter  custom*/

.option.browse-tags .custom-dropdown {
  flex: 1;
  max-width: 260px;
}

.option.browse-tags .custom-dropdown .custom-dropdown__select {
  height: 38px;
  padding: 0 30px 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #333;
  box-shadow: none;
}

.option.browse-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .layout-pageContact .contact-map-row .box-heading-contact {
    position: static;
    top: auto;
    height: auto;
    border-right: 0;
  }

  .layout-pageContact .contact-map-row .box-map iframe {
    height: 420px !important;
    min-height: 0;
    border-radius: 5px;
  }
}

@media (min-width: 1200px) {
   .layout-pageContact .container-contact {
    padding-left: 75px;
    padding-right: 75px;
  }
}

/* CONTACT UI REFRESH - info + form */
.layout-pageContact {
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.layout-pageContact .wrapbox-content-page-contact {
  margin-bottom: 20px;
}

.layout-pageContact .header-page-contact h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.2;
}

.layout-pageContact .header-page-contact:after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: #ef4444;
}

/* Info cards */
.layout-pageContact .box-info-contact .list-info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.layout-pageContact .box-info-contact .list-info li {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
}

.layout-pageContact .box-info-contact .list-info li p:first-child {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: #ED1C24;
}

.layout-pageContact .box-info-contact .list-info li p strong {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  color: #111827;
}

/* Form */
.layout-pageContact .box-send-contact h2 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
}

.layout-pageContact .box-send-contact h2:after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 12px;
  opacity: 0.25;
}

.layout-pageContact .contact-form .input-group {
  margin-bottom: 14px;
}

.layout-pageContact .contact-form .input-group input,
.layout-pageContact .contact-form .input-group textarea {
  width: 100% !important;
  border: 1px solid #dbe3ee;
  background: #ffffff;
  color: #111827;
  box-shadow: none;
  font-weight: 500;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.layout-pageContact .contact-form .input-group input {
  height: 48px;
  padding: 0 14px;
}

.layout-pageContact .contact-form .input-group textarea {
  min-height: 150px;
  padding: 14px;
  resize: vertical;
}

.layout-pageContact .sitebox-recaptcha {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: #6b7280;
}

.layout-pageContact .sitebox-recaptcha a {
  color: #ef4444;
}

.layout-pageContact .box-send-contact button.button.dark {
  margin-top: 8px;
  min-width: 220px;
  height: 48px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 991px) {
  .layout-pageContact .wrapbox-content-page-contact,
  .layout-pageContact .box-send-contact {
    padding: 24px 18px;
  }

  .layout-pageContact .box-info-contact .list-info {
    grid-template-columns: 1fr;
  }

  .layout-pageContact .header-page-contact h1 {
    font-size: 28px;
  }

  .layout-pageContact .box-send-contact h2 {
    font-size: 24px;
  }

  .layout-pageContact .box-send-contact button.button.dark {
    width: 100%;
    min-width: 100%;
  }
}

/* ===== WRAPPER ===== */
.wrapper-home-information {
  background-color: #FEFAF2;
  position: relative;
  padding: 48px 0 64px;
  overflow: hidden;
}

/* ===== CONTAINER ===== */
.wrapper-home-information .container-fluid {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ===== HEADING ===== */
.about-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.about-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.about-title {
  font-size: 32px;
  font-weight: 800;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  writing-mode: horizontal-tb;
}

/* ===== ẢNH ===== */
.about-image-wrapper {
  width: 80%;           /* thu nhỏ xuống 60% */
  margin: 0 auto;       /* căn giữa */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.about-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/* ===== TEXT TRUNCATE ===== */
.about-text {
  font-size: 14px;
  line-height: 1.8;
  color: #252a2b;
  position: relative;
}

.about-text-inner {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
/* Fade out cuối đoạn */
.about-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: linear-gradient(to bottom, transparent, #FEFAF2);
  pointer-events: none;
}

/* ===== BUTTON ===== */
.about-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border: 2px solid #CA252B;
  border-radius: 6px;
  color: #CA252B;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.about-button:hover {
  background: #CA252B;
  color: #ffffff;
}

.about-button:hover svg {
  stroke: #ffffff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .wrapper-home-information .container-fluid {
    padding: 0 40px;
  }

  .about-icon img {
    width: 56px;
    height: 56px;
  }

  .about-title {
    font-size: 22px;
  }
}
.about-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.about-icon {
  flex-shrink: 0;        /* không co lại */
  width: 80px;           /* kích thước cố định */
  align-self: flex-start;
}

.about-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.content-about-us {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ===== BUTTON GLOW EFFECT ===== */
@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 2px rgba(202, 37, 43, 0.4),
                0 0 8px rgba(202, 37, 43, 0.2);
  }
  50% {
    box-shadow: 0 0 5px rgba(202, 37, 43, 0.7),
                0 0 15px rgba(202, 37, 43, 0.4);
  }
}

/* Button nền đỏ đặc - global */
.button,
.caption_banner .button,
.about-button,
.back-to-top a,
.add-new-address,
.btncart-checkout,
.article-comment .comment_form button.btn-rb,
.box-send-contact button,
.layout-info-account .action_bottom .btn,
.popup-form-customer .input-group .input-group-addon {
  transition: all 0.3s ease;
}

/* About button — hover fill đỏ + glow */
.about-button:hover {
  background: #CA252B;
  color: #ffffff;
  animation: pulse-glow 1.2s ease-in-out infinite;
}

.about-button:hover svg {
  stroke: #ffffff;
}
.product-image-detail .product-image-feature {
    transition: opacity 0.2s ease;
}
.product-image-detail .product-image-feature {
    cursor: zoom-in;
}
@media (min-width: 768px) {
    #product-zoom-in {
        display: none;
    }
}
/* ===== POPUP ZOOM STYLE ===== */
#divzoom {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}
#divzoom.open {
    display: flex !important;
}

/* Hộp popup trắng */
.divzoom_popup {
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    width: 900px;
    max-width: 92vw;
    max-height: 90vh;
    overflow: hidden;
    position: relative;

    /* ✅ THÊM MỚI: căn giữa tuyệt đối */
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

/* Ảnh lớn bên trái */
.divzoom_main_img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    min-height: 400px;
    padding: 16px;
}
.divzoom_main_img img {
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
    display: block;
}

/* Nút prev / next */
.divzoom_prev,
.divzoom_next {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    background: rgba(0,0,0,0.35);
    color: #fff;
    border: none;
    width: 36px; height: 60px;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.divzoom_prev { left: 0; border-radius: 0 4px 4px 0; }
.divzoom_next { right: 0; border-radius: 4px 0 0 4px; }
.divzoom_prev:hover,
.divzoom_next:hover { background: rgba(0,0,0,0.6); }

/* Thumbnail bên phải */
.divzoom_thumbs {
    width: 160px;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
    border-left: 1px solid #f0f0f0;
}
.divzoom_thumb_item {
    width: 72px;
    height: 72px;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
}
.divzoom_thumb_item.active,
.divzoom_thumb_item:hover {
    border-color: #ee4d2d;
}
.divzoom_thumb_item img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}

/* Nút đóng X */
.divzoom_close {
    position: absolute;
    top: 10px; right: 12px;
    background: none;
    border: none;
    font-size: 22px;
    color: #666;
    cursor: pointer;
    line-height: 1;
    z-index: 20;
}
.divzoom_close:hover { color: #ee4d2d; }

/* Ngăn scroll body khi popup mở */
body.popup-open {
    overflow: hidden;
}

/* Responsive mobile */
@media (max-width: 767px) {
    .divzoom_popup {
        flex-direction: column;
        width: 95vw;
        /* ✅ Giữ căn giữa trên mobile */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .divzoom_thumbs {
        width: 100%;
        flex-direction: row;
        border-left: none;
        border-top: 1px solid #f0f0f0;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px;
    }
}

.social-icon-box {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  line-height: 1 !important;
  vertical-align: middle;
}

.social-icon-box svg {
  display: block;
  margin: 0;
  flex-shrink: 0;
  fill: #ffffff;
  color: #ffffff;
}
.content-product-list .row{
  margin: 0;
}

@media (max-width: 767px) {
  .content-product-list.product-list.filter{
    margin: 0 !important;
  }
}

/* ============================================
   TRANG TẠO TÀI KHOẢN - ACCOUNT REGISTER
   ============================================ */

/* --- Layout chính --- */
.layout-account {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  font-size: 14px;
  color: #252a2b;
  background: #f5f7fa;
}

.layout-account .container-fluid {
  width: 100%;
  padding: 0;
}

.layout-account .row {
  display: flex;
  min-height: 100vh;
  margin: 0;
}

/* --- Cột trái: Banner/Heading --- */
.wrapbox-heading-account {
  flex: 1;
  background: linear-gradient(135deg, #CA252B 0%, #8B1519 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  min-height: 300px;
}

.wrapbox-heading-account .header-page {
  text-align: center;
}

.wrapbox-heading-account .header-page::before {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}

.wrapbox-heading-account h1 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 12px;
  letter-spacing: 0.3px;
}

.wrapbox-heading-account .header-page::after {
  content: 'Đăng ký để trải nghiệm đầy đủ tính năng';
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}

/* --- Cột phải: Form --- */
.wrapbox-content-account {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 2rem;
  background: #ffffff;
}

.userbox {
  width: 100%;
  max-width: 400px;
}

/* --- Tiêu đề form --- */
.userbox::before {
  content: 'Thông tin đăng ký';
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #252a2b;
  margin-bottom: 1.75rem;
}

/* --- Nhóm field chung --- */
.large_form {
  margin-bottom: 14px;
  position: relative;
}

/* Ẩn label icon cũ */
.large_form .label.icon-field {
  display: none;
}

/* --- Input text, email, password --- */
.large_form input[type='text'],
.large_form input[type='email'],
.large_form input[type='password'] {
  width: 100%;
  box-sizing: border-box;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  font-size: 14px;
  color: #252a2b;
  background: #ffffff;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  -webkit-appearance: none;
  appearance: none;
}

.large_form input[type='text']:hover,
.large_form input[type='email']:hover,
.large_form input[type='password']:hover {
  border-color: #adb5bd;
}

.large_form input[type='text']:focus,
.large_form input[type='email']:focus,
.large_form input[type='password']:focus {
  border-color: #CA252B;
  box-shadow: 0 0 0 3px rgba(202, 37, 43, 0.12);
}

.large_form input::placeholder {
  color: #9aa0a6;
}

/* --- Họ và Tên: đặt cạnh nhau --- */
#form-last_name,
#form-first_name {
  display: inline-block;
  width: calc(50% - 6px);
  vertical-align: top;
}

#form-last_name {
  margin-right: 12px;
}

/* Label cho họ/tên */
#form-last_name::before {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #5f6368;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
}

#form-first_name::before {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #5f6368;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
}

/* --- Ngày sinh --- */
#form-birthday::before {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #5f6368;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
}

/* --- Email --- */
#form-email::before {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #5f6368;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
}

/* --- Mật khẩu --- */
#form-password::before {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #5f6368;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
}

/* --- Radio giới tính --- */
#form-gender {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

#form-gender::before {
  content: 'Giới tính';
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #5f6368;
  margin-bottom: 4px;
  letter-spacing: 0.3px;
}

/* Ẩn radio mặc định */
#form-gender input[type='radio'] {
  display: none;
}

/* Style label như toggle button */
#form-gender label {
  flex: 1;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  color: #5f6368;
  background: #ffffff;
  transition: all 0.15s ease;
  user-select: none;
}

#form-gender label:hover {
  border-color: #CA252B;
  color: #CA252B;
}

#form-gender input[type='radio']:checked + label {
  border-color: #CA252B;
  color: #CA252B;
  background: #fdeaeb;
  font-weight: 500;
}

/* --- reCAPTCHA notice --- */
.sitebox-recaptcha {
  font-size: 11px;
  color: #9aa0a6;
  line-height: 1.6;
  margin-bottom: 18px;
  padding: 10px 12px;
  background: #f8f9fa;
  border-radius: 6px;
}

.sitebox-recaptcha a {
  color: #CA252B;
  text-decoration: none;
}

.sitebox-recaptcha a:hover {
  text-decoration: underline;
}

/* --- Nút đăng ký --- */
.action_account_custommer {
  margin-bottom: 0;
}

.action_bottom.button.dark {
  width: 100%;
}

.action_bottom.button.dark .btn,
input.btn[type='submit'] {
  display: block;
  width: 100%;
  height: 44px;
  background: #CA252B;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
  -webkit-appearance: none;
  appearance: none;
}

.action_bottom.button.dark .btn:hover,
input.btn[type='submit']:hover {
  background: #a81d22;
}

.action_bottom.button.dark .btn:active,
input.btn[type='submit']:active {
  background: #8B1519;
  transform: scale(0.99);
}

/* --- Link quay lại --- */
.req_pass {
  margin-top: 16px;
  text-align: center;
}

.req_pass .come-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #5f6368;
  text-decoration: none;
  transition: color 0.15s ease;
}

.req_pass .come-back:hover {
  color: #CA252B;
}

.req_pass .come-back .fa {
  font-size: 13px;
}

/* --- Error messages --- */
.errors {
  background: #fce8e6;
  border: 1px solid #f28b82;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #c5221f;
}

.errors ul {
  margin: 0;
  padding: 0 0 0 16px;
}

.errors li {
  margin-bottom: 4px;
}

/* ============================================
   RESPONSIVE - Mobile
   ============================================ */
@media (max-width: 768px) {
  .layout-account .row {
    flex-direction: column;
    min-height: auto;
  }

  .wrapbox-heading-account {
    min-height: 200px;
    padding: 2rem 1.5rem;
  }

  .wrapbox-heading-account h1 {
    font-size: 22px;
  }

  .wrapbox-content-account {
    padding: 2rem 1.25rem;
  }

  #form-last_name,
  #form-first_name {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .wrapbox-content-account {
    padding: 1.5rem 1rem;
  }

  .userbox {
    max-width: 100%;
  }
}

/* ============================================
   CLEARFIX UTILITY
   ============================================ */
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.banner-collection-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper-home-banner {
  overflow: hidden; 
}

.footer-content p {
  text-align: justify;
  text-justify: inter-word;
}

/* ============================================
   ZOOM PRODUCT
   ============================================ */
.zoom-hover-wrap {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

.zoom-hover-wrap.is-zooming {
  cursor: zoom-out;
}

.zoom-hover-target {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.15s ease-out;
  will-change: transform;
}

.zoom-hover-wrap.is-zooming .zoom-hover-target {
  transform: scale(var(--hover-zoom-scale, 2));
}

@media (max-width: 991px) {
  .zoom-hover-wrap {
    overflow: visible;
    cursor: default;
  }

  .zoom-hover-target {
    transform: none !important;
    transition: none;
  }

}

.main-footer .footer-image {
  display: block;
  width: 100%; 
  background-color:#ED1C24;
}

.main-footer .footer-image img {
 display: block;
  width: 100%;
  height: auto;
}
.footer-divider {
  width: 100%;
  height: 4px;
  background: #ffd700;
}
// STYLE REGISTER
/* ===== RESET OVERRIDE THEME ===== */
.layout-account {
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #ab1b21 0%, #7a1218 100%) !important;
  padding: 40px 20px !important;
}

.layout-account .container-fluid {
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.layout-account .row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: center !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border-radius: 24px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  overflow: hidden !important;
  height: auto !important;
  min-height: unset !important;
}

/* ===== HEADING ===== */
.layout-account .wrapbox-heading-account {
  padding: 3rem 2rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: auto !important;
  float: none !important;
}

.layout-account .header-page {
  text-align: center !important;
}

.layout-account .header-page h1 {
  font-size: 38px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: -0.5px !important;
  line-height: 1.3 !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  text-transform: none !important;
}

.layout-account .header-page::after {
  content: "Đăng ký để trải nghiệm đầy đủ tính năng" !important;
  display: block !important;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.75) !important;
  margin-top: 8px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

/* ===== FORM SIDE ===== */
.layout-account .wrapbox-content-account {
  padding: 2rem !important;
  width: auto !important;
  float: none !important;
}

.layout-account .userbox {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 2rem !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2) !important;
}

.layout-account .userbox::before {
  content: "Tạo tài khoản mới" !important;
  display: block !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  color: #222 !important;
  margin-bottom: 1.25rem !important;
  padding-bottom: 1rem !important;
  border-bottom: 2px solid #fce8e8 !important;
  color: #ab1b21 !important;  
  text-align: center !important;
}

/* ===== FORM FIELDS ===== */
.layout-account .large_form {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  margin-bottom: 12px !important;
  border: 1.5px solid #e8e8e8 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #fff !important;
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  transition: border-color 0.25s, box-shadow 0.25s !important;
}

.layout-account .large_form:focus-within {
  border-color: #ab1b21 !important;
  box-shadow: 0 0 0 3px rgba(171, 27, 33, 0.1) !important;
}

.layout-account .label.icon-field {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #fdf2f2, #fce8e8) !important;
  color: #ab1b21 !important;
  font-size: 15px !important;
  flex-shrink: 0 !important;
  border-right: 1.5px solid #e8e8e8 !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.layout-account .large_form input.text,
.layout-account .large_form input.password {
  flex: 1 !important;
  height: 44px !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  border: none !important;
  outline: none !important;
  color: #333 !important;
  background: transparent !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.layout-account .large_form input.text::placeholder {
  color: #bbb !important;
  font-size: 13px !important;
}

/* ===== AUTOFILL FIX ===== */
.layout-account input:-webkit-autofill,
.layout-account input:-webkit-autofill:hover,
.layout-account input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  -webkit-text-fill-color: #333 !important;
}

/* ===== GIỚI TÍNH ===== */
.layout-account #form-gender {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1.5rem !important;
  background: #fdf2f2 !important;
  border-radius: 10px !important;
  padding: 10px 16px !important;
  margin-bottom: 12px !important;
  border: none !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  box-shadow: none !important;
}

.layout-account #form-gender label {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 14px !important;
  color: #555 !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  float: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.layout-account #form-gender input[type="radio"] {
  width: 16px !important;
  height: 16px !important;
  accent-color: #ab1b21 !important;
  margin: 0 !important;
  flex: none !important;
  cursor: pointer !important;
}

/* ===== DATE PICKER ===== */
.layout-account input[type="date"] {
  flex: 1 !important;
  height: 44px !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  border: none !important;
  outline: none !important;
  color: #333 !important;
  background: transparent !important;
  width: 100% !important;
  cursor: pointer !important;
}

.layout-account input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer !important;
  opacity: 0.6 !important;
  filter: invert(13%) sepia(94%) saturate(2000%) hue-rotate(338deg) !important;
}

/* ===== RECAPTCHA ===== */
.layout-account .sitebox-recaptcha {
  display: block !important;
  font-size: 11.5px !important;
  color: #999 !important;
  line-height: 1.6 !important;
  margin-bottom: 12px !important;
  padding: 10px 14px !important;
  background: #fdf2f2 !important;
  border-radius: 8px !important;
  border: 1px solid #f5c6c7 !important;
  width: 100% !important;
  float: none !important;
  height: auto !important;
}

.layout-account .sitebox-recaptcha a {
  color: #ab1b21 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}

/* ===== SUBMIT BUTTON ===== */
.layout-account .action_account_custommer {
  margin-bottom: 12px !important;
  float: none !important;
}

.layout-account .action_bottom.button.dark {
  display: block !important;
  float: none !important;
}

.layout-account .action_bottom.button.dark .btn {
  width: 100% !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ab1b21 0%, #7a1218 100%) !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  letter-spacing: 0.4px !important;
  box-shadow: 0 4px 15px rgba(171, 27, 33, 0.4) !important;
  display: block !important;
  text-align: center !important;
  float: none !important;
}

/* ===== BACK LINK ===== */
.layout-account .req_pass {
  text-align: center !important;
  margin-top: 8px !important;
  float: none !important;
}

.layout-account .come-back {
  font-size: 13px !important;
  color: #aaa !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-weight: 500 !important;
}

.layout-account .come-back:hover {
  color: #ab1b21 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .layout-account .row {
    grid-template-columns: 1fr !important;
  }

  .layout-account .wrapbox-heading-account {
    padding: 2rem 1.5rem 1rem !important;
  }

  .layout-account .header-page h1 {
    font-size: 26px !important;
  }

  .layout-account .wrapbox-content-account {
    padding: 0 1rem 2rem !important;
  }
}

#form-birthday input[type="date"]:not(:focus):not([value])::-webkit-datetime-edit {
  color: #bbb;
}

#form-birthday input[type="date"]:not(:focus)::before {
  content: 'Ngày sinh';
  color: #bbb;
  font-size: 13px;
}
/* ===== Brand section ===== */
.brand-section,
.category-section,
.about-us-section,
.legal-section,
.customter-section,
.partner-section {
  width: 100%;
  border-radius: 5px;
}

.brand-header,
.category-header,
.about-us-header,
.legal-header,
.customter-header,
.partner-header {
  background: #cc0000;
  padding: 10px 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-header h2,
.category-header h2,
.about-us-header h2,
.legal-header h2,
.customter-header h2,
.partner-header h2 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px;
}

/* ===== DESKTOP (mặc định) ===== */
.brand-logos {
  background: white;
  padding: 32px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.brand-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.partner-brand-item img {
  width: auto;
  height: 60px;
  object-fit: contain;
  display: block;
}

/* ===== TABLET ≤ 768px ===== */
@media (max-width: 768px) {
  .brand-header h2,
  .category-header h2,
  .about-us-header h2,
  .legal-header h2,
  .customter-header h2,
  .partner-header h2 {
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .brand-header svg,
  .category-header svg,
  .about-us-header svg,
  .legal-header svg,
  .customter-header svg,
  .partner-header svg {
    width: 24px;
    height: 24px;
  }

 logos {
    padding: 20px 16px;
    gap: 40px;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    /* Scroll ngang mượt */
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    /* Ẩn scrollbar trên webkit (Chrome, Safari) */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }

  /* Ẩn scrollbar trên Chrome/Safari */
  .brand-logos::-webkit-scrollbar {
    display: none;
  }

  .partner-brand-item {
    flex: 0 0 auto; /* Không co lại khi scroll */
    scroll-snap-align: start;
  }

  .partner-brand-item img {
    height: 50px;
    width: auto;
  }
}

/* ===== MOBILE ≤ 480px ===== */
@media (max-width: 480px) {
  .brand-header,
  .category-header,
  .about-us-header,
  .legal-header,
  .customter-header,
  .partner-header {
    padding: 8px 12px;
    gap: 8px;
  }

  .brand-header h2,
  .category-header h2,
  .about-us-header h2,
  .legal-header h2,
  .customter-header h2,
  .partner-header h2 {
    font-size: 13px;
    letter-spacing: 0.3px;
  }

  .brand-header svg,
  .category-header svg,
  .about-us-header svg,
  .legal-header svg,
  .customter-header svg,
  .partner-header svg {
    width: 20px;
    height: 20px;
  }

  .brand-logos {
    padding: 16px 12px;
    gap: 24px;
  }

  .partner-brand-item img {
    height: 60px !important;
  }
}
/* ===== Category custom section ===== */
/* ===== DESKTOP (mặc định) ===== */
.category-body {
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding: 16px 20px 24px;
  height: 500px;
}
.card.card-category {
  border-radius: 12px;
  overflow: hidden;
  width: 220px;
  height: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.card-list {
  display: flex;
  flex-wrap: nowrap;        /* giữ tất cả trên 1 hàng */
  gap: 20px;
  justify-content: center;
  overflow-x: auto;    
  padding: 20px 0;/* scroll ngang nếu màn hình nhỏ */
}
/* Phần trên: ảnh */
.card-category .card-img-wrapper {
  flex: 1;
  overflow: hidden;
  min-height: 200px;  
}

.card-category .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.card-category button {
  display: flex;
  align-items: center;
  gap: 4px;
}

.card-category button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
/* Phần dưới: text + button */
.card-category .card-footer {
  padding: 0 12px 14px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: inherit; /* kế thừa màu nền từ inline style của card */
}

.card-category .card-label {
  flex: unset;
  color: white;
  text-align: center;
  line-height: 1.3;
}

.card-category .card-label.card-title {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.card-category .card-label.card-subtitle {
  font-size: 13px;
  font-weight: 400;
}

.card-category button {
  margin-top: 4px;
  background: white;
  border: none;
  border-radius: 20px;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #333;
  transition: opacity 0.2s;
}

.card-category button:hover {
  opacity: 0.85;
}
/* ===== TABLET ≤ 768px ===== */
@media (max-width: 768px) {
  .category-body {
    padding: 12px 16px 20px;
    height: auto;
  }

  .card-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    padding: 16px 0;
  }

  .card.card-category {
    width: calc(50% - 7px);  /* 2 cột trên tablet */
    max-width: 280px;
    height: auto;
  }

  .card-category .card-img-wrapper {
    aspect-ratio: 4 / 3;
    flex: unset;
  }

  .card-category .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* ===== MOBILE ≤ 480px ===== */
@media (max-width: 480px) {
  .category-body {
    padding: 10px 12px 16px;
    height: auto;
  }

  .card-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 12px 0;
    overflow-x: unset;
  }

  .card.card-category {
    width: 100%;
    max-width: unset;
    height: auto;
    border-radius: 12px;
  }

  /* Ảnh tỉ lệ vuông */
  .card-category .card-img-wrapper {
    aspect-ratio: 1 / 1;
    flex: unset;
  }

  .card-category .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Footer nhỏ gọn hơn */
  .card-category .card-footer {
    padding: 10px 8px;
    gap: 4px;
  }

  .card-category .card-label.card-title {
    font-size: 13px;
    font-weight: 800;
  }

  .card-category .card-label.card-subtitle {
    font-size: 11px;
  }

  /* Button nhỏ hơn */
  .card-category button {
    padding: 5px 12px;
    font-size: 12px;
    margin-top: 2px;
  }

  .card-category button svg {
    width: 13px;
    height: 13px;
  }
}
/* ===== Partner section ===== */
.partner-brand-logos {
  overflow: hidden;
  cursor: grab;
}
.partner-brand-logos {
  overflow-x: auto; 
  cursor: grab;
    background: white;
  padding: 24px 0;
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
}

.partner-brand-logos.active {
  cursor: grabbing;
}
.partner-brand-logos::-webkit-scrollbar {
  display: none;
}
.partner-brand-track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  will-change: transform;
}
.partner-brand-track:hover {
  animation-play-state: paused;
}
.partner-brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.partner-brand-item img {
  height: 120px;
  width: auto;
  object-fit: contain;
}

/* ======== News and Event =======*/
/* ===== DESKTOP (mặc định) ===== */
.pro-act-section {
  background: #fff;
  border-top: 3px solid #E8192C;
  padding: 52px 0 56px;
}

.pro-act-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

.pro-act-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.pro-act-title {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-top: 150px;
  padding-bottom: 50px;
}

/* Grid hàng trên: 2 cột */
.pro-act-section .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 14px;
  align-items: start;
}

/* Grid hàng dưới */
.pro-act-section .grid-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

/* Card chung */
.pro-act-section .card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  width: auto;
}

.pro-act-section .card-img {
  width: 100%;
  max-height: 600px !important;
  display: block;
  object-fit: cover;
}

.pro-act-section .card-body {
  padding: 14px;
}

.pro-act-section .card-title {
  font-size: 20px;
  font-weight: 900;
  color: #cc0000;
  text-align: left;
}

.pro-act-section .card-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pro-act-section .btn {
  display: inline-block;
  background: #cc0000;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  align-self: flex-start;
  width: fit-content;
}

/* Card lớn: chiếm 2 hàng */
.pro-act-section .card-big {
  grid-column: 1;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;.pro-act-section .card-img;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  height: 100%;
}

.pro-act-section .card-big .card-img {
  flex: 1;
  object-fit: cover;
}

.pro-act-section .card-big .card-body {
  order: 2;
}

.pro-act-section .card-big2{
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
     height: 100%;
}

/* Card ngang */
.pro-act-section .card-horizontal {
  display: flex;
  flex-direction: row;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  height: 100%;
}

.pro-act-section .card-horizontal .card-img {
  width: 140px;
  height: 100%;
  flex-shrink: 0;
}

.pro-act-section .card-horizontal .card-body {
  flex: 1;
}

.pro-act-section .card-img-only {
  display: flex;
}

.pro-act-section .card-img-only .card-img {
  height: 200px;
  min-height: unset;
  flex: 1;
}

.pro-act-section .grid > .card-horizontal,
.pro-act-section .grid > .card:not(.card-big),
.pro-act-section .grid > .card-img-only {
  grid-column: 2;
}

.pro-act-section .grid-bottom-left {
  grid-column: 1;
  display: flex;
  flex-direction: row;
  gap: 14px;
}

.pro-act-section .grid-bottom-left .card {
  flex: 1;
}

/* ===== TABLET ≤ 768px ===== */
@media (max-width: 768px) {
  .pro-act-section {
    padding: 20px 16px 30px;
  }

  .pro-act-title {
    font-size: 18px;
    padding-top: 100px;
    padding-bottom: 30px;
    letter-spacing: 1px;
  }

  /* Grid hàng trên: 1 cột */
  .pro-act-section .grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* Reset grid placement */
  .pro-act-section .card-big {
    grid-column: 1;
    grid-row: auto;
    height: auto;
  }

  .pro-act-section .card-big .card-img {
    aspect-ratio: 16 / 9;
    flex: unset;
  }

  .pro-act-section .grid > .card-horizontal,
  .pro-act-section .grid > .card:not(.card-big),
  .pro-act-section .grid > .card-img-only {
    grid-column: 1;
  }

  /* Card ngang → đổi sang dọc */
  .pro-act-section .card-horizontal {
    flex-direction: column;
  }

  .pro-act-section .card-horizontal .card-img {
    width: 100%;
    height: 200px;
  }

  /* Grid hàng dưới: 1 cột */
  .pro-act-section .grid-bottom {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
  }

  .pro-act-section .grid-bottom-left {
    grid-column: 1;
    flex-direction: column;
    gap: 12px;
  }
}

/* ===== MOBILE ≤ 480px ===== */
@media (max-width: 480px) {
  .pro-act-section {
    padding: 16px 12px 24px;
  }

  .pro-act-title {
    font-size: 15px;
    padding-top: 70px;
    padding-bottom: 20px;
    letter-spacing: 0.5px;
  }

  .pro-act-section .grid {
    gap: 10px;
  }

  .pro-act-section .grid-bottom {
    gap: 10px;
    margin-top: 10px;
  }

  .pro-act-section .grid-bottom-left {
    gap: 10px;
  }

  .pro-act-section .card-big .card-img {
    aspect-ratio: 4 / 3;
  }

  .pro-act-section .card-horizontal .card-img {
    height: 180px;
  }


  .pro-act-section .card-text {
    font-size: 11px;
    -webkit-line-clamp: 3;
    
  }

  .pro-act-section .btn {
    font-size: 11px;
    padding: 6px 14px;
  }

  .pro-act-section .card-img {
    max-height: 300px !important;
  }
}

/* ====== ABOUT US — DESKTOP ====== */
.about-us-section {
  width: 100%;
  border-radius: 5px;
}

.about-us-header {
  background-color: #ffd700;
  padding: 10px 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-us-header h2 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.about-us-bg {
  background-image: url('//cdn.hstatic.net/themes/1000166921/1001470249/14/about-us-background.png?v=1553');
  background-size: 100% 50%;
  background-position: top;
  background-repeat: no-repeat;
  padding: 16px 20px 24px;
}

.about-us-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 24px;
}

/* Grid riêng cho about-us — KHÔNG dùng .grid global */
.about-us-inner .about-us-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 14px;
  align-items: stretch;
}

/* Card chung */
.about-us-section .card {
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  width: auto;
  /* Reset hoàn toàn các thuộc tính từ .pro-act */
  display: block;
  height: auto;
  flex-direction: unset;
}

/* Card ảnh trái */
.about-us-inner .about-us-card-big {
  grid-column: 1;
  display: block;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.about-us-inner .about-us-card-big .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  /* Reset max-height từ pro-act */
  max-height: unset !important;
  aspect-ratio: unset;
  flex: unset;
}

/* Card nội dung phải */
.about-us-inner .about-us-card-content {
  display: flex;
  flex-direction: column;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
}

.about-us-inner .about-us-card-content .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  /* Reset order từ pro-act */
  order: unset;
}

.about-us-section .card-title {
  font-size: 15px;
  font-weight: 900;
  color: #cc0000;
  font-style: italic;
  margin-bottom: 8px;
}

.about-us-section .card-text {
  font-size: 12px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 12px;
  /* Bỏ giới hạn dòng — hiện full text */
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}

.about-us-section .btn {
  display: inline-block;
  background: #cc0000;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  width: fit-content;
  text-decoration: none;
  align-self: flex-start;
}

/* ====== TABLET ≤ 768px ====== */
@media (max-width: 768px) {
  .about-us-header {
    padding: 8px 12px;
    gap: 8px;
  }

  .about-us-header h2 {
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .about-us-header svg {
    width: 24px;
    height: 24px;
  }

  .about-us-bg {
    padding: 12px 16px 20px;
    background-size: 100% 40%;
  }

  /* Chuyển sang 1 cột: ảnh trên, nội dung dưới */
  .about-us-inner .about-us-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-us-inner .about-us-card-big {
    grid-column: 1;
    height: auto;
  }

  .about-us-inner .about-us-card-big .card-img {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .about-us-inner .about-us-card-content {
    grid-column: 1;
  }
}

/* ====== MOBILE ≤ 480px ====== */
@media (max-width: 480px) {
  .about-us-header {
    padding: 7px 10px;
  }

  .about-us-header h2 {
    font-size: 13px;
    letter-spacing: 0.3px;
  }

  .about-us-header svg {
    width: 20px;
    height: 20px;
  }

  .about-us-bg {
    padding: 10px 12px 16px;
    background-size: 100% 35%;
  }

  .about-us-inner {
    padding-top: 16px;
  }

  .about-us-inner .about-us-grid {
    gap: 10px;
  }

  .about-us-inner .about-us-card-big .card-img {
    aspect-ratio: 4 / 3;
  }

  .about-us-section .card-title {
    font-size: 14px;
  }

  .about-us-section .card-text {
    font-size: 11px;
  }

  .about-us-section .btn {
    font-size: 11px;
    padding: 6px 14px;
  }
}
/*============= Cuộn ngang ========== */
.slider-list,
.customter-list {
  background: white;
  padding: 32px 20px;
  display: flex;
  overflow-x: auto;
  gap: 12px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  max-width: calc(4 * 283px + 3 * 12px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-bottom: 24px;
  overflow: hidden;
}

.slider-list::-webkit-scrollbar {
  display: none;
}
/*====== Legal ======*/
.legal-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
   width: fit-content;
}

.legal-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.legal-item img {
  height: 400px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .legal-item {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: center;
    box-sizing: border-box;
    text-align: center;
  }

  .legal-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.arrow {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: background 0.2s;
}
.arrow:hover {
  background: #f0f0f0;
}

/* Dots */
.legal-dots {
  width: calc((4 * 283px + 3 * 12px) / 4);
  height: 4px;
  background: #ddd;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}

.legal-track,
.customer-track{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #cc0000;
  border-radius: 2px;
  transition:
    left 0.3s,
    width 0.3s;
}

/*============== Customer ===========*/
.customter-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 300px;
  background: #e8e8e8;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 3px solid transparent;
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    border-color 0.3s;
  cursor: pointer;
}

.customter-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.customter-item.active {
  border-color: #2196f3; /* border xanh khi active */
}

.customer-name {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.customer-date {
  font-size: 13px;
  color: #666;
}

.customter-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.customer-content {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* giới hạn 3 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.customer-dots {
  width: calc((4 * 283px + 3 * 12px) / 5);
  height: 4px;
  background: #ddd;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.customer-track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #cc0000;
  border-radius: 2px;
  transition:
    left 0.3s,
    width 0.3s;
}
@media (max-width: 768px) {
  .slider-container {
    overflow: hidden;
    width: 100%;
  }

  .slider-list {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
    padding: 0;
  }

  .slider-list::-webkit-scrollbar {
    display: none;
  }

  .customter-item {
    flex: 0 0 100%;
    width: 50px;
    scroll-snap-align: center;
    box-sizing: border-box;
    text-align: center; 
  }
  .slider-container {
    padding-top: 24px;
  } 
}
/* ============ About us Custom ============*/
.about-section {
  display: flex;
  align-items: center;
  background: #f7ae2b;
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.about-content {
  flex: 1;
  padding: 0 clamp(20px, 5%, 100px);
  display: flex;
  justify-content: flex-end;
}
.about-content-wrapper {
  width: clamp(500px, 50%, 500px);
  text-align: left;
}
.about-title {
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.about-desc {
  font-size: 15px;
  font-weight: 600;
  color: white;
  line-height: 1.8;
}

.about-image {
  position: relative;
  width: 50%;
  height: 100%;
}

.img-about-us {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}
.about-image-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-us-mask--left,
.img-us-mask--right {
  position: absolute;
  top: 0;
  width: 100px; /* điều chỉnh độ rộng mask tùy ý */
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}

/* Mask bên trái */
.img-us-mask--left {
  left: 0;
}

/* Mask bên phải — lật ngang */
.img-us-mask--right {
  right: 0;
  transform: scaleX(-1);
}

/* About TAB */
.about-tabs {
  background: #c0161c; /* nền đỏ */
  border-top: 4px solid #ffd700; /* đường vàng phía trên */
  width: 100%;
  padding: 0;
}

.about-tabs-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 0;
}

.tab-btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 0;
  cursor: pointer;
  position: relative;
  transition: color 0.2s;
  white-space: nowrap;
}

.tab-btn:hover {
  color: #ffd700; /* vàng khi hover */
}

.tab-btn.active {
  color: #ffd700; /* tab đang active màu vàng */
}

.tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffd700; /* gạch chân vàng cho tab active */
}

.tab-content-section {
  width: 100%;
  padding: 20px 0;
  background: white;
}

.tab-content-inner {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  align-items: center;
}

.tab-content-image {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  perspective: 1000px;
  max-height: 500px;
  padding: 0 10px;
}

.tab-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.tab-content-text {
  flex: 1;
  padding:0 10px; 
}

.tab-content-title {
  font-size: 24px;
  font-weight: 700;
  color: #c0161c;
  margin-bottom: 20px;
}

.tab-content-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  max-height: calc(1.8em * 5);
}
@media (max-width: 767px){
.tab-content-desc {
  font-size: 13px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
  }
  .tab-content-desc, .tab-content-title{
   padding: 0 10px; 
  }
  .tab-content-inner{
    padding: 0 5px !important; 
  }
}

/* Layout xen kẽ cho Lời ngỏ */
.tab-content-inner.reverse {
  flex-direction: row-reverse;
}

/* Phân cách giữa các section */
.tab-content-section:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.background-reverse {
  background-color: #f1f1f1;
}
/* Hidden Item ALL */
.hidden-items > * {
visibility: hidden !important;
}
@media (max-width: 767px) {
  .about-section {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
  }

  .about-image {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
  }

  .about-image-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .img-about-us {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

 .img-us-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 100px;
    object-fit: cover;
    z-index: 2;
    pointer-events: none;
    display: block;
  }

  .img-us-mask--left,
  .img-us-mask--right {
   display: none;
  }

  .about-content {
    width: 100%;
    order: 2;
    padding: 24px 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-content-wrapper {
    width: 100%;
  }

  .about-title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .about-desc {
    font-size: 14px;
    line-height: 1.7;
  }
}
/*========= Product Category ===========*/
.shop-layout {
  width: 250px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 40px 0px;
}
.filter-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.heading-collection .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.filter-group {
  background: #c0161c;
  border-radius: 10px; /* bo tròn khi đóng */
  overflow: hidden;
  transition: border-radius 0.3s;
  margin: 10px;
}

.filter-group.open {
  border-radius: 10px; /* bo ít hơn khi mở */
}

.filter-header {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  cursor: pointer;
  color: white;
  font-size: 15px;
  font-weight: 700;
}

.filter-header:hover {
  background: rgba(255, 255, 255, 0.1);
}

.filter-icon {
  flex-shrink: 0;
  transition: transform 0.3s;
}

.filter-body {
  padding: 8px 20px 16px;
  display: none; /* ← ẩn khi đóng */
  text-align: left;
}

.filter-group.open .filter-body {
  display: block; /* ← hiện khi mở */
}

.filter-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 0;
  cursor: pointer;
}

.filter-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: white;
  cursor: pointer;
}

/* Product */
/* Card sản phẩm */
.product-card {
  flex-shrink: 0;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.3s;
  position: relative;
  
  box-sizing: border-box;
}

/* Khi có sidebar (col-4) → 3 sản phẩm/hàng */
.product-card.col-4 {
  width: calc(33.333% - 10px); /* 15px là gap/2 */
}

/* Khi không có sidebar (col-5) → 4 sản phẩm/hàng */
.product-card.col-5 {
  width: calc(25% - 12px);
}

/* Responsive tablet */
@media (max-width: 768px) {
  .product-card.col-4,
  .product-card.col-5 {
    width: calc(50% - 8px); /* 2 sản phẩm/hàng */
  }
}

/* Responsive mobile */
@media (max-width: 480px) {
  .product-card.col-4,
  .product-card.col-5 {
    width: calc(50% - 8px); 
  }
}

.product-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #c0161c;
  transition: width 0.4s ease;
}

.product-card:hover::after {
  width: 100%;
}

.product-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 20px;
}

.product-image img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.product-card:hover .product-image img {
  transform: scale(1.05); /* ← zoom nhẹ khi hover */
}

.product-info {
  padding: 12px 16px;
}

.product-sku {
  display: block;
  font-size: 12px;
  color: #999;
  text-align: right;
  margin-bottom: 6px;
}

/* Bỏ clamp trên h3 */
.product-name {
  overflow: visible;
  display: block !important;
  min-height: calc(14px * 1.4 * 2);
}

/* ✅ Apply clamp trực tiếp lên thẻ a */
.product-name a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  white-space: normal !important;
  word-break: break-word !important;
  width: 100% !important;
}

/* Shop Header*/
.shop-total {
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
  color: #ED1C24;
}
.shop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.shop-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .shop-divider{
  border: none;
  // border-top: 1px solid #ccc;
  }
}

.filter-toggle-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.filter-toggle-btn:hover {
  background: rgba(192, 22, 28, 0.1);
}
.check-box-list.filter-size {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  list-style: none;
}

.check-box-list.filter-size li {
  width: calc(50% - 3px); /* 2 cột */
}

/* ================ check book filter color ================*/
/* Ẩn hoàn toàn input checkbox gốc */
.color-filter-list input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

/* Danh sách màu */
.color-filter-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  list-style: none;
  margin: 0;
  width: 100%;
}

.color-filter-list li {
  position: relative;
  width: 40px;
  height: 40px;
}

/* Ô màu */
.color-filter-list label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  position: relative;
  transition: border 0.2s, transform 0.15s, box-shadow 0.2s;
  box-sizing: border-box;
}

/* Icon check - ẩn mặc định */
.color-check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.2s, transform 0.2s;
  filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.5));
}

/* Hover */
.color-filter-list label:hover {
  border-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* Khi được chọn - hiện checkmark */
.color-filter-list input[type="checkbox"]:checked + label {
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.6), 0 2px 8px rgba(0,0,0,0.3);
  transform: scale(1.08);
}

.color-filter-list input[type="checkbox"]:checked + label .color-check-icon {
  opacity: 1;
  transform: scale(1);
}


/* =================== Sidebar left collection ===============*/

/* ---- Header desktop ---- */
.sidebar-category-v2 .sidebar-header {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  margin: 0;
  font: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  line-height: inherit;
  width: 100%;
  background: #ED1C24;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 20px;
  cursor: pointer;
  color: white;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  margin-bottom: 4px;
  gap: 8px;
}

.sidebar-category-v2 .sidebar-header span {
  color: white;
  font-size: 15px;
  font-weight: 700;
}

.sidebar-category-v2 .sidebar-header svg {
  stroke: white;
}

/* ---- Mobile toggle ---- */
.sidebar-category-v2 .sidebar-mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #f5f5f5;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

.sidebar-category-v2 .sidebar-mobile-toggle .icon-toggle i {
  transition: transform 0.25s ease;
}

.sidebar-category-v2 .sidebar-mobile-toggle.open .icon-toggle i {
  transform: rotate(180deg);
}

/* ---- Body ---- */
.sidebar-category-v2 .sidebar-body {
  margin-top: 2px;
}

@media (max-width: 767px) {
  .sidebar-category-v2 .sidebar-header {
    display: none;
  }
  .sidebar-category-v2 .sidebar-body {
    display: none;
  }
  .sidebar-category-v2 .sidebar-body.open {
    display: block;
  }
}

/* ---- Menu list ---- */
.sidebar-category-v2 .sidebar-menu-list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}

/* ---- Từng item ---- */
.sidebar-category-v2 .sidebar-item {
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-category-v2 .sidebar-item:last-child {
  border-bottom: none;
}

/* ---- Link chính ---- */
.sidebar-category-v2 .sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  text-decoration: none;
  color: #333;
  border-radius: 8px;
  transition: background 0.15s ease;
  cursor: pointer;
}

.sidebar-category-v2 .sidebar-link:hover {
  background: #f7f7f7;
  color: #111;
  text-decoration: none;
}

.sidebar-category-v2 .sidebar-item.active > .sidebar-link,
.sidebar-category-v2 .sidebar-link.current {
  background: #FEE8E8;
  color: #ED1C24;
}

/* ---- Link left ---- */
.sidebar-category-v2 .link-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.sidebar-category-v2 .link-title {
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ---- Link right ---- */
.sidebar-category-v2 .link-right {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.sidebar-category-v2 .chevron-icon {
  color: #aaa;
  transition: transform 0.25s ease;
}

.sidebar-category-v2 .sidebar-item.open > .sidebar-link .chevron-icon,
.sidebar-category-v2 .sidebar-item.open > div .chevron-icon {
  transform: rotate(180deg);
}

/* ---- Badge ---- */
.sidebar-category-v2 .sidebar-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 99px;
  letter-spacing: 0.04em;
}

.sidebar-category-v2 .badge-new {
  background: #EBF3FF;
  color: #1A6DC0;
}

.sidebar-category-v2 .badge-sale {
  background: #EAF6EC;
  color: #2E7D32;
}

/* ---- Submenu — dùng max-height để animate mượt ---- */
.sidebar-category-v2 .sidebar-submenu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sidebar-category-v2 .sidebar-submenu.open {
  max-height: 600px;
}

.sidebar-category-v2 .sidebar-submenu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  font-size: 13px;
  color: #666;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.12s ease, color 0.12s ease;
}

.sidebar-category-v2 .sidebar-submenu li a:hover {
  background: #f7f7f7;
  color: #222;
  text-decoration: none;
}

.sidebar-category-v2 .sidebar-submenu li a.current {
  color: #ED1C24;
  font-weight: 600;
}

/* ---- Misc ---- */
.filter-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tree-menu.sidebar-menu-list > li > a {
  font-weight: 400;
}
/* ===== Wrapper ===== */
.swatch-dropdown-wrap {
  margin-bottom: 5px;
}

/* ===== Label tên option ===== */
.swatch-dropdown__label {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* ===== Dropdown container ===== */
.swatch-dropdown {
  position: relative;
  width: 100%;
  max-width: 280px;
}

/* ===== Ô hiển thị đang chọn ===== */
.swatch-dropdown__selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  padding: 0 14px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  transition: border-color 0.2s;
  user-select: none;
}

.swatch-dropdown__selected:hover,
.swatch-dropdown__selected.open {
  border-color: #cc0000;
}

.swatch-dropdown__selected svg {
  transition: transform 0.2s;
  flex-shrink: 0;
}

.swatch-dropdown__selected.open svg {
  transform: rotate(180deg);
}

/* ===== Danh sách ===== */
.swatch-dropdown__list {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  z-index: 999;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  max-height: 220px;
  overflow-y: auto;
}

.swatch-dropdown__list.open {
  display: block;
}

/* ===== Từng option ===== */
.swatch-dropdown__item {
  padding: 10px 14px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background 0.15s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swatch-dropdown__item:hover {
  background: #f5f5f5;
}

.swatch-dropdown__item.active {
  color: #cc0000;
  font-weight: 600;
  background: #fff5f5;
}

/* ===== Soldout ===== */
.swatch-dropdown__item.soldout {
  color: #bbb;
  cursor: not-allowed;
  pointer-events: none;
}

.swatch-dropdown__soldout {
  font-size: 11px;
  color: #ccc;
}

/*About us*/
.timeline-section {
  padding: 20px 20px;
  max-width: 860px;
  margin: 0 auto;
}

.timeline-section .tab-content-title {
  text-align: center;
}

.timeline-wrapper {
  position: relative;
  z-index: 1;
}

.timeline-track {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #e0e0e0;
  transform: translateX(-50%);
  z-index: 0;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.timeline-item.right { flex-direction: row; }
.timeline-item.left  { flex-direction: row-reverse; }

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c0161c;
  border: 3px solid #fff;
  z-index: 3;
}

.timeline-card {
  width: calc(50% - 32px);
  padding: 0;
  position: relative;
  z-index: 2;
  background: transparent;
}
.timeline-card-inner {
  background: #fff;        /* background chuyển vào đây */
  padding: 16px 20px;
  border-radius: 8px;
}

.timeline-item.right .timeline-card-inner { margin-left: 0; }
.timeline-item.left  .timeline-card-inner { text-align: right; }

.timeline-year {
  font-size: 16px;
  font-weight: 600;
  color: #c0161c;
  margin-bottom: 8px;
}

.timeline-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* Mobile */
@media (max-width: 640px) {
  .timeline-track { left: 20px; }   /* fix ra ngoài */
  .timeline-dot   { left: 20px; }

  .timeline-item,
  .timeline-item.left { flex-direction: row; }

  .timeline-card,
  .timeline-item.left .timeline-card {
    margin-left: 44px;
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
  .timeline-item.left  .timeline-card-inner { text-align: left; }
}

.timeline-item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item:nth-child(1) { transition-delay: 0.1s; }
.timeline-item:nth-child(2) { transition-delay: 0.3s; }
.timeline-item:nth-child(3) { transition-delay: 0.5s; }
.timeline-item:nth-child(4) { transition-delay: 0.7s; }
//======================= CATALOGUE =======================
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ── HEADER ── */
.header {
    background: var(--accent);
    padding: .9rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-title {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .02em;
    color: #ffffff;
}

.header-meta {
    font-size: .68rem;
    color: rgba(255, 255, 255, .7);
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* ── LAYOUT ── */
.page-catalogue {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 1rem 3rem;
}

.section-label {
    color: var(--muted);
    margin-bottom: .75rem;
}

/* ── EMBED BLOCK ── */
.embed-block {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 1.25rem .75rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .85rem;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
}

/* ── LOADING ── */
#loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .6rem;
    padding: 2rem 0;
    width: 100%;
    max-width: 380px;
}

#loading p {
    color: var(--muted);
}

.bar-track {
    width: 100%;
    height: 2px;
    background: var(--border);
    border-radius: 2px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    width: 0%;
    background: var(--accent);
    transition: width .25s;
}

/* ── ERROR ── */
#error-msg {
    display: none;
    color: var(--accent);
    padding: .85rem 0;
    text-align: center;
}

/* ── BOOK ZOOM WRAP ── */
#book-zoom-wrap {
    display: none;
    overflow: hidden;
    cursor: grab;
    position: relative;
}

#book-zoom-wrap:active { cursor: grabbing; }

#book-zoom-inner {
    transform-origin: top center;
    transition: transform .2s ease;
}

#book-embed,
#book-lightbox {
    touch-action: none;
}

/* ── CONTROLS ── */
.controls {
    display: flex;
    align-items: center;
    gap: .4rem;
    flex-wrap: wrap;
    justify-content: center;
}

.btn {
    background: none;
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: .32rem .65rem;
    color: var(--text);
    cursor: pointer;
    letter-spacing: .02em;
    transition: background .12s, border-color .12s;
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    white-space: nowrap;
    text-decoration: none;
}

.btn:hover {
    background: var(--bg);
    border-color: rgba(0, 0, 0, .18);
}

.btn:disabled {
    opacity: .3;
    cursor: default;
}

.btn.primary {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.btn.primary:hover { background: var(--accent-dim); }

.btn.active {
    background: var(--bg);
    border-color: rgba(0, 0, 0, .2);
}

.btn.playing {
    background: #fff0f0;
    border-color: var(--accent);
    color: var(--accent);
}

/* ── PAGE INPUT ── */
.page-input-wrap {
    display: flex;
    align-items: center;
    gap: .25rem;
}

.page-input-wrap input {
    width: 38px;
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: .28rem .35rem;
    text-align: center;
    color: var(--text);
    background: var(--surface);
    outline: none;
}

.page-input-wrap input:focus { border-color: var(--accent); }

.page-input-wrap span {
    color: var(--muted);
}

/* ── ZOOM GROUP ── */
.zoom-group {
    display: flex;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 3px;
    overflow: hidden;
}

.zoom-group .btn {
    border: none;
    border-radius: 0;
    padding: .32rem .55rem;
}

.zoom-group .btn + .btn { border-left: 1px solid var(--border); }

.zoom-level {
    color: var(--muted);
    padding: 0 .45rem;
    border-left: 1px solid var(--border);
    user-select: none;
}

/* ── SEPARATOR ── */
.ctrl-sep {
    width: 1px;
    height: 16px;
    background: var(--border);
    flex-shrink: 0;
}

/* ── THUMBNAIL STRIP — ẨN ── */
#thumb-strip-wrap,
#lb-thumb-strip-wrap {
    display: none !important;
}

/* ── DOWNLOAD ROW ── */
.dl-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem;
    margin-top: .75rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 4px;
}

.dl-row span {
    color: var(--muted);
}

.divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 1.5rem 0;
}

/* ── LIGHTBOX TRIGGER (hiện tại đang ẩn trong HTML) ── */
.lb-trigger {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 4px;
}

.pdf-icon {
    width: 48px;
    height: 62px;
    flex-shrink: 0;
    background: #fff0f0;
    border: 1px solid rgba(216, 30, 30, .15);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    letter-spacing: .07em;
    gap: 4px;
}

.pdf-icon svg { opacity: .6; }

.lb-info { flex: 1; }

.lb-info h3 {
    font-weight: 600;
    margin-bottom: .15rem;
}

.lb-info p {
    color: var(--muted);
}

/* ── OVERLAY / LIGHTBOX ── */
#overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(8, 8, 6, .92);
    z-index: 999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .65rem;
    padding: 1.25rem;
}

#overlay.open { display: flex; }

#overlay-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .65rem;
    width: 100%;
    max-width: 900px;
}

#overlay-close {
    position: absolute;
    top: -3rem;
    right: 0;
    background: none;
    border: 1px solid rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .65);
    padding: .25rem .7rem;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: .05em;
    transition: background .12s;
}

#overlay-close:hover { background: rgba(255, 255, 255, .1); }

#lb-zoom-wrap {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
}

#lb-zoom-inner {
    transform-origin: top center;
    transition: transform .2s ease;
}

/* ── LIGHTBOX CONTROLS ── */
.lb-controls {
    display: flex;
    align-items: center;
    gap: .45rem;
    flex-wrap: wrap;
    justify-content: center;
}

.lb-controls .btn {
    border-color: rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .8);
}

.lb-controls .btn:hover {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .3);
}

.lb-controls .btn:disabled { opacity: .25; cursor: default; }
.lb-controls .btn.active { background: rgba(255, 255, 255, .12); }

.lb-controls .btn.playing {
    background: rgba(216, 30, 30, .2);
    border-color: rgba(216, 30, 30, .6);
    color: rgba(255, 200, 190, .9);
}

.lb-controls .page-input-wrap input {
    background: transparent;
    color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .2);
}

.lb-controls .page-input-wrap span { color: rgba(255, 255, 255, .35); }
.lb-controls .page-num { color: rgba(255, 255, 255, .4); }
.lb-controls .ctrl-sep { background: rgba(255, 255, 255, .15); }

.lb-controls .zoom-group { border-color: rgba(255, 255, 255, .18); }
.lb-controls .zoom-group .btn + .btn { border-left-color: rgba(255, 255, 255, .18); }
.lb-controls .zoom-level {
    color: rgba(255, 255, 255, .4);
    border-left-color: rgba(255, 255, 255, .18);
}

/* ── MỤC LỤC MODAL ── */
#toc-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1200;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

#toc-modal.open { display: flex; }

#toc-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 8, 6, .5);
    backdrop-filter: blur(3px);
}

#toc-box {
    position: relative;
    background: var(--surface);
    border-radius: 4px;
    width: 100%;
    max-width: 440px;
    max-height: 78vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 56px rgba(0, 0, 0, .2);
    animation: tocIn .18s ease;
}

@keyframes tocIn {
    from { opacity: 0; transform: translateY(10px) scale(.98); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

#toc-head {
    padding: 1rem 1.1rem .85rem;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

#toc-head h2 {
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted);
}

#toc-close {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--muted);
    line-height: 1;
    padding: .1rem .3rem;
    border-radius: 2px;
    transition: color .12s, background .12s;
}

#toc-close:hover { color: var(--text); background: var(--bg); }

#toc-body {
    overflow-y: auto;
    padding: .4rem 0;
    flex: 1;
}

#toc-body::-webkit-scrollbar { width: 3px; }
#toc-body::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }

.toc-item {
    display: flex;
    align-items: baseline;
    gap: .45rem;
    padding: .5rem 1.1rem;
    cursor: pointer;
    transition: background .1s;
    border-left: 2px solid transparent;
}

.toc-item:hover,
.toc-item.active {
    background: #fff0f0;
    border-left-color: var(--accent);
}

.toc-item .toc-title {
    flex: 1;
    color: var(--text);
    line-height: 1.4;
}

.toc-item[data-level="1"] .toc-title {
    padding-left: 1rem;
    color: var(--muted);
}

.toc-item[data-level="2"] .toc-title {
    padding-left: 2rem;
    color: var(--muted);
}

.toc-item .toc-dots {
    flex: 1;
    border-bottom: 1px dotted rgba(0, 0, 0, .12);
    margin-bottom: 3px;
}

.toc-item .toc-page {
    color: var(--muted);
    min-width: 24px;
    text-align: right;
    flex-shrink: 0;
}

.toc-empty {
    padding: 1.75rem 1.1rem;
    color: var(--muted);
    text-align: center;
    line-height: 1.6;
}

#toc-foot {
    padding: .65rem 1.1rem;
    border-top: 1px solid var(--border);
    color: var(--muted);
    flex-shrink: 0;
}

/* ── RESPONSIVE MOBILE ── */
@media (max-width: 600px) {
    .header { padding: .75rem 1rem; }
    .header-title { font-size: .9rem; }

    .page { padding: 1rem .75rem 2.5rem; }

    .embed-block { padding: .85rem .4rem .75rem; gap: .65rem; }

    .controls { gap: .3rem; }
    .btn { padding: .28rem .5rem; font-size: .7rem; }
    .zoom-level { font-size: .66rem; padding: 0 .35rem; }

    .dl-row {
        flex-direction: column;
        align-items: flex-start;
        gap: .65rem;
        padding: .75rem .9rem;
    }

    .lb-trigger { padding: .85rem .9rem; gap: .75rem; }
    .pdf-icon { width: 40px; height: 52px; }
    .lb-info h3 { font-size: .82rem; }

    #overlay { padding: .75rem; }
    #overlay-close { top: -2rem; font-size: .68rem; }

    #toc-box { max-height: 88vh; }
    .toc-item { padding: .45rem .9rem; }
}

@media (max-width: 380px) {
    .btn { padding: .25rem .4rem; font-size: .67rem; }
}
.dl-hint {
    display: none;
    font-size: .7rem;
    color: var(--accent);
    margin-top: .3rem;
}

@media (max-width: 600px) {
    .dl-hint {
        display: block;
    }

    .dl-row span {
        display: flex;
        flex-direction: column;
        gap: .2rem;
    }
}

/*============== Phần giao diện mới ==============*/
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/* ============================================ SECTION: LOGO ĐỐI TÁC (MARQUEE) ============================================ */
.section-doi-tac {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 0;
    overflow: hidden;
}

/* Track bao ngoài — clip overflow */
.marquee-track {
    overflow: hidden;
    width: 100%;
    position: relative;
}

/* Dải chạy — chứa 2 bản sao logo list */
.marquee-inner {
    display: flex;
    width: max-content;
    animation: marquee-scroll 60s linear infinite;
}

/* Dừng khi hover */
.marquee-track:hover .marquee-inner {
    animation-play-state: paused;
}

/* 1 bản sao logo list */
.marquee-list {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-shrink: 0;
}

.marquee-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    border-right: 1px solid #ebebeb;
    white-space: nowrap;
    flex-shrink: 0;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    gap: 7px;
    transition: color 0.2s;
    cursor: default;
}

.marquee-item:hover {
    color: #E8192C;
}

/* Icon SVG nhỏ trong logo */
.marquee-item svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    fill: currentColor;
}

/* Keyframe: dịch chuyển đúng 50% (1 bản sao) để loop seamless */
@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 540px) {
    .marquee-item {
        padding: 12px 24px;
        font-size: 13px;
    }
}
/* ===== LAYOUT WRAPPER ===== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== SECTION WRAPPER ===== */
.section-danh-muc {
    padding: 40px 0;
}

/* ===== SECTION TITLE ===== */
.section-title {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    text-align: center; 
}

/* ===== CARD GRID WRAPPER ===== */
.card-grid-wrapper {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* ===== CARD GRID ===== */
.card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

/* ===== CARD BASE ===== */
.card {
    border-radius: 5px;
    padding: 14px 14px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    overflow: hidden;
}

/* ===== CARD COLORS ===== */
.card--red {
    background-color: #E8192C;
}

.card--blue {
    background-color: #1D6EBF;
}

.card--pink {
    background-color: #E91E8C;
}

.card--purple {
    background: linear-gradient(160deg, #9B2EB5 0%, #6A1FAD 40%, #4A2D9E 100%);
}

/* ===== IMAGE PLACEHOLDER ===== */
.card-image {
    width: 100%;
    aspect-ratio: 1/1;
    // background-image: url('./img/image_test1.png');
    border-radius: 5px; 
    flex-shrink: 0;
}

/* ===== CARD BODY ===== */
.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    flex: 1;
}

/* ===== CARD TITLE ===== */
.card-title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}

/* ===== CARD DESC ===== */
.card-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.55;
    text-align: justify;
    font-weight: 450;
}

/* ===== BUTTON ===== */
.btn-xem-them{
    display: inline-block;
    margin-top: auto;
    padding: 8px 20px;
    background: #fff;
    color: #df1717;
    font-size: 13.5px;
    font-weight: 800;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    align-self: flex-start;
    transition: background 0.18s, color 0.18s;
    white-space: nowrap;
transition: background 0.18s, color 0.18s, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-xem-them:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.18s;
}

/* ===== RESPONSIVE: TABLET (2 columns) ===== */
@media (max-width: 900px) {
    .card{
        padding: 20px 20px 24px;
    }

    .card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .section-title {
        font-size: 25px;
    }
}

/* ===== RESPONSIVE: MOBILE (1 column) ===== */
@media (max-width: 540px) {
     .card{
        padding: 30px 30px 20px;
    }
     .card-desc {
    font-size: 18px;
     }
    .container {
        padding: 0 14px;
    }

    .card-grid-wrapper {
        padding: 20px;
        margin: 0 0px;
    }

    .card-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .section-title {
        font-size: 25px;
    }

    .card-image {
        aspect-ratio: 1/1;
    }

    .card-title {
        font-size: 24px;
    }
}

/* ============================================ SECTION: VỀ CHÚNG TÔI ============================================ */
.section-ve-chung-toi {
    background: #f0f0f0;
    padding: 56px 0;
}

/* Inner white card wrapper */
.ve-chung-toi-wrapper {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 48px 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 2-column layout */
.ve-chung-toi-inner {
    display: grid;
    grid-template-columns: 45fr 50fr;
    gap: 48px;
    align-items: center;
}

/* ---- LEFT: Text column ---- */
.vct-text {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vct-company-name {
    font-size: 25px;
    font-weight: 800;
    color: #E8192C;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.vct-desc {
  font-size: 16px;
  color: #424242;
  line-height: 1.75;
  text-align: justify;
  text-indent: 2em;
  font-weight: 400;
  margin: 0;
}

.btn-tim-hieu-them, .btn-tin-tuc {
    display: inline-block;
    margin-top: 10px;
    padding: 9px 24px;
    background: transparent;
    color: #E8192C;
    font-size: 13.5px;
    font-weight: 600;
    border: 2px solid #E8192C;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    align-self: flex-start;
    transition: background 0.2s, color 0.2s;
}

.btn-tim-hieu-them:hover, .btn-tin-tuc:hover {
    background: #E8192C;
    color: #fff;
}

.btn-tin-tuc{
  padding: 8px 15px;
}

/* ---- RIGHT: Image placeholder ---- */
.vct-image {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 20px;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* ============================================
   RESPONSIVE — VỀ CHÚNG TÔI
============================================ */

/* Tablet */
@media (max-width: 900px) {
    .ve-chung-toi-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .vct-image {
        aspect-ratio: 16/9;
        order: -1;
        /* ảnh lên trên trên tablet/mobile */
    }

    .ve-chung-toi-wrapper {
        padding: 32px 24px;
    }
}

/* Mobile */
@media (max-width: 540px) {
    .ve-chung-toi-wrapper {
        padding: 24px 16px;
    }

    .section-ve-chung-toi {
        padding: 36px 0;
    }

    .vct-desc {
        font-size: 13px;
        text-indent: 1.5em;
    }

    .vct-image {
        aspect-ratio: 4/3;
    }
}


/* ============================================ SECTION: CÁC CHỈ SỐ ============================================ */
.section-chi-so {
    background: #fff;
    padding-top: 48px;
    padding-bottom: 0;
}

/* Vùng đỏ phía dưới */
.chi-so-red-band {
    background: #E8192C;
    margin-top: -80px;
    padding-top: 110px;
    padding-bottom: 40px;
}

/* ---- 4 stat cards ---- */
.chi-so-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    position: relative;
    z-index: 2;
    margin: 0 100px;
}

.stat-card {
    background: #fff;
    border-radius: 5px;
    padding: 24px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
    min-height: 200px;
    border-top: 4px solid #df1717;
}

.stat-number {
    font-size: 34px;
    font-weight: 900;
    color: #E8192C;
    line-height: 1;
    letter-spacing: -0.5px;
}

.stat-label-top {
    font-size: 13px;
    font-weight: 500;
    color: #E8192C;
    line-height: 1.2;
}

.stat-label {
    font-size: 14px;
    color: #424242;
    line-height: 1.4;
  	font-weight: 400;
}

/* ---- Ảnh trong vùng đỏ ---- */
.chi-so-image-wrap {
    margin: 0 100px;
    max-width: 100%;
}

.chi-so-image {
    width: 100%;
    aspect-ratio: 16/7;
    background: #d5d5d5;
    border-radius: 6px;
}

/* ============================================
   RESPONSIVE — CÁC CHỈ SỐ
============================================ */
@media (max-width: 900px) {
    .chi-so-cards {
        grid-template-columns: repeat(2, 1fr);
         margin: 0 0px;
    }

    .chi-so-red-band {
        margin-top: -60px;
        padding-top: 90px;
    }

    .stat-number {
        font-size: 28px;
    }

    .chi-so-image-wrap{
        margin: 0 0px;
    }
}

@media (max-width: 540px) {
    .chi-so-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
         margin: 0 0px;
    }

    .chi-so-red-band {
        margin-top: -50px;
        padding-top: 76px;
        padding-bottom: 28px;
    }

    .stat-card {
        padding: 18px 14px 16px;
        min-height: auto;
    }

    .stat-number {
        font-size: 22px;
    }

    .stat-label {
        font-size: 12px;
    }

    .section-chi-so {
        padding-top: 36px;
    }
     .chi-so-image-wrap{
        margin: 0 0px;
    }
}
 /* ============================================ SECTION: THƯƠNG HIỆU ĐỘC QUYỀN ============================================ */
.section-thuong-hieu {
    background: #fff;
    border-top: 3px solid #E8192C;
    padding: 48px 0;
}

.thuong-hieu-inner {
    display: grid;
    grid-template-columns: 45fr 50fr;
    gap: 48px;
    align-items: center;
}

/* Ảnh trái */
.th-image {
    width: 100%;
    aspect-ratio: 4/3;
    background: #d5d5d5;
    border-radius: 20px;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Text phải */
.th-text {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.th-brand-name {
    font-size: 25px;
    font-weight: 800;
    color: #E8192C;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.th-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    text-align: justify;
    text-indent: 2em;
    font-weight: 400;
}

/* Tablet */
@media (max-width: 900px) {
    .thuong-hieu-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .th-image {
        aspect-ratio: 16/9;
    }
}

@media (max-width: 540px) {
    .section-thuong-hieu {
        padding: 36px 0;
    }

    .th-desc {
        font-size: 13px;
        text-indent: 1.5em;
    }
}

/* ============================================ SECTION: CƠ SỞ VẬT CHẤT ============================================ */
.section-co-so {
    background: #fff;
    padding: 48px 0;
}

/* Header row: title trái + link phải */
.co-so-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-bottom: 2px solid #E8192C;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

.co-so-header .section-title {
    grid-column: 2;
    text-align: center;
}

.co-so-header .co-so-link {
    grid-column: 3;
    justify-self: end;
}

.co-so-link {
    font-size: 13.5px;
    font-weight: 700;
    color: #E8192C;
    text-decoration: none;
    letter-spacing: 0.4px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: opacity 0.18s;
}

.co-so-link:hover {
    opacity: 0.75;
}

/* Grid ảnh: 1 ảnh lớn trái + 2 ảnh nhỏ phải */
.co-so-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 14px;
    overflow: hidden;
    align-items: stretch;
    margin: 0 100px;
    /* đảm bảo các cell stretch đầy row */
}

.co-so-img {
    background: #d5d5d5;
    border-radius: 8px;
    width: 100%;
    min-width: 0;
    display: block;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Ảnh lớn bên trái — span 2 rows, KHÔNG dùng aspect-ratio để tự fill chiều cao */
.co-so-img--main {
    grid-row: 1 / 3;
    height: 100%;
    /* fill toàn bộ chiều cao 2 row + gap */
    aspect-ratio: unset;
    min-height: 200px;
}

/* 2 ảnh nhỏ bên phải — aspect-ratio điều khiển chiều cao từng row */
.co-so-img--small {
    aspect-ratio: 16 / 9;
    height: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Tablet */
@media (max-width: 900px) {
    .co-so-gallery {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        margin: 0 0px
    }

    .co-so-img--main {
        grid-row: auto;
        height: auto;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 540px) {
    .section-co-so {
        padding: 36px 0;
    }

    .co-so-gallery {
        grid-template-columns: minmax(0, 1fr);
        margin: 0 0px
    }

    .co-so-img--main {
        grid-row: auto;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .co-so-img--small {
        aspect-ratio: 16 / 9;
    }
}
/* ============================================ SECTION: CHỨNG NHẬN & PHÁP LÝ ============================================ */
.section-chung-nhan {
    background: #ED1C24;
    padding: 52px 0 56px;
}

.section-chung-nhan .section-title {
    color: #fff;
    margin-bottom: 18px;
}

.cn-desc {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
    max-width: 1000px;
    margin: 0 auto 40px;
    text-indent: 2rem;
  font-weight: 400;
}

/* 2 ảnh căn giữa */
.cn-images {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.cn-img {
    background: #d5d5d5;
    border-radius: 8px;
    width: 200px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Tablet */
@media (max-width: 900px) {
    .cn-img {
        width: 160px;
    }
}

@media (max-width: 540px) {
    .section-chung-nhan {
        padding: 40px 0 44px;
    }

    .cn-desc {
        font-size: 13px;
    }

    .cn-img {
        width: 130px;
    }

    .cn-images {
      gap: 2px;
    }
}
 /* ============================================ SCROLL REVEAL ANIMATION ============================================ */

/* Trạng thái ban đầu — ẩn, lệch sang các phía */
.reveal {
    opacity: 0;
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal-left {
    transform: translateX(-52px);
}

.reveal-right {
    transform: translateX(52px);
}

.reveal-up {
    transform: translateY(40px);
}

/* Khi đã vào viewport — hiện ra */
.reveal.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Delay stagger cho text block */
.reveal-delay-1 {
    transition-delay: 0.10s;
}

.reveal-delay-2 {
    transition-delay: 0.22s;
}

.reveal-delay-3 {
    transition-delay: 0.36s;
}

.reveal-delay-4 {
    transition-delay: 0.50s;
}

.reveal-delay-5 {
    transition-delay: 0.64s;
}

// About us main
/* ============================================= HERO ============================================= */
.hero {
    width: 100%;
}

.hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: 360px;
}

.hero__quote-col {
    background-color: #fbfbfb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 64px;
}

.hero__quote-wrap {
    max-width: 560px;
    width: 100%;
}

.hero__quote {
    font-style: italic;
    font-size: 20px;
    line-height: 1.55;
    color: #2b2b2b;
    text-align: left;
}

.hero__quote strong {
    font-weight: 700;
    font-style: italic;
}

.hero__quote-cite {
    margin-top: 18px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #2b2b2b;
    text-align: right;
}

.hero__image-col {
    position: relative;
    overflow: hidden;
}

.hero__image-col img {
    width: 100%;
    object-fit: cover;
}
blockquote {
  border-left: none;
}
/* ============================================= ABOUT ============================================= */
.about {
    width: 100%;
    padding: 72px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.about__inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.about__title {
    font-size: 28px;
    font-weight: 800; 
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--brand-red);
    margin-bottom: 24px;
    display: block;
    width: 100%;
}

.about__desc {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-gray);
    text-align: justify;
    text-indent: 2rem;
   font-weight: 400; 
}

@keyframes softPulse {

    0%,
    100% {
        text-shadow: 0 0 0 rgba(232, 57, 44, 0);
    }

    50% {
        text-shadow: 0 0 14px rgba(232, 57, 44, 0.25);
    }
}

.about__title.is-visible {
    animation: softPulse 3.5s ease-in-out 0.8s 2;
}

/* =============================================
   CULTURE
============================================= */
.culture {
    width: 100%;
    padding: 64px 0;
    background-color: #ffffff;
}

.culture__head {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.culture__title {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--text-dark);
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.culture__desc {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-gray);
   font-weight: 400; 
}

.culture__desc strong {
    color: var(--text-dark);
    font-weight: 700;
}

.culture__body {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 48px;
    align-items: start;
}

.culture__list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.culture__item {
    display: grid;
    grid-template-columns: 36px 1fr;
    column-gap: 14px;
}

.culture__item-number {
    font-size: 30px;
    font-weight: 800;
    color: var(--brand-red);
    line-height: 1;
    grid-row: 1 / 3;
}

.culture__item-title {
    font-size: 16.5px;
    font-weight: 700;
    color: var(--brand-red);
    margin-bottom: 4px;
    line-height: 1.4;
}

.culture__item-desc {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--text-gray);
}

.culture__media {
    width: 100%;
    height: 100%;
    background-color: #d4d4d4;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.culture__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

/* =============================================
   VISION-MISSION
============================================= */
.vm {
    width: 100%;
    padding: 56px 0;
    background-color: #f5f5f5;
}

.vm__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    margin: 0 150px;
}

.vm__card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 36px 36px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    /* Không đặt transition ở đây để không xung đột với reveal */
}

.vm__card.is-visible:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
    transform: translateY(-6px);
}

.vm__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vm__icon img,
.vm__icon svg {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.35s ease;
}

.vm__card:hover .vm__icon img,
.vm__card:hover .vm__icon svg {
    transform: rotate(8deg) scale(1.06);
}

.vm__title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--brand-red);
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}

.vm__desc {
  text-indent: 2rem;
    font-size: 16px;
    line-height: 1.85;
    color: var(--text-gray);
  	text-align: justify;
}

/* =============================================
   CORE VALUES
============================================= */
.core-values {
    width: 100%;
    padding: 64px 0;
    background-color: #ffffff;
}

.core-values__head {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 32px;
}

.core-values__title {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--brand-red);
    letter-spacing: 0.3px;
    margin-bottom: 14px;
}

.core-values__desc {
    font-size: 16px;
    line-height: 1.75;
    color: var(--text-gray);
}

.core-values__media {
    width: 100%;
    aspect-ratio: 2.5 / 1;
    background-color: #d4d4d4;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.core-values__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* =============================================
   TIMELINE
============================================= */
.timeline {
    width: 100%;
    padding: 56px 0 64px;
    background-color: #f5f5f5;
}

.timeline__title {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--text-dark);
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 44px;
}

.timeline__track {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 48px;
}

.timeline__track::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 0;
    background-color: var(--brand-red);
    transform: translateX(-50%);
    transition: height 1.2s ease 0.3s;
}

.timeline__track.line-visible::before {
    height: 100%;
}

.timeline__list {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.timeline__item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 40px;
}

.timeline__dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--brand-red);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.4s ease;
    z-index: 2;
    box-shadow: 0 0 0 4px #f5f5f5;
}

.timeline__dot.dot-visible {
    transform: translate(-50%, -50%) scale(1);
}

.timeline__year {
    font-size: 20px;
    font-weight: 800;
    color: var(--brand-red);
}

.timeline__text {
    font-size: 20px;
    line-height: 1.6;
    color: var(--text-gray);
    margin: 0;
    text-align: justify;
}

.timeline__item--left .timeline__year-col {
    grid-column: 1;
    text-align: right;
    padding-right: 32px;
}

.timeline__item--left .timeline__text-col {
    grid-column: 2;
    text-align: left;
    padding-left: 32px;
}

.timeline__item--right .timeline__text-col {
    grid-column: 1;
    text-align: right;
    padding-right: 32px;
}

.timeline__item--right .timeline__year-col {
    grid-column: 2;
    text-align: left;
    padding-left: 32px;
}

/* =============================================
   RESPONSIVE TABLET (≤ 1024px)
============================================= */
@media (max-width: 1024px) {
    .hero__grid {
        min-height: 320px;
    }

    .hero__quote-col {
        padding: 40px var(--side-padding-tablet);
    }

    .hero__quote {
        font-size: 17px;
    }

    .hero__quote-cite {
        font-size: 13px;
    }

    .about {
        padding: 60px 0;
    }

    .about__title {
        font-size: 23px;
    }

    .about__desc {
        font-size: 15.5px;
        line-height: 1.85;
    }

    .container {
        padding-left: var(--side-padding-tablet);
        padding-right: var(--side-padding-tablet);
    }

    .culture {
        padding: 52px 0;
    }

    .culture__title {
        font-size: 21px;
    }

    .culture__desc {
        font-size: 14.5px;
    }

    .culture__body {
        gap: 32px;
    }

    .culture__item-number {
        font-size: 26px;
    }

    .culture__item-title {
        font-size: 15.5px;
    }

    .culture__item-desc {
        font-size: 14px;
    }

    .vm {
        padding: 44px 0;
    }

    .vm__grid {
        gap: 20px;
        margin: 0;
    }

    .vm__card {
        padding: 32px 24px 28px;
    }

    .vm__icon {
        width: 48px;
        height: 48px;
    }

    .vm__title {
        font-size: 16.5px;
    }

    .vm__desc {
        font-size: 14px;
    }

    .core-values {
        padding: 52px 0;
    }

    .core-values__title {
        font-size: 21px;
    }

    .core-values__desc {
        font-size: 14px;
    }

    // .core-values__media {
    //     aspect-ratio: 2 / 1;
    // }

    .timeline__item {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    min-height: 40px;
    }
    .timeline__item .timeline__year-col { order: 1; }
    .timeline__item .timeline__dot      { order: 2; }
    .timeline__item .timeline__text-col { order: 3; }
}

/* =============================================
   RESPONSIVE MOBILE (≤ 768px)
============================================= */
@media (max-width: 768px) {
    .hero__grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero__quote-col {
        padding: 36px var(--side-padding);
        order: 1;
    }

    .hero__image-col {
        order: 0;
        aspect-ratio: 4 / 3;
    }

    .hero__quote {
        font-size: 16px;
        line-height: 1.5;
        text-align: justify;
    }

    .hero__quote-wrap {
        max-width: 100%;
    }

    .hero__quote-cite {
        margin-top: 16px;
        font-size: 12.5px;
    }

    .about {
        padding: 48px 0;
    }

    .about__inner {
        max-width: 100%;
    }

    .about__title {
        font-size: 19px;
        margin-bottom: 18px;
    }

    .about__desc {
        font-size: 14.5px;
        line-height: 1.8;
        text-align: justify;
    }

    .culture {
        padding: 44px 0;
    }

    .culture__head {
        text-align: left;
        margin-bottom: 28px;
    }

    .culture__title {
        font-size: 19px;
        text-align: center;
    }

    .culture__desc {
        font-size: 14px;
         text-align: justify;
    }

    .culture__body {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .culture__media {
        order: -1;
        // aspect-ratio: 16 / 10;
    }

    .culture__list {
        gap: 18px;
        text-align: justify;
    }

    .culture__item {
        grid-template-columns: 30px 1fr;
        column-gap: 10px;
    }

    .culture__item-number {
        font-size: 24px;
    }

    .culture__item-title {
        font-size: 15px;
    }

    .culture__item-desc {
        font-size: 13.5px;
    }

    .vm {
        padding: 36px 0;
    }

    .vm__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 0;
    }

    .vm__card {
        padding: 30px 24px;
    }

    .vm__title {
        font-size: 16px;
    }

    .vm__desc {
        font-size: 14px;
        line-height: 1.75;
    }

    .core-values {
        padding: 44px 0;
    }

    .core-values__head {
        text-align: left;
    }

    .core-values__title {
        font-size: 19px;
        text-align: center;
    }

    .core-values__desc {
        font-size: 13.5px;
        text-align: justify;
    }

    .core-values__media {
        // aspect-ratio: 4 / 3;
        border-radius: 2px;
    }

    .timeline {
        padding: 40px 0 48px;
    }

    .timeline__track {
        padding-bottom: 32px;
    }

    .timeline__title {
        font-size: 18px;
        margin-bottom: 28px;
    }

    .timeline__track::before {
        left: 8px;
        transform: none;
    }

    .timeline__list {
        gap: 28px;
    }

    .timeline__item {
        grid-template-columns: 1fr;
        padding-left: 32px;
        align-items: left;
    }

    .timeline__dot {
        left: 8px;
        box-shadow: 0 0 0 4px #f5f5f5;
    }

    .timeline__item--left .timeline__year-col,
    .timeline__item--right .timeline__text-col {
        grid-column: 1;
        text-align: left;
        padding-right: 0;
    }

    .timeline__item--left .timeline__text-col,
    .timeline__item--right .timeline__year-col {
        grid-column: 1;
        text-align: left;
        padding-left: 0;
    }

    .timeline__item--right,
    .timeline__item--left {
        flex-direction: column;
        gap: 4px;
    }

    .timeline__year {
        font-size: 15px;
    }

    .timeline__text {
        font-size: 13.5px;
    }
}

@media (max-width: 420px) {
    .hero__quote-col {
        padding: 28px 20px;
    }

    .hero__quote {
        font-size: 15px;
    }

    .about__title {
        font-size: 17px;
    }

    .about__desc {
        font-size: 14px;
    }

    .culture__title {
        font-size: 17px;
    }

    .culture__item-number {
        font-size: 22px;
    }

    .culture__item-title {
        font-size: 14px;
    }

    .vm__card {
        padding: 26px 20px;
    }

    .vm__icon {
        width: 44px;
        height: 44px;
    }

    .vm__title {
        font-size: 15px;
    }

    .vm__desc {
        font-size: 13.5px;
    }

    .core-values__title {
        font-size: 17px;
    }

    .core-values__desc {
        font-size: 13px;
    }

    .timeline__title {
        font-size: 16px;
    }

    .timeline__item {
        padding-left: 26px;
    }

    .timeline__year {
        font-size: 14px;
    }

    .timeline__text {
        font-size: 13px;
    }
}

//=========== Hotline =============
 
.hotline-banner {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.hotline-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #D10009;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px white; 
}

.hotline-info {
  display: flex;
  flex-direction: column;
}

.hotline-number {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.5px;
  font-family: Arial, sans-serif;
}

.hotline-label {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-top: 4px;
  font-family: Arial, sans-serif;
}
.hotline-link {
  text-decoration: none;
  display: inline-block;
}

.hotline-link:hover .hotline-icon {
  background: #fff;
}

@media (max-width: 767px) {
  .hotline-wrap {
    display: none !important;
  }
}
//============== CARD ==============
/* Button tổng */
.cart-btn-custom {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #cc1f1f;
  padding: 10px 20px 10px 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s ease;
}

/* Vòng tròn icon */
.cart-btn-custom__icon {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #D10009;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px white; 
}

.cart-btn-custom__icon svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

/* Badge số lượng */
.cart-btn-custom__icon .count-holder {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #ffffff;
  color: #cc1f1f;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}

/* Chữ Giỏ hàng */
.cart-btn-custom__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.header-action_cart:hover .cart-btn-custom__icon {
  background: #fff;
}

.hotline-link:hover .hotline-icon svg *,
.header-action_cart:hover .cart-btn-custom__icon svg * {
  stroke: #E8192C;
}

.header-action_cart:hover .cart-btn-custom__icon .count-holder {
  background: #D10009;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cart-btn-custom__text {
    display: none !important;
  }
}
//===========Product detail============
.swatch-tags-wrap {
  margin-bottom: 16px;
}

.swatch-tags__label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.swatch-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.swatch-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-size: 14px;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  color: var(--text-dark);
  background: var(--surface);
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
  user-select: none;
}

.swatch-tag:hover:not(:disabled) {
  border-color: #22c55e;
  color: #22c55e;
}

.swatch-tag.active {
  border-color: #22c55e;
  color: #22c55e;
}

.swatch-tag.soldout {
  opacity: 0.45;
  cursor: not-allowed;
  text-decoration: line-through;
}

.swatch-tag__check {
  display: none;
}

.swatch-tag.active .swatch-tag__check {
  display: inline-block;
}

.swatch-tag__soldout {
  font-size: 11px;
  color: var(--muted);
}

.product-detail-main.pr_style_03{
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px 0;
}

// Số lượng
.quantity-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.quantity-label {
  font-size: 14px;
  font-weight: 500;
  color: #1f2937;
  white-space: nowrap;
}

.quantity-controls {
  display: flex;
  align-items: center;
}

.list-productRelated .product-card-wrapper{
  flex-shrink: 0;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.3s;
  position: relative;
  
  box-sizing: border-box;
}

.wrap-addcart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-contact-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #ffffff;
  color: #ED1C24;
  border: 2px solid #ED1C24;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-contact-now:hover {
  background-color: #ED1C24;
  color: #ffffff;
}

.addcart-group,
.contact-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
}

.col-md-9.center-layout {
  float: none !important;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06),
              0 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
	padding: 40px;
}

.content-page img{
  margin: 0 auto;
}
.marquee-inner img{
  max-height: 50px;
}
.co-so-gallery img, .chi-so-image-wrap img{
  height: 100%;
  width: 100%;
}

.section-catalouge p{
 text-align: center;
  font-size: 16px;
  color: #424242;
}
.section-catalouge h2{
  color: #ED1C24;
}

.section-catalouge .card-grid-wrapper{
    display: flex;
    justify-content: center;  
    align-items: center;      
    flex-wrap: wrap;          
    gap: 16px;
}
.vct-image img, .th-image img{
  width: 100%;
  border-radius: 20px;
}

// CTA form đăng ký đại lý
.cta-button {
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

.highlight-custom-price{
  color: #ED1C24;
}

.icon-action-cart{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10px 10px 10px;
}

.action--cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;  
  gap: 6px;
  background-color: #ffffff;
  color: #ED1C24;
  border: 1.5px solid #ED1C24;
  border-radius: 10px;
  padding: 10px 16px;
  margin: 20px 0 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  width: 100%;
}

.action--cart:hover {
  background-color: #ED1C24;
	color: #ffffff;
}

.action--cart svg {
  flex-shrink: 0;
}

.action--cart--label {
  white-space: nowrap;.action--cart 
	font-size: 14px;
	font-weight: 600;
}
.pro-loop .product-img {
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .pro-loop .product-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 15px 15px 0 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
  }

  .pro-loop:hover .product-img::after {
    opacity: 1;
  }
}
.pro-loop .product-img button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: #FFFFFF !important;
  color: #ED1C24;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
  position: relative;
  z-index: 3;
}

.pro-loop .product-img img {
  transition: transform 0.3s ease;
}

.pro-loop .product-img:hover img {
  transform: scale(1.05);
}
.pro-loop .product-img button:hover {
  background: #ED1C24 !important;
  color: #FFFFFF;
  transform: scale(1.08);
}

.cart-toast {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: fixed;
  font-weight: 600;
  top: 30px;
  right: 30px;
  gap: 10px;
  background: #ED1C24;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.cart-toast.show {
  opacity: 1;
  visibility: visible;
}

.cart-toast-icon {
  display: none;
  flex-shrink: 0;
}

.cart-toast-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.cart-toast {
  background: #3CB371;
}

.cart-toast.error {
  background: #ED1C24; 
}

.cart-toast.success .icon-success,
.cart-toast:not(.error) .icon-success {
  display: inline-flex; 
}

.cart-toast.error .icon-error {
 display: inline-flex; 
}

.cart-toast.error .icon-success {
  display: none;
}

.sidebox-order_action form {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fafafa;
}

.quote-form-message {
    padding: 10px 12px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.quote-form-message.success {
    background: #e6f7e9;
    color: #1a7f37;
    border: 1px solid #b7e4c0;
}

.quote-form-message.error {
    background: #fdeaea;
    color: #ED1C24;
    border: 1px solid #f5b9bd;
}

.quote-form-message.error ul {
    margin: 6px 0 0;
    padding-left: 18px;
}

.quote-form-group {
    margin-bottom: 12px;
}

.quote-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}

.quote-form-group .required {
    color: #ED1C24;
}

.quote-form-group input,
.quote-form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

.quote-form-group input:focus,
.quote-form-group textarea:focus {
    outline: none;
    border-color: #ED1C24;
}

.quote-error {
    display: none;
    color: #ED1C24;
    font-size: 12px;
    margin-top: 4px;
}

.quote-form-group input.touched:invalid {
    border-color: #ED1C24;
}

.btn-quote-submit{
  display: block;
  margin: 0 auto;
}

.sidebox-order_text strong{
  color: #ED1C24;
  font-size: 16px;
}
.search-list-results.row {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin: 0 !important;
    width: 100%;
}

.search-list-results.row::before,
.search-list-results.row::after {
    display: none !important;
    content: none !important;
}

.search-list-results .pro-loop {
    width: auto !important;
    max-width: 100%;
    padding: 0 !important;
    float: none !important;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .search-list-results.row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .search-list-results.row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.button.btn-custom{
  background: #ED1C24;
  color: white;
}

.box_sidebar {
  background: white;
  border-radius: 6px;
}

.product-title h1 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 10px;
  line-height: 1.3;
}

.product-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

.meta-sku {
  font-size: 13px;
  color: var(--text-gray);
  letter-spacing: 0.2px;
}

.meta-price {
  font-size: 22px;
  font-weight: 700;
  color: var(--brand-red);
}

.quote-form-group select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--border, #ddd);
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
  background: #fff;
  color: var(--text-dark, #1a1a1a);
  appearance: none;
  cursor: pointer;
}

.quote-form-group select:focus {
  outline: none;
  border-color: var(--brand-red, #e8392c);
}

@media (max-width: 420px) {
  .col-md-9.center-layout {
  padding: 15px;
}
  .product-detail-main {
    padding: 0;
  }
  .product-description .title-bl h2{
  font-size: 18px;
}
  .button.btn-addtocart {
  font-size: 10px;
}
  .wrapper-list-productRelated {
    padding: 0;
  }
    .product-detail-wrapper {
    padding-top: 15px;
  }
}
.rstar-reason-box{
      text-align: justify !important;
}
@media (max-width: 600px) {
  .rstar-wrapper {
    margin: 10px auto !important;
    border-radius: 8px !important;
  }
  .rstar-header {
    padding: 20px 14px !important;
  }
  .rstar-header h2 {
    font-size: 18px !important;
    letter-spacing: 0.2px !important;
  }
  .rstar-content {
    padding: 18px 14px !important;
  }
  .rstar-content > p {
    font-size: 14px !important;
  }
  .rstar-subtitle {
    font-size: 16px !important;
    margin: 20px 0 14px 0 !important;
  }
  .rstar-reason-box {
    padding: 12px !important;
    margin-bottom: 12px !important;
    text-align: justify;
  }
  .rstar-reason-box p,
  .rstar-reason-box li {
    font-size: 13.5px !important;
  }
  .rstar-cta-box {
    padding: 18px 14px !important;
  }
  .rstar-cta-box h4 {
    font-size: 16px !important;
  }
  .rstar-cta-box p {
    font-size: 13.5px !important;
  }
  .rstar-cta-button {
    display: block !important;
    font-size: 10px !important;
    padding: 13px 18px !important;
    white-space: normal !important;
  }
}

.cert-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.cert-logos img {
  display: block;
  max-width: 100px; 
  width: auto;
  height: auto;
}