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

@import url('/wp-content/themes/sgtech-child/public/fonts/rv-harmonia/font.css');

:root {
  --color-primary: #bb9d7b;
  --color-secondary: #000;
  --color-red: #fb0d2b;
  --color-border-1: #3c3c3c;
  --color-border-gray: #e5e5e5;
  --bg-2nd: #f5f5f5;
  --bg: #ffffff;
  --bg-dark: #000000;
  --bg-dark-2nd: #22201e;
  --color-text-basic: #666;
  --color-text-title: #181818;

  --border-radius: 20px;


  --price-color: var(--color-text-title);
  --price-sale-color: var(--color-red);

  --ff-material: 'material icons';
  --ff-material-outline: 'material icons outlined';
  --ff-material-round: 'material icons round';

  --header-h: 158px;

  --btn-radius: 5px;
  --box-radius: 20px;
  --box-radius-1: 10px;

  --size-l1: 3rem;
  --size-l2: 2.4rem;
  --size-l3: 1.8rem;
  --size-l4: 1.2rem;
}

.dark,
.dark p,
.dark td {
  color: #fff;
}

body {
 font-family: 'RV Harmonia', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  max-width: 100vw;
  overflow: visible !important;
}

body .material-icons,
body .material-icons-outlined,
body .material-icons-round {
  font-size: 1.2em;
  vertical-align: text-top;
}

.text-justify .text-left {
  text-align: justify;
}

.overflow-hidden {
  overflow: hidden;
}

.is-email {
  word-break: break-word;
}

.icon-box-17px .icon-box-img {
  width: 17px !important;
}

/* Ux - Button -- */
#main .button.btn {
  --shadown: unset;
  --shadown-hover: unset;
  --bg: transparent;
  --bg-hover: transparent;
  --color: #fff;
  --color-hover: var(--primary-color);
  --border: 1px solid var(--primary-color);
  --border-hover: 1px solid var(--primary-color);

  box-shadow: var(--shadown) !important;
  background-color: var(--bg) !important;
  color: var(--color) !important;
  border: var(--border) !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 0.925rem;
  font-weight: 700;
  padding: 10px 28px;
  min-height: unset;
  line-height: 1.4;
  transition: 500ms all;
  border-radius: var(--btn-radius);
  display: inline-flex;
  align-items: center;
}

#main .button.btn:hover {
  box-shadow: var(--shadown-hover) !important;
  background-color: var(--bg-hover) !important;
  color: var(--color-hover) !important;
  border: var(--border-hover) !important;
}

#main .button.btn:before,
#main .button.btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 110%;
  left: 48%;
  top: 50%;
  background-color: var(--primary-color);
  transform: translate(0%, -50%) skewX(-30deg);
  z-index: -1;
  transition: 700ms all;
}


#main .button.btn:hover:after {
  transform: translate(100%, -50%) skewX(-30deg);
}

#main .button.btn:before {
  right: 48%;
  left: unset;
}

#main .button.btn:hover:before {
  transform: translate(-100%, -50%) skewX(-30deg);
}

/* btn ---- */
#main .button.btn.is-outline {
  color: var(--color-hover) !important;
}

#main .button.btn.is-outline:hover {
  color: var(--color) !important;
}

#main .button.btn.is-outline:before,
#main .button.btn.is-outline:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 110%;
  left: 48%;
  top: 50%;
  background-color: var(--primary-color);
  transform: translate(100%, -50%) skewX(-30deg);
  z-index: -1;
  transition: 700ms all;
}


#main .button.btn.is-outline:hover:after {
  transform: translate(0%, -50%) skewX(-30deg);
}

#main .button.btn.is-outline:hover:before {
  transform: translate(0%, -50%) skewX(-30deg);
}

#main .button.btn.is-outline:before {
  right: 48%;
  transform: translate(-100%, -50%) skewX(-30deg);
  left: unset;
}



/* Btn ---- */

#main .button.btn-linear {
  --bg: transparent;
  --bg-hover: transparent;
  --color: white;
  --color-hover: white;
  --border: 0;
  --border-hover: 0px;
  border-radius: 100px;
}

#main .button.btn-linear:before {
  content: '';
  width: 110%;
  height: 110%;
  left: 50%;
  right: unset;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(45deg, var(--primary-color), transparent 74%);
  opacity: 0.6;
  transition: 320ms all;
  background-size: 100% 100%;
}

#main .button.btn-linear:hover:before {
  transform: translate(-50%, -50%);
  background-size: 300% 100%;
  opacity: 0.8;
}

#main .button.btn-linear:after {
  display: none;
}



/* Plugin - Contact form 7 */
.wpcf7 .wpcf7-spinner {
  display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-bottom: 10px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 1rem;
}

label .required {
  color: red;
}

/* Ux - Search */
.searchform {
  --input-height: 42px;
}

.searchform .autocomplete-suggestions {
  background: white;
  color: var(--color-text-basic);
  font-size: 0.95rem;
}

.searchform span.amount {
  color: var(--color-text-basic);
  font-size: 1rem;
}

.searchform .autocomplete-suggestion {
  padding: 10px;
}

.searchform .flex-row {
  background-color: var(--bg-secondary);
  border-radius: calc(var(--border-radius) / 2);
}

.searchform .search-field {
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  height: var(--input-height);
  border: 0;
  color: var(--color-text-title);
}

.searchform .search-field:focus,
.searchform .search-field:hover {
  box-shadow: none;
  background: transparent;
}

.searchform .flex-col .submit-button:not(.is-outline) {
  background-color: transparent;
  box-shadow: none;
  font-size: 14px;
  height: var(--input-height);
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: var(--color-text-title);
}

.searchform .flex-col .submit-button:not(.is-outline):hover {
  color: var(--primary-color);
}

/* Header ------------- */
.header {
  --color-menu: 175, 146, 125;
  --color-menu-hover: 209, 148, 104;
}

.header-wrapper.stuck {
  box-shadow: 1px 1px 18px rgb(0 0 0 / 5%);
}

.header-wrapper.stuck .top-divider {
  display: none;
}


#header .header-nav-main>li>a,
#header .header-bottom-nav>li>a {
  color: rgb(var(--color-menu));
}

#header .header-nav-main>li>a:hover,
#header .header-bottom-nav>li>a:hover {
  color: rgb(var(--color-menu-hover));
}

/* Header - main */
#header .head-hotline {
  font-size: 1.075rem;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgb(var(--color-menu), 60%);
  padding: 8px 10px;
  border-radius: var(--btn-radius);
}

header .head-hotline svg {
  width: 20px;
  height: 20px;
  color: inherit;
}

#header .header-nav-main.nav-right>li>a {
  color: white;
}

#header .header-nav-main.nav-right>li>a:hover {
  color: rgb(var(--color-menu-hover));
}





/* Header - Bottom --------  */
.header .header-bottom {
  --color-menu: 255, 255, 255;
  --color-menu-hover: 175, 146, 125;
}

.header-bottom .menu-item a {
  font-size: 14px;
  letter-spacing: 0px;
}


/* Handle width js hidden when overflow  ------*/
/* .header .flex-left > .header-nav-main {
	flex-wrap: nowrap;
	max-width: calc(100% - 20px);
}

.header .header-nav-main > .menu-item > a  {
	width: max-content;
} */

/* Custom nav dropdown ---- */

.nav-dropdown-has-shadow .header .sub-menu {
  box-shadow: 1px 1px 18px rgb(0 0 0 / 10%);
  padding: 10px 12px;
}

#header .sub-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  min-width: 260px;
  background-color: #151515;
  top: calc(100% + 12px);
}

header .nav .nav-dropdown li {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 12px 18px;
  position: relative;
  transition: 300ms all;
}


header .nav .nav-dropdown li>a {
  padding: 0;
  margin: 0;
  border: 0px;
  text-transform: capitalize;
  color: rgb(var(--color-text-title));
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

header .nav-dropdown .nav-dropdown-col:hover>a {
  color: rgb(var(--color-text-title));
}

header .nav-dropdown li:not(.header-search-form):hover {
  background: rgb(0 0 0 / 50%);
}

header .nav .nav-dropdown-col>a:after {
  content: '\e5e1';
  font-family: var(--ff-material-round);
  float: right;
  margin-left: 5px;
  font-size: 1em;
  line-height: 1;
  vertical-align: text-top;
  transform: translateY(2px);
  display: inline-block;
}

header .sub-menu .sub-menu {
  position: absolute;
  left: 80%;
  top: -1px;
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
  border: 1px solid rgb(var(--color-border-1));
}

header .nav-dropdown li:hover>.sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}


/* Custome icon  */
/* header .icon-search {
    display: block;
    width: 25px;
    height: 25px;	
    background-image: url(/wp-content/themes/sgtech-child/assest/icon/ic-search-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;	
}

header .icon-search:hover {
    background-image: url(/wp-content/themes/sgtech-child/assest/icon/ic-search-primary.svg);
}

header .icon-search:before {
	display: none;
} */


.header i.icon-search {
  font-size: 22px !important;
  color: var(--color-menu);
  line-height: 1;
}

.header i.icon-search:hover {
  color: var(--color-menu-hover);
}

.header .header-search svg {
  display: none;
}

.header-cart-icon {
  display: flex;
}

.nav-small .image-icon.header-cart-icon {
  height: unset;
  margin: unset;
  width: unset;
}

.header-cart-icon .cart-img-icon {
  display: none;
}

.header-cart-icon svg {
  width: 26px;
  height: 26px;
}

body [data-icon-label]:after {
  background-color: var(--fs-color-primary);
}

.header-search-dropdown>a>.icon-search {
  display: none;
}

.header-search-dropdown>a svg {
  width: 20px;
  height: 20px;
}

.account-item i {
  display: none;
}

.account-item svg {
  width: 21px;
  height: 21px;
}

.nav-icon .icon-menu {
  display: none;
}

.nav-icon .qodef-m-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 25px;
  height: 25px;
  padding: 0;
}

.nav-icon .qodef-m-line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: rgb(var(--color-menu));
}

/* .nav-dark .qodef-m-line {
  background-color: white;
} */

/* Header - Mobile ------- */
#header .mobile-nav {
  --color-menu: 255, 255, 255;
  /*     --color-menu-hover: 202, 167, 90;	 */
}

#header .header-top .mobile-nav {
  --color-menu: 175, 146, 125;
  --color-menu-hover: 209, 148, 104;
}


.header-top {
  padding: 12px 0;
}

#header .head-hotline {
  padding: 6px 32px;
}

#header .mobile-nav>li>a {
  color: rgb(var(--color-menu));
}

#header .mobile-nav>li>a:hover {
  color: rgb(var(--color-menu-hover));
}


/* Menu - Aside ------------ */
.off-canvas-left .mfp-content {
  background-color: var(--background);
  --background: var(--primary-color);
  --on-background: #2a2a2a;
  --color-border: rgb(255 255 255 / 6%);
  width: 80%;
  max-width: 500px;
}

/* Menu toggle ----- */
/* Menu toggle ----- */
/* .mfp-content .nav-sidebar li+li {
  border-top: 1px solid var(--color-border);
}

.mfp-content .nav-sidebar>li.menu-item.active,
.mfp-content .nav-sidebar>li.menu-item:hover {
  background-color: transparent;
}

.mfp-content .nav-sidebar .children {
  padding-bottom: 20px;
  padding-left: 15px;
}


.mfp-content .nav .menu-item {
  padding: 0 10px;
  margin-bottom: 5px;
}

.off-canvas .mfp-content .nav .menu-item>a {
    color: var(--on-background);
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    transition: 300ms all;
    padding: 10px 15px;
    border-radius: 8px;
}

.off-canvas .mfp-content .nav .menu-item>a:hover {
  background-color: var(--bg-2nd);
}

.off-canvas .mfp-content .nav .menu-item .menu-item>a {
  font-weight: normal;
  font-size: 0.95rem;
  text-transform: capitalize;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 10px 0px;

}

.off-canvas .mfp-content .nav .menu-item .menu-item {
  margin: 0;
  padding: 0;
} */

.mfp-content .nav.nav-sidebar .menu-item:hover {
  background-color: transparent !important;
}

.mfp-content .nav.nav-sidebar .menu-item>a {
  color: var(--on-background) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  transition: 300ms all !important;
  opacity: 1 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.mfp-content .menu-item.active>a {
  font-weight: 700;
}

.mfp-content .children a {
  text-transform: capitalize;
}

.mfp-content .children li {
  padding-left: 0;
}

.mfp-content .toggle {
  color: var(--fs-color-primary);
  opacity: 1;
}

.mfp-content .nav-sidebar li+li {
  border-top: 1px solid var(--color-border) !important;
}

.mfp-content a.glink {
  font-size: 17px;
}

.mfp-content a.glink.gt-current-lang {
  font-weight: normal;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
}

.mfp-content .nav-sidebar>.html.custom:first-child {
  margin-bottom: 12px;
}

.mfp-content .header-logo-link {
  padding-left: 0 !important;
}

.mfp-content .header-logo-link img {
  width: 60%;
  margin: 30px auto 10px;
  height: 50px;
  display: block;
  object-fit: contain;
}

.mfp-content .nav-slide-header {
  margin-bottom: 12px !important;
}

.mfp-content .nav-slide-header button.toggle {
  color: var(--on-background);
  opacity: 1;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
}

/* Canvas - Light box search */
#search-lightbox .searchform .flex-row {
  background-color: transparent;
  border-bottom: 1px solid var(--primary-color);
  color: white;
  padding: 5px 10px;
  border-radius: 0;
}

#search-lightbox .submit-button:not(.is-outline) {
  font-size: 18px;
  color: white;
}

#search-lightbox .search-field {
  height: var(--input-height);
  color: white;
  font-size: 18px;
  padding: 0 10px;
}

#search-lightbox .search-field:placeholder {
  color: white;
}

#search-lightbox .autocomplete-suggestions {
  background: var(--bg-dark-2nd);
  color: white;
  font-size: 0.925rem;
}

#search-lightbox .searchform span.amount {
  color: white;
}

body .mfp-bg.mfp-ready {}

/* Canvas - Cart right */

/* .mfp-wrap .off-canvas-cart.mfp-content {
  max-width: 540px;
  width: 100%;
}

#cart-popup .is-divider {
  display: none;
}

#cart-popup .cart-popup-title h4 {
  font-size: var(--size-l3);
  font-weight: 400;
}

#cart-popup .button:not(.checkout) {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

#cart-popup .button:not(.checkout):hover {
  background-color: var(--primary-color);
  color: white;
} */


/* Home - Welcome ------  */
.home-welc {
  position: relative;
  z-index: 10;
  overflow: hidden;

  --img-big-h: 171%;
  --img-border-h: 83%;
  --img-video-h: 83%;
  --gap: 5%;
}

.home-welc h1 {
  font-size: var(--size-l2);
  letter-spacing: 5px;
  line-height: 1.5;
}

.home-welc h1 strong {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.home-welc h1 strong:before {
  content: '';
  display: block;
  width: calc(100% + 18px);
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  background-color: var(--primary-color);
  z-index: -1;
  border-radius: 9px;
  transform: translateX(-50%) skewY(1deg);
}

.home-welc h6 {
  opacity: 1;
  letter-spacing: 2px;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 14px;
}

.home-welc h3 {
  font-size: var(--size-l2);
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.home-welc h5 {
  font-size: var(--size-l4);
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.home-welc .img-big .image-cover {
  padding-top: var(--img-big-h) !important;
}

.home-welc .img-border .image-cover {
  border: 2px solid var(--primary-color);
  padding-top: var(--img-border-h) !important;
}

.home-welc .img-video .image-cover {
  padding-top: var(--img-video-h) !important;
}

.home-welc .image-cover {
  border-radius: var(--border-radius);
}

.home-welc .img-gap {
  padding-top: var(--gap) !important;
}

.home-welc .button {
  margin: 0 7px 14px 0;
}

.home-welc .decor-tl {
  width: 140% !important;
}

.img.decor-tl {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin: 0;
}

.img.decor-bl {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  margin: 0;
}

.hurry-outline .hurrytimer-timer-block {
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  padding: 10px;
  background-color: #bb9d7b5c;
  backdrop-filter: blur(10px);
  animation: 3s infinite countdown-bg-animation-1 alternate;
}


.hurry-outline .hurrytimer-timer-block:nth-child(3) {
  -webkit-animation-delay: 100ms;
}

.hurry-outline .hurrytimer-timer-block:nth-child(5) {
  -webkit-animation-delay: 200ms;
}

.hurry-outline .hurrytimer-timer-block:nth-child(7) {
  -webkit-animation-delay: 300ms;
}

@keyframes countdown-bg-animation-1 {
  0% {
    background-color: rgba(187 157 123 / 0);
  }

  24.19% {
    background-color: rgba(187 157 123 / 0.6);
  }

  50% {
    background-color: rgba(187 157 123 / 0);
  }

  74.19% {
    background-color: rgba(187 157 123 / 0.6);
  }
}

.hurry-outline .hurrytimer-timer-sep {
  color: #fff;
}

.hurry-outline .hurrytimer-timer-digit {
  color: #fff;
  font-size: var(--size-l3);
  text-shadow: none;
  font-weight: 600;
}

.hurry-outline .hurrytimer-timer-label {
  font-size: 13px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  font-weight: 600;
  text-transform: capitalize;
}

/* Home - Contact ---- */
.home-contact {
  --item-w: calc(100% / 3);
  --item-p: 10px 15px;
}

.home-contact .row.slider-item {
  min-height: 100%;
}

.home-contact .slider-item a.plain {
  min-height: 100%;
  display: flex;
}

.home-contact .icon-box {
  background-color: rgb(255 255 255 / 7%);
  padding: 16px;
  border-radius: var(--btn-radius);
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  min-height: 100%;
}

.home-contact .icon-box svg {
  color: var(--fs-color-primary);
}

.home-contact h6 {
  font-size: 16px;
  text-transform: unset;
  letter-spacing: 0;
  opacity: 1;
  font-weight: 600;
  color: var(--color-primary);
  line-height: 1.4;
  margin-bottom: 5px;
}




/* Home - Marguee Text */
.home-running-1 p {
  font-size: var(--size-l2);
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.1;
  margin: 0;
}

.home-running-1 .icon-box .icon-box-text {
  display: flex;
  align-items: center;
  padding-left: 60px;
  padding-right: 20px;
}

.home-running-1 .item {
  animation-duration: 10s;
}


/* Home - Title ----- */
.home-title h2 {
  font-size: var(--size-l2);
  line-height: 1.2;
  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

.home-title p {
  font-weight: 600;
  margin-bottom: 18px;
}

.home-title h6 {
  opacity: 0.9;
  text-shadow: none;
  font-weight: 600;
  font-size: 0.925rem;
  line-height: 1.4;
  margin-bottom: 18px;
  letter-spacing: 2px;
}

/* Home - Title Underline ----- */
.home-title.home-title-underline h2 {
  font-size: var(--size-l3);
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 0;
}

.home-title.home-title-underline h2 a {
  color: inherit;
  transition: 320ms all;
}

.home-title.home-title-underline h2 a:hover {
  color: var(--primary-color);
}

.home-title.home-title-underline h2:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: var(--primary-color);
  left: 0;
  bottom: 0;
}



/* Home - Trend tag ------- */
.home-trend-tag .col-inner {
  position: relative;
  z-index: 20;
  border-radius: var(--box-radius);
  padding: 30px 30px 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.home-trend-tag .img,
.home-trend-tag .img-inner {
  position: static;
}

.home-trend-tag img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}

.home-trend-tag p {
  font-weight: 600;
  margin: 0;
}

.home-trend-tag .button {
  border-radius: 100px;
  letter-spacing: 0;
  font-size: 0.925rem;
  font-weight: 600;
  background-color: white;
  color: var(--color-text-title);
  margin: 0;
}

.home-trend-tag .button:hover {
  color: var(--color-text-title);
}



/* Home - Product Category Right -------- */
.home-cat-right {
  overflow: hidden;
}

.home-cat-right .home-title {
  position: relative;
  z-index: 10;
  padding: 0 15px 20px !important;
}

.home-cat-right .home-title .col-inner {
  padding: 40px 30px 10px;
  border-radius: var(--border-radius);
  background-color: white;
}

.home-cat-right .row.row-slider {
  overflow: visible;
  margin: 0;
}

.home-cat-right .row-slider .product-category.col {
  max-width: calc(100% / 2.5);
}

.home-cat-right .row-slider .flickity-button {
  display: none;
}

.box.box-category {
  background-color: white;
  border-radius: var(--border-radius);
  position: relative;
  z-index: 1;
}

.box.box-category .box-text {
  padding: 20px;
  border: 2px solid transparent;
  border-radius: var(--border-radius);
  transition: 320ms all;
  transform: translateY(15%);
}

.box.box-category:hover .box-text {
  border: 2px solid var(--primary-color);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(0%);
}

.box.box-category .header-title {
  color: var(--color-text-title);
  text-transform: capitalize;
  letter-spacing: 0;
  opacity: 1;
  font-size: var(--size-l4);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 320ms all;
}

.box.box-category:hover .header-title {
  color: var(--primary-color);
}

.box.box-category .box-image {
  padding: 15px;
}

.box.box-category .count {
  font-size: 0;
}

.box.box-category .count:before {
  content: 'Xem thêm';
  font-size: 0.925rem;
  letter-spacing: 0;
  opacity: 0;
  transition: 320ms all;
  background-color: var(--primary-color);
  color: white;
  width: fit-content;
  margin: 0 auto 0;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  opacity: 0;
}

.box.box-category .count:hover:before {
  background-color: var(--bg-dark);
}

.box.box-category:hover .count:before {
  opacity: 1;
}


/* Home - Product Brand Right -------- */
.home-brand-right.section-slider-wrap {
  overflow: hidden;
  --item-w: calc(100% / 2.5);
  --item-p: 0px 12px 30px;
}

.home-brand-right .col.home-title {
  padding-right: 14px !important;
  padding-bottom: 30px !important;
  padding-left: 14px !important;
}

.home-brand-right .home-title>.col-inner {
  background-color: white;
  padding: 40px 30px 20px;
  border-radius: 10px;
}


.box.box-brand-prd {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
	cursor: pointer;
}

.box.box-brand-prd .box-image {
  padding: 10px;
}

.box.box-brand-prd:hover .box-image img {
  transition: 420ms all;
}

.box.box-brand-prd:hover .box-image img {
  transform: translateY(-10px) scale(1.1);
}

.box.box-brand-prd .box-text {
  padding: 20px;
  border: 2px solid transparent;
  border-radius: var(--border-radius);
  transition: 320ms all;
  transform: translateY(20%);
}

.box.box-brand-prd:hover .box-text {
  border: 2px solid var(--primary-color);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(0%);
}

.box.box-brand-prd h4 {
  color: var(--color-text-title);
  text-transform: capitalize;
  letter-spacing: 0;
  opacity: 1;
  font-size: var(--size-l4);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 320ms all;
}

.box.box-brand-prd:hover h4 {
  color: var(--primary-color);
}

.box.box-brand-prd p {
  display: block;
  width: fit-content;
  margin: auto;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--fs-color-primary);
  color: white;
  line-height: 1.1;
  padding: 12px 22px;
  transition: 320ms all;
  opacity: 0;
  border-radius: var(--btn-radius);
  cursor: pointer;
}


.box.box-brand-prd p:hover {
  background-color: #000;
}

.box.box-brand-prd:hover p {
  opacity: 1;
}

.box.box-brand-prd p a {
	color: inherit;
}


/* Home - Brand Simple --- */
.home-brand-slider .slider .slider-item {
  opacity: 1;
  max-width: calc(100% / 6);
  padding: 0 12px;
}

.home-brand-slider .slider-item img {
  object-fit: contain;
  object-position: center;
}

/* Ux - Product Tab ------- */

.tabbed-content.prd-tab>.nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px var(--gap-x);
  --gap-x: 34px;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto 50px;
  padding: 0 30px 30px;
}

.tabbed-content.prd-tab .nav .tab {
  margin: 0;
  position: relative;
}

.tabbed-content.prd-tab .nav .tab:before {
  content: '';
  position: absolute;
  left: calc(var(--gap-x)/2 * -1);
  height: calc(100% + 25px);
  width: 2px;
  background-color: var(--color-text-title);
  top: 0;
}

.tabbed-content.prd-tab .nav .tab:last-child:after {
  content: '';
  position: absolute;
  right: calc(var(--gap-x)/2 * -1);
  height: calc(100% + 25px);
  width: 2px;
  background-color: var(--color-text-title);
  top: 0;
}

.tabbed-content.prd-tab .tab>a {
  font-size: var(--size-l4);
  font-weight: 600;
  line-height: 1.2;
  background-color: transparent;
  color: var(--color-text-title);
  padding: 12px 21px;
  border-radius: 100px;
  letter-spacing: 1px;
  transition: 320ms all;
  width: max-content;
  position: static;
}

.tabbed-content.prd-tab .tab>a:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: calc(100% + var(--gap-x) * 2);
  height: 2px;
  background: var(--color-text-title);
  transform: translateX(-50%);
  opacity: 1 !important;
}

.tabbed-content.prd-tab .tab.active>a,
.tabbed-content.prd-tab .tab:hover>a {
  background-color: var(--primary-color);
  color: white;
}


/* Ux - Product Box ----  */
/* Use clip by css no children img */
.dark .product-small.box {
  --price-sale-color: var(--primary-color);
  --price-color: #fff;
}

.product-small.box .image-none {
  position: relative;
  padding-top: 100%;
}

.product-small.box .image-none img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-small.box:hover .image-zoom img {
  transform: scale(1.15);
}

.product-small.box .box-image {
  padding: 15px;
}

.product-small.box .image-tools.top {
  opacity: 1;
}

.product-small.box .label-status {
  display: flex;
  background-color: var(--bg-dark);
  color: white;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 3px;
  text-transform: capitalize;
}

.product-small.box .name a {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  margin: 0;
  color: var(--color-text-title);
  transition: 320ms all;
}

.dark .product-small.box .name a {
  color: #fff;
}


.product-small.box .name {
  margin: 0 0 14px;
}

.product-small.box .box-text {
  padding: 20px 0px;
}

.product-small.box span.amount {
  font-weight: 600;
  font-size: 1rem;
}

span.woocommerce-Price-amount.amount bdi {
  font-size: 1rem;
  color: var(--price-color);
  font-weight: 600;
  line-height: 1.3;
}


ins span.woocommerce-Price-amount.amount bdi {
  color: var(--price-sale-color);
}

body .price del,
body .product_list_widget del,
body del .woocommerce-Price-amount {
  color: var(--price-color);
}

/* 
.price-wrapper .price {
  letter-spacing: 0;
  color: var(--price-color);
  line-height: 1.3;
}

.price-wrapper span.amount {
  font-weight: 600;
  font-size: 0.92rem;
}

.price>span.amount {
  font-weight: 400;
  color: var(--price-color);
}

ins>span.amount {
  color: var(--price-sale-color);
}

del>span.amount {
  font-weight: 400;
  opacity: 0.8;
} */

.product-small.box .star-rating {
  margin-bottom: 12px;
}

body .badge-container {
  margin: 0;
}

body .badge {
  width: unset;
  height: unset;
}

body .badge .badge-inner {
  font-size: 0.95rem;
  font-weight: 600;
  color: white;
  opacity: 1;
  line-height: 1.1;
  padding: 4px 10px;
  border-radius: 3px;
}

.product-small.box .add_to_cart_button,
.product-small.box .added_to_cart {
  background-color: transparent !important;
  padding: 0;
  color: var(--primary-color);
  letter-spacing: 0;
  font-size: 0.92rem;
  text-decoration: underline 1px;
  text-underline-offset: 6px;
  display: block;
  text-transform: uppercase;
  box-shadow: none;
  border: 0;
  font-weight: 600;
  margin: 0;
  min-height: unset;
  line-height: 1.1;
  white-space: nowrap;
  letter-spacing: 0;
}

.product-small.box .add_to_cart_button.added {
  display: none;
}

.product-small.box .add-to-cart-button {
  position: absolute;
  bottom: 30px;
}




/* Home - Brand ------- */
.home-brand .col-brand>.col-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-right: 1px solid var(--color-border-1);
}

.home-brand .box-text-inner .img {
  width: 72% !important;
}

.home-brand .box-text-inner img {
  object-fit: contain;
  object-position: center;
}

.home-brand .brand-item .overlay {
  transition: 320ms all;
}

.home-brand .brand-item:hover .overlay {
  background-color: rgb(30 30 30 / 61%) !important;
}

.home-brand .brand-item {
  border: 1px solid var(--color-border-1);
  border-bottom: 0;
  border-right: 0;
}

.home-brand .brand-item:is(:nth-child(1), :nth-child(2), :nth-child(3)) {
  border-top-width: 0px;
}


/* Home - Fake watch ---- */
.home-face {
  overflow: hidden;
}

.home-face .col-slider>.col-inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.home-face .col-slider p {
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1.5;
  transition: 320ms all;
}

.home-face .icon-box:hover p {
  color: var(--primary-color);
}

.home-face .icon-box svg {
  padding-top: 0;
  border-radius: 50%;
}

.home-face .icon-box:hover svg {
  background-color: var(--bg-dark-2nd);
  transition: 320ms all;
}

.wdt-cus-clock-icon-1-02 {
  fill: #EFB860 !important;
}

.wdt-cus-clock-icon-4-02 {
  fill: #F96441 !important;
}

.wdt-cus-clock-icon-3-02 {
  fill: #A96B6B !important;
}

.wdt-cus-clock-icon-5-01 {
  fill: #FFFFFF !important;
}

.wdt-cus-clock-icon-5-02 {
  fill: #2D1C1C !important;
}

.wdt-cus-clock-icon-5-05 {
  fill: #FEB01A !important;
}

.wdt-cus-clock-icon-6-02 {
  fill: #EAD6D3 !important;
}

.wdt-cus-clock-seconds-animation {
  animation: wdt-clock-rotate-animation 60s linear infinite;
  transform-origin: center center;
}


@keyframes wdt-clock-rotate-animation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}


/* Home - Watch Ountstanding --- */
.home-watch-outst .icon-box {
  width: fit-content;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  margin: 40px 0;
  background: linear-gradient(45deg, var(--primary-color), transparent 84%);
  border-radius: 100px;
  padding: 10px 12px 10px 23px;
  font-size: 0.925rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3;
}

.home-watch-outst .icon-box .icon-box-text {
  width: fit-content;
  padding: 0;
}

.home-watch-outst .icon-box .icon-box-img {
  width: 25px !important;
  line-height: 1;
}

.home-watch-outst .icon-box-img svg {
  padding: 0;
}

.home-watch-outst .icon-box:is(:nth-child(2), :nth-child(5)) {
  margin-left: 30px;
}

.home-watch-outst .icon-box:is(:nth-child(3), :nth-child(4)) {
  margin-left: 60px;
}

.home-watch-outst.light .icon-box {
  background: linear-gradient(45deg, #f2dcbe, transparent 84%);
}

.home-watch-outst.light .icon-box p {
  color: var(--color-text-title);
}

.home-watch-outst.light .icon-inner {
  color: var(--color-text-title);
}


/* Ux - Blog ----- */
.box-blog-post.box {
  display: flex;
  flex-direction: column;
}

.box-blog-post.box .box-image+.box-text {
  margin-top: -70px;
}

.box-blog-post.box .box-text {
  background: white;
  width: 84%;
  margin-left: auto;
  padding: 30px;
  flex: 1 1;
  transition: 320ms all;
}


.box-blog-post.box:hover .box-text {
  width: 100%;
}

.box-blog-post.box .box-text-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.box-blog-post.box .button.is-outline {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 1;
  border-width: 1px;
  min-height: unset;
  line-height: 1.2;
  padding: 12px 28px;
  margin-top: 20px;
  border-radius: var(--btn-radius);
}

.box-blog-post.box .box-image {
  width: 100%;
}

.box-blog-post.box img {
  width: calc(100% + 50px);
  max-width: unset;
  object-position: -50px 50%;
  object-fit: cover;
  transition: 320ms all;
}

.box-blog-post.box:hover img {
  object-position: 0px 50%;
}

.box-blog-post.box .is-divider {
  display: none;
}

.box-blog-post.box .post-meta {
  order: -1;
  opacity: 1;
  font-size: px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-text-title);
  margin-bottom: 8px;

}

.box-blog-post.box .post-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.38rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.box-dark .box-blog-post.box .box-text {
  background: var(--bg-2nd);
}


/* Shop - Aside */
body :is(.sidebar-inner, .widget-area) {
  position: sticky;
  top: 140px;
}

/* div.shop-page-title .page-title-inner {
    padding-top: 100px;
    padding-bottom: 60px;	
	margin-bottom: 20px;
}

div.shop-page-title .shop-page-title {
	font-size: var(--size-l2);
    font-weight: 700;
    text-shadow: none;	
} */

.category-page-row .archive-banner {
  margin-bottom: 18px;
}

.archive-banner img {
  border-radius: 10px;
}

.category-page-row .term-description {
  font-size: 0.95rem;
  background: #fbfbfb;
  padding: 16px;
  border-radius: 10px;
  overflow: hidden;
  color: var(--color-text-title);
  margin-bottom: 25px;
}

.category-page-row .term-description p {
  margin-bottom: 12px;
}

.category-page-row .term-description>*:last-child {
  margin-bottom: 0;
}

.woocommerce-ordering .orderby {
  background-color: var(--bg-2nd);
  border: oldlace;
  border-radius: 6px;
}

.woocommerce-ordering {}



aside.widget .widget-title {
  display: block;
  font-size: var(--size-l4);
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.4;
  color: var(--color-text-title);
}

aside.widget .is-divider {
  display: none;
}

aside.widget li+li {
  border-top: 1px solid #3c3c3c17;
}

aside.widget .cat-item a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-text-basic);
  transition: 320ms all;
  padding: 14px 0;
}

aside.widget .cat-item a:hover,
aside.widget .cat-item.current-cat>a {
  color: var(--primary-color);
}

aside.widget .count {
  font-size: 14px;
}


.mfp-content aside.widget .toggle {
  color: var(--color-text-title);
}



.widget.widget_layered_nav li a {
  padding-left: 22px;
  position: relative;
  font-size: 14px;
}

.widget.widget_layered_nav li a:before {
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  border: 1px solid var(--color-text-title);
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 0;
  background: transparent;
}

.widget.widget_layered_nav li.chosen a:after {
  content: '\e876';
  font-family: var(--ff-material-outline);
  background: none;
  border: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: sub;
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 9px;
}

/* Product Single Detail ------ */
body .col.product-info {
  /*   padding-bottom: 0; */
  padding-top: 20px;
}

.prd-detail-top .col-gallery .product-images img {
  background: var(--bg-2nd);
  border-radius: 10px;
  overflow: hidden;
}

.single-product .product-thumbnails .flickity-slider>.col {
  max-width: calc(100% / 6);
}

.single-product .product-thumbnails img {
  opacity: 1;
  margin-bottom: 0;
  border: 0px;
}

.single-product .product-thumbnails .is-nav-selected img,
.single-product .product-thumbnails img:hover {
  transform: none;
  border: 0px;
}

.single-product .product-thumbnails a {
  background-color: var(--bg-2nd);
  border: 1px solid #ccc;
  border-radius: 7px;
  transition: 320ms all;
}

.single-product .product-thumbnails .is-nav-selected a,
.single-product .product-thumbnails a:hover {
  border-color: #000;
  transform: none;
}

.prd-detail-top .col-gallery>.col-inner {
  position: sticky;
  top: var(--header-h);
}

.prd-detail-top .breadcrumbs {
  color: var(--color-text-title);
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 20px;
}

.breadcrumbs a {
  color: var(--color-text-title);
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

.breadcrumbs a:hover {
  text-decoration: underline 1px;
  text-underline-offset: 3px;
}

.prd-detail-top .entry-title {
  font-size: var(--size-l3);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

.prd-detail-top .price-wrapper {
  margin: 20px 0;
}

.prd-detail-top .price .amount bdi {
  font-size: var(--size-l3);
  font-weight: 600;
}


.prd-detail-top .product-short-description {
  line-height: 1.6;
  font-size: 0.925rem;
  margin: 20px 0 30px;
  background-color: var(--bg-2nd);
  padding: 16px;
  border-radius: 10px;
}

.prd-detail-top .product-short-description p {
  margin-bottom: 12px;
}

.prd-detail-top .product-short-description>*:last-child {
  margin-bottom: 0px;
}

.prd-detail-top .price del .amount bdi,
.prd-detail-top .price del {
  font-size: 1.4rem;
  font-weight: 400;
}

.quantity .button.is-form {
  background: transparent;
}

.quantity input {
  box-shadow: none;
  height: unset;
}

.product-info .single_add_to_wishlist {
  font-size: 0.95rem;
  margin-bottom: 12px;
  transition: 320ms all;
  display: block;
}

.product_meta {
  font-size: 0.95rem;
  margin-bottom: 14px;
  color: var(--color-text-title);
  line-height: 1.4;
  font-weight: 600;
  margin-top: 24px;
}

.product_meta>span {
  padding: 15px 0;
  line-height: 1.6;
}

.product_meta a {
  color: var(--color-text-basic);
  transition: 320ms all;
  font-weight: normal;
  font-size: inherit;
}

.product_meta a:hover {
  color: var(--primary-color);
}

.product-info .button.icon {
  margin-left: 0;
  margin-right: 0px;
  min-width: 36px;
  min-height: 36px;
  padding-left: 0.6em;
  padding-right: 0.6em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-width: 1px;
  color: var(--fs-color-primary);
}

.box.label-hotline {
  position: relative;
  z-index: 10;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.box.label-hotline .box-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.box.label-hotline .box-text {
  padding: 20px 24px 10px;
}

.box.label-hotline h4 {
  font-size: var(--size-l3);
  text-transform: unset;
  text-shadow: none;
  margin-bottom: 6px;
  line-height: 1.4;
  color: white;
}

.box.label-hotline p {
  text-shadow: none;
  font-weight: 600;
  font-size: 0.925rem;
  line-height: 1.5;
  margin-bottom: 12px;
  color: white;
}

.product-section {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.product-section .entry-content {
  padding-top: 0;
}

.product-section .product-section-title,
.product-section .col>h5,
.prd-detail-top .product-more h4 {
  font-size: 1.2rem;
  margin-top: 0;
  position: relative;
  padding: 0;
  margin-bottom: 14px;
  text-transform: capitalize;
  color: var(--color-text-title);
  letter-spacing: 0;
  text-align: left;
}

.product-section-title-related .product-section-title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

.product-section:first-child .entry-content {
  padding-top: 0;
}

/* Product Single - Coo Attri ---- */
.prd-detail-top .hotline {
  background-color: #000;
  border-radius: 10px;
  padding: 18px 15px;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.1;
  color: white;
  transition: 320ms all;
}

.prd-detail-top .hotline:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}

.prd-detail-top .hotline * {
  color: inherit;
}

.prd-detail-top .hotline a span {
  font-size: 1.25em;
}

.prd-detail-top .hotline>*:last-child {
  margin-bottom: 0;
}


.single-product .products-by-coo-attr-wrap .term-name {
  font-size: 1.2rem;
  margin-top: 0;
  position: relative;
  padding: 0;
  margin-bottom: 14px;
  text-transform: capitalize;
  color: var(--color-text-title);
  letter-spacing: 0;
  text-align: left;
  font-weight: 700;
}

.single-product .products-by-coo-attr .box-text {
  display: none;
}

.single-product .products-by-coo-attr .flickity-prev-next-button {
  margin-top: -5%;
}

.single-product .products-by-coo-attr .box {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  transition: 320ms all;
}

.single-product .products-by-coo-attr .box:hover {
  border-color: #000;
}

.slider.slider-nav-circle:hover .flickity-button {
  opacity: 1;
}

.slider.slider-nav-circle .flickity-button svg {
  background-color: #fff;
  border: 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .13);
  opacity: 1;
  padding: 10px;
}


.slider.slider-nav-circle .flickity-button:hover .arrow {
  fill: var(--fs-color-primary) !important;
}



/* Product Single -  Policy */
.prd-detail-top .box-guaranteed {
  background-color: var(--bg-2nd);
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.prd-detail-top .box-guaranteed h3 {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: 600;
}

.prd-detail-top .prd-policy .text {
  background: var(--bg-2nd);
  border-radius: 10px;
  padding: 16px;
}

.prd-detail-top .prd-policy h5 {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 6px;
  font-weight: 600;
}

.prd-detail-top .prd-policy p {
  color: var(--color-text-basic);
  font-size: 14px;
  line-height: 1.5;
}

.prd-detail-top .prd-policy a {
  color: var(--color-text-title);
  font-weight: 600;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
  transition: 320ms all;
}

.prd-detail-top .prd-policy a:hover {
  color: var(--fs-color-primary);
}


/* Product Single - Attri ---- */
.shop_attributes tr:nth-child(odd) {
  background-color: var(--bg-2nd, #f6f6f6);
}

.shop_attributes th {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0;
  color: var(--color-text-title);
  font-weight: 600;
  line-height: 1.5;
  padding: 5px 10px;
  width: 220px;
  border: 0;
}

.shop_attributes td {
  padding: 5px 10px;
  border: 0;
  font-size: 0.925rem;
  color: var(--color-text-basic);
  font-weight: 400;
}

.shop_attributes td a {
  font-weight: 400;
  color: var(--color-text-basic);
  transition: 320ms all;
}

.shop_attributes td a:hover {
  color: var(--fs-experimental-link-color-hover);
}




/*  Review ---- */
.product-section .col:not(.product-small) {
  max-width: 100%;
  flex-basis: 100%;
}

/* Ux - Swatches */
body .ux-swatches {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 10px;

  --color-border: #d5d5d5;
  --color-text: #111;
  --color-border-hover: #999;
  --color-text-hover: #111;
  --color-border-selected: #ee0b0b;
  --color-text-selected: #ee0b0b;
}

body .ux-swatches .ux-swatch {
  margin: 0;
  min-height: 32px;
  min-width: 32px;
  padding: 4px 4px;
  font-size: 0.95rem;
  line-height: 1.1;
  box-shadow: 0 0 0 1px var(--color-border);
  color: var(--color-text);
}

.ux-swatches .ux-swatch:hover:not(.selected):not(.disabled) {
  box-shadow: 0 0 0 1px var(--color-border-hover);
  color: var(--color-text-hover);
}

body .ux-swatches .ux-swatch.selected {
  box-shadow: 0 0 0 1px var(--color-border-selected);
  color: var(--color-text-selected);
}

body .variations td,
body .variations th {
  padding: 0 0 10px;
  font-size: 0.9rem;
}

.variations label {
  color: var(--color-text-title, #111);
  font-weight: 600;
  font-size: inherit;
}

.variations .ux-swatch-selected-value {
  font-weight: normal;
  font-size: inherit;
}

.single_variation_wrap .woocommerce-variation-price {
  font-size: 1.1rem;
  padding: 16px 0;
}

/* Cart Page ----- */
.cart_item .product-name a {
  color: var(--color-text-basic, #555);
  font-weight: 600;
}

.checkout_coupon .button {
  background-color: var(--bg-secondary, #f6f6f6);
  padding: 4px 20px;
  font-weight: 600;
}

/* Checkout Page ----- */
body.woocommerce-checkout,
.shop_table {
  --border-color: #d9d9d9;
  --border-title-color: var(--color-primary, #d9d9d9);
  --bg-gray: #f7f8f9;
}

body.woocommerce-checkout .input-text {
  font-size: 16px;
  box-shadow: none;
  border: 1px solid var(--border-color);
  padding: 12px 15px;
  height: 56px;
}

body.woocommerce-checkout .select2-selection {
  font-size: 16px;
  box-shadow: none;
  border: 1px solid var(--border-color);
  padding: 6px 15px;
  height: 56px;
}


body.woocommerce-checkout #ship-to-different-address {
  background-color: var(--bg-gray);
  padding: 10px 12px;
}

.checkout_coupon .button:not(.is-link) {
  color: white;
  text-shadow: none;
}

.woocommerce .shop_table td,
.woocommerce .shop_table th,
.woocommerce .shop_table thead th {
  border-width: 1px;
}

.woocommerce .shop_table thead th,
.woocommerce .shop_table .order-total th,
.woocommerce .shop_table .order-total td {
  padding-top: 17px;
  padding-bottom: 17px;
  border-color: var(--border-title-color);
}



/* Ordered Page ----- */
.woocommerce-order-details {
  border: 1px solid #7e7e7e;
  padding: 20px;
  margin-bottom: 30px;
}

.woocommerce-customer-details address {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.6;
}

.woocommerce-customer-details p {
  margin-bottom: 14px;
}

.woocommerce-order-details td {
  font-size: 1rem;
  line-height: 1.6;
}

.shop_table .wc-item-meta {
  margin: 13px 0;
}

.woocommerce-order-received .is-well.entry-content {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.woocommerce-order-received .entry-content .woocommerce-notice {
  color: var(--color-text-title, #222);
  margin-bottom: 14px;
}

/* UX  - Slider infinity */
.section-slider-wrap {
  --item-w: calc(100% / 3);
  --item-p: 10px 15px 30px;
}

#main .slider-infinity .slider-item,
#main .slider-infinity .post-item {
  opacity: 1;
  max-width: var(--item-w) !important;
  padding: var(--item-p);
}

/* Ux - Pagination */
body .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}

body .page-numbers>li {
  margin: 0;
}

.page-numbers li .page-number {
  color: currentColor;
  min-width: 37px;
  min-height: 37px;
  line-height: 1;
  display: flex;
  height: unset;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: var(--bg-secondary, #f6f7f8);
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 5px;
}

.page-numbers li .page-number.current {
  background-color: var(--primary-color);
  color: white;
}

.page-numbers li .page-number:hover {
  color: white;
}

/* Custom scroll bar */
/* .wrap-scroll-bar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  display: block;
  -webkit-appearance: none;
}

.wrap-scroll-bar::-webkit-scrollbar-thumb {
  background: var(--primary-color) !important;
  border-radius: 99px;
}

.wrap-scroll-bar::-webkit-scrollbar-track {
  margin-left: 20vw;
  margin-right: 20vw;
  background: #ececec;
} */

/* Plugin - Easy Table Content */
/* div#ez-toc-container {
  max-width: 600px;
  padding: 20px;
  margin: 15px 0 30px;
}

div#ez-toc-container .ez-toc-title {
  font-size: var(--size-l3, 1.4rem);
  font-weight: bold;
}

div#ez-toc-container a {
  line-height: 1.5;
  margin-bottom: 9px;
  font-size: 0.92rem;
}

div#ez-toc-container .ez-toc-heading-level-2 > a {
  font-weight: bold;
  font-size: 1rem;
} */


/* Ux - Video  Button ------- */
/* .col-video .video-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-video-wave .button.open-video {
  margin: 0;
  border: 0;
  opacity: 1;
  background-color: white;
  color: var(--color-primary);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 30px rgb(255 255 255 / 80%);
  position: relative;
  z-index: 10;
  width: 70px;
  height: 70px;
}

.btn-video-wave .button.open-video:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: shadown-scale 1.1s infinite;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 16px #fff;
}


@keyframes shadown-scale {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px transparent;
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
} */



/* Archive Post --------- */
.archive-head {
  position: relative;
  z-index: 10;
  margin-top: -30px;
  margin-bottom: 50px;
}

.archive-head .box-image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.archive-head .box-image .image-cover {
  padding-top: 0 !important;
  height: 100%;
}


.archive-head .box-text {
  padding: 70px 20px;
}

.archive-head .page-title {
  font-size: var(--size-l2);
  color: white;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

.archive-head .breadcrumbs {
  color: white;
  font-weight: 600;
  text-shadow: none;
  font-size: 0.925rem;
}

.archive-head .breadcrumbs a {
  color: inherit;
  opacity: 1;
  font-weight: inherit;
  font-size: inherit;
  text-shadow: none;
  text-underline-offset: 3px;
}

.archive-head .breadcrumbs a:hover {
  text-decoration: underline 1px;
}



aside.widget {
  margin-bottom: 30px;
  background-color: var(--bg-2nd);
  padding: 24px 24px;
}

aside.widget .recent-blog-posts-li .post_comments {
  display: none;
}

aside.widget .recent-blog-posts-li {}

aside.widget .recent-blog-posts {
  padding: 15px 0;
}

aside.widget .recent-blog-posts .badge-inner {
  width: 60px;
  height: 60px;
  border: 0;
}

aside.widget .recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: var(--color-text-title);
  font-size: 0.925rem;
  font-weight: 600;
  line-height: 1.4;
}

aside.widget .recent-blog-posts a:hover {
  color: var(--fs-color-primary);
}





/* Single Post -------------- */
.blog-single.page-wrapper {
  padding-top: 50px;
}

.entry-header .is-divider {
  display: none;
}

.entry-header .entry-header-text-top {
  padding-bottom: 34px;
}

.entry-header .entry-category {
  font-size: 1rem;
  font-weight: 600;
  color: var(--fs-color-primary);
  line-height: 1.3;
  margin-bottom: 14px;
  letter-spacing: 0;
}

.entry-header .entry-category a,
.entry-header .entry-meta a {
  text-transform: capitalize;
  font-weight: inherit;
  color: inherit;
  text-underline-offset: 2px;
}

.entry-header .entry-category a:hover,
.entry-header .entry-meta a:hover {
  text-decoration: underline 1px;
}

.entry-header .entry-title {
  font-size: var(--size-l3);
  font-weight: 600;
  color: var(--color-text-title);
  line-height: 1.3;
  margin-bottom: 14px;
  letter-spacing: 0;
}

.entry-header .entry-meta {
  font-size: 0.925rem;
  text-transform: unset;
  letter-spacing: 0;
  color: var(--color-text-basic);
  font-weight: 600;
}

.blog-share .is-divider {
  display: none;
}

.blog-share .button.icon {
  margin-left: 0;
  margin-right: 0;
  min-width: 36px;
  min-height: 36px;
  padding-left: 0.6em;
  padding-right: 0.6em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-width: 1px;

}

.blog-share .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px 15px;
  flex-wrap: wrap;
  margin: 40px 0 0;
}

.single-blog_release h3 {
  font-size: var(--size-l3);
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 600;
}



/* Footer - Info -------  */
#footer .absolute-footer {
  display: none;
}

.footer-info .section-bg {
  background-size: 70% !important;
  background-repeat: repeat !important;
}

.footer-info {
  font-size: 14px;
  font-weight: 600;
}

.footer-info p {
  margin-bottom: 14px;
}

.footer-info .row-policy .icon-box-text {
  align-self: center;
  padding-left: 22px;
  font-size: var(--size-l4);
  font-weight: 600;
  line-height: 1.3;
}

.footer-info .ux-menu-link__link {
  padding-top: 0;
}

.footer-info h4 {
  font-size: var(--size-l4);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

.footer-info .ux-menu-link__link:hover span {
  color: var(--primary-color);
}

.footer-info .form-wrap p {
  display: flex;
  margin: 0;
  border: 1px solid white;
  padding: 4px;
}

.footer-info .form-wrap .btn-submit {
  margin: 0;
  width: 65px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: unset;
  line-height: 1;
  background-color: var(--primary-color);
  font-size: 1rem;
}

.footer-info .form-wrap .btn-submit:hover {
  background-color: #000;
}


.footer-info .form-wrap .wpcf7-form-control {
  background-color: transparent;
  box-shadow: none;
  color: white;
  font-size: 16px;
  border: 0;
  margin: 0;
}

.footer-info .form-wrap .wpcf7-form-control:focus,
.footer-info .form-wrap .wpcf7-form-control:hover {
  background-color: transparent;
  box-shadow: none;
}

.footer-info .form-wrap .wpcf7-not-valid-tip {
  position: absolute;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.social-icons a.plain {
  margin: 0;
  color: var(--color-text-title);
}

.dark .social-icons a.plain {
  color: #fff;
}

.social-icons a.plain:hover {
  color: var(--primary-color);
}

#footer .back-to-top {
  background-color: var(--color-primary);
  color: white;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* UI - CTA float 3 --- */
.flat-3cta {
  position: fixed;
  z-index: 900;
  right: 17px;
  bottom: 72px;
}

.flat-3cta .wrap-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
}

.flat-3cta .icon-box-img {
  width: 50px !important;
  height: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  background-color: #121212;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 0 0 #646464;
  animation: 1.5s cta-wave infinite;
  transform-origin: 50% 50%;
}

@keyframes cta-wave {
  0% {
    transform: scale(.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px transparent;
  }

  100% {
    transform: scale(.9);
    box-shadow: 0 0 0 0 transparent;
  }
}





/* Responsive ---------------- */
@media only screen and (min-width: 1025px) and (max-width: 1600px) {

  body .container-width,
  body .full-width .ubermenu-nav,
  body .container,
  body .row:not(.row-full-width) {
    /*     max-width: calc(100vw - 80px) !important; */
  }

  body .row.row-collapse:not(.row-full-width) {
    /*     max-width: calc(100vw) !important; */
  }
}

@media only screen and (max-width: 1200px) {
  .home-welc {
    --img-big-h: 50%;
    --img-border-h: 108%;
    --img-video-h: 56%;
  }

  .home-welc .row .col-left {
    max-width: 100%;
  }

  .home-welc .row .col-center,
  .home-welc .row .col-right {
    max-width: 50%;
  }

}


@media only screen and (max-width: 1024px) {
  .home-face .col-slider>.col-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 30px;
  }

}



@media only screen and (max-width: 849px) {
  :root {
    --size-l1: 2.4rem;
    --size-l2: 2rem;
    --size-l3: 1.6rem;
    --size-l4: 1.2rem;

    --box-radius: 14px;

    font-size: 15px;
  }

  .home-welc {
    --img-big-h: 72%;
  }

  .home-title.home-title-underline .md\:justify-center h2:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .home-contact {
    --item-w: calc(100% / 2.2);
  }

  .home-cat-right .row-slider .product-category.col {
    max-width: calc(100% / 1.3);
  }

  .home-cat-right .home-title .col-inner {
    padding: 30px 30px 20px;
  }

  .home-brand-right.section-slider-wrap {
    --item-w: calc(100% / 1.3);
  }

  .home-brand-right .home-title>.col-inner {
    padding: 30px 30px 20px;
  }

  .box.box-brand-prd .box-text {
    padding: 12px;
  }

  .home-trend-tag p {
    flex: 1 1 100%;
  }

  .home-trend-tag .col-inner {
    padding: 22px 20px 18px;
  }

  .home-brand-slider .slider .slider-item {
    max-width: calc(100% / 4);
  }

  .home-prd-tab .home-title .col-inner {
    text-align: left;
  }

  .tabbed-content.prd-tab>.nav {
    flex-wrap: nowrap;
    max-width: 100%;
    margin: 0 0 30px;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .tabbed-content.prd-tab>.nav::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }

  .tabbed-content.prd-tab>.nav::-webkit-scrollbar-thumb {
    display: none;
    -webkit-appearance: none;
  }

  .tabbed-content.prd-tab .tab-panels {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-small.box .name a {
    font-size: 1rem;
    -webkit-line-clamp: 3;
  }

  .home-brand .brand-item:is(:nth-child(1), :nth-child(2), :nth-child(3)) {
    border-top-width: 1px;
  }

  .home-watch-outst .icon-box {
    margin: 30px 0;
  }

  .home-watch-outst .icon-box:is(:nth-child(2), :nth-child(5)) {
    margin-left: 20px;
  }

  .home-watch-outst .icon-box:is(:nth-child(3), :nth-child(4)) {
    margin-left: 40px;
  }


  .blog-slider-clip .flickity-slider .col.post-item {
    max-width: calc(100% / 1.8);
  }

  .blog-slider-clip .flickity-button {
    display: none;
  }

  .box-blog-post.box .post-title a {
    font-size: 1.2rem;
  }

  .box-blog-post.box .box-text {
    margin-top: -50px;
    padding: 24px 20px;
  }

  .footer-info .row-policy .icon-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-info .row-policy .icon-box-text {
    padding: 15px 0 10px;
  }

  .footer-info .section-bg {
    background-size: 170% !important;
  }

  div.shop-page-title .page-title-inner {
    padding-top: 30px;
    padding-bottom: 0;
  }



  .single-product .product-main {
    padding-bottom: 0;
  }


}

@media only screen and (max-width: 549px) {
  :root {
    --size-l1: 2rem;
    --size-l2: 1.8rem;
    --size-l3: 1.5rem;
    --size-l4: 1.15rem;
  }
	
	 body .stuck .header-main {
		height: 100px !important;
	}
	body .stuck #logo img {
		max-height: 100px !important;
	}

  body #logo img {
    padding: 10px 0;
  }

  .home-welc {
    --img-big-h: 125%;
    --img-border-h: 90%;
  }

  .home-welc .row .col-center,
  .home-welc .row .col-right {
    max-width: 100%;
  }

  .home-contact {
    --item-w: calc(100% / 1.2);
    --item-p: 10px 10px;
  }

  .home-contact .icon-box {
    padding: 14px 12px;
  }

  .home-running-1 .item {
    animation-duration: 6s;
  }

  .home-cat-right .row-slider .product-category.col {
    max-width: calc(100% / 1.5);
  }

  .home-brand-right.section-slider-wrap {
    --item-w: calc(100% / 1.5);
  }

  .box.box-category .box-text {
    padding: 16px 12px
  }

  .tabbed-content.prd-tab .row-loop .col:nth-child(n + 7) {
    display: none;
  }

  .tabbed-content.prd-tab .tab>a {
    padding: 10px 16px;
  }

  .product-small.box .box-text {
    padding: 12px 12px;
  }

  .home-brand .col-brand>.col-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-brand .brand-item:nth-child(5) {
    grid-column: 1/-1;
  }

  .home-brand .brand-item:nth-child(5) .box-image>.image-cover {
    padding-top: 38% !important;
  }

  .home-brand .brand-item:nth-child(5) .box-image .overlay {
    background-color: rgb(32 32 32 / 76%) !important;
  }

  .home-brand .brand-item:nth-child(5) .box-text-inner .img {
    width: 30% !important;
  }

  .home-brand-slider .slider .slider-item {
    max-width: calc(100% / 2.6);
  }


  .home-face .col-slider>.col-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
  }

  .home-face .col-slider .icon-box-img {
    width: 120px !important;
  }

  .home-watch-outst .home-title .col-inner {
    text-align: center;
  }

  .home-watch-outst .icon-box:is(:nth-child(2), :nth-child(5)) {
    margin-left: 15x;
  }

  .home-watch-outst .icon-box:is(:nth-child(3), :nth-child(4)) {
    margin-left: 30x;
  }

  .blog-slider-clip .flickity-slider .col.post-item {
    max-width: calc(100% / 1.3);
  }

  .single-product .product-thumbnails .flickity-slider>.col {
    max-width: calc(100% / 5);
  }

  .flat-3cta .wrap-inner {
    gap: 8px;
  }

  .flat-3cta .icon-box-img {
    width: 44px !important;
    height: 44px;
    padding: 12px;
  }



  /* Small space product/post-col with class .row-loop */
  body .row-loop:not(.row-collapse) {
    --m-x: 8px;
    padding-left: var(--m-x);
  }

  body .row .row-loop:not(.row-collapse) {
    margin-left: calc(var(--m-x) * -0.5);
    margin-right: calc(var(--m-x) * -0.5);
    padding-left: 0;
  }

  .row-loop:not(.row-collapse) .col {
    padding-left: var(--m-x);
    padding-right: var(--m-x);
  }
}