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


@import url('/wp-content/themes/vietcoder-child/assest/fonts/helvetica/font-helvetica.css');

@import url('/wp-content/themes/vietcoder-child/assest/fonts/helvetica-neue/font-helvetica-neue.css');

@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

:root {
	--color-primary: 10, 43, 85;
	--color-secondary: 62, 72, 39;
	--color-alert: 236, 69, 60;
	--color-sucess: 74, 159, 83;
	--color-process: 63, 162, 246;
	--color-warning: 255, 175, 0;
	--color-border-1: 33, 35, 34;
	--color-border-opposite: 255, 255, 255;
	--bg: 255, 255, 255;
	--bg-2nd: 247, 247, 247;
	--bg-opposite: 33, 34, 38;
	--color-text-sub: 0, 0, 0;
	--color-text-title: 0, 0, 0;

	--price-color: #767676;
	--price-sale-color: rgb(var(--color-alert));

	--ff-basis: 'Helvetica Neue', 'Helvetica', sans-serif;
	--ff-material-outline: 'Material Symbols Outlined';
	--ff-material-round: 'Material Symbols Rounded';

	--blog-img-ratio: 60%;
	--product-img-ratio: 125%;


	--radius-1: 6px;
	--radius-2: 10px;
	--radius-3: 16px;
	--radius-4: 32px;
	--radius-sm: 4px;

	--size-ratio: 1.162;
	--size-small: calc(1rem - 1px);
	--size-small-a: 13px;
	--size-2: calc(1rem * var(--size-ratio) - 1px);
	--size-3: calc(var(--size-2) * var(--size-ratio));
	--size-4: calc(var(--size-3) * var(--size-ratio));
	--size-5: calc(var(--size-4) * var(--size-ratio));
	--size-6: calc(var(--size-5) * var(--size-ratio));
	--size-7: calc(var(--size-6) * var(--size-ratio));
	--size-8: calc(var(--size-7) * var(--size-ratio));

	--sketch-loading-bg: linear-gradient(90deg, #ececec 8%, #f7f7f7 18%, #ececec 33%);
	--sketch-loading-bg-size: 200% 100%;
	--sketch-loading-animetion: 1.5s sketchloading linear infinite;
}

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


body {
	max-width: 100vw;
	min-height: 100vh;
	background-color: rgb(var(--bg));
	overflow: visible !important;
	font-family: var(--ff-basis);
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: var(--ff-basis);
}



p {
  margin-bottom: 16px;
}

ol,
ul {
  list-style-position: inside;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.wrap {
  top: var(--top);
  left: var(--left);
  right: var(--right);
  bottom: var(--bottom);
}

/* Ux - Button -- */
#wrapper .button.btn {
  --btn-shadown: unset;
  --btn-shadown-hover: unset;
  --btn-bg: rgb(var(--color-primary));
  --btn-bg-hover: rgb(var(--bg));
  --btn-color: rgb(var(--bg));
  --btn-color-hover: rgb(var(--color-text-title));
  --btn-border: 1px solid rgb(var(--color-primary));
  --btn-border-hover: 1px solid rgb(var(--color-text-title));

  box-shadow: var(--btn-shadown) !important;
  background-color:var(--fs-color-secondary);
  color: white;
  border: var(--btn-border) !important;
}

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

#wrapper .button.btn:not(.is-link, .is-underline) {
    font-size: 1rem;
    letter-spacing: 0;
    min-height: unset;
    line-height: 1.2;
    padding: 10px 32px;
    font-weight: 400;
    border-radius: 100px;
}

#wrapper .btn.is-small:not(.is-link, .is-underline) {
	font-size: var(--size-small);
    padding: 12px 20px;	
}

/* ---------- */
#wrapper .button.is-outline.btn  {
	--btn-shadown: unset;
    --btn-shadown-hover: inset 0 0 0 1px rgb(var(--color-primary));
	--btn-bg: transparent;
    --btn-bg-hover: transparent;
    --btn-color: rgb(var(--color-primary));
    --btn-border: 1px solid rgb(var(--color-primary));
    --btn-border-hover: 1px solid rgb(var(--color-primary));	
}

#wrapper .is-outline.btn.black  {
	--btn-shadown: unset;
    --btn-shadown-hover: inset 0 0 0 1px rgb(var(--bg-opposite));
	--btn-bg: transparent;
    --btn-bg-hover: transparent;
    --btn-color: rgb(var(--color-text-title));
    --btn-border: 1px solid rgb(var(--color-text-title));
    --btn-border-hover: 1px solid rgb(var(--color-text-title));		
}


/* --------- */
#wrapper .button.btn.is-underline {
  --btn-bg: transparent;
  --btn-bg-hover: transparent;
  --btn-border: unset;
  --btn-border-hover: unset;	
  min-height: unset;

  padding: 0;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1rem;
  text-transform: unset;
  letter-spacing: 0;
}

#wrapper .button.btn.is-underline:before {
  display: none;
}

#wrapper .button.btn.is-underline span {
	text-decoration: underline 1px;
	text-underline-offset: 3px;
	font-weight: 400;
	transition: 240ms all;
}


#wrapper .button.btn.is-underline.is-small span {
	font-size: var(--size-small);
}


#wrapper .button.btn.is-underline:hover span {
    text-decoration-color: transparent;
}

#wrapper .button.btn.is-underline.white {
  --btn-color: rgb(var(--bg));
  --btn-color-hover: rgb(var(--bg));
}

#wrapper .button.btn.is-underline.dark {
  --btn-color: rgb(var(--color-text-title));
  --btn-color-hover: rgb(var(--color-text-title));
}


/* 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: rgb(var(--color-alert));
}

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

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

.searchform .flex-row {
	border: 1px solid rgb(var(--color-border-1), 10%);
    border-radius: 100px;
}

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

.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: rgb(var(--color-text-title));
}

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

.searchform .autocomplete-suggestions {
  background: rgb(var(--bg));
  color: rgb(var(--color-text-sub));
  font-size: var(--size-small);
	    max-height: 400px;
}

.searchform .autocomplete-suggestion {
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr;
  font-size: var(--size-small);
}

.searchform .autocomplete-suggestion img {
  height: 60px;
  margin: 0 0 12px;
  width: 60px;
  object-fit: cover;
}

.searchform .live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;	
}


/* Header ------------- */
.header {
  --color-menu: white;
  --color-menu-hover: whitesmoke;
}

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

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

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

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

/* Header - Center  ------- */
.header .button.is-link {
    color: var(--color-menu) !important;
    transition: 320ms all;
    font-weight: 400;
    text-transform: unset;
    letter-spacing: 0;
    font-size: 14px;
    min-height: unset;
    line-height: 1.4;
    padding: 0;	
}

.header .button.is-link span{
	background: linear-gradient(var(--color-menu), var(--color-menu)) no-repeat ;
    background-position: 0px 100% ;
    background-size: 0px 1px ;
    background-repeat: no-repeat ;
    display: inline;
    transition: 320ms all;
}

.header .button.is-link:hover span{
    background-size: 100% 1px;
}

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

.header-main .header-nav {
    flex-wrap: nowrap;
    align-items: center;	
}

.search-popup-btn-wrap {
    cursor: pointer;
    width: fit-content;	
}

.search-popup-btn-wrap  .icon-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: var(--color-menu);
    transition: 320ms all;
    gap: 9px;
    font-size: 14px;
    font-weight: 400;	
}

.search-popup-btn-wrap  .icon-box:hover {
    color: var(--color-menu-hover);
}

.search-popup-btn-wrap .icon-box svg {
	padding: 0;
}

.search-popup-btn-wrap .icon-box-img {
	width: 17px !important;
    line-height: 1;
    padding-top: 3px;	
}

.search-popup-btn-wrap .icon-box  .icon-box-text {
	padding: 0;
}


/* Handle width js hidden when overflow  ------*/
/* 
.header .flex-left > .header-bottom-nav {
	flex-wrap: nowrap;
	max-width: 100%;
}

.header .header-bottom-nav > .menu-item > a  {
	width: max-content;
} 

.header .header-bottom-nav > .menu-item.hidden {
	display: none;
}

.header-bottom .flex-right {
	display: none;
}

.header-bottom .flex-left {
	flex: 1 1 ;
	max-width: calc(100% - 20px);
}

*/

/* Custom nav dropdown ---- */
#header .nav-dropdown .header-search-form {
	padding: 0 12px;
}

#header .sub-menu,
#header .nav-dropdown {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 12px 0;
  min-width: 260px;
  background-color: rgb(var(--bg));
}

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

header .nav .nav-dropdown li+li {
  border-top: 0px;
}

#header .sub-menu>li>a,
#header .nav-dropdown>li>a {
    padding: 0;
    margin: 0;
    border: 0px;
    text-transform: capitalize;
    color: rgb(var(--color-text-title));
    font-size: 14px;
    font-weight: 400;
    position: relative;
	 transition: 300ms all;
	display: inline;
	background: linear-gradient(rgb(var(--color-text-title)), rgb(var(--color-text-title))) no-repeat;
    background-position: 0px 100%;
    background-size: 0px 1px;
    background-repeat: no-repeat;	
}

#header .sub-menu>li>a:hover,
#header .nav-dropdown>li>a:hover {
     background-size: 100% 1px;
}


header .menu-item-design-default .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 .menu-item-design-default .sub-menu .sub-menu {
	  position: absolute;
	  left: 80%;
	  top: -1px;
	  opacity: 0;
	  visibility: hidden;
	  transition: 300ms all;
	  border-top: 0px;
}

#header .sub-menu .sub-menu a {
  font-weight: 400;
}

header .menu-item-design-default .sub-menu li:hover>.sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
} 


/* Header - Dropdown Container width */
/* 
#header .menu-item-design-container-width>ul.sub-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: fit-content;
  max-height: 60vh;
  overflow: auto;
  padding: 30px;
  border-top: 1px solid rgb(var(--bg), 20%);
  gap: 20px 30px;
}

#header .menu-item-design-container-width .sub-menu {
  border-top: 0px;
  min-width: unset;
  padding: 0;
}

#header .menu-item-design-container-width li {
  padding: 0;
}

#header .menu-item-design-container-width li a {
  padding: 7px 0px;
  font-size: var(--size-small);
  font-weight: 400;
}

#header .menu-item-design-container-width>ul>li>a {
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid rgb(var(--bg), 20%);
  margin-bottom: 15px;
  padding: 0 0 10px 0;
} */

/* Custome icon  */
.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-search>a>.icon-search {
  display: none;
}

.header-search>a .icon-search {
  transition: unset;
}

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

.account-item i {
  display: none;
}

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

header .account-item svg,
header .cart-item svg {
	    width: 18px;
}

.header-nav .nav-icon a {
    display: flex;
    flex-wrap: nowrap;
    gap: 13px;
    font-weight: 400;
    font-size: 14px;	
}

.header-nav .nav-icon a:after {
	content: 'Menu';
}

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

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

.nav-icon .qodef-m-lines:hover .qodef-m-line {
  background-color: var(--color-menu-hover);
}

/* Menu - Aside ------------ */
.off-canvas-left .mfp-content {
	background-color: var(--background);
	width: 100%;
	max-width: var(--drawer-width, 500px);
	--background: rgb(var(--bg));
	--on-background: rgb(var(--color-text-title));
	--color-border: rgb(var(--color-border-1), 15%);
}


/* Menu - Level */
.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-weight: 400!important;
    text-transform: unset!important;
    transition: 300ms all!important;
	opacity: 1!important;
	font-size: var(--size-3)!important;
    letter-spacing: 0!important;
    background: linear-gradient(var(--on-background), var(--on-background)) no-repeat;
    background-position: 0px 100%;
    background-size: 0px 1px;
    background-repeat: no-repeat;
    display: inline;	
    padding: 0 !important;
    width: fit-content;
    flex: unset;	
}

.mfp-content .menu-item.active > a,
.mfp-content .nav.nav-sidebar .menu-item > a:hover {
    background-size: 100% 1px;	
}

.mfp-content .nav-sidebar .menu-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 10px;
    padding: 10px 28px;	
}

.mfp-content .nav.nav-sidebar > li > .sub-menu > li > a {
	font-size: 16px!important;
}

.mfp-content .nav-sidebar .sub-menu  .sub-menu a {
	font-size: 16px!important;
}

.mfp-content .sub-menu .sub-menu:has(img).is-current-slide {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
    align-self: flex-start;
}

.mfp-content .sub-menu .sub-menu:has( img) .menu-item {
    padding: 14px 0 10px;
    flex-basis: 50%;
    display: inline!important;
    text-align: center;	
}

.mfp-content .sub-menu .sub-menu:has( img) .nav-slide-header {
	flex-basis: 100%;
}

.mfp-content .sub-menu .sub-menu:has( img) img {
    margin: 0 0 10px;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;	
}

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

.mfp-content .toggle {
    color: var(--on-background);
    margin: 0;
    width: 35px;
    height: 35px;
    min-height: unset;
    opacity: 1;
    font-size: 14px;
}

.mfp-content .nav-sidebar li+li {
	border-top: 0!important;
}

.mfp-content .header-logo-link  {
    padding-left: 0 !important;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 24px;
    padding-top: 24px;
}

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

.mfp-content .nav-slide-header  {
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 12px!important;	
}

.mfp-content .nav-slide-header  button.toggle {
	color: var(--on-background);
    opacity: 1;
    font-size: var(--size-3);
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 28px;	
	line-height: 1.2;
} 

.mfp-content .nav-slide-header .toggle i {
    font-size: 24px;
    line-height: 1;
    margin: 4px 0 0;
}


.mfp-content .nav-sidebar .header-block,
.mfp-content .nav-sidebar .header-block > div {
	width: 100%;
}

.header-more-info {
    border-top: 1px solid var(--color-border);
    margin-top: 20px;
    padding: 20px 0 50px;	
}


.mfp-content .nav.nav-sidebar .header-more-info .menu-item a {
    font-size: var(--size-small) !important;
    min-height: unset;
    line-height: 1.4;
    display: inline;	
}



/* Canvas - Light box search */
/* #search-lightbox .searchform .flex-row {
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: white;
  padding: 5px 10px;
  border-radius: 100px;
}

#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: transparent;
  color: rgb(255 255 255 / 0.8);
  font-size: 1rem;
}

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

body .mfp-bg.mfp-ready {
  opacity: 0.85;
} */

/* 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-3);
  font-weight: 400;
}

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

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


/* Home - Title Simple ---- */
.home-title-simple :is(h1, h2){
	line-height: 1.3;
    font-size: var(--size-6);
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 14px;	
}

.home-title-simple h6 {
    font-weight: 400;
    opacity: 1;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-size: 10px;	
}

.home-title-simple p {
	opacity: 0.72;
}



/* Home - Hero ------- */
.section-video-controll .el-btn-icon {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    color: rgb(var(--bg));
    transition: 320ms all;
    cursor: pointer;	
}

.section-video-controll .el-btn-icon:hover {
    background-color: rgb(var(--bg), 15%);
}

.section-video-controll .el-btn-icon svg {
    width: 100%;
    height: auto;	
	pointer-events: none;
}

.section-video-controll .el-btn-pause {
    width: fit-content;	
}

.section-video-controll .el-btn-volume {
    width: fit-content;	
}


.section-video-controll  .el-btn-pause {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 20;	
}
.section-video-controll  .el-btn-volume {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 20;	
}

.home-hero  .section-content {
    min-height: 72vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
}


/* Home - Category Hot ------ */
.home-cat-hot .box-image {
    clip-path: inset(0 0 0 0 round var(--radius-3));
    transition: 320ms clip-path;
}

.home-cat-hot .box:hover .box-image {
    clip-path: inset(2% 2% 2% 2% round var(--radius-4));	
}

.home-cat-hot .box p {
	font-weight: 500;
    margin: 0;
    font-size: 1rem;
    text-decoration: underline 1px;
    text-underline-offset: 3px;
    transition: 320ms all;
    text-decoration-color: transparent;	
}

.home-cat-hot .box:hover p {
    text-decoration-color: currentcolor;	
}

.home-cat-hot .box .box-text {
	padding: 14px 5px 20px;	
}


/* Home - Services ----- */
.home-services {
	overflow: hidden;
		
	--item-w: calc(100% / 3);
	--item-p: 5px 8px 60px;	
}

.home-services .slider h6 {
	opacity: 1;
    font-weight: 400;
    text-transform: unset;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 12px;	
}

.slider.slider-nav-dots-simple  .dot {
    border: 0;
    height: 6px;
    margin: 0 5px;
    opacity: .4;
    width: 6px;
}














/* Ux - Post Box ---- */
.box-blog-post .post-title {
  margin-bottom: 8px;
}

.box-blog-post .box-text {
	padding: 12px 0;	
}

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

.box-blog-post .box-image {
    background-image: var(--sketch-loading-bg);
    background-size: var(--sketch-loading-bg-size);
    animation: var(--sketch-loading-animetion);	
}

.box-blog-post .post-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    font-weight: 500;
    font-size: 1rem;
}


.box-blog-post .post-meta {
  opacity: 1;
  font-size: var(--size-small-a);
}

.box-blog-post .cat-label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-size: var(--size-small-a);
  opacity: 1;
  font-weight: normal;
  text-transform: unset;
  margin-bottom: 12px;
}

.box-blog-post .from_the_blog_excerpt {
    font-size: var(--size-small);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.7;
}


.box-blog-post.box-vertical {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: stretch;
}


/* Ux - Slider ---- */
.slider.slider-nav-simple .flickity-button svg {
	display: none;
}

.slider.slider-nav-simple .flickity-button {
    background: url(/wp-content/themes/vietcoder-child/assest/icon/arrow-previous.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 32px;	
}

.slider.slider-nav-simple .flickity-button.next {
    background-image: url(/wp-content/themes/vietcoder-child/assest/icon/arrow-next.svg);
}






/* Ux - Product Box ----  */
body:is(.archive, .single-product) .product-small.box {
	--price-color: rgb(var(--bg));
	box-shadow: 0px 6px 8px rgb(var(--bg-opposite),0.2), 0px -4px 4px -4px rgb(var(--bg-opposite),0.1);
}

body:is(.archive, .single-product) .product-small.box .box-text {
	padding: 10px 14px 16px;
    background-color: rgb(var(--color-primary));	
}


body:is(.archive, .single-product) .product-small.box  .product-title a {
	color: rgb(var(--bg));
}

body:is(.archive, .single-product) .product-small.box  span.amount {
	color: var(--price-color); 
}

body:is(.archive, .single-product) .product-small.box  .price {
    color: var(--price-color);
}

/* Use clip by css no children img */
.product-small.box .image-fade_in_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.product-small.box .box-image img {
    background: linear-gradient(0deg, #f8f8f8, #eaeae9);
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 40px 10px -10px #00000003;
	object-fit: cover;
}

.product-small.box .box-image a {
    width: 100%;
    height: 100%;	
}

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

.product-small.box .name a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
   
    margin: 0;
}

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

span.woocommerce-Price-amount.amount bdi {
  font-size: 14px;
  font-weight: 400;
  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,
del span.woocommerce-Price-amount.amount bdi {
}

.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: 500;
  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: rgb(var(--color-primary));
  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: 500;
  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;
}

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

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

.off-canvas .sidebar-inner {
    padding: 40px 45px;
}

.sidebar-inner aside.widget {
	margin-bottom: 30px;
}

.sidebar-inner aside.widget + aside.widget:not(.widget_btn_clear_filter_widget) {
    border-top: 1px solid rgb(var(--color-border-1), 12%);
    padding-top: 30px;	
}


aside.widget .widget-title {
    display: block;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 12px;	
}

aside.widget li+li {
  border-top: 0px;
}

aside.widget .cat-item a {
  font-size: 14px;
}

aside.widget li .count {
    font-size: var(--size-small-a);
    font-weight: 400;
    opacity: 0.5;
}

/* Widget - Filter by price  */
.widget_price_filter .ui-slider-horizontal {
  height: 3px;
  margin-bottom: 24px;
}

.widget_price_filter .price_label {
  font-size: 14px;
  line-height: 1.4;
}

.widget_price_filter .price_slider_amount .button {
  background-color: #000;
  border-radius: 3px;
  font-size: 0.95rem;
  min-height: unset;
  line-height: 1.2;
  padding: 7px 18px;
}


/* Widget - Filter by attr */
.widget.widget_layered_nav li a {
    padding: 10px 12px 10px 40px;
    position: relative;
    font-size: 16px;
    color: rgb(var(--color-text-title));
    font-weight: 400;
}

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

.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: 22px;
    vertical-align: sub;
    color: rgb(var(--color-primary));
    position: absolute;
    left: 0;
    top: 10px;
}

/* Widget - Btn clear filter --- */
.widget_btn_clear_filter_widget .btn-clear-filter {
	display: block;
    width: 100%;
    background-color: rgb(var(--bg-opposite));
    color: white;
    padding: 10px 22px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    transition: 240ms all;
    text-decoration: underline 1px;
    text-underline-offset: 5px;
    text-decoration-color: transparent;
    border-radius: var(--radius-1);
    margin-top: 40px;
}

.widget_btn_clear_filter_widget .btn-clear-filter:hover {
  text-decoration-color: currentColor;
}


/* If attr color swatch ---- */
.widget.widget_layered_nav li .ux-swatch--color+a {
  padding-left: 0px;
}

.widget.widget_layered_nav li .ux-swatch--color+a:before,
.widget.widget_layered_nav li .ux-swatch--color+a:after {
  display: none;
}


/* Filter button on mobile -------- */
.category-filtering .filter-button {
    padding: 8px 16px;
    border-radius: 100px;
    line-height: 1.2;
    position: relative;
    border: 1px solid rgb(var(--bg));
    color: rgb(var(--bg));
    font-weight: 400;
    text-transform: unset;
    letter-spacing: 0;
    transition: 320ms all;
    height: var(--btn-h);
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
}

.category-filtering .filter-button:hover {
    box-shadow: inset 0 0 0 1px currentColor;
}

.category-filtering .filter-button strong {
	font-weight: inherit;
}

.category-filtering .filter-button:has(+ .inline-block .chosen):before {
	content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: rgb(var(--color-alert));
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 20;
    transform: translate(35%, -35%);
    box-shadow: 0px 0px 0px rgb(var(--color-alert));
}

.category-filtering .el-order-wrap {
	color: rgb(var(--bg));
}

.category-filtering .inline-block {
  display: none;
}

.category-filtering ul li.chosen a:before {
  display: none;
}



/* Shop  ------------ */
.category-page-title {
    position: relative;
    isolation: isolate;
	overflow: hidden;
	
}
 

.category-page-title .el-bg {
    display: block;
    width: 100%;
	height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.category-page-title .el-wrap-inner {
    padding: 40px 15px 40px;
    
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.category-page-title .shop-page-title {
    font-size: var(--size-4);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;	
}

.category-page-title .el-description-inner {
    max-width: 600px;	
	margin-top: 14px;
}

.category-page-title:has(.el-bg) .shop-page-title,
.category-page-title:has(.el-bg) .el-description-inner {
    color: rgb(var(--bg));
}

body.archive .category-page-row {
	padding-top: 20px;
	 max-width: unset!important;
}

body.archive .products.row {
    max-width: unset!important;	
}

.shop-filter-wrap {
	position: relative;
    border-top: 1px solid rgb(var(--color-border-1), 10%);
    --btn-h: 40px;
}

.shop-filter-wrap .el-inner {
	font-size: 14px;
    display: flex;
    justify-content: space-between;
    gap: 5px 20px;
    align-items: center;
    padding: 7px 0;
}

body .woocommerce-ordering .orderby {
	background-color: transparent;
    box-shadow: none;
    border-radius: 100px;
    padding: 5px 17px;
    border: 1px solid rgb(var(--bg), 100%);
    height: var(--btn-h);
    transition: 320ms all;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    font-size: inherit;
    color: rgb(var(--bg));
}

body .woocommerce-ordering .orderby:hover {
	border-color: rgb(var(--bg),0.5);
}

.shop-filter-wrap .el-order-wrap {
	color:rgb(var(--bg));
}

.ux-loader__inner  {
	background-color: transparent!important;
	box-shadow: none!important;
}



/* Product Single Detail ------ */
.product-info .el-col-info  .col-inner {
	max-width: 360px;
    margin: auto;	
	display: grid;
    gap: 0;
}

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

.single-product .el-col-info .product-thumbnails {
	margin: 0 -5px 24px -5px;
}


.single-product .el-col-info .price-wrapper {
	order: -1;
}

.product-info .price {
    margin: 0 0 22px;
}

.product-info .entry-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 12px;
	order: -1;
}

.product-info span.woocommerce-Price-amount.amount bdi {
	font-size: 16px;
    color: rgb(var(--color-text-title));
}

.product-info del span.woocommerce-Price-amount.amount bdi,
.product-info .price del {
    font-size: 16px;
}

.product-info .product-short-description {
    font-size: var(--size-small);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 22px;
}

.product-info .product-short-description p {
  margin-bottom: 10px;
}

.product-info del>span.amount {
  font-size: unset;
}

.product-info .quantity {
  height: 42px;
	margin: 0;
}

.product-info .cart:not(.variations_form),
.product-info .variations_button {
    display: flex;
    gap: 12px;	
	padding-top: 5px;
}

.product-info .single_add_to_cart_button  {
	flex: 1;
    margin: 0;
    font-size: 15px;
    text-transform: unset;
    letter-spacing: 0;
    border-radius: 100px;
    height: 42px;
    font-weight: 400;	
}

.product-info .quantity .button.is-form {
    background: transparent;
    padding: 0 20px;
    border-radius: 100px;
    line-height: 1.2;
    height: 42px;
}

.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: 14px;
	margin-bottom: 14px;
	color: rgb(var(--color-text-title));
	line-height: 1.4;
	font-weight: 500;
	margin-top: 28px;
}

.product_meta>span {
	font-weight: 400;
    padding: 14px 0;
    border-top: 1px solid rgb(var(--color-border-1), 8%)
}

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

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

.product-info .button.icon {
  margin-left: 0;
  margin-right: 10px;
  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;

}

.product-info .el-the-content {
    margin: 5px 0 10px;	
}

.product-info .content-box-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: var(--size-small);
}

.product-info .el-the-content[data-is-open="false"] .content-box-inner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, white, transparent);
}

#wrapper  .product-info  .button.is-small.btn {
	font-size: 14px;
}

.product-info .btn-loadmore {
	display: inline;
    margin-top: 20px;
    cursor: pointer;
    background: linear-gradient(45deg, black, black);
    background-position: 0% 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition: 320ms all;
    font-size: var(--size-small);	
}

.product-info .btn-loadmore:hover {
    background-size: 100% 1px;
}

.product-info .button.el-btn-more {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    min-height: unset;
    line-height: 1.5;
    color: rgb(var(--color-text-title));
    background-color: transparent;
    border: 0;
    box-shadow: none;
	text-align: left;
}

.product-info .el-stack-cta {
    border-top: 1px solid rgb(var(--color-border-1), 10%);
    padding-top: 16px;	
}

.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 {
	font-size: var(--size-3);
    margin-top: 0;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0;
}

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

/* Product thumbnails ------ */
.single-product .product-thumbnails .flickity-slider>.col {
  max-width: calc(100% / 6);
  padding: 0 5px 0;
}


.single-product .product-thumbnails img {
  opacity: 1;
  margin-bottom: 0;
  border: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.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: rgb(var(--bg-2nd));
  border: 1px solid rgb(var(--color-border-1), 10%);
  border-radius: 7px;
  transition: 320ms all;
  position: relative;
  padding-top: 100%;
  height: unset;
}

.single-product .product-thumbnails .is-nav-selected a,
.single-product .product-thumbnails a:hover {
  border-color: rgb(var(--color-border-1));
  transform: none;
}


/*  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 20px;
    font-size: var(--size-small-a);
    line-height: 1.1;
    box-shadow: 0 0 0 1px var(--color-border);
    color: var(--color-text);
    transition: 320ms all;
}

.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;
}

.product-info .variations .label label {
    color: rgb(var(--color-text-title));
    font-weight: 500;
    font-size: inherit;
    margin: 0 0 2px;
}

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

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

.variations tr + tr .label {
    padding-top: 5px;	
}


/* Cart Page ----- */
.woocommerce-cart {
  --btn-mh: 44px;
  --border-color: rgb(var(--color-border-1), 15%);
  --border-title-color: rgb(var(--color-border-1));
  --bg-gray: rgb(var(--bg-2nd));
}

.cart_item .product-name a {
  color: rgb(var(--color-text-sub));
  font-weight: 500;
}

.woocommerce-cart .checkout_coupon .button {
  background-color: rgb(var(--bg));
  border: 1px solid var(--border-color);
  height: var(--btn-mh);
  border-radius: var(--radius-small);
  color: rgb(var(--color-text-title));
}

.woocommerce-cart main .button:not(.is-link, .is-form) {
  min-height: var(--btn-mh);
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: unset;
  letter-spacing: 0;
  font-size: var(--size-small);
  border-radius: var(--radius-small);
  border-width: 1px;
  display: inline-flex;
}


/* Checkout Page ----- */
body.woocommerce-checkout,
.shop_table {
  --border-color: rgb(var(--color-border-1), 15%);
  --border-title-color: rgb(var(--color-primary));
  --bg-gray: rgb(var(--bg-2nd));
  --input-h: 50px;
}

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

body.woocommerce-checkout .woocommerce-invalid .input-text {
  border-color: var(--fs-color-alert);
}

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


body.woocommerce-checkout .checkout_coupon .button {
  color: rgb(var(--bg));
  text-shadow: none;
  background-color: rgb(var(--bg-opposite));
  text-transform: unset;
  letter-spacing: 0;
  height: var(--input-h);
}

.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);
}

button#place_order {
  font-size: 1rem;
  border-radius: var(--radius-small);
  font-weight: 600;
}

.wc-select-search-box {
  position: relative;
  margin-bottom: 1em;
}

.wc-select-search-box .el-curent-name {
  height: var(--input-h);
  font-size: 16px;
  box-shadow: none;
  border: 1px solid var(--border-color);
  padding: 12px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
}

.woocommerce-invalid .wc-select-search-box .el-curent-name {
  border-color: var(--fs-color-alert);
}

.wc-select-search-box .el-curent-name:before {
  content: '\e5cf';
  font-family: var(--ff-material-outline);
  font-size: 1.2em;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}


.wc-select-search-box .el-popup {
  position: absolute;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  left: 0;
  top: 100%;
  background-color: rgb(var(--bg));
  z-index: 100;
  box-shadow: 0 10px 20px rgb(var(--color-text-title), 10%);
  display: flex;
  flex-direction: column;
  transition: 320ms all;
  transform: translatey(-5px);
  opacity: 0;
  pointer-events: none;
}

.wc-select-search-box.active .el-popup {
  transform: translatey(0px);
  opacity: 1;
  pointer-events: all;
}

.wc-select-search-box .el-input-wrap {
  padding: 14px;
}

.wc-select-search-box input {
  font-size: 16px;
  border: 1px solid var(--border-color);
  box-shadow: none;
  min-height: 44px;
  margin: 0;
}

.wc-select-search-box input:focus {
  box-shadow: none;
}

.wc-select-search-box .el-options-wrap {
  flex: 1 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 16px;
}

.wc-select-search-box .option-empty-result {
  font-size: 1rem;
  padding: 8px 14px;
  cursor: pointer;
  transition: 320ms all;
}

.wc-select-search-box option {
  font-size: 1rem;
  padding: 9px 14px;
  cursor: pointer;
  transition: 320ms all;
  display: none;
}

.wc-select-search-box option.show {
  display: block;
}

.wc-select-search-box option:hover,
.wc-select-search-box option.current {
  background-color: rgb(var(--bg-opposite), 5%);
}

.wc-select-search-box+.input-main {
  display: none;
}


.woocommerce-invoice-fields {
  margin: 24px 0;
  background-color: var(--bg-gray);
  clear: both;
}

.woocommerce-invoice-fields .woocommerce-form__label {
  font-size: var(--size-small);
  font-weight: 600;
  overflow: hidden;
  text-transform: none;
  width: 100%;
  padding: 13px 10px;
  cursor: pointer;
}

.woocommerce-invoice-fields .invoice_address {
  display: none;
}

.woocommerce-invoice-fields.active .invoice_address {
  display: block;
}

.woocommerce-invoice-fields .el-field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4%;
  padding: 0 20px 5px;
}

.woocommerce-invoice-fields #invoice_require_field {
  display: none;
}



/* 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: rgb(var(--color-text-title));
  margin-bottom: 14px;
}

.woocommerce-checkout .checkout_coupon .button:not(.is-link) {
  height: 56px;
}

/* UX  - Slider infinity */
.section-slider-wrap {
  --item-w: calc(100% / 3);
  --item-p: 10px 15px 30px;
}
#wrapper .slider-infinity .slider-item,
#wrapper .slider-infinity .post-item {
  opacity: 1;
  max-width: var(--item-w)!important;
  padding: var(--item-p);
	min-height: 100%;
} 

/* Ux - Content Loadmore --- ---- */
/* .content-box-loadmore {
  position: relative;
  z-index: 20;
  overflow: hidden;
}

.pt_content_btn_loadmore .btn-loadmore {
  background-color: rgb(var(--bg));
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid var(--fs-color-primary);
  padding: 5px 20px;
  border-radius: var(--btn-radus);
  color: var(--fs-color-primary);
  transition: 220ms all;
  cursor: pointer;
}

.pt_content_btn_loadmore .btn-loadmore:hover {
  background-color: var(--fs-color-primary);
  color: white;
}

.pt_content_btn_loadmore {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgb(var(--bg)) 10%, transparent);
  padding: 20px 20px 5px;
} */

/* 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: rgb(var(--bg-2nd));
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 5px;
}


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

.page-numbers li .page-number:hover {
  color: rgb(var(--bg));
}

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

.wrap-scroll-bar::-webkit-scrollbar-thumb {
  background: rgb(var(--color-primary)) !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-3, 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: rgb(var(--bg));
  color: rgb(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:after {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: -5;
    background-color: rgb(var(--bg));
}

.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;
  }
} */

.sketch-loading {
  background: var(--sketch-loading-bg);
  background-size: var(--sketch-loading-bg-size);
  animation: var(--sketch-loading-animetion);
}

@keyframes sketchloading {
  to {
    background-position-x: -200%;
  }
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: rgb(var(--color-primary));
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

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

/* Single Post -------------- */
.entry-header .is-divider {
  display: none;
}

.entry-header .entry-header-text {
  padding-bottom: 0;
}

.entry-header .entry-category {
	margin-bottom: 12px;
    font-size: var(--size-small);
    line-height: 1.4;
    color: rgb(var(--color-text-title));
    font-weight: 400;
    letter-spacing: 0;
    opacity: 1;
}

.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-4);
    font-weight: 500;
    color: rgb(var(--color-text-title));
    line-height: 1.3;
    margin-bottom: 18px;
}

.entry-header .entry-meta {
  font-size: 1rem;
  text-transform: unset;
  letter-spacing: 0;
  color: rgb(var(--color-text-sub));
}

.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;
	color: rgb(var(--color-text-title));
}

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


.single-post .entry-content {
    padding-bottom: 0;
    padding-top: 30px;
    border-top: 1px solid rgb(var(--color-border-1), 10%);
    margin-top: 30px;
}

.single-post .post {
  margin-bottom: 0;
}

.single-blog_release h3 {
	font-size: var(--size-4);
    line-height: 1.3;
    margin-bottom: 16px;
    font-weight: 500;
}


/* Wishlist Page --- */
.wishlist-title-container {
  margin-top: 20px;
}

/* Ux - Tab Nav To Slider ------ */
/* .tab-nav-slider .swiper-tab-nav .tab {
    list-style: none;
    width: max-content;
    margin: 0;	
}

.tab-nav-slider .swiper-tab-nav .swiper-slide {
    width: max-content;
    margin-bottom: 0;
}

.tab-nav-slider .swiper-tab-nav {
    width: 100%;	
	margin-bottom: 12px;
}

.tab-nav-slider .swiper-tab-nav .swiper-wrapper {
	display: flex;
	justify-content: center;
}

.tab-nav-slider .swiper-tab-nav a {
	display: block;
    background-color: transparent;
    border-radius: 100px;
    padding: 10px 24px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    color: rgb(var(--color-text-title), 0.7);
    transition: 320ms all;	
}

.tab-nav-slider .swiper-tab-nav a:hover {
    color: rgb(var(--color-text-title));
}

.tab-nav-slider .swiper-tab-nav .active a {
    background-color: rgb(var(--bg-opposite), 8%);
    color: rgb(var(--color-text-title));
} */


/* Ux - Accordion ----- */
/* .home-faq .accordion-item {
  border-radius: 20px;
  overflow: hidden;
  background: rgb(var(--bg));
  border: 1px solid rgb(var(--color-border-1), 15%);
  box-shadow: 0 0 10px rgb(var(--bg-opposite), 8%);
  padding: 20px;
}

.home-faq .accordion-item+.accordion-item {
  margin-top: 16px;
}

.home-faq .accordion-inner {
  padding: 14px 0 0;
}

.home-faq .accordion-inner>*:last-child {
  margin-bottom: 0;
}

.home-faq .accordion-title {
  background: transparent;
  padding: 0;
  border: 0;
  color: rgb(var(--color-text-title));
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  font-size: var(--size-3);
  line-height: 1.5;
  align-items: center;
}

.home-faq .accordion-title .toggle {
  position: relative;
  left: unset;
  right: unset;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  box-shadow: 0px 2px 5px rgb(var(--bg-opposite), 13%) !important;
  min-height: unset;
  transform: unset;
  opacity: 1;
  order: 5;
  top: unset;

}

.home-faq .accordion-title .toggle:before {
  content: '\e145';
  font-family: var(--ff-material-outline);
  opacity: 1;
  color: rgb(var(--color-text-title));
  line-height: 1;
  font-size: 24px;
}

.home-faq .accordion-title.active .toggle:before {
  content: '\e5cd';
}

.home-faq .accordion-title i {
  display: none;
}

.home-faq .accordion-title span {
  flex: 1;
} */

/* Ux - Search Popup ----- */
.search-popup {
	
}

.search-popup .pt-popup-inner {
    display: flex;
    align-items: center;	
}

.search-popup .pt-popup-content {
    background-color: rgb(var(--bg));
    border-radius: var(--radius-4);
	height: unset;
}

.search-popup .pt-popup-content > .wrap {
	max-width: 849px;
    max-height: min(800px, 90vh);
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    pointer-events: all;
    width: 100vw;
    display: block;	
}

.search-popup .el-log {
    padding: 40px 20px 30px;	
}

.search-popup .el-log img {
    height: 35px;
    width: auto;
    margin: 0 auto;	
}

.search-popup .el-keywords {
	display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
    align-items: baseline;
    padding: 0 20px;	
	justify-content: center;
}

.search-popup .el-keywords p {
    font-size: var(--size-small-a);
    text-transform: uppercase;	
	margin: 0;
	opacity: 0.6;
}

.search-popup .el-keywords .ux-menu{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 20px;
    font-size: var(--size-small);	
}

.search-popup .el-keywords .ux-menu-link__link {
    padding: 0;
}

.search-popup h6 {
	padding: 22px 20px 0px;
    font-size: 1rem;
    font-weight: 400;
    opacity: 1;
    letter-spacing: 0;
    text-transform: unset;
    margin: 20px 0 20px;
    border-top: 1px solid rgb(var(--color-border-1), 10%);	
}

.search-popup .product-small.box  {
	border-right: 1px solid rgb(var(--bg));
}

.search-popup .product-small.box .box-text {
	padding: 5px 12px 24px;	
}

.search-popup .ux-search-box {
	padding: 0 20px 20px;	
}


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

.footer-info {
	border-top: 1px solid rgb(var(--color-border-1), 10%);
	font-size: 14px;
	
	--accord-py: 18px;
}

.footer-info p {
	margin-bottom: 12px;
	line-height: 1.6;
}

.footer-info p a {
	color: currentColor;
    text-decoration: underline 1px;
    text-underline-offset: 2px;	
}

.footer-info .row .col {
	padding: 0 27px var(--accord-py);
}

.footer-info .col  .col-inner {
    border-top: 1px solid rgb(var(--color-border-1), 15%);
    padding-top: var(--accord-py);	
}

footer  .ux-menu-link__link {
	min-height: unset;
    line-height: 1.6;
    padding: 6px 0;	
	display: inline;
}




.footer-info .accordion-inner {
  padding: 16px 14px 0;
}

.footer-info .accordion-title {
	background: transparent;
    padding: 0;
    border: 0;
    
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    font-size: var(--size-2);
    line-height: 1.5;
    align-items: center;
    font-weight: 400;
 }

.footer-info .accordion-title .toggle {
	position: relative;
	left: unset;
	right: unset;
	margin: 0;
	width: 20px;
	height: 20px;
	border: 0;
	min-height: unset;
	transform: unset;
	opacity: 1;
	order: 5;
	top: unset;
	display: flex;
	align-items: center;
	justify-content: center;

}

.footer-info .accordion-title .toggle:before {
	content: '\e145';
    font-family: var(--ff-material-outline);
    opacity: 1;
    
    line-height: 1;
	    font-size: 18px;

    font-weight: 400;
}

.footer-info .accordion-title.active .toggle:before {
	  content: '\e15b';
}

.footer-info .accordion-title i {
  display: none;
}

.footer-info .accordion-title span {
  flex: 1;
}

@media only screen and (min-width: 850px) {
	.footer-info .col  .col-inner {
		border-top: none;
		padding-top: 0;	
	}
	.footer-info .accordion-inner {
		padding: 20px 0 0;
		display: block !important;
	}

	.footer-info .accordion-title {
		font-size: var(--size-small-a);
	}

	.footer-info .accordion-title .toggle {
		display: none;
		
	}
}


.footer-copy {
	border-top: 1px solid rgb(var(--color-border-1), 10%);
	font-size: 13px;
}

.footer-copy .ux-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 20px;	
}

.footer-copy .ux-menu-link {
    --stack-gap: 0;	
}

.pt-social {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 12px;	
}

.pt-social a.icon {
    margin: 0;
    font-size: 16px;	
}



















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

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 849px) {
  :root {
    font-size: 14px;
    --size-ratio: 1.13;
    --size-small-a: 12px;
  }

  .container-width,
  .ubermenu-nav,
  .container,
  .row:not(.row-full-width) {
    max-width: 650px !important;
  }

  .wrap {
    top: var(--top-md, var(--top));
    left: var(--left-md, var(--left));
    right: var(--right-md, var(--right));
    bottom: var(--bottom-md, var(--bottom));
  }
	
	header #logo {
		width: 154px;
	}
	body .header.show-on-scroll, 
	body .stuck .header-main {
		height: 60px !important;
	}
	.search-popup-btn-wrap .icon-box .icon-box-text {
		display: none;
	}
	
	.slider.slider-nav-simple .flickity-button {
		width: 26px!important;
	}
	
	#wrapper .button.btn:not(.is-link, .is-underline) {
		padding: 10px 28px; 
	}
	
	.home-services {
		--item-w: calc(100% / 2);
	}
	
	.search-popup .pt-popup-content {
		border-radius: 0;
	}
	
	.footer-copy  {
		text-align: center;
	}
	.footer-copy .ux-menu {
		justify-content: center;
		text-align: center;
	}
	
	
	.shop-filter-wrap {
		--btn-h: 36px;
	}
	 .shop-filter-wrap .category-filter-row {
        padding: 0px 0;
    }
	.shop-filter-wrap .el-inner {
		font-size: 13px;
		padding: 16px 0;
	}
	.shop-filter-wrap .el-order-wrap {
		flex: 1;
	}
	.shop-filter-wrap .woocommerce-ordering {
		width: 100%;
		margin: 0;
	}
	.category-page-title .el-bg {
		z-index: 1;
		height: unset;
		padding-top: 56%;
		position: relative;
	}
	.category-page-title:before {
		display: none;
	}
	.category-page-title:has(.el-bg) .shop-page-title,
	.category-page-title:has(.el-bg) .el-description-inner {
		color: rgb(var(--color-text-title));
	}
	.category-page-title .el-wrap-inner {
		padding: 24px 15px 20px;
		min-height: unset; 
	}


	.product-info .el-row-wrap {
		max-width: 650px!important;
	}
	.product-info .el-col-info .col-inner {
		max-width: unset;
	}

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

  body .col.product-info {
    padding-top: 30px;
  }

  /* Wishlisht - Page  */
  .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    text-align: left;
    margin-left: -10px;
    font-size: 1rem;
  }

  .wishlist_table.mobile label {
    font-weight: bold;
    color: rgb(var(--color-text-title));
  }

  .wishlist_table.mobile td {
    font-size: var(--size-small);
  }

  .wishlist_table .item-details tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .wishlist_table .product-name h3 {
    line-height: 1.3;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 549px) {
  .wrap {
    top: var(--top-sm, var(--top-md, var(--top)));
    left: var(--left-sm, var(--left-md, var(--left)));
    right: var(--right-sm, var(--right-md, var(--right)));
    bottom: var(--bottom-sm, var(--bottom-md, var(--bottom)));
  }
	.section-video-controll .el-btn-volume {
		right: 10px;
		bottom: 10px;
	}
	.section-video-controll .el-btn-pause {
		left: 10px;
		bottom: 10px;
	}
	.home-hero .section-content {
		padding: 0 60px 40px;
	}
	
	.home-services {
		--item-w: calc(100% / 1.1);
	}

}