@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


.db-pagination ul li a:hover, .scale-hover img {
  transition: 0.4s ease-out 0s;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}

blockquote p {
  margin: 0 !important;
}

code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

p {
  margin-bottom: 1rem;
}

table {
  margin: 0 0 15px;
  line-height: 2;
}

table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

h1 {
  font-size: clamp(28px, 4vw, 32px);
  font-weight: bold;
}

h2 {
  font-size: clamp(24px, 3vw, 32px);
}

h3 {
  font-size: clamp(20px, 2.5vw, 26px);
}

h4 {
  font-size: clamp(16px, 2.5vw, 20px);
}

h5 {
  font-size: clamp(12px, 2.5vw, 14px);
}

h6 {
  font-size: clamp(10px, 2.5vw, 12px);
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 30px;
}

ul li,
ol li {
  line-height: 1.5;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

iframe {
  margin: auto;
}

.syntaxhighlighter {
  padding: 10px 0;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: initial;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  max-width: 320px;
  background-color: var(--primary-color);
  z-index: 9999;
  transform: translateX(-100%);
  transition: 0.5s;
  padding-bottom: 50px;
}
.menu-mobile > ul {
  list-style: none;
  overflow-y: auto;
  height: calc(100vh - 85px);
}
.menu-mobile > ul li {
  position: relative;
  border-bottom: 1px solid rgba(255, 239, 239, 0.2901960784);
}
.menu-mobile > ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 15px 10px;
}
.menu-mobile > ul li .li-plus {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  top: 0;
  right: 0;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu-mobile > ul li .li-plus:before, .menu-mobile > ul li .li-plus:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #fff;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
}
.menu-mobile > ul li .li-plus:before {
  width: 11px;
  height: 1px;
}
.menu-mobile > ul li .li-plus:after {
  width: 1px;
  height: 11px;
}
.menu-mobile > ul li .clicked {
  transform: rotate(180deg);
}
.menu-mobile > ul li .clicked.li-plus:before {
  display: none;
}
.menu-mobile > ul li > ul {
  margin-top: 0;
  display: none;
}
.menu-mobile > ul li > ul li {
  border: none;
}
.menu-mobile > ul li > ul li a {
  padding-left: 25px;
}
.menu-mobile > ul .current-menu-item a {
  color: var(--primary-color) !important;
  background: #fff;
}
.menu-mobile > ul .current-menu-item ul a {
  color: #fff;
}
.menu-mobile > ul .current-menu-parent ul {
  display: block;
}
.menu-mobile .menu-mobile-close {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 0;
  right: 0px;
}
.menu-mobile .menu-mobile-close svg {
  color: #fff;
}
.menu-mobile .menu-mobile-close svg path {
  fill: #fff;
  stroke: #fff;
}
.menu-mobile.menu-mobile-active {
  transform: translate(0);
}

.overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease;
}
.overlay.overlay-active {
  opacity: 1;
  visibility: visible;
}

.back-to-top {
  position: fixed;
  bottom: 8rem;
  right: 3rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  cursor: pointer;
  z-index: 9999;
}

.swal2-html-container {
  font-size: 16px;
}

.c-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 100%;
}
.c-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.scale-hover {
  display: block;
  overflow: hidden;
  width: 100%;
}
.scale-hover:hover > img {
  transform: scale(1.09);
}

.db-pagination {
  justify-content: center;
}
.db-pagination ul {
  display: flex;
  justify-content: center;
}
.db-pagination ul li.active a {
  background: var(--primary-color);
  color: #fff;
}
.db-pagination ul li a {
  float: left;
  margin: 0 2.5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
  text-align: center;
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  color: #282828;
  text-decoration: none;
}
.db-pagination ul li a svg {
  margin-bottom: 4px;
}
.db-pagination ul li a svg path {
  stroke: var(--primary-color);
}
.db-pagination ul li a:hover {
  background: var(--primary-color);
  color: #fff;
}
.db-pagination ul li a:hover svg path {
  stroke: #fff;
}

@keyframes Start {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@keyframes Rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes goLeft {
  0% {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes goRight {
  0% {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes toLeft {
  0% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes toRight {
  0% {
    opacity: 0;
    right: -100%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes Blur {
  0% {
    filter: blur(0);
    transform: none;
  }
  100% {
    filter: blur(10px);
    transform: scale(1.05);
  }
}
@keyframes outBlur {
  0% {
    filter: blur(0);
    transform: none;
    opacity: 1;
  }
  100% {
    filter: blur(10px);
    transform: scale(1.05);
    opacity: 0;
  }
}
@keyframes Scale {
  0% {
    transform: none;
  }
  100% {
    transform: scale(100);
  }
}
@keyframes scaleLarge {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes Ani {
  0% {
    opacity: 0;
    transform: none;
    filter: none;
  }
  70% {
    opacity: 1;
    transform: scale(2);
    filter: blur(3px);
  }
  100% {
    opacity: 0;
    transform: none;
    filter: none;
  }
}
@keyframes Horizontal {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes Horizontal2 {
  0% {
    transform: translate3d(-200%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes HorRight {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes Circle {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes Show100 {
  from {
    stroke-dashoffset: 570;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes goWidth {
  from {
    transform: scale3d(0, 1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes goHeight {
  from {
    transform: scale3d(1, 0, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes clipPathScale {
  0% {
    transform: scale(1.5);
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    transform: none;
    clip-path: circle(150% at 50% 50%);
  }
}
@keyframes clipPath {
  0% {
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(150% at 50% 50%);
  }
}
@keyframes clipPathSmall {
  0% {
    transform: scale(0.8);
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    transform: none;
    clip-path: circle(150% at 50% 50%);
  }
}
@keyframes clipPathDown {
  0% {
    transform: translate3d(0, -100%, 0);
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    transform: none;
    clip-path: circle(150% at 50% 50%);
  }
}
@keyframes clipPathUp {
  0% {
    transform: translate3d(0, 100%, 0);
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    transform: none;
    clip-path: circle(150% at 50% 50%);
  }
}
@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes moveArrow {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(7px);
  }
  66.6% {
    opacity: 1;
    transform: translateY(14px);
  }
  100% {
    opacity: 0;
    transform: translateY(21px) scale(0.7);
  }
}
.col {
  opacity: 0;
  will-change: opacity, transform;
}

.col.on-show {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.on-show {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fadeinup {
  opacity: 0;
  transform: translateY(35px);
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fadeout {
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fadeinup {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.goright {
  animation-name: goRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.goleft {
  animation-name: goLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.toleft {
  animation-name: toLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.toright {
  animation-name: toRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@media (min-width: 991px) {
  .col-lg-1-5 {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
@media (max-width: 767px) {
  .scroll-snap {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}
.scroll-snap .item {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

/****************FONT*****************/
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Regular.woff2);
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Light.woff2);
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Medium.woff2);
  font-weight: 500;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-SemiBold.woff2);
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Bold.woff2);
  font-weight: 700;
}
@font-face {
  font-family: "LexendDeca";
  src: url(../fonts/LexendDeca-SemiBold.woff2);
  font-weight: 600;
}
@font-face {
  font-family: "LexendDeca";
  src: url(../fonts/LexendDeca-Light.woff2);
  font-weight: 300;
}
@font-face {
  font-family: "LexendDeca";
  src: url(../fonts/LexendDeca-Regular.woff2);
  font-weight: 400;
}
@font-face {
  font-family: "LexendDeca";
  src: url(../fonts/LexendDeca-Medium.woff2);
  font-weight: 500;
}
@font-face {
  font-family: "LexendDeca";
  src: url(../fonts/LexendDeca-Bold.woff2);
  font-weight: 700;
}
@font-face {
  font-family: "LexendDeca";
  src: url(../fonts/LexendDeca-Black.woff2);
  font-weight: 900;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (max-width: 1240px) {
  html {
    font-size: 52%;
  }
}

:root {
  --primary-color: #E76A10;
  --secondary-color: #e91e4a;
  --access-color: #fff2b0;
  --icon: #EA353F;
  --title: #E76A10;
  --bg-sec: #F6F6F6;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 20px;
}

@media (min-width: 992px) {
  .gutter-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-20 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.gutter-15 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .gutter-15 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-15 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  scroll-behavior: smooth;
}
body.hidden {
  overflow: hidden;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: LexendDeca, sans-serif;
}

.white-text {
  color: #fff;
}

.container {
  padding: 0 15px;
}
@media (min-width: 1400px) {
  .container {
    width: 100%;
    max-width: 1240px;
  }
}

.fix-mn {
  display: none;
}

.mobile-cate-sheet {
  display: none;
}

/*--------------HEADER----------------*/
.header {
  background: #fff;
}
.header.fixed-header {
  transform: translateZ(0);
  will-change: transform;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
@media (min-width: 992px) {
  .header.fixed-header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  }
}
.header .header-main-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
}
.header .header-main-wrap > .logo,
.header .header-main-wrap > .midder-header-main,
.header .header-main-wrap > .right-header-main-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header-main-wrap > .logo {
  flex: 0 0 14%;
  max-width: 14%;
}
.header .header-main-wrap > .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-main-wrap > .midder-header-main {
  flex: 1 1 45%;
  max-width: 39%;
}
.header .header-main-wrap > .midder-header-main ul#search-results {
  margin: 0;
}
.header .header-main-wrap > .midder-header-main .block-search {
  width: 100%;
}
.header .header-main-wrap > .midder-header-main .block-search form {
  gap: 0;
}
.header .header-main-wrap > .midder-header-main .header-search-form input {
  height: 46px;
  padding: 0 50px 0 15px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #777;
  border-radius: 99px;
}
.header .header-main-wrap > .midder-header-main .header-search-form .btn.btn-search {
  top: 50%;
  right: 12px;
  padding: 0;
  color: #777;
  transform: translateY(-50%);
}
.header .header-main-wrap > .right-header-main-wrap {
  flex: 0 0 30%;
  justify-content: flex-end;
  max-width: 30%;
}
.header .header-hotline {
  width: 100%;
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  white-space: nowrap;
  background: #E06B23;
  border-radius: 99px;
}
.header .header-hotline p {
  margin: 0;
}
.header .header-bottom {
  background: #BD5414;
  transition: 1s;
}
.header .header-bottom .header-bottom-nav {
  min-height: 50px;
  padding: 0 10px;
  border-radius: 2px;
}
.header .header-bottom .header-cate-link {
  width: 100%;
  height: 42px;
  padding: 0 6px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--secondary-color);
  border-radius: 99px;
}
.header .header-bottom .header-cate-link a {
  color: var(--secondary-color);
}
.header .header-bottom .header-cate-link svg {
  width: 15px;
  height: 15px;
}
.header .header-bottom .header-cate-link svg > path:last-child {
  fill: #fff;
}
.header .header-bottom span.me-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #E06B23;
  border-radius: 99px;
}
.header .header-cate-wrap {
  position: relative;
  flex: 0 0 220px;
  height: 50px;
}
.header .header-cate-wrap:hover .header-vertical-menu, .header .header-cate-wrap:focus-within .header-vertical-menu {
  display: block;
  visibility: visible;
  transform: translateY(0);
}
.header .header-vertical-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  width: min(1210px, 100vw - 80px);
  display: none;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
}
.header .header-vertical-menu-list {
  width: 100%;
  max-height: min(48vh, 360px);
  overflow-y: auto;
  margin: 0;
  padding: 12px;
  list-style: none;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.header .header-vertical-menu-list .height100 {
  height: 100%;
  width: 100%;
}
.header .header-vertical-menu-list > li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.header .header-vertical-menu-list > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 10px;
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
  border-radius: 5px;
}
.header .header-vertical-menu-list > li .menu-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
}
.header .header-vertical-menu-list > li .menu-item-icon-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-vertical-menu-list > li.current-menu-item > a,
.header .header-vertical-menu-list > li > a:hover {
  color: var(--secondary-color);
  background: #f3f3f3;
}
.header .header-vertical-menu-list > li > .sub-menu {
  display: block;
  margin: 0;
  padding: 10px 0 0 10px;
  list-style: none;
}
.header .header-vertical-menu-list > li > .sub-menu .menu-item-has-children a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border: unset;
}
.header .header-vertical-menu-list > li > .sub-menu .menu-item-has-children a:hover {
  background: unset;
}
.header .header-vertical-menu-list > li > .sub-menu .menu-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
}
.header .header-vertical-menu-list > li > .sub-menu .menu-item-icon-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-vertical-menu-list > li > .sub-menu > li {
  display: inline-block;
  margin-bottom: 10px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.header .header-vertical-menu-list > li > .sub-menu > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  min-height: 38px;
  padding: 0 5px;
}
.header .header-vertical-menu-list > li > .sub-menu > li > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 10px;
  border-left: 1px solid #8f98a3;
}
.header .header-vertical-menu-list > li > .sub-menu > li > .sub-menu > li {
  margin-bottom: 10px;
}
.header .header-vertical-menu-list > li > .sub-menu > li > .sub-menu > li:last-child {
  margin-bottom: 0;
}
.header .header-vertical-menu-list > li > .sub-menu > li > .sub-menu > li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-size: 14px;
  border-radius: 5px;
  padding: 0 8px;
  border: 1px solid #DBDBDB;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  height: 38px;
}
.header .header-vertical-menu-list > li > .sub-menu > li > .sub-menu > li > a span.menu-item-icon {
  margin-left: -3px;
}
.header .header-vertical-menu-list > li > .sub-menu > li > a:hover,
.header .header-vertical-menu-list > li > .sub-menu > li > .sub-menu > li > a:hover {
  background: #f3f3f3;
}
.header .menu-bar.navbar-toggler {
  margin-left: auto;
  padding: 4px;
  color: #fff;
  border: 0;
  box-shadow: none;
}
.header #headerNavbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  line-height: 50px;
  height: 50px !important;
}
.header .header-nav-wrap {
  flex: 1;
  min-width: 0;
}
.header .header-nav {
  padding: 0 20px;
}
.header .header-nav .item_big {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .header-nav .item_big > li {
  position: relative;
}
.header .header-nav .item_big > li > a {
  display: block;
  padding: 0 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-transform: none;
}
.header .header-nav .item_big > li.current-menu-item > a,
.header .header-nav .item_big > li > a:hover {
  color: var(--secondary-color);
  background: #fff;
  border-radius: 99px;
}
.header .header-nav .item_big > li > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  min-width: 220px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.header .header-nav .item_big > li > .sub-menu li a {
  display: block;
  padding: 8px 12px;
  color: #333;
  font-size: 14px;
}
.header .header-nav .item_big > li:hover > .sub-menu {
  display: block;
}
.header .header-cart {
  position: relative;
  margin-left: 10px;
  background: var(--access-color);
}
.header .header-cart:hover .header-mini-cart, .header .header-cart:focus-within .header-mini-cart, .header .header-cart.is-open .header-mini-cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .header-cart .header-cart-link {
  height: 50px;
  padding: 0 10px;
  display: flex !important;
  font-size: 14px;
  line-height: 45px;
  white-space: nowrap;
  color: #333;
}
.header .header-cart .header-cart-link span.me-1 {
  font-weight: 600;
  color: #333;
}
.header .header-cart .header-cart-link span.header-cart-count {
  position: absolute;
  top: 5px;
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #fff;
  background: red;
  border-radius: 99px;
}
.header .header-mini-cart {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 40;
  width: 320px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
}
.header .header-mini-cart .woocommerce-mini-cart {
  max-height: 320px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
}
.header .header-mini-cart .woocommerce-mini-cart-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.header .header-mini-cart .woocommerce-mini-cart-item dl.variation {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
}
.header .header-mini-cart .woocommerce-mini-cart-item a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  word-break: break-word;
}
.header .header-mini-cart .woocommerce-mini-cart-item img {
  grid-column: 1;
  grid-row: 1/span 3;
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.header .header-mini-cart .woocommerce-mini-cart-item .remove {
  position: absolute;
  top: 2px;
  right: 0;
  color: var(--secondary-color) !important;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}
.header .header-mini-cart .woocommerce-mini-cart-item > a:not(.remove) {
  display: flex;
  flex-direction: column;
  padding-right: 8px;
  width: 100%;
}
.header .header-mini-cart .woocommerce-mini-cart-item .quantity {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  margin-top: 0;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
}
.header .header-mini-cart .woocommerce-mini-cart-item .quantity .amount {
  color: #333;
  font-weight: 700;
}
.header .header-mini-cart .woocommerce-mini-cart-item .quantity .variation {
  width: 100%;
  margin: 4px 0 0;
  color: #555;
}
.header .header-mini-cart .woocommerce-mini-cart-item .quantity .variation dt,
.header .header-mini-cart .woocommerce-mini-cart-item .quantity .variation dd {
  display: inline;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
.header .header-mini-cart .woocommerce-mini-cart-item .quantity .variation dt {
  font-weight: 600;
  color: #333;
}
.header .header-mini-cart .woocommerce-mini-cart-item .quantity .variation dd {
  margin-left: 4px;
}
.header .header-mini-cart .woocommerce-mini-cart-item .quantity .variation dd::after {
  content: "";
  display: block;
}
.header .header-mini-cart .woocommerce-mini-cart__total,
.header .header-mini-cart .woocommerce-mini-cart__buttons {
  margin: 0;
}
.header .header-mini-cart .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  padding-top: 4px;
  font-size: 14px;
  font-weight: 700;
}
.header .header-mini-cart .woocommerce-mini-cart__buttons {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.header .header-mini-cart .woocommerce-mini-cart__buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0;
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background: var(--primary-color);
  border-radius: 99px;
}
.header .header-mini-cart .woocommerce-mini-cart__buttons .checkout {
  background: var(--secondary-color);
}
.header .header-mini-cart .woocommerce-mini-cart__empty-message {
  margin: 0;
  color: #333;
  font-size: 14px;
}
.header .logo-mb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.row.breadcrumb {
  margin-bottom: 0;
}
.row.breadcrumb nav.rank-math-breadcrumb {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
.row.breadcrumb nav.rank-math-breadcrumb p {
  margin: 0;
  padding: 12px 0;
}

section .container {
  animation: Start 0.8s steps(1, end) 0s 1 normal both;
}
section .decoration-bot {
  position: relative;
  padding-bottom: 8px;
}
section .decoration-bot::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  border-radius: 2px;
}

.banner-km {
  margin-bottom: 0px;
}
.banner-km .banner-km-col {
  margin-top: 5px;
}
.banner-km .banner-km-content {
  display: block;
}
.banner-km img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-km .banner-km-middle .row {
  gap: 6px;
}

.slider {
  padding: 0;
}
.slider:not(.flickity-enabled) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.slider.flickity-enabled {
  display: block;
  opacity: 1;
}
.slider > * {
  flex-shrink: 0;
}

.flickity-page-dots {
  bottom: -5px;
}
.flickity-page-dots .dot.is-selected {
  background: #E06B23;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px rgb(231, 106, 16);
}

/*--------------cart----------------*/
.woocommerce-cart section.page-content,
.woocommerce-cart section.db-woo-shell {
  padding: 20px 0;
}

/*--------------home page----------------*/
.home main {
  background-color: var(--bg-sec);
}

.product-item {
  border: 1px solid #DDDDDD;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-item .product-image {
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
}
.product-item .product-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item .product-image .sale-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--secondary-color);
  color: #fff;
  padding: 8px 0;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 600;
  z-index: 9;
  width: 36px;
  height: 36px;
  text-align: center;
}
.product-item .product-content {
  padding: 10px;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.product-item .product-content ins {
  text-decoration: unset;
}
.product-item .product-content del {
  color: #919191;
}
.product-item .product-content .product-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product-item .product-content .product-price {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
  min-height: 24px;
}
.product-item .product-content .product-price .price-regular {
  text-decoration: line-through;
  color: #777;
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
}
.product-item .product-content .product-price .price-sale {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 16px;
}
.product-item .product-content .product-actions {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.product-item .product-content .product-actions .add-to-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  padding: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.product-item .product-content .product-actions .added_to_cart {
  display: none;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: var(--secondary-color);
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.product-item .product-content .product-actions.is-added .add-to-cart-btn.is-clicked {
  animation: cart-pop-out 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: none;
  transform: scale(0.92);
  pointer-events: none;
}
.product-item .product-content .product-actions.is-added .added_to_cart {
  display: inline-flex;
  animation: cart-pop 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

section.product-iconbox {
  border-bottom: 1px solid #e5e5e5;
}
section.product-iconbox .col {
  border-right: 1px solid #e5e5e5;
  padding-bottom: 0;
}
section.product-iconbox .col:last-child {
  border-right: unset;
}
section.product-iconbox .item-iconbox {
  padding: 10px;
  background-color: #fff;
}
section.product-iconbox .item-iconbox .icon img {
  width: 30px;
  height: 30px;
}
section.product-iconbox .item-iconbox h3.title {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.single-product .shop-container.page-product {
  padding: 0 0 40px;
}
.single-product .shop-container.page-product .content-product {
  align-items: flex-start;
  row-gap: 28px;
}
.single-product .shop-container.page-product .product-sticky {
  position: sticky;
  top: 60px;
}
.single-product .shop-container.page-product .products_detail-image {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid #CBD5E1;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(62, 27, 5, 0.08);
  overflow: hidden;
  padding: 12px;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-main {
  min-height: 40.6rem;
  transition: opacity 0.25s ease;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-main:not(.flickity-enabled) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-main.flickity-enabled {
  display: block;
  opacity: 1;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-main .products_detail-image-slide-item {
  display: block;
  height: 40.6rem;
  width: 100%;
  backface-visibility: hidden;
  transform: translateZ(0);
  flex-shrink: 0;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-main .products_detail-image-slide-item .products_detail-image-frame {
  height: 100%;
  justify-content: center;
  position: relative;
  width: auto;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-main .products_detail-image-slide-item .products_detail-image-frame img {
  height: 100%;
  width: auto;
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  margin: 0 auto;
}
.single-product .shop-container.page-product .products_detail-image .is-gallery-loading .products_detail-image-slide-main {
  opacity: 0.01;
}
.single-product .shop-container.page-product .products_detail-image .is-gallery-ready .products_detail-image-slide-main {
  opacity: 1;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-nav:not(.flickity-enabled) {
  display: flex;
  flex-wrap: nowrap;
  overflow: unset;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-nav.flickity-enabled {
  display: block;
  opacity: 1;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-nav.flickity-enabled .flickity-viewport {
  min-height: 103px;
  overflow: unset;
}
@media (max-width: 991px) {
  .single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-nav.flickity-enabled .products_detail-image-thumb {
    width: 16%;
    max-width: 16%;
  }
}
@media (max-width: 767px) {
  .single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-nav.flickity-enabled .products_detail-image-thumb {
    width: 20%;
    max-width: 20%;
  }
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-nav .products_detail-image-thumb {
  width: calc(16% - 5px);
  margin-right: 12px;
  padding: 5px;
  border: 1px solid rgba(224, 107, 35, 0.18);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-nav .products_detail-image-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  background: #fff7f1;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-nav .products_detail-image-thumb:hover, .single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-nav .products_detail-image-thumb.is-nav-selected {
  border-color: #E06B23;
  box-shadow: 0 12px 24px rgba(224, 107, 35, 0.14);
  transform: translateY(-2px);
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-main .flickity-prev-next-button {
  width: 25px;
  height: 45px;
  background: #f3f3f3;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-main .flickity-prev-next-button.next {
  right: -12px;
  border-right: 0;
  border-radius: 5px 0px 0px 5px;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-main .flickity-prev-next-button.previous {
  left: -12px;
  border-left: 0;
  border-radius: 0px 5px 5px 0px;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-main .flickity-prev-next-button:hover {
  background: #E06B23;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-main .flickity-prev-next-button svg {
  width: 15px;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-main .flickity-prev-next-button .flickity-button-icon {
  fill: #E06B23;
}
.single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-main .flickity-prev-next-button:hover .flickity-button-icon {
  fill: #fff;
}
.single-product .shop-container.page-product .product-summary {
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(#E06B23, #FFD6BD);
}
.single-product .shop-container.page-product .product-summary .bg-gradian.product-base .product-price {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.single-product .shop-container.page-product .product-summary .bg-gradian.product-base form.cart {
  display: flex;
  gap: 14px;
  flex-direction: row;
}
.single-product .shop-container.page-product .product-summary .bg-gradian {
  background: linear-gradient(#E06B23, #FFD6BD);
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}
.single-product .shop-container.page-product .product-summary .note {
  font-size: 14px;
  color: #4c4c4c;
  display: block;
  margin-bottom: 12px;
}
.single-product .shop-container.page-product .product-summary .bg-white {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.single-product .shop-container.page-product .product-summary .title-product {
  font-size: 32px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 12px;
}
.single-product .shop-container.page-product .product-summary .product-price {
  font-size: 30px;
  font-weight: 700;
  color: #E06B23;
}
.single-product .shop-container.page-product .product-summary .product-price ins {
  background: transparent;
}
.single-product .shop-container.page-product .product-summary .product-purchase .variations_form.cart {
  margin: 0;
}
.single-product .shop-container.page-product .product-summary .product-purchase table.variations {
  width: 100%;
  margin-bottom: 14px;
  border: unset;
  position: relative;
}
.single-product .shop-container.page-product .product-summary .product-purchase table.variations tbody,
.single-product .shop-container.page-product .product-summary .product-purchase table.variations tr,
.single-product .shop-container.page-product .product-summary .product-purchase table.variations th,
.single-product .shop-container.page-product .product-summary .product-purchase table.variations td {
  display: block;
  width: 100%;
  border: unset;
  padding-left: 0;
}
.single-product .shop-container.page-product .product-summary .product-purchase table.variations tr {
  display: flex;
}
.single-product .shop-container.page-product .product-summary .product-purchase table.variations th.label {
  width: -moz-max-content;
  width: max-content;
}
.single-product .shop-container.page-product .product-summary .product-purchase table.variations th.label label {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
}
.single-product .shop-container.page-product .product-summary .product-purchase .db-variation-select {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}
.single-product .shop-container.page-product .product-summary .product-purchase .db-variation-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-product .shop-container.page-product .product-summary .product-purchase .db-variation-swatch {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.single-product .shop-container.page-product .product-summary .product-purchase .db-variation-swatch.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}
.single-product .shop-container.page-product .product-summary .product-purchase .db-variation-swatch.is-selected .db-variation-swatch__button {
  border-color: #E06B23;
  box-shadow: 0 0 0 2px rgba(224, 107, 35, 0.15);
  transform: translateY(-1px);
}
.single-product .shop-container.page-product .product-summary .product-purchase .db-variation-swatch__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.single-product .shop-container.page-product .product-summary .product-purchase .db-variation-swatch__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.single-product .shop-container.page-product .product-summary .product-purchase .db-variation-swatch__button.is-color {
  width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border-radius: 50%;
  font-size: 0;
  background: #fff;
}
.single-product .shop-container.page-product .product-summary .product-purchase .db-variation-swatch__button.is-color::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--db-swatch-color, #f5f5f5);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.single-product .shop-container.page-product .product-summary .product-purchase .db-reset-variations {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}
.single-product .shop-container.page-product .product-summary .product-purchase .db-reset-variations .reset_variations {
  display: inline-flex;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
}
.single-product .shop-container.page-product .product-summary .product-purchase .single_variation_wrap {
  margin-top: 18px;
}
.single-product .shop-container.page-product .product-summary .product-purchase .product-price-min {
  margin-top: 18px;
  margin-bottom: 18px;
  text-align: center;
}
.single-product .shop-container.page-product .product-summary .product-purchase .product-price-min .product-price-min__value {
  width: 100%;
}
.single-product .shop-container.page-product .product-summary .product-purchase .product-price-min .db-price-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.single-product .shop-container.page-product .product-summary .product-purchase .product-price-min .db-price-display__sale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 26px;
  padding: 0 6px;
  background: #fff;
  border: 1px dashed #8dc9ff;
  border-radius: 5px;
  color: var(--secondary-color);
  font-size: 14px;
}
.single-product .shop-container.page-product .product-summary .product-purchase .product-price-min .price {
  flex-direction: row;
  display: flex;
  align-items: baseline;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  color: #333;
}
.single-product .shop-container.page-product .product-summary .product-purchase .product-price-min .amount,
.single-product .shop-container.page-product .product-summary .product-purchase .product-price-min ins,
.single-product .shop-container.page-product .product-summary .product-purchase .product-price-min ins .amount {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-shadow: -2px -1px 0 #ff3b30, 2px -1px 0 #ff3b30, -2px 1px 0 #ff3b30, 2px 1px 0 #ff3b30;
}
.single-product .shop-container.page-product .product-summary .product-purchase .product-price-min del .amount {
  text-shadow: unset;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  text-decoration-thickness: 2px;
  display: block;
}
.single-product .shop-container.page-product .product-summary .product-purchase .product-price-min .db-price-display__note {
  margin-top: 6px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.single-product .shop-container.page-product .product-summary .product-purchase .woocommerce-variation {
  display: block;
}
.single-product .shop-container.page-product .product-summary .product-purchase .woocommerce-variation-price {
  display: none !important;
}
.single-product .shop-container.page-product .product-summary .product-purchase .woocommerce-variation-description {
  color: #4c4c4c;
  font-size: 14px;
}
.single-product .shop-container.page-product .product-summary .product-purchase .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.single-product .shop-container.page-product .product-summary .product-purchase .quantity {
  display: none !important;
}
.single-product .shop-container.page-product .product-summary .product-purchase .quantity .qty {
  width: 90px;
  height: 48px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.single-product .shop-container.page-product .product-summary .product-purchase .single_add_to_cart_button,
.single-product .shop-container.page-product .product-summary .product-purchase .db-buy-now-button {
  flex: 1;
  min-height: 48px;
  margin: 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-product .shop-container.page-product .product-summary .product-purchase .single_add_to_cart_button {
  padding: 10px;
  background: white;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.single-product .shop-container.page-product .product-summary .product-purchase .single_add_to_cart_button:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cg clip-path='url(%23clip0_2865_3485)'%3E%3Cpath d='M16.0423 11.9167C12.757 11.9167 10.084 9.24366 10.084 5.95833C10.084 2.673 12.757 0 16.0423 0C19.3276 0 22.0006 2.673 22.0006 5.95833C22.0006 9.24366 19.3276 11.9167 16.0423 11.9167ZM16.0423 0.916666C13.2621 0.916666 11.0007 3.17808 11.0007 5.95833C11.0007 8.73858 13.2621 11 16.0423 11C18.8226 11 21.084 8.73858 21.084 5.95833C21.084 3.17808 18.8226 0.916666 16.0423 0.916666Z' fill='%23D71B23'/%3E%3Cpath d='M16.0423 9.16667C15.7893 9.16667 15.584 8.96133 15.584 8.70833V3.20833C15.584 2.95533 15.7893 2.75 16.0423 2.75C16.2953 2.75 16.5007 2.95533 16.5007 3.20833V8.70833C16.5007 8.96133 16.2953 9.16667 16.0423 9.16667Z' fill='%23D71B23'/%3E%3Cpath d='M18.7923 6.41667H13.2923C13.0393 6.41667 12.834 6.21133 12.834 5.95833C12.834 5.70533 13.0393 5.5 13.2923 5.5H18.7923C19.0453 5.5 19.2507 5.70533 19.2507 5.95833C19.2507 6.21133 19.0453 6.41667 18.7923 6.41667Z' fill='%23D71B23'/%3E%3Cpath d='M17.8743 15.5833H5.95762C5.73945 15.5833 5.55154 15.4293 5.50845 15.2148L3.67512 6.04817C3.64762 5.91342 3.68337 5.77408 3.76954 5.66775C3.85662 5.56142 3.98679 5.5 4.12429 5.5H7.79095C8.04395 5.5 8.24929 5.70533 8.24929 5.95833C8.24929 6.21133 8.04395 6.41667 7.79095 6.41667H4.68345L6.33345 14.6667H17.4985L17.7524 13.3971C17.8019 13.1487 18.0429 12.9864 18.2914 13.0378C18.5398 13.0873 18.7002 13.3283 18.6507 13.5768L18.3235 15.2148C18.2804 15.4293 18.0925 15.5833 17.8743 15.5833Z' fill='%23D71B23'/%3E%3Cpath d='M5.95833 15.5833C5.74475 15.5833 5.55317 15.433 5.50917 15.2148L3.23675 3.85365C3.10842 3.2129 2.541 2.74815 1.88833 2.74815L0.458333 2.74998C0.205333 2.74998 0 2.54465 0 2.29165C0 2.03865 0.204417 1.83332 0.458333 1.83332L1.8865 1.83148H1.88833C2.97733 1.83148 3.92242 2.60607 4.136 3.67398L6.4075 15.0351C6.457 15.2836 6.29567 15.5246 6.04817 15.5741C6.01792 15.5806 5.98767 15.5833 5.95833 15.5833Z' fill='%23D71B23'/%3E%3Cpath d='M19.7083 17.4167H4.125C3.36692 17.4167 2.75 16.7998 2.75 16.0417C2.75 15.2836 3.36692 14.6667 4.125 14.6667H5.95833C6.21133 14.6667 6.41667 14.872 6.41667 15.125C6.41667 15.378 6.21133 15.5834 5.95833 15.5834H4.125C3.872 15.5834 3.66667 15.7887 3.66667 16.0417C3.66667 16.2947 3.872 16.5 4.125 16.5H19.7083C19.9613 16.5 20.1667 16.7054 20.1667 16.9584C20.1667 17.2114 19.9613 17.4167 19.7083 17.4167Z' fill='%23D71B23'/%3E%3Cpath d='M7.33333 22C6.32225 22 5.5 21.1777 5.5 20.1666C5.5 19.1556 6.32225 18.3333 7.33333 18.3333C8.34442 18.3333 9.16667 19.1556 9.16667 20.1666C9.16667 21.1777 8.34442 22 7.33333 22ZM7.33333 19.25C6.82825 19.25 6.41667 19.6616 6.41667 20.1666C6.41667 20.6717 6.82825 21.0833 7.33333 21.0833C7.83842 21.0833 8.25 20.6717 8.25 20.1666C8.25 19.6616 7.83842 19.25 7.33333 19.25Z' fill='%23D71B23'/%3E%3Cpath d='M15.5833 22C14.5723 22 13.75 21.1777 13.75 20.1666C13.75 19.1556 14.5723 18.3333 15.5833 18.3333C16.5944 18.3333 17.4167 19.1556 17.4167 20.1666C17.4167 21.1777 16.5944 22 15.5833 22ZM15.5833 19.25C15.0783 19.25 14.6667 19.6616 14.6667 20.1666C14.6667 20.6717 15.0783 21.0833 15.5833 21.0833C16.0884 21.0833 16.5 20.6717 16.5 20.1666C16.5 19.6616 16.0884 19.25 15.5833 19.25Z' fill='%23D71B23'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2865_3485'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  font-weight: 900;
  width: 22px;
  height: 22px;
}
.single-product .shop-container.page-product .product-summary .product-purchase .db-buy-now-button {
  padding: 10px;
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: white;
  flex: 0 0 auto;
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
}
.single-product .shop-container.page-product .product-summary .product-purchase .db-buy-now-button span {
  text-transform: initial;
  font-size: 14px;
  width: 100%;
  font-weight: 400;
}
.single-product .shop-container.page-product .banner-km-product img {
  border-radius: 12px;
}
.single-product .shop-container.page-product .spec .title-spec {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.single-product .shop-container.page-product .spec .spec-table {
  padding: 10px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  border: 1px solid #ececec;
  margin: 10px 0 0 0;
  border-radius: 10px;
  position: relative;
  padding-bottom: 50px;
}
.single-product .shop-container.page-product .spec table {
  border: unset;
  margin-bottom: 0;
  width: 100%;
  border-radius: 20px;
}
.single-product .shop-container.page-product .spec table ul,
.single-product .shop-container.page-product .spec table ol {
  margin: 0 0 0;
  padding-left: 20px;
}
.single-product .shop-container.page-product .spec table tr td:first-child {
  width: 30%;
  min-width: 175px;
}
.single-product .shop-container.page-product .spec table tr,
.single-product .shop-container.page-product .spec table td {
  height: -moz-max-content !important;
  height: max-content !important;
}
.single-product .shop-container.page-product .spec table td {
  border: unset;
  border-bottom: 1px solid #ddd;
}
.single-product .shop-container.page-product .spec table tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.single-product .shop-container.page-product .spec table tr:hover {
  background-color: rgba(67, 141, 204, 0.1215686275);
}
.single-product .shop-container.page-product .spec table p {
  margin: 0;
}
.single-product .shop-container.page-product .feature .col-inner {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}
.single-product .shop-container.page-product .feature p {
  margin-bottom: 10px;
}
.single-product .shop-container.page-product .feature ul {
  margin-bottom: 10px;
  padding-left: 25px;
}
.single-product .shop-container.page-product .title-form {
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  padding: 10px;
  display: block;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 22px;
}
.single-product .shop-container.page-product input {
  border-color: #2196f3;
}
.single-product .shop-container.page-product .content-des {
  margin-bottom: 30px;
}
.single-product .shop-container.page-product .product-des {
  position: relative;
  margin-top: 30px;
}
.single-product .shop-container.page-product .product-des .content-des .col-inner {
  border-top: 1px dashed #e5e5e5;
  padding-top: 20px;
}
.single-product .shop-container.page-product .product-des .nav-tabs {
  border: unset;
}
.single-product .shop-container.page-product .product-des .nav-tabs .nav-link {
  padding: 10px 40px;
  position: relative;
  text-transform: uppercase;
  font-family: LexendDeca;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.single-product .shop-container.page-product .product-des .nav-tabs .nav-link:hover, .single-product .shop-container.page-product .product-des .nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--secondary-color);
  color: var(--secondary-color);
}
.single-product .shop-container.page-product .product-des img {
  height: auto;
  max-width: 800px;
  margin: 0 auto;
}
.single-product .shop-container.page-product .product-des div#myTabContent {
  border: 1px solid #cdcdcd;
  margin: 0;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.single-product .shop-container.page-product .product-des div#myTabContent table img {
  max-width: 100%;
  height: auto;
  display: block;
}
.single-product .shop-container.page-product .product-des .description-pro {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  border-radius: 10px;
  padding: 15px;
  padding-bottom: 40px;
}
.single-product .shop-container.page-product .product-des .description-pro.expanded {
  max-height: none;
}
.single-product .shop-container.page-product .product-des .description-pro .thp_readmore_flatsome {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.single-product .shop-container.page-product .product-des .description-pro .thp_readmore_flatsome::after {
  height: 35px;
  margin-top: -35px;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  display: block;
}
.single-product .shop-container.page-product .product-des .description-pro .thp_readmore_flatsome a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 40px;
  padding: 8px 18px;
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 600;
  background: #fff;
}
.single-product .shop-container.page-product .product-des .description-pro .thp_readmore_flatsome a:after {
  content: "";
  width: 0;
  right: 0;
  border-top: 6px solid var(--secondary-color);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 0 5px;
}
.single-product .shop-container.page-product .product-des .description-pro .thp_readmore_flatsome_less a:after {
  border-top: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--secondary-color);
}
.single-product .shop-container.page-product .product-related h3.title-relate {
  border-top: 1px dashed #e5e5e5;
  padding: 10px 0;
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}
.single-product .shop-container.page-product .product-related .slider-related {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  transition: opacity 0.4s ease;
  padding-bottom: 20px;
}
.single-product .shop-container.page-product .product-related .slider-related:not(.flickity-enabled) {
  display: flex;
  flex-wrap: nowrap;
}
.single-product .shop-container.page-product .product-related .slider-related.flickity-enabled {
  display: block;
}
.single-product .shop-container.page-product .product-related .slider-related .flickity-page-dots {
  bottom: 0;
}
.single-product .shop-container.page-product .product-related .slider-related .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .single-product .shop-container.page-product .product-related .slider-related .col {
    width: 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .single-product .shop-container.page-product .product-related .slider-related .col {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .single-product .shop-container.page-product {
    padding-top: 14px;
  }
  .single-product .shop-container.page-product .products_detail-image {
    position: static;
  }
  .single-product .shop-container.page-product .products_detail-image-frame {
    padding-top: 100%;
  }
  .single-product .shop-container.page-product .products_detail-image-thumb {
    width: calc(33.333% - 8px);
  }
  .single-product .shop-container.page-product .title-product {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .single-product .shop-container.page-product .products_detail-image-slide-main {
    border-radius: 18px;
  }
  .single-product .shop-container.page-product .products_detail-image-frame img {
    padding: 10px;
  }
  .single-product .shop-container.page-product .products_detail-image-slide-nav:not(.flickity-enabled) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .single-product .shop-container.page-product .products_detail-image-thumb {
    width: calc(33.333% - 7px);
    margin-right: 10px;
    border-radius: 10px;
  }
  .single-product .shop-container.page-product .title-product {
    font-size: 24px;
  }
  .single-product .shop-container.page-product .product-price {
    font-size: 24px;
  }
  .single-product .shop-container.page-product .product-summary {
    padding: 10px;
  }
  .single-product .shop-container.page-product .product-purchase .product-price-min .db-price-display {
    gap: 10px;
  }
  .single-product .shop-container.page-product .product-purchase .product-price-min ins,
  .single-product .shop-container.page-product .product-purchase .product-price-min .amount {
    font-size: 38px;
  }
  .single-product .shop-container.page-product .product-purchase .product-price-min del {
    font-size: 20px;
  }
  .single-product .shop-container.page-product .product-purchase .product-price-min .db-price-display__note {
    font-size: 16px;
  }
  .single-product .shop-container.page-product .product-purchase .woocommerce-variation-add-to-cart {
    flex-direction: row;
  }
  .single-product .shop-container.page-product .product-purchase .single_add_to_cart_button,
  .single-product .shop-container.page-product .product-purchase .db-buy-now-button,
  .single-product .shop-container.page-product .product-purchase .quantity .qty {
    width: 100%;
  }
}

.columns,
.gallery-item {
  margin: 0;
  padding: 0 7.5px 15px;
  position: relative;
}

.archive.category section.title-news.content.page {
  margin: 30px 0;
}
.archive.category .banner img {
  margin: 0 auto;
  max-width: 1210px;
}
.archive.category .page-content {
  margin-top: 30px;
}
.archive.category h1.title-page.text-center {
  background: #E06B23;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.archive.category .list-post .col.fadein.on-show:nth-child(3n+1),
.archive.category .list-post .col.fadein.fadein-active:nth-child(3n+1) {
  animation-delay: 0.15s;
}
.archive.category .list-post .col.fadein.on-show:nth-child(3n+2),
.archive.category .list-post .col.fadein.fadein-active:nth-child(3n+2) {
  animation-delay: 0.25s;
}
.archive.category .list-post .col.fadein.on-show:nth-child(3n),
.archive.category .list-post .col.fadein.fadein-active:nth-child(3n) {
  animation-delay: 0.35s;
}
.archive.category .list-post .item-post {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding: 7px;
}
.archive.category .list-post .item-post .img-blog img {
  border-radius: 10px;
}
.archive.category .list-post .item-post .post-text {
  padding: 10px 0;
  padding-bottom: 0;
}
.archive.category .list-post .item-post .post-text .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.archive.category .list-post .item-post .post-text h3 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  font-weight: 600;
}

.author .banner img {
  margin: 0 auto;
  max-width: 1210px;
}
.author .title-news.content.page {
  margin: 30px 0;
}
.author .page-content {
  margin-top: 30px;
  margin-bottom: 40px;
}
.author .author-hero {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  background: linear-gradient(135deg, #fff6ef 0%, #ffffff 100%);
  border: 1px solid rgba(224, 107, 35, 0.18);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.author .author-hero__avatar {
  flex: 0 0 140px;
  max-width: 140px;
}
.author .author-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 10px 24px rgba(224, 107, 35, 0.18);
}
.author .author-hero__content {
  flex: 1 1 auto;
}
.author .author-hero__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.author .author-hero .title-page {
  margin-bottom: 12px;
  font-size: 36px;
  color: #1f1f1f;
}
.author .author-hero__description {
  margin-bottom: 16px;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}
.author .author-hero__description p:last-child {
  margin-bottom: 0;
}
.author .author-hero__description--empty {
  margin-bottom: 16px;
  font-style: italic;
}
.author .author-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.author .author-hero__meta span,
.author .author-hero__meta a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 99px;
  background: #fff;
  border: 1px solid rgba(224, 107, 35, 0.18);
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.author .author-hero__meta a:hover {
  color: #fff;
  background: #E06B23;
  border-color: #E06B23;
}
.author .author-posts-heading {
  margin-bottom: 20px;
}
.author .author-posts-heading h2 {
  margin: 0;
  font-size: 28px;
  color: #1f1f1f;
}
.author .list-post .item-post .img-blog img {
  border-radius: 10px;
}
.author .list-post .item-post .post-text {
  padding: 10px 0 0;
}
.author .list-post .item-post .post-text h3 {
  height: 50px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.author .list-post .item-post .post-text .excerpt {
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 25px;
}

#reviews.woocommerce-Reviews {
  padding: 15px;
}
#reviews.woocommerce-Reviews ol.commentlist {
  padding-left: 0;
}
#reviews.woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
#reviews.woocommerce-Reviews .woocommerce-noreviews {
  color: #888;
  font-style: italic;
  margin-bottom: 20px;
}
#reviews.woocommerce-Reviews #review_form_wrapper {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  max-width: 700px;
  margin: 30px auto;
}
#reviews.woocommerce-Reviews #respond .comment-reply-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}
#reviews.woocommerce-Reviews form.comment-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#reviews.woocommerce-Reviews form.comment-form label {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
#reviews.woocommerce-Reviews form.comment-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px;
  resize: vertical;
  transition: all 0.2s;
}
#reviews.woocommerce-Reviews form.comment-form textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
#reviews.woocommerce-Reviews form.comment-form .form-submit {
  margin-top: 10px;
}
#reviews.woocommerce-Reviews form.comment-form .form-submit .submit {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 500;
  transition: all 0.25s;
}
#reviews.woocommerce-Reviews form.comment-form .form-submit .submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#reviews.woocommerce-Reviews .comment-form-rating {
  display: flex;
  flex-direction: column;
}
#reviews.woocommerce-Reviews .comment-form-rating .stars {
  display: flex;
  gap: 8px;
}
#reviews.woocommerce-Reviews .comment-form-rating .stars a {
  font-size: 24px;
  color: #ddd;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
}
#reviews.woocommerce-Reviews .comment-form-rating .stars a:before {
  content: "★";
}
#reviews.woocommerce-Reviews .comment-form-rating .stars a:hover, #reviews.woocommerce-Reviews .comment-form-rating .stars a.active {
  color: #ffc107;
  transform: scale(1.15);
}
#reviews.woocommerce-Reviews .clear {
  display: none;
}

.post-type-archive-product .row.top-description,
.archive.tax-product_cat .row.top-description,
.search.search-results .row.top-description {
  margin-top: 20px;
}
.post-type-archive-product .result-pro.flex-wrap,
.archive.tax-product_cat .result-pro.flex-wrap,
.search.search-results .result-pro.flex-wrap {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 20px;
}
.post-type-archive-product .result-pro.flex-wrap > *,
.archive.tax-product_cat .result-pro.flex-wrap > *,
.search.search-results .result-pro.flex-wrap > * {
  margin: 0;
}
.post-type-archive-product .custom-ordering,
.archive.tax-product_cat .custom-ordering,
.search.search-results .custom-ordering {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.post-type-archive-product .custom-ordering button,
.archive.tax-product_cat .custom-ordering button,
.search.search-results .custom-ordering button {
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #cdcdcd;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.post-type-archive-product .custom-ordering button:hover,
.archive.tax-product_cat .custom-ordering button:hover,
.search.search-results .custom-ordering button:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.post-type-archive-product .custom-ordering button.active,
.archive.tax-product_cat .custom-ordering button.active,
.search.search-results .custom-ordering button.active {
  background: #f4f4f4;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.post-type-archive-product h1.title-page,
.archive.tax-product_cat h1.title-page,
.search.search-results h1.title-page {
  color: #E06B23;
  margin: 10px 0;
}
.post-type-archive-product .db-pagination ul,
.archive.tax-product_cat .db-pagination ul,
.search.search-results .db-pagination ul {
  list-style: none;
}

@keyframes cart-pop-out {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-2px) scale(1.02);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
    filter: blur(2px);
  }
}
@keyframes cart-pop {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
    filter: blur(2px);
  }
  60% {
    opacity: 1;
    transform: translateY(-2px) scale(1.02);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.item-post {
  overflow: hidden;
  border-radius: 10px;
}
.item-post .c-img {
  padding-top: 56%;
}

section.home-banner .home-banner-slider {
  transition: opacity 0.3s ease;
}
section.home-banner .home-banner-slider:not(.flickity-enabled) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
section.home-banner .home-banner-slider .banner-img.c-img {
  width: 100%;
  flex-shrink: 0;
  padding-top: 31% !important;
}
section.home-banner .flickity-prev-next-button {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
section.home-banner .flickity-prev-next-button:hover {
  background: rgb(255, 255, 255);
}
section.home-banner .flickity-prev-next-button .flickity-button-icon {
  color: #E06B23;
  fill: #E06B23;
}
section.home-banner .flickity-page-dots {
  bottom: 18px;
}
section.home-banner .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
@media (max-width: 767px) {
  section.home-banner .flickity-prev-next-button {
    display: none;
  }
}

section.home-cate {
  padding: 30px 0;
  overflow: hidden;
}
section.home-cate .list-cat {
  margin-left: -10px;
  margin-right: -10px;
  transition: opacity 0.4s ease;
}
section.home-cate .list-cat:not(.flickity-enabled) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media (max-width: 991px) {
  section.home-cate .list-cat:not(.flickity-enabled) .cat-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  section.home-cate .list-cat:not(.flickity-enabled) .cat-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
section.home-cate .list-cat.flickity-enabled {
  display: block;
  opacity: 1;
}
section.home-cate .list-cat.flickity-enabled .cat-item {
  width: 25%;
}
section.home-cate .list-cat.flickity-enabled .cat-item img {
  border-radius: 10px;
}
@media (min-width: 1240px) {
  section.home-cate .list-cat.flickity-enabled .flickity-viewport {
    min-height: 280px;
  }
}
@media (max-width: 991px) {
  section.home-cate .list-cat.flickity-enabled .cat-item {
    width: 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  section.home-cate .list-cat.flickity-enabled .cat-item {
    width: 50%;
    max-width: 50%;
  }
}
section.home-cate .list-cat .cat-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0 !important;
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
  flex-shrink: 0;
}
section.home-cate .list-cat .cat-item h3.title-cate {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
  text-align: center;
  padding: 12px 6px;
  margin: 0;
}

section.home-sale {
  background-size: cover;
  background-position: top;
  padding: 110px 0 30px 0;
}
section.home-sale .text-right {
  text-align: right;
}
section.home-sale .section-title,
section.home-sale .section-subtitle {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 4px 4px rgb(255, 0, 0);
}
section.home-sale .sale-list {
  overflow: hidden;
  padding: 15px 20px;
  padding-bottom: 25px;
}
section.home-sale .sale-list-slider {
  border-radius: 20px;
  transition: opacity 0.3s ease;
  box-shadow: rgb(255, 0, 0) 0px 0px 12px 1px;
  border: 2px solid rgb(255, 255, 255);
}
section.home-sale .sale-list-slider:not(.flickity-enabled) {
  display: flex;
  flex-wrap: nowrap;
}
section.home-sale .sale-list-slider.flickity-enabled {
  display: block;
  padding: 12px 2px;
}
section.home-sale .sale-list-slider .flickity-page-dots {
  bottom: -25px;
}
section.home-sale .sale-list-slider .sale-item {
  padding: 0 10px;
}

img.banner-section {
  margin-top: 30px;
  border-radius: 20px;
}

section.home-product {
  padding: 30px 0;
}
section.home-product .title-box {
  margin-bottom: 20px;
}
section.home-product .title-box a.link {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
  margin-left: 8px;
  background: #FFF;
  padding: 8px 10px;
  border-radius: 99px;
}
section.home-product .title-box a.link i {
  font-size: 16px;
  color: var(--secondary-color);
  height: 15px;
  width: 12px;
}
section.home-product .section-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

.product-list {
  position: relative;
  min-height: 60px;
}
.product-list.is-loading::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  width: 32px;
  height: 32px;
  border: 3px solid #E06B23;
  border-top-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  animation: spin 0.8s linear infinite;
}
.product-list.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.product-list.is-loading {
  pointer-events: none;
}

.load-more-wrap {
  margin-top: 20px;
  text-align: center;
}
.load-more-wrap.is-hidden {
  display: none;
}

.btn-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
  background: white;
  border: 1px solid var(--secondary-color);
  border-radius: 99px;
}

.description-cat {
  margin-top: 20px;
  text-align: justify;
}
.description-cat img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.description-cat p {
  margin-bottom: var(--space-sm);
}
.description-cat h2 {
  margin-top: var(--space-md);
  margin-bottom: var(--space-sm);
}
.description-cat h3 {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}
.description-cat ul {
  margin-bottom: 0;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
section.home-news {
  padding: 30px 0;
}
section.home-news .banner {
  border-radius: 10px;
}
section.home-news .section-title {
  font-size: 26px;
  font-weight: 600;
  color: #E06B23;
  text-align: left;
  margin-bottom: 10px;
}
section.home-news .news-list {
  transition: opacity 0.4s ease;
}
section.home-news .news-list .col-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.home-news .news-list .col-left .post-text {
  color: #333;
  padding: 15px;
  background-color: #fff;
}
section.home-news .news-list .col-left .post-text .excerpt {
  font-size: 16px;
}
section.home-news .news-list .col-left .post-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
section.home-news .news-list .col-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.home-news .news-list .col-right .post-text {
  color: #333;
  padding: 10px;
  background-color: #fff;
}
section.home-news .news-list .col-right .post-text h3 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 49px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
section.home-news .news-list .col-right .post-text .excerpt {
  font-size: 16px;
}

section.home-iconbox .col {
  padding-bottom: 0;
}
section.home-iconbox .item-iconbox {
  border: 2px solid #E06B23;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
}
section.home-iconbox .item-iconbox .icon img {
  width: 50px;
  height: 50px;
}
section.home-iconbox .item-iconbox h3.title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

section.home-partner {
  padding: 30px 0;
}
section.home-partner h2.section-title {
  border-bottom: 1px solid #E91E63;
  margin-bottom: 10px;
  padding: 10px 0;
}
section.home-partner .col-12.bg-partner {
  background: #FFF2EA;
  padding: 10px;
  border-radius: 10px;
}
section.home-partner .row.list-partner {
  padding-bottom: 0px;
  transition: opacity 0.3s ease;
}
section.home-partner .row.list-partner:not(.flickity-enabled) {
  display: flex;
  flex-wrap: nowrap;
}
section.home-partner .row.list-partner.flickity-enabled {
  display: block;
  padding: 12px 2px;
}
section.home-partner .row.list-partner .flickity-page-dots {
  bottom: -10px;
}
section.home-partner .row.list-partner .col-item {
  padding: 10px;
}
section.home-partner .row.list-partner .col-item .item-partner {
  background-color: #fff;
  padding: 10px;
}
section.home-partner .row.list-partner .col-item .item-partner .c-img {
  padding-top: 50%;
}
section.home-partner .row.list-partner .col-item .item-partner img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}

section.home-form {
  padding: 30px 0;
  background-size: cover;
}
section.home-form h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 18px;
  color: #fff;
  text-shadow: 2px 0 #e76a10, -2px 0 #e76a10, 0 2px #e76a10, 0 -2px #e76a10, 1px 1px #e76a10, -1px -1px #e76a10, 1px -1px #e76a10, -1px 1px #e76a10;
  font-weight: 700;
  text-transform: uppercase;
}
section.home-form .form-contact {
  background-color: rgba(255, 255, 255, 0.5019607843);
  padding: 20px;
  border-radius: 10px;
}
section.home-form .form-contact form {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
section.home-form .form-contact form label {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
section.home-form .form-contact form .wpcf7-spinner {
  display: none !important;
}
section.home-form .form-contact form input,
section.home-form .form-contact form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: unset;
}
section.home-form .form-contact form input:focus,
section.home-form .form-contact form textarea:focus {
  outline-color: var(--primary-color);
}
section.home-form .form-contact form input.wpcf7-form-control.wpcf7-submit {
  width: 200px !important;
  background: var(--secondary-color);
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
section.home-form .form-contact form textarea {
  resize: vertical;
}
section.home-form .form-contact .submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  color: #fff;
  background-color: var(--primary-color);
  border: none;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 600;
}
section.home-form .form-contact .submit-btn i {
  font-size: 18px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #E06B23;
}
.entry-content ul {
  margin-bottom: 10px;
}

section.single-post h1.title-page {
  font-size: 34px;
  line-height: normal;
  margin-bottom: 15px;
}
section.single-post {
  /* Box liên hệ */
}
section.single-post .contact-box {
  background: #f9f9ff;
  /* nền nhạt */
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 25px;
  margin-top: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding-bottom: 0;
}
section.single-post {
  /* Tiêu đề */
}
section.single-post .contact-box h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
  border-left: 5px solid #E06B23;
  padding-left: 10px;
}
section.single-post {
  /* List liên hệ */
}
section.single-post .contact-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
section.single-post .contact-box ul li {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
}
section.single-post {
  /* Icon giả bằng before */
}
section.single-post .contact-box ul li:before {
  content: "🏢";
  /* VP HCM */
  margin-right: 8px;
  font-size: 16px;
}
section.single-post .contact-box ul li:nth-child(2):before {
  content: "📞";
}
section.single-post .contact-box ul li:nth-child(3):before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 100 100' viewBox='0 0 100 100'%3E%3Cg id='Layer_1'/%3E%3Cg id='Layer_2'%3E%3Cg%3E%3Cpath d='m50 2.5c-58.892 1.725-64.898 84.363-7.46 95h7.46 7.46c57.451-10.647 51.419-93.281-7.46-95z' fill='%231877f2'/%3E%3Cpath d='m57.46 64.104h11.125l2.117-13.814h-13.242v-8.965c0-3.779 1.85-7.463 7.781-7.463h6.021v-11.761c-12.894-2.323-28.385-1.616-28.722 17.66v10.529h-12.123v13.814h12.123v33.396h7.46 7.46z' fill='%23f1f1f1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 28px;
  speak: none !important;
  display: inline-block;
  font-display: block;
  font-family: fl-icons !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  line-height: 1.2;
  margin: 0;
  padding-right: 5px;
  position: relative;
  top: 3px;
  text-transform: none !important;
}
section.single-post .meta-share {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
}
section.single-post .meta-share .meta-post .name {
  font-weight: 600;
  color: #1B3222;
  font-size: 14px;
}
section.single-post .meta-share .meta-post .day {
  font-size: 14px;
  color: #888;
}
section.single-post .meta-share .share-gr {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.single-post .meta-share {
  /* ===== HOVER MÀU BRAND ===== */
}
section.single-post .meta-share .share-gr li:nth-child(1) a:hover {
  background: #1877f2;
}
section.single-post .meta-share .share-gr li:nth-child(2) a:hover {
  background: #1da1f2;
}
section.single-post .meta-share .share-gr li:nth-child(3) a:hover {
  background: #06c755;
}
section.single-post .meta-share .share-gr li:nth-child(4) a:hover {
  background: #25d366;
}
section.single-post .meta-share .share-gr li a:hover::before {
  color: #fff;
  transform: scale(1.1);
}
section.single-post .meta-share {
  /* ===== HOVER EFFECT NHẸ ===== */
}
section.single-post .meta-share .share-gr li a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
section.single-post .content-box .col-12 .col-inner {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  padding: 10px;
  border-radius: 15px;
}
section.single-post .content-box .kk-star-ratings .kksr-legend,
section.single-post .content-box span.kksr-muted {
  opacity: 1;
  font-size: 14px !important;
}
section.single-post .content-box div#ez-toc-container {
  width: 100%;
}
section.single-post ul.list-post {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
section.single-post ul.list-post li {
  border-bottom: 1px dashed #e5e5e5;
  padding: 10px 0;
}
section.single-post ul.list-post li:last-child {
  margin-bottom: 0;
}
section.single-post ul.list-post li .item-post {
  gap: 10px;
}
section.single-post ul.list-post li .item-post .c-img {
  padding-top: 25%;
  max-width: 65px;
}
section.single-post ul.list-post li .item-post .c-img img {
  border-radius: 99px;
}
section.single-post ul.list-post li .item-post .title-post {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
section.single-post .widget > ul > li + li,
section.single-post ul.menu > li + li {
  border-top: 1px solid #ececec;
}
section.single-post aside {
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  margin-bottom: 5px;
}
section.single-post .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  background: #E06B23;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}
section.single-post .sidebar .col-inner {
  position: sticky;
  top: 150px;
}
section.single-post .post-relate h2.post-related-title {
  margin-top: 10px;
}
section.single-post .post-relate .item-post .img-blog img {
  border-radius: 10px;
}
section.single-post .post-relate .item-post .post-text {
  padding: 10px 0;
  padding-bottom: 0;
}
section.single-post .post-relate .item-post .post-text .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
section.single-post .post-relate .item-post .post-text h3 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  font-weight: 600;
}

form {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
form label {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
form .wpcf7-spinner {
  display: none !important;
}
form input,
form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: unset;
}
form input:focus,
form textarea:focus {
  outline-color: var(--primary-color);
}
form input.wpcf7-form-control.wpcf7-submit {
  background: var(--secondary-color);
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  max-width: -moz-min-content;
  max-width: min-content;
  padding: 10px 25px;
}
form textarea {
  resize: vertical;
}

.thp_readmore_flatsome {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.thp_readmore_flatsome::after {
  height: 35px;
  margin-top: -35px;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  display: block;
}
.thp_readmore_flatsome a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 40px;
  padding: 8px 18px;
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 600;
  background: #fff;
}
.thp_readmore_flatsome a:after {
  content: "";
  width: 0;
  right: 0;
  border-top: 6px solid var(--secondary-color);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 0 5px;
}

.thp_readmore_flatsome_less a:after {
  border-top: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--secondary-color);
}

.page-template-default section.page-content {
  padding: 30px 0;
}

section.contact-page form.wpcf7-form.init {
  align-items: inherit;
}
section.contact-page h2 {
  color: #E06B23;
  font-weight: 600;
}
section.contact-page .box-text-contact {
  margin-bottom: 30px;
}

.about-page h2 {
  font-weight: 700;
}
.about-page section.bread-crumb.page {
  padding: 122px 0;
}
.about-page nav.rank-math-breadcrumb {
  color: #fff;
}
.about-page .sec-about {
  padding: 30px 0;
}
.about-page .sec-about .pad-30 {
  padding: 30px 100px;
}
.about-page .sec-uu-the {
  padding-bottom: 30px;
}
.about-page .sec-uu-the .col-inner {
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.about-page .sec-uu-the .col-inner:hover {
  background-color: #E06B23;
  border: 1px solid #E06B23;
  color: #fff;
}
.about-page .sec-uu-the .col-inner .item-iconbox h3 {
  font-size: 24px;
  margin: 0;
}
.about-page .sec-uu-the .col-inner .item-iconbox img {
  width: 70px;
  height: 70px;
  background: #fff4e4;
  border-radius: 10px;
  padding: 10px;
}
.about-page .sec-capacity {
  padding: 30px 0;
}
.about-page .sec-capacity .bg-capacity {
  margin-top: -200px;
  z-index: -1;
}
.about-page .sec-capacity .bg-capacity .col-inner {
  background-color: #fff6e9 !important;
  border-radius: 20px;
  padding: 20px;
  padding-top: 220px;
}
.about-page .sec-capacity .bg-capacity .col-inner ul {
  margin-bottom: 0;
}
.about-page .sec-capacity img {
  width: 100%;
  border-radius: 10px;
  margin: 0 auto;
}
.about-page .home-partner {
  padding-top: 0 !important;
}
.about-page .home-partner .col-item .item-partner img {
  border: 1px solid #fff8f8;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.about-page .sec-review {
  padding: 30px 0;
  transition: opacity 0.3s ease;
}
.about-page .sec-review .list-review {
  overflow: hidden;
}
.about-page .sec-review .list-review:not(.flickity-enabled) {
  display: flex;
  flex-wrap: nowrap;
}
.about-page .sec-review .list-review.flickity-enabled {
  display: block;
  padding: 12px 2px;
}
.about-page .sec-review .list-review .flickity-page-dots {
  bottom: 0;
}
.about-page .sec-review .item-review {
  background: #fff;
  border-radius: 15px;
  padding: 0 20px 20px 20px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  margin-bottom: 0px;
  position: relative;
}
.about-page .sec-review .item-review .img {
  position: relative;
  display: block;
  padding-top: 33%;
}
.about-page .sec-review .item-review .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.about-page .sec-review .item-review .content {
  background: #594f4a;
  position: absolute;
  right: 15px;
  top: 75px;
  bottom: 90px;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
}
.about-page .sec-review .item-review .content h3 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-page .sec-review .item-review .content img {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  margin-bottom: 15px;
  border: 2px solid var(--primary-color);
}
.about-page .sec-review .item-review .content p {
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

.featured-customers-page section.home-partner {
  background: #fffaf6;
}
@media screen and (min-width: 992px) {
  .featured-customers-page section.home-partner .list-partner .col-lg-2 {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
}
.featured-customers-page section.bread-crumb.page {
  padding: 125px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.featured-customers-page .featured-customers-content {
  padding: 30px 0 10px;
}
.featured-customers-page .featured-customers-content .content-box {
  padding: 24px;
  background: #fff;
  border: 1px solid #eee7de;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.featured-customers-page .featured-customers-gallery {
  padding: 20px 0 40px;
}
.featured-customers-page .featured-customers-gallery .section-heading {
  margin-bottom: 20px;
}
.featured-customers-page .featured-customers-gallery .section-title {
  margin-bottom: 0;
  font-weight: 700;
}
.featured-customers-page .gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
}
.featured-customers-page a.gallery-item {
  display: block;
  overflow: hidden;
  padding: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.featured-customers-page a.gallery-item .c-img {
  padding-top: 100%;
}
.featured-customers-page a.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-customers-page a.gallery-item:hover {
  transform: translateY(-1px);
}

.footer {
  border-top: 1px solid var(--secondary-color);
  background-color: #fff;
  padding: 30px 0;
  padding-bottom: 0;
  font-size: 14px;
}
.footer .copyright {
  background-color: #F6F6F6;
  padding: 10px;
}
.footer p {
  margin: 0;
  color: #333;
  text-align: justify;
}
.footer .logo {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}
.footer .follow-us {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.footer span.title-ft {
  font-size: 20px;
  text-transform: uppercase;
  font-family: LexendDeca, sans-serif;
  font-weight: 600;
}
.footer ul.menu {
  margin-top: 20px;
  list-style: none;
  padding-left: 15px;
}
.footer ul.menu li {
  position: relative;
  margin-bottom: 10px;
}
.footer ul.menu li:before {
  content: "🢒";
  font-size: 20px;
  display: block;
  position: absolute;
  left: -10px;
  top: -6px;
}

.db-pagination ul {
  list-style: none;
}
.db-pagination ul li a {
  float: left;
  margin: 0 2.5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
  text-align: center;
  font-size: 16px;
  padding: 0;
  line-height: 34px;
  color: #282828;
  text-decoration: none;
}
.db-pagination ul li a svg {
  width: 14px;
}
.db-pagination ul li a:hover {
  background: #fff;
  color: var(--primary-color);
  box-shadow: #E06B23 0px 0px 3px 0px;
}
.db-pagination ul li a:hover svg path {
  stroke: #E06B23;
}

.search.search-results .search-page-form {
  margin: 0 0 24px;
}
.search.search-results .search-page-form__inner {
  display: flex;
  gap: 12px;
  padding: 16px;
  border: 1px solid #cdcdcd;
  border-radius: 16px;
  background: #fff;
}
.search.search-results .search-page-form input.form-control {
  min-height: 48px;
  border: 1px solid #cdcdcd;
  border-radius: 12px;
  box-shadow: none;
  font-size: 16px;
}
.search.search-results .search-page-form .btn-search {
  min-width: 140px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  background: #E06B23;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.search.search-results .db-no_post_found {
  margin: 0;
  padding: 32px 24px;
  border: 1px solid #cdcdcd;
  border-radius: 16px;
  background: #fff;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.search.search-results .db-no_post_found p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .search.search-results .search-page-form__inner {
    flex-direction: column;
  }
  .search.search-results .search-page-form .btn-search {
    width: 100%;
  }
}
.woocommerce-checkout h1.title-page.text-center {
  margin-top: 15px;
}

@media screen and (max-width: 1240px) {
  .single-product .shop-container.page-product .product-summary .title-product {
    font-size: 28px;
  }
  section.home-cate .list-cat .cat-item h3.title-cate {
    font-size: 16px;
  }
  .product-item .product-content .product-title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .product-item .product-content .product-price {
    font-size: 13px;
    margin-right: 24px;
  }
  section.single-post h1.title-page {
    font-size: 28px;
  }
  .kksr-icon {
    width: 18px !important;
    height: 18px !important;
  }
  .kksr-legend {
    display: none;
  }
  section.single-post .content-box .col-12 .col-inner {
    padding: 5px;
  }
  section.single-post .widget-title {
    font-size: 20px;
  }
  section.single-post ul.list-post li .item-post .c-img {
    padding-top: 60px;
    max-width: 60px;
  }
  section.single-post .meta-share {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .featured-customers-page .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
  .author .author-hero {
    padding: 24px 20px;
    gap: 20px;
  }
  .author .author-hero .title-page {
    font-size: 30px;
  }
  /*--------------HEADER----------------*/
  body {
    padding-bottom: 62px;
  }
  .container {
    max-width: 100%;
  }
  .header {
    background-color: #E06B23;
    padding: 7px 15px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 12px;
  }
  .header > .header-main {
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
  }
  .header > .header-bottom {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .header .header-main {
    flex-wrap: wrap;
    gap: 10px;
    display: flex;
    background: #fff;
    border-radius: 5px;
    width: 100%;
  }
  .header .header-main .midder-header-main {
    flex: 1 1 45%;
    max-width: none;
    min-width: 0;
  }
  .header .header-main .midder-header-main input {
    border-radius: 5px !important;
    height: 40px !important;
  }
  .header .header-main .header-main-wrap {
    padding: 5px 0;
  }
  .header .header-main .header-main-wrap > .logo {
    flex: 0 0 100px;
    max-width: 100px;
  }
  .header .header-main .header-main-wrap > .logo img {
    width: 100px;
  }
  .header .right-header-main {
    display: none;
  }
  .header .header-bottom {
    background-color: unset;
  }
  .header .header-bottom .container {
    height: 100%;
    padding: 0;
  }
  .header .header-bottom .header-bottom-nav {
    height: 100%;
    min-height: 0;
    padding: 0;
  }
  .header .header-bottom .header-bottom-nav > * {
    display: none !important;
  }
  .header .header-bottom .header-cart {
    border-radius: 5px;
    margin-left: 0;
    height: 100%;
  }
  .header .header-bottom .header-cart .header-cart-link {
    min-height: 50px;
    height: 100%;
  }
  .header .header-bottom .navbar-collapse {
    display: block !important;
  }
  .header .header-bottom .navbar-collapse .header-nav-wrap {
    display: none;
  }
  /*--------------menu----------------*/
  .fix-mn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: block;
    background: #E06B23;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 -10px 24px rgba(0, 0, 0, 0.18);
  }
  .fix-mn .fix-mn-wr {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .fix-mn .fix-mn-item {
    min-width: 0;
    position: relative;
  }
  .fix-mn .fix-mn-item .header-cart-count {
    border-radius: 99px;
    background: red;
    width: 16px;
    height: 16px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: calc(50% - 16px);
    top: 5px;
    color: #fff;
  }
  .fix-mn .fix-mn-item .fix-mn-link {
    width: 100%;
    min-height: 62px;
    padding: 6px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
  }
  .fix-mn .fix-mn-item .fix-mn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  .fix-mn .fix-mn-item .fix-mn-icon svg {
    width: 24px;
    height: 24px;
  }
  .fix-mn .fix-mn-item .fix-mn-text {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
  }
  .fix-mn .fix-mn-item .fix-mn-link:hover,
  .fix-mn .fix-mn-item .fix-mn-link:focus-visible {
    color: #fdea8a;
  }
  .mobile-cate-sheet {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 99999;
    pointer-events: none;
  }
  .mobile-cate-sheet.current {
    pointer-events: auto;
  }
  .mobile-cate-sheet.current .mobile-cate-sheet__dialog {
    transform: translateY(0);
  }
  .mobile-cate-sheet .mobile-cate-sheet__dialog {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    bottom: 62px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -14px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: translateY(calc(100% + 80px));
    transition: transform 0.3s ease;
  }
  .mobile-cate-sheet .mobile-cate-sheet__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    background: #BD5414;
    color: #fff;
  }
  .mobile-cate-sheet .mobile-cate-sheet__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }
  .mobile-cate-sheet .mobile-cate-sheet__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    color: inherit;
    background: rgba(255, 255, 255, 0.14);
    border: 0;
    border-radius: 99px;
  }
  .mobile-cate-sheet .mobile-cate-sheet__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 0;
    background: #f8f3eb;
  }
  .mobile-cate-sheet .mobile-cate-sheet__body ul {
    list-style: none;
  }
  .mobile-cate-sheet .mobile-cate-list {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff7ef;
  }
  .mobile-cate-sheet .mobile-cate-list li {
    position: relative;
  }
  .mobile-cate-sheet .mobile-cate-list a {
    display: block;
    color: #333;
    line-height: 1.4;
  }
  .mobile-cate-sheet .mobile-cate-list .menu-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
  }
  .mobile-cate-sheet .mobile-cate-list .menu-item-icon-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mobile-cate-sheet .mobile-cate-list > li {
    background: #fff;
    border-bottom: 1px solid rgba(189, 84, 20, 0.12);
  }
  .mobile-cate-sheet .mobile-cate-list > li:first-child > a, .mobile-cate-sheet .mobile-cate-list > li:last-child > a {
    border-radius: 0;
  }
  .mobile-cate-sheet .mobile-cate-list > li > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 52px 14px 16px;
    font-size: 15px;
    font-weight: 600;
  }
  .mobile-cate-sheet .mobile-cate-list > li.menu-item-has-children > a::after {
    display: none;
  }
  .mobile-cate-sheet .mobile-cate-list > li > .sub-menu {
    display: none;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 10px 12px 14px;
    -moz-column-count: 1;
         column-count: 1;
    border: 0;
    border-top: 1px solid rgba(189, 84, 20, 0.12);
    border-radius: 0;
    box-shadow: none;
    background: #fff7ef;
  }
  .mobile-cate-sheet .mobile-cate-list > li > .sub-menu > li {
    margin-bottom: 10px;
    padding: 12px;
    background: #fff;
    border: 1px solid rgba(224, 107, 35, 0.14);
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  }
  .mobile-cate-sheet .mobile-cate-list > li > .sub-menu > li:last-child {
    margin-bottom: 0;
  }
  .mobile-cate-sheet .mobile-cate-list > li > .sub-menu > li > a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 700;
  }
  .mobile-cate-sheet .mobile-cate-list > li > .sub-menu > li > .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-cate-sheet .mobile-cate-list > li > .sub-menu > li > .sub-menu > li {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .mobile-cate-sheet .mobile-cate-list > li > .sub-menu > li > .sub-menu > li + li {
    border-top: 1px dashed rgba(0, 0, 0, 0.08);
  }
  .mobile-cate-sheet .mobile-cate-list > li > .sub-menu > li > .sub-menu > li > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
  }
  .mobile-cate-sheet .mobile-cate-list > li > .li-plus {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 99px;
    background: rgba(224, 107, 35, 0.1);
  }
  .mobile-cate-sheet .mobile-cate-list > li > .li-plus::before, .mobile-cate-sheet .mobile-cate-list > li > .li-plus::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 9px;
    width: 14px;
    height: 2px;
    background: #8f98a3;
    transition: transform 0.2s ease;
  }
  .mobile-cate-sheet .mobile-cate-list > li > .li-plus::after {
    transform: rotate(90deg);
  }
  .mobile-cate-sheet .mobile-cate-list > li > .li-plus.clicked::after {
    transform: rotate(0deg);
  }
  /*--------------home----------------*/
  section.home-news .section-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  section.product-iconbox {
    border-bottom: unset;
  }
  section.product-iconbox .col {
    border-bottom: 1px solid #e5e5e5;
  }
  section.product-iconbox .col:nth-child(2) {
    border-right: unset;
  }
  .home-iconbox .col-lg-3.col-12 {
    margin-bottom: 20px;
  }
  section.home-sale {
    padding-top: 180px;
  }
  section.home-sale h3.section-subtitle,
  section.home-sale .section-title {
    margin: 0;
    font-size: 26px;
    text-align: center;
  }
  section.home-banner .flickity-page-dots {
    bottom: 5px;
  }
  .single-product .shop-container.page-product .product-sticky {
    position: relative;
    top: 10px;
  }
  .row.mt-4.mb-5 {
    margin-bottom: 0;
  }
  .col-12.col-lg-4.col-sm-4.banner-km-col.banner-km-middle {
    order: 3;
  }
  .col-6.col-lg-4.col-sm-4.banner-km-col.col-sm-top {
    order: 1;
  }
  .banner-km .banner-km-middle .row {
    gap: 0;
  }
  .single-product .shop-container.page-product .product-des img {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    width: auto;
  }
  .single-product .shop-container.page-product .product-summary .title-product {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .featured-customers-page .featured-customers-content {
    padding-top: 20px;
  }
  .featured-customers-page .featured-customers-content .content-box {
    padding: 16px;
    border-radius: 14px;
  }
  .featured-customers-page .featured-customers-gallery {
    padding-top: 10px;
  }
  .featured-customers-page .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .author .author-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 16px;
  }
  .author .author-hero__avatar,
  .author .author-avatar {
    width: 110px;
    height: 110px;
    max-width: 110px;
  }
  .author .author-hero .title-page {
    font-size: 24px;
  }
  .author .author-posts-heading h2 {
    font-size: 22px;
  }
  .about-page .sec-review .item-review .img {
    padding-top: 50%;
  }
  .content {
    position: unset !important;
  }
  .container {
    padding: 0 5px;
  }
  section.product-iconbox {
    display: none;
  }
  section.home-product {
    padding-bottom: 0;
  }
  section.home-product .section-title {
    font-size: 20px;
  }
  section.home-product .title-box {
    flex-direction: column;
    gap: 10px;
  }
  .banner-km .banner-km-middle .row {
    gap: 0px;
  }
  .banner-km .banner-km-col {
    margin-top: 0px;
  }
  .post-type-archive-product .result-pro.flex-wrap,
  .archive.tax-product_cat .result-pro.flex-wrap,
  .search.search-results .result-pro.flex-wrap {
    justify-content: left;
    display: flex;
    gap: 10px;
    padding: 10px 0px;
  }
  section.home-news h2.section-title {
    text-align: center;
  }
  section.home-sale .sale-list .sale-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  section.home-cate .flickity-page-dots {
    bottom: -5px;
  }
  section.home-cate .list-cat .cat-item h3.title-cate {
    font-size: 16px;
  }
  section.home-news img {
    margin: 0 auto;
  }
  section.home-form {
    background-size: cover;
    background-position: left;
  }
  .header .header-main .midder-header-main {
    flex: 1 1 60%;
    max-width: none;
  }
  .header .header-main .header-main-wrap > .logo {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .header .header-main .header-main-wrap > .logo img {
    width: 80px;
  }
  .header .header-bottom .header-cart span.me-1 {
    display: none;
  }
  .fix-mn .fix-mn-wr {
    padding-left: 4px;
    padding-right: 4px;
  }
  .fix-mn .fix-mn-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  .single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-nav.flickity-enabled .products_detail-image-thumb {
    width: 25%;
    max-width: 25%;
  }
  .single-product .shop-container.page-product .products_detail-image .products_detail-image-slide-nav.flickity-enabled .flickity-viewport {
    min-height: 50px;
    overflow: unset;
  }
}/*# sourceMappingURL=style.css.map */