:root {
  --theme-color: #f2cc8f;
  --theme-color2: #dcb04f;
  --black: #292929;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'SVN-PoppinsLight';
  --medi: 'SVN-PoppinsMedium';
  --semi: 'SVN-PoppinsSemiBold';
  --bold: 'SVN-PoppinsBold';
  --light: 'SVN-PoppinsLight';
}

@font-face {
  font-family: 'SVN-PoppinsLight';
  src: url('./fonts/SVN-PoppinsLight.woff2') format('woff2'),
    url('./fonts/SVN-PoppinsLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-PoppinsMedium';
  src: url('./fonts/SVN-PoppinsMedium.woff2') format('woff2'),
    url('./fonts/SVN-PoppinsMedium.woff') format('woff'),
    url('./fonts/SVN-PoppinsMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Poppins';
  src: url('./fonts/SVN-Poppins.woff2') format('woff2'),
    url('./fonts/SVN-Poppins.woff') format('woff'),
    url('./fonts/SVN-Poppins.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-PoppinsSemiBold';
  src: url('./fonts/SVN-PoppinsSemiBold.woff2') format('woff2'),
    url('./fonts/SVN-PoppinsSemiBold.woff') format('woff'),
    url('./fonts/SVN-PoppinsSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-PoppinsBold';
  src: url('./fonts/SVN-PoppinsBold.woff2') format('woff2'),
    url('./fonts/SVN-PoppinsBold.woff') format('woff'),
    url('./fonts/SVN-PoppinsBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair-Display-Bold';
  src: url('./fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
    url('./fonts/PlayfairDisplay-Bold.woff') format('woff'),
    url('./fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Format theme */
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: normal;
  font-family: var(--semi);
}

p {
  margin-bottom: 0.8em;
}

p,
a,
ul,
li,
div {
  font-family: var(--regular), sans-serif;
}

.uxb-wrapper.uxb-wrapper--text {
  position: unset;
}

.uxb-wrapper.uxb-wrapper--team_member {
  width: 25%;
}

body {
  font-size: 16px;
  color: var(--black);
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: var(--regular), sans-serif;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1rem;
}

.section-title-container {
  margin-bottom: 0 !important;
}

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

.section-title-normal {
  border-bottom: 0;
}

.row-slider .flickity-page-dots {
  bottom: -10px;
}

.error404 .error-404 {
	margin-top: 70px;
}
.error404 .col-404 .box-image {
	width: 45%;
	margin-bottom: 15px;
}
.error404 .col-404 .page-title {
	font-size: 1.25em;
}
.error404 .col-404 p {
	font-size: 18px;
}
.error404 .col-404 a.btn-ha {
	background-color: black;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: black;
	border: 1px solid black;
}

.slider-nav-reveal {
  overflow: unset;
}

.row-slider .flickity-page-dots .dot.is-selected {
  width: 30px;
  border-radius: 10px;
}

/* Header */
#header.transparent .header-main,
#header .stuck .header-main {
  height: 75px !important;
}

#header .stuck .header-bg-color {
  background-color: #fff;
}

#header .top-divider {
  border-color: #ababab;
  opacity: 1;
}

#masthead .image-icon:after {
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-family: var(--medi);
}

.search-hidden,
.menu-hidden {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.search-hidden.show,
.menu-hidden.show {
  display: block;
}

#header .btn-info {
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  color: var(--theme-color);
  display: block;
  cursor: pointer;
  z-index: 999;
}
.header-full-width .container {
  padding-left: 100px;
  padding-right: 40px;
}
.header-nav-main.nav-left {
  justify-content: center;
}
.header-nav-main > .menu-item {
  margin: 0px 15px;
}

.header-nav-main .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}

.header-nav-main > .menu-item > a {
  color: #292929;
  padding: 26px 0;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--medi);
}

.header-nav-main > .menu-item > a:hover {
  color: var(--theme-color2) !important;
}

.header-nav-main > .menu-item > a .box-menu {
  display: none;
}

.header-nav-main > .menu-item.active > a {
  color: var(--theme-color2);
}

.header-nav-main > .menu-item > a:before {
  content: '';
  position: absolute;
  background: var(--theme-color2);
  width: 0%;
  height: 2px;
  opacity: 0;
  bottom: 0px;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.header-nav-main > .menu-item > a:hover:before,
.header-nav-main > .menu-item.active > a:before {
  opacity: 1;
  width: 100%;
  transition: all 0.5s;
}

#header .icon-shopping-basket:before {
  display: none;
}
#header .icon-shopping-basket {
  width: 28px;
  height: 28px;
  background: url(/wp-content/uploads/2023/11/icon-cart.svg) no-repeat center;
  background-size: cover;
}
.header-nav-main .cart-item {
  width: 40px;
  height: 36px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-nav-main .header-cart-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.header-nav-main .header-cart-icon img {
  width: 26px;
  min-width: auto;
}

.header-nav-main .cart-item {
  margin: 0 !important;
}

.header-nav-main .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-size: 20px;
}

#header .header-button-1 {
  margin-left: 20px;
}

#header .header-button-1 .button {
  background: #f2f1ed;
  font-weight: normal;
  color: #292929;
  border: 0;
  width: 157px;
  text-align: left;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

#header .header-button-1 .button:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(./images/icon-search-black.svg) no-repeat center;
  margin-right: 12px;
  background-size: cover;
}

#header .header-bottom {
  position: absolute;
  width: 100%;
  height: 75px;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: block !important;
}
#header .header-bottom.show {
  opacity: 1;
  visibility: visible;
}
.header-bottom .searchform {
  background-color: hsla(0, 0%, 83.1%, 0.4);
  position: relative;
  border-radius: 99px;
  width: 500px;
}
#header .btn-menuall {
  position: absolute;
  top: 0;
  margin: 0;
  z-index: 10;
  width: 75px;
  height: 75px;
  background-color: #292929;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: none;
  left: 0;
  gap: 8px;
}
#header .btn-menuall img {
  width: 30px;
  object-fit: contain;
}
#header .btn-menuall span {
  /* display:none; */
  font-size: 11px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  height: fit-content;
  line-height: 1;
}
#header #logo img {
  max-height: 42px !important;
}

#header .menu-item .icon-angle-down {
  opacity: 1;
  transform: translateY(-2px);
  height: 22px;
  display: none;
}

#header .close-menu {
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  cursor: pointer;
}

.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu {
  min-width: 250px;
  background: #3d3d3d;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  top: 75px;
}

.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a {
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 9px 15px;
  display: block;
  border-bottom: 0;
  line-height: 22px;
}

.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a:hover {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.header-nav-main.menu-item:not(.menu-item-has-block)
  .sub-menu
  .menu-item:last-of-type
  a {
  border-bottom: 0;
}

.header-nav-main .menu-item:after,
.header-nav-main .menu-item:before {
  display: none;
}

.header-nav-main .menu-item.menu-item-has-block > .sub-menu {
  box-shadow: none;
  border-top: 1px solid #ddd;
}

#header #header-contact li {
  margin: 0;
}

#header-contact .icon-envelop:before,
#header-contact .icon-phone:before {
  content: '\f0e0';
  font-family: var(--fa6);
  color: var(--theme-color);
  font-size: 22px;
}

#header-contact li i {
  margin-right: 5px;
}

#header-contact .icon-phone {
  animation: shake_ani 1s infinite ease-in-out;
  animation: shake_ani 1s infinite ease-in-out;
}

#header-contact .icon-phone:before {
  content: '\f025';
  font-weight: bold;
}

#header #header-contact li a {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  opacity: 1;
  padding: 0px 30px;
  border-right: 1px solid #ebebec;
  height: 60px;
}

#header #header-contact li:first-of-type a {
  border-left: 1px solid #ebebec;
}

#header #header-contact li:last-of-type a {
  font-size: 22px;
  color: var(--theme-color);
  font-family: var(--bold);
}

#header #header-contact li a:after {
  display: none;
}

#header .searchform .button.icon {
  border: 0;
  color: #777;
  box-shadow: none;
  position: absolute;
  top: 0;
  background: transparent !important;
  width: 50px;
  height: 50px;
  right: 20px;
  padding: 0;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#header .searchform .icon-search {
  width: 20px;
  height: 20px;
  background: url(./images/icon-search-black.svg) no-repeat center;
  background-size: cover;
}
#header .searchform .icon-search:before {
  display: none;
}
#header .html_topbar_left {
  position: unset;
}
#header .searchform input[type='search'] {
  border: 0;
  box-shadow: none;
  font-size: 16px;
  height: 50px;
  color: #666;
  background: transparent;
  padding: 0 70px 0 20px;
  font-size: 15px;
}
#header .close-search {
  padding: 0;
  margin: 0;
  position: absolute;
  transform: translateY(-50%);
  right: -70px;
  top: 50%;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#header .close-search i {
  color: #666;
  font-size: 28px;
}
/* End header */
#wrapper .button.btn-viewall {
  margin: 0;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-weight: normal;
  font-family: var(--medi);
  padding: 0 15px;
  border: 1px solid var(--black);
  border-radius: 4px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  color: var(--black);
  font-size: 18px;
  line-height: 24px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: #fff;
}

#wrapper .button.btn-viewall::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--black);
  transform-origin: center;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}

#wrapper .button.btn-viewall:hover {
  color: #fff;
  box-shadow: none;
}

#wrapper .button.btn-viewall:hover::before {
  transform: translate3d(-50%, -50%, 0) scale3d(25, 15, 15);
}

.slider-nav-circle .flickity-button {
  width: 45px !important;
  height: 45px;
  box-shadow: none !important;
  top: 45% !important;
  margin-top: 0 !important;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  transform: unset !important;
  color: #999;
}
.slider-nav-circle .flickity-button.next {
  right: 10px;
}
.slider-nav-circle .flickity-button.previous {
  left: 10px;
}
.single .woocommerce-product-gallery .flickity-button {
  width: 45px !important;
  height: 45px;
  box-shadow: none !important;
  top: 45% !important;
  margin-top: 0 !important;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;

  transform: unset !important;
  color: #999;
}
.single .woocommerce-product-gallery .zoom-button {
  display: none;
}
.slider-nav-circle .flickity-button svg,
.single .woocommerce-product-gallery .flickity-button svg {
  display: none;
}

.slider-nav-circle .flickity-button:before,
.single .woocommerce-product-gallery .flickity-button:before {
  font-family: var(--fa6);
  content: '\f0da';
  color: inherit;
  font-weight: 300;
  font-size: 65px;
  width: 100%;
  font-weight: bold;
}

.slider-nav-circle .flickity-button.previous:before,
.single .woocommerce-product-gallery .flickity-button.previous:before {
  content: '\f0d9';
}

.slider-nav-circle .flickity-button:hover {
  color: #fff;
  background: var(--theme-color);
}

.slider-nav-circle .flickity-button:hover:before {
  color: #fff;
}

.product-small.box .box-text {
  padding: 0px 15px 20px;
}
.home .product-small.box .box-text {
  padding: 20px 25px 20px;
}
.product-small.box .add-to-cart-button a {
  margin: 20px 0 0;
  height: 45px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--semi);
  padding: 0 15px;
  border: 1px solid #292929;
  border-radius: 4px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: var(--black);
  width: 100%;
}

.product-small.box:hover .add-to-cart-button a {
  opacity: 1;
  visibility: visible;
}
.product-small.box .added_to_cart {
  display: none !important;
}
.product-small.box:hover .add-to-cart-button a {
  color: #fff;
}

.product-small.box .add-to-cart-button a:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--black);
  transform-origin: center;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}

.product-small.box:hover .add-to-cart-button a:before {
  transform: translate3d(-50%, -50%, 0) scale3d(22, 16, 15);
}

.product-small.box .box-image img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.product-small.box {
  padding-top: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.5s;
}

.product-small.box:hover img {
  transform: scale(1.08);
}
.product-small.box:hover .box-image:before {
  opacity: 0.5;
}
.product-small.box .box-image {
  max-width: 300px;
}
.product-small.box .image-none {
  padding-top: 120%;
  overflow: unset;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.product-small.box .box-image:before {
  content: '';
  background-image: url(./images/logo-line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 78%;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  opacity: 0.15;
}

.product-small.box .product-title a {
  font-size: 24px;
  font-weight: normal;
  color: #000;
  margin: 0px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  text-align: center;
  font-family: var(--bold);
}

.product-small.box:hover .product-title a {
  color: var(--theme-color);
}

.product-small.box .product-title {
  margin: 0;
}
.product-small.box .desc-home {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.product-small.box .price-wrapper {
  height: 24px;
}
.product-small.box .price-wrapper .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 24px;
}
.product-small.box .add-to-cart-button {
  text-align: center;
}
.product-small.box .price-wrapper ins {
  display: flex;
  align-items: center;
  order: 1;
}

.product-small.box .price-wrapper del {
  order: 2;
  text-decoration: none;
}

.product-small.box .price-wrapper del .amount {
  font-size: 15px !important;
  line-height: 24px;
  color: #666;
  margin-right: 0;
  position: relative;
  opacity: 1;
  font-weight: normal;
  text-decoration: line-through;
  font-family: var(--regular);
}

.product-small.box .price-wrapper .amount {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  font-family: var(--semi);
}

.product-small.col .badge-container {
  margin-top: 6.5px;
  margin-left: 6.5px;
}

.product-small.col .badge-container .badge-inner {
  background-color: var(--theme-color);
  border-radius: 5px;
  height: 26px;
  max-height: 26px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  font-family: var(--semi);
}

.info-sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 75px);
  padding: 50px;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  background: rgb(61 61 61 / 50%) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(30px);
  overflow: unset;
  opacity: 0;
  visibility: hidden;
}
.info-sidebar .searchform-wrapper {
  display: none;
}
.info-sidebar.show {
  opacity: 1;
  visibility: visible;
}
.info-sidebar .menu {
  margin-bottom: 0;
}
.info-sidebar .menu a {
  position: relative;
  display: block;
  padding: 18px 0;
  font-size: 18px;
  font-family: var(--semi);
}
.info-sidebar .close-info-sidebar {
  margin: 0;
  font-size: 30px;
  padding: 0;
  width: 50px;
  height: 50px;
  max-height: 50px;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50px;
  right: 50px;
}
.info-sidebar .close-info-sidebar i {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}
.info-sidebar .menu a:after {
  content: '';
  width: 0;
  border-bottom: 3px solid var(--theme-color);
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.info-sidebar .menu a:hover:after {
  width: 100%;
}
.info-sidebar .menu li + li {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.info-sidebar .col-right {
  padding-left: 150px;
}
.info-sidebar .box-text {
  padding: 0;
}
.info-sidebar .col-right .box {
  display: flex;
  align-items: center;
  opacity: 0;
}

.info-sidebar .col-right.hover .box {
  animation: blurContentNavBranch 0.5s linear forwards;
}
.info-sidebar .box .content {
  margin-bottom: 30px;
  color: #fff;
}
.info-sidebar .box .box-image {
  width: 40%;
  flex-shrink: 0;
  margin-right: 40px;
}
.info-sidebar .box h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 22px;
}
.admin-bar .info-sidebar {
  height: calc(100% - 107px);
}

.info-sidebar .img {
  max-width: 168px;
  margin-bottom: 30px;
}

.info-sidebar.show {
  visibility: visible;
  right: 0;
}

.info-sidebar .btn-close {
  position: absolute;
  top: 21px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
  cursor: pointer;
}

.info-sidebar .btn-close svg {
  fill: currentColor;
}

/* slider-home */
.sec-slider .slider-nav-circle .flickity-button {
  width: 40px !important;
  height: 40px;
}
.sec-slider .slider-nav-circle .flickity-button.next {
  top: calc(45% - 20px) !important;
}
.sec-slider .slider-nav-circle .flickity-button.next:before {
  font-family: unset;
  content: '';
  background: url(./images/i-next.svg) no-repeat center;
  background-size: 25px;
  height: 100%;
}
.sec-slider .slider-nav-circle .flickity-button.previous {
  left: unset;
  right: 10px;
  top: calc(45% + 25px) !important;
}
.sec-slider .slider-nav-circle .flickity-button.previous:before {
  font-family: unset;
  content: '';
  background: url(./images/i-prev.svg) no-repeat center;
  background-size: 25px;
  height: 100%;
}
.sec-slider .scroll-for-more {
  opacity: 1;
  margin: 0 0 20px;
}
.sec-slider .scroll-for-more i:before {
  content: '\f078';
  font-family: var(--fa6);
  color: #fff;
  font-weight: 300;
  -webkit-animation: down-up-one 8s infinite;
  animation: down-up-one 3s infinite;
  display: block;
}
@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
#main .slider-home .slider .flickity-page-dots {
  bottom: 10px;
}

#main .slider-home .slider .flickity-page-dots li.dot {
  height: 3px;
  opacity: 1;
  width: 70px;
  background-color: #fff;
  margin: 0 8px;
}

#main .slider-home .slider .flickity-page-dots li.dot.is-selected {
  background-color: var(--theme-color);
}

/* End slider-home */
.sec-slider .img-mobile {
  display: none;
}
.sec-slider .loading-spin {
  display: none !important;
}

/* sec-home-2 */
.sec-home-2:before {
  content: '';
  width: 866px;
  height: 866px;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #ffffff 0%, #ffffff00 100%) 0% 0%
    no-repeat padding-box;
  opacity: 0.15;
  position: absolute;
  left: -252px;
  top: -236px;
}

.sec-home-2:after {
  content: '';
  width: 866px;
  height: 866px;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #f2cc8f 0%, #f2cc8f00 100%) 0% 0%
    no-repeat padding-box;
  opacity: 0.15;
  position: absolute;
  right: -400px;
  bottom: -100px;
}

#main .sec-home-2 {
  padding-bottom: 90px;
}

.sec-home-2 .img:before {
  content: '';
  width: 400px;
  max-width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  bottom: -4px;
  background: url(./images/line-title.svg) no-repeat center;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

.sec-home-2 .img:after {
  content: '';
  width: 4px;
  max-width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  right: -2px;
  background: url(./images/line-doc.svg) no-repeat center;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.sec-home-2 .row:nth-of-type(2) .img:after {
  left: -2px;
  right: unset;
}

.sec-home-2 .col-text h2 {
  font-size: 36px;
  line-height: 46px;
  font-family: var(--semi);
  margin-bottom: 28px;
}

.sec-home-2 .col-text p {
  font-size: 16px;
}

.sec-home-2 .row:first-of-type .col-text {
  padding-left: 50px;
  padding-bottom: 0;
  padding-top: 70px;
}
#wrapper .sec-home-2 .row {
  max-width: 1280px !important;
}
.sec-home-2 .row:first-of-type {
  margin-bottom: 100px;
}

#wrapper .sec-home-2 .button.btn-viewall {
  margin-top: 40px;
}

.sec-home-2 .row:first-of-type .image-cover {
  clip-path: polygon(calc(100% - 75px) 0, 100% 75px, 100% 100%, 0 100%, 0 0);
}

.sec-home-2 .row:nth-of-type(2) .image-cover {
  clip-path: polygon(75px 0, 100% 0, 100% 100%, 0 100%, 0% 75px);
}

.sec-home-2 .row:nth-of-type(2) .col-text {
  padding-right: 50px;
  padding-bottom: 0;
  padding-top: 70px;
}

/* End sec-home-2 */
/* sec-home-3 */
.sec-home-3 .bg {
}

.sec-home-3 .title {
  margin-bottom: 40px;
}

.sec-home-3 .title h3 {
  font-size: 36px;
  line-height: 46px;
  font-family: var(--semi);
  margin-bottom: 12px;
}

.sec-home-3 .title p {
  max-width: 500px;
  margin: 0 auto;
}
#main .sec-home-3 {
  padding-bottom: 70px;
}
#main .sec-home-3 .row-product {
  max-width: 1200px;
  margin: 0 auto;
}

/* End sec-home-3 */
/* sec-home-1 */
.sec-home-1 {
  position: relative;
}
.sec-home-1 .img-gt {
  position: absolute;
  width: 400px !important;
  top: -42%;
  right: 0;
}
.sec-home-1 .large-8 .col-inner {
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.sec-home-1 h2 {
  font-size: 36px;
  margin-bottom: 40px;
}
.sec-home-1 p {
  text-align: justify;
}
#wrapper .sec-home-1 .button.btn-viewall {
  width: 200px;
  margin-top: 16px;
  border: 0;
}
/* End sec-home-1 */
/* sec-home-6 */
.sec-home-6 .col-top {
  padding-bottom: 60px;
}
.sec-home-6 .col-top h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sec-home-6 .col-top h2 {
  font-size: 36px;
  margin-bottom: 25px;
}
.sec-home-6 .box-image img:nth-of-type(2) {
  background-color: var(--theme-color);
  opacity: 0;
}
.sec-home-6 .box-category {
  background-color: var(--theme-color);
  border-radius: 8px;
  overflow: hidden;
}
.sec-home-6 .box-category .box-text {
  padding: 29px 22px 48px;
}
.sec-home-6 .box-category .header-title {
  font-size: 24px;
  margin: 0 0 11px;
}
.sec-home-6 .box-category .box-desc {
  color: #252525;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}
.sec-home-6 .box-category img {
  transition: all 0.4s ease;
}
.sec-home-6 .box-category:hover img:nth-of-type(2) {
  opacity: 1;
  transform: scale(1);
}
#wrapper .sec-home-6 .box-category:hover .btn-viewall {
  color: #fff;
  box-shadow: none;
}
#wrapper .sec-home-6 .box-category:hover .btn-viewall:before {
  transform: translate3d(-50%, -50%, 0) scale3d(25, 15, 15);
}
#wrapper .sec-home-6 {
  padding-bottom: 60px;
}
/* End sec-home-6 */
/* sec-home-7 */
.product-home .product-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 800px;
}
.product-home .product-item--left,
.product-home .product-item--right {
  padding: 50px 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-home .product-item--right {
  background-color: var(--theme-color);
}
.product-home .product-item__banner {
  position: absolute;
  width: 100%;
  height: 100%;

  inset: 0;
}
.product-home .product-item__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-home .product-item__banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
  background-color: #000;
  opacity: 0.4;
}
.product-home .product-item__content {
  z-index: 5;
  position: relative;
  width: 400px;
  max-width: 100%;
}
.product-home .product-item__description {
  width: 100%;
  background-color: var(--theme-color);
  color: #000;
  padding: 6px 10px;
  text-align: center;
  font-size: 24px;
  font-family: var(--semi);
  line-height: 1.4;
  margin-bottom: 25px;
}
.product-home .product-item__title {
  color: #fff;
  text-align: center;
  font-size: 46px;
  line-height: 1.3;
  font-family: var(--semi);
  margin-bottom: 0;
}
.product-home .product-box {
  max-width: 600px;
  display: flex;
  align-items: center;
}
.product-home .product-box .box-image {
  width: 50%;
  flex-shrink: 0;
  margin-right: 20px;
}
.product-home .product-box .box-image .image-cover {
  padding-top: 150%;
}
.product-home .product-box .product-name {
  display: none;
}
.product-home .product-box .box-text {
  /* padding: 185px 0 0; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 50%;
}
.product-home .product-box .box-text:before {
  content: '';
  width: 80px;
  height: 65px;
  background: url(./images/logo_mini.webp) no-repeat center;
  background-size: contain;
  display: block;
  margin: 0 auto 35px;
}
.product-home .product-desc {
  margin-bottom: 40px;
  text-align: center;
}
.product-home .product-desc p {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}
#main .product-home.slider .flickity-page-dots {
  bottom: 20px;
}
/* sec-home-7 */
.home-textrun {
  background-color: #000;
  padding: 0.65rem 0;
}
.home-textrun .sliding-text__description {
  color: #fff;
  margin: 0;
  padding: 0 2rem;
  font-family: var(--bold);
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0.4px;
}
.home-textrun .sliding-text__description span {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px #fff;
  font-weight: bold;
  margin: 0;
  position: relative;
}
.home-textrun .sliding-text__slide {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
/* .home-textrun .sliding-text {
  animation: textrun linear infinite;
  animation-duration: 48s;
  display: flex;
} */

/* home-video */
#main .home-video {
  padding-bottom: 40px;
}
.home-video .col-text {
  padding-right: 50px;
}
.home-video .col-text h2 {
  font-size: 36px;
  line-height: 46px;
  font-family: var(--semi);
  margin-bottom: 25px;
}
.home-video .col-text p {
  font-size: 16px;
}
.home-video strong {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  font-family: var(--medi);
}
.home-video .social-icons a {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 26%);
  border: 0.5px solid #292929;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 50%;
  color: #292929;
  font-size: 20px;
  margin: 0 22px 0 0;
}
.home-video .social-icons a:hover {
  background-color: #fff;
  color: var(--theme-color);
  border-color: var(--theme-color);
}
#list-video .owl-item {
  transition: all 0.4s;
}
#list-video .owl-item.cloned {
  opacity: 0.5;
}
#list-video .owl-item.active {
  opacity: 0.5;
}
#list-video .owl-item.firstactiveitem {
  opacity: 1 !important;
}
#list-video .owl-item.firstactiveitem .video-item {
  width: 280px !important;
}
#list-video .video-item .video-fit {
  padding-top: 177.25%;
  border-radius: 4px;
  pointer-events: none;
}
#list-video .firstactiveitem .video-fit {
  pointer-events: all;
}
#list-video .video-item .videoInItem::-webkit-media-controls-fullscreen-button,
#list-video .video-item .videoInItem::-webkit-media-controls-play-button {
  display: none;
}
#list-video .video-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: block;
  background-color: #292929;
  z-index: 1;
  opacity: 0.5;
}
#list-video .video-item:has(.playing):before {
  display: none;
}
#list-video .video-item .video-button {
  width: 72px;
  height: 72px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 7%) 0% 0% no-repeat padding-box;
  border: 0.5px solid #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  border: 1px solid white !important;
  -webkit-animation: ripple 0.7s linear infinite;
  animation: ripple_video 0.7s linear infinite;
  opacity: 0;
  visibility: hidden;
}
#list-video .firstactiveitem .video-item .video-button {
  opacity: 1;
  visibility: visible;
}
#list-video .firstactiveitem .video-item .playing .video-button {
  opacity: 0;
  visibility: hidden;
}
#list-video .video-item .video-button i {
  margin-left: 5px;
}
#list-video .owl-stage {
  height: 532px;
  overflow: hidden;
}
#list-video .owl-stage {
  display: flex;
  align-items: center;
}
#list-video .owl-item.firstactiveitem .video-item {
  filter: unset;
  pointer-events: auto;
  cursor: pointer;
  background-color: transparent;
}
#list-video .item {
  width: 200px !important;
  transition: all 0.4s ease;
}
.home-video #video-counter {
  position: absolute;
  top: 50px;
  left: 305px;
  font-size: 18px;
  display: flex;
  align-items: flex-end;
}
.home-video #video-counter span {
  font-size: 22px;
  width: 26px;
  display: inline-block;
  line-height: 30px;
}
#list-video .owl-nav button {
  width: 43px;
  height: 43px;
  color: #fff;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: #292929;
  opacity: 1;
  border: 1px solid #000;
}
#list-video .owl-nav button:hover {
  background-color: #fff;
  color: #292929;
}
#list-video .owl-nav {
  position: absolute;
  bottom: 20px;
  left: 305px;
  gap: 12px;
  display: flex;
}

/* End home-video */

/* sec-home-4 */
.sec-home-4 .title p {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: none;
}
.sec-home-4 .title h3 {
  font-size: 36px;
  line-height: 46px;
  font-family: var(--semi);
  margin-bottom: 0;
}
.sec-home-4 .flickity-button {
  display: none;
}
.sec-home-4 .col-news {
  margin-top: 15px;
}
.sec-home-4 .box-text {
  padding-top: 28px;
}
.sec-home-4 .box-text-inner {
  display: flex;
  flex-direction: column;
}
.sec-home-4 .box-text .post-meta {
  order: -1;
  opacity: 1;
  font-size: 14px;
  line-height: 19px;
  color: #555;
  margin-bottom: 9px;
}
.sec-home-4 .is-link,
.blog-archive .box-text .button {
  margin-top: 10px;
  width: fit-content;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  color: #292929;
  position: relative;
  height: 23px;
  line-height: 23px;
  min-height: unset;
  padding: 0 10px 0 0;
  z-index: 2;
}
.sec-home-4 .is-link:after,
.blog-archive .box-text .button:after {
  content: '';
  width: 0;
  height: 23px;
  background: #292929;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s;
}
.sec-home-4 .is-link:hover:after,
.blog-archive .box-text .button:hover:after {
  width: 100%;
}
.sec-home-4 .box-text .is-link:before,
.blog-archive .box-text .button:before {
  content: '\f178';
  font-family: var(--fa6);
  width: 23px;
  height: 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 0;
  font-weight: 400;
  font-size: 12px;
  background: #292929;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  margin-right: 10px;
}
.sec-home-4 .is-link:hover,
.blog-archive .box-text .button:hover {
  color: #fff;
}
.sec-home-5 .gallery-col.col {
  width: 210px;
  padding-bottom: 0;
}
.sec-home-5 .gallery-slider > .gallery-col.col {
  opacity: 0;
  display: none;
}
.sec-home-5 .uxb-wrapper--ux_gallery .gallery-slider > .gallery-col.col {
  opacity: 1;
  display: block;
}
.sec-home-5
  .uxb-wrapper--ux_gallery
  .gallery-slider
  > .gallery-col.col:nth-of-type(n + 7) {
  display: none;
}
#main .sec-home-5 {
  padding-top: 0;
  background: #f2f1ed;
  padding-bottom: 0;
}
.sec-home-5 .title h4 {
  font-size: 20px;
  font-family: var(--semi);
  margin-bottom: 0;
  /* text-transform: uppercase; */
  text-align: left;
  color: #292929;
}
.sec-home-5 .col-img > .col-inner {
  display: flex;
  align-items: center;
}
.sec-home-5 .col-left {
  flex-basis: 20%;
  max-width: 20%;
}
.sec-home-5 .col-right {
  flex-basis: 80%;
  max-width: 80%;
}
/* End sec-home-4 */
.sec-home-5 .gallery-col img {
  object-fit: contain;
  filter: grayscale(1);
  transition: all 0.4s;
  padding: 20px 20px;
  height: 100px;
}
.sec-home-5 .gallery-col:hover img {
  filter: unset;
}

.box-blog-post .box-text .cat-label {
  margin-bottom: 14px;
  margin-top: 0;
}

.box-blog-post .box-text .cat-label span {
  display: inline-block;
  z-index: 3;
  position: relative;
  color: #3dac22;
  background: #e9ffbb;
  border-radius: 2px;
  padding: 0px 15px;
  line-height: 20px;
  font-size: 12px;
}

.box-blog-post .box-text .post-title a {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--medi);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
}
.box-blog-post .box-text .post-title:hover a {
  color: var(--theme-color);
}
.box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #787878 !important;
  margin: 0;
}

/* End sec-newhome */

#main .slider .flickity-page-dots li.dot {
  width: 14px;
  height: 14px;
  margin: 0 10px;
  position: relative;
  border: 0;
  opacity: 0.5;
  background: #fff;
}

#main .slider .flickity-page-dots li.is-selected {
  opacity: 1;
}

#main .slider .flickity-page-dots {
  bottom: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer */
.back-to-top.button {
  border-radius: 4px !important;
  border: 1px solid #fff;
  background-color: #292929;
  bottom: 50px;
}

.absolute-footer {
  display: none;
}

.absolute-footer .copyright-footer {
  color: #e1e1e1;
  width: 100%;
  text-align: center;
}

#footer {
  background: #3d3d3d;
  overflow: unset;
}
#footer .sec-menu {
  padding-bottom: 0;
  padding-top: 60px;
}
#footer .logo-footer img {
  width: AUTO;
  height: 60px;
  filter: brightness(0) invert(1);
}
#footer .logo-footer {
  margin-bottom: 35px;
}
#footer a,
#footer p {
  color: #fff;
}
#footer a:hover {
  color: var(--theme-color);
}
#footer .col-1 ul {
  list-style: none;
}
#footer .col-1 ul li {
  margin-left: 0;
  padding-left: 22px;
  color: #fff;
  position: relative;
  margin-bottom: 13px;
  max-width: 330px;
}
#footer .col-1 ul li i {
  position: absolute;
  left: 0;
  top: 5px;
}
#footer .menu ul {
  list-style: none;
}
#footer .menu i {
  font-size: 16px;
  width: 16px;
  display: inline-flex;
  justify-content: center;
  margin-right: 15px;
}
#footer .menu ul li {
  margin-left: 0;
  color: #fff;
  position: relative;
  margin-bottom: 11px;
}

#footer .col-2 .col-inner {
  display: flex;
  justify-content: space-between;
}
#footer .col-2 a {
  font-size: 15px;
}
#footer .col-2 strong {
  font-size: 16px;
  font-family: var(--semi);
}
#footer .row-copyright {
  padding: 10px 0;
  position: relative;
}
#footer .row-copyright:before {
  content: '';
  width: calc(100% - 30px);
  border-top: 1px solid #707070;
  position: absolute;
  top: 0;
  left: 15px;
  height: 0;
}
#footer .row-copyright .col {
  padding-bottom: 0;
}
#footer .row-copyright .col-left .col-inner {
  display: flex;
  align-items: center;
}
#footer .row-copyright .col-left p {
  margin-bottom: 0;
  font-size: 13px;
  position: relative;
}
#footer .row-copyright .col-left p:first-child {
  padding-right: 24px;
}
#footer .row-copyright .col-left p:first-child:after {
  content: '';
  width: 0;
  height: 14px;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 6px;
  border-right: 1px solid #707070;
}
#footer .row-copyright .col-right p {
  margin-bottom: 0;
  font-size: 13px;
  text-align: right;
}
/* End Footer */
/* Page aboutus */
.blog-wrapper.page-wrapper {
  padding: 0;
}

.blog-wrapper .archive-page-header {
  position: relative;
  margin-bottom: 80px;
}

.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg,
.shop-page-title.category-page-title .banner-bg {
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
  padding: 225px 15px 50px;
  z-index: 3;
}

.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title,
.category-page-title h1.shop-page-title {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 0;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}

.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.shop-page-title.category-page-title .banner-bg:before,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background: #000000;
}
.rank-math-breadcrumb p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}
.blog-archive .rank-math-breadcrumb span:nth-of-type(n + 3) {
  display: none;
}
.single .shop-page-title .rank-math-breadcrumb a,
.single .shop-page-title .rank-math-breadcrumb span {
  color: #292929;
}
.rank-math-breadcrumb .separator {
  position: relative;
  margin: 0 10px;
  width: 10px;
  display: inline-block;
  color: #fff;
  opacity: 1;
}
/* blog-archive */
.blog-archive .blog-main {
  position: relative;
}

.blog-archive .blog-main .box-text {
  padding-top: 25px;
}

.blog-archive .blog-main .box-image:after,
.sec-home-4 .box-blog-post .box-image:after,
.page-about-3 .box-image:after {
  content: '';
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -50%;
  top: 0;
  transition: 0.75s;
  opacity: 0;
  transform: skew(30deg);
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
}
.blog-archive .blog-main .box-blog-post:hover .box-image:after,
.sec-home-4 .box-blog-post:hover .box-image:after,
.page-about-3 .box:hover .box-image:after {
  animation: shine2 0.5s linear forwards;
  width: 200%;
  left: 100%;
}

.blog-archive .box-text .box-text-inner {
  display: flex;
  flex-wrap: wrap;
}

.blog-archive .box img {
  transition: all 0.4s ease-in-out;
}

.blog-archive .box:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.blog-archive .box-text .post-meta {
  order: -1;
  opacity: 1;
  font-size: 14px;
  line-height: 19px;
  color: #555;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-archive .box-text .post-meta:before {
  content: '\f073';
  font-family: var(--fa6);
  font-weight: 300;
}

.blog-archive .box-text .post-title a:hover {
  color: var(--theme-color);
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: normal;
  font-family: var(--medi);
  color: var(--theme-color) !important;
}

.nav-pagination > li > span.current {
  color: #fff !important;
}

.nav-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px !important;
}

.nav-pagination > li > a:hover {
  color: #fff !important;
}

.nav-pagination .icon-angle-right:before {
  content: '\f061';
  font-family: var(--fa6);
  font-weight: 300;
}

.nav-pagination .icon-angle-left:before {
  content: '\f060';
  font-family: var(--fa6);
  font-weight: 300;
}

/* End blog-archive */
/* blog-single */

.blog-share {
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  border-top: 2px dotted rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 50px;
}

.blog-share .social-icons {
}

.blog-share .social-icons span {
  font-size: 16px;
  font-weight: normal;
  padding-right: 0;
  margin-bottom: 10px;
  color: #fff;
  font-family: var(--semi);
}

.blog-share a.icon {
  color: var(--theme-color);
  font-size: 18px;
  margin: 5px 10px;
}

.single .featured-title .page-title-inner {
  min-height: unset !important;
  padding: 280px 15px 180px;
}

.single .featured-title .entry-title {
  font-size: 50px;
  font-family: var(--garamond);
  margin-bottom: 0;
}

.single .blog-single {
  padding-top: 80px;
}

.single .blog-single .entry-content {
  padding: 0;
}

.blog-single h1.entry-title {
  font-size: 30px;
}

.box-postdate span {
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
}

.box-postdate span:before {
  content: '\f017';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 5px;
}

.box-postdate {
  position: relative;
  border-bottom: 1px solid #ffffff5e;
  padding-bottom: 15px;
}

.blog-single .entry-image {
  border-radius: 10px;
  overflow: hidden;
}

.blog-featured-title + #main .post-sidebar {
  padding: 0 15px;
}

.post {
  margin-bottom: 0;
}

.row-divided > .col + .col:not(.large-12) {
  border: 0;
}
.page-chinhsach .post-sidebar .box-widget {
  background: #fafafa;
  border: 1px solid #707070;
  padding: 16px 16px 20px;
  border-radius: 5px;
}
.page-chinhsach .post-sidebar .box-widget + .box-widget {
  margin-top: 15px;
}
.page-chinhsach .box-widget .title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: var(--medi);
  margin-bottom: 10px;
}
.page-chinhsach .box-search form {
  display: flex;
  border: 1px solid #c5c5c5;
  margin: 0;
  height: 40px;
}
.page-chinhsach .box-search input {
  margin: 0;
  border: 0;
  background-color: transparent;
  color: #292929;
  height: 100%;
  box-shadow: none !important;
  font-size: 15px;
}
.page-chinhsach .box-search input::placeholder {
  color: #292929;
  opacity: 1;
}
.page-chinhsach .box-search .button-search {
  margin: 0;
  background-color: #fff;
  color: #292929;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 34px;
  padding: 0;
  min-height: unset;
  margin-top: 2px;
  margin-right: 2px;
}
.page-chinhsach .box-contact ul {
  list-style: none;
  margin-bottom: 0;
}
.page-chinhsach .box-contact ul li {
  margin-left: 0;
}
.page-chinhsach .box-contact ul li:last-of-type {
  margin-bottom: 0;
}
.page-chinhsach .box-contact a {
  color: #292929;
  font-size: 15px;
}
.page-chinhsach .box-contact i {
  color: var(--theme-color);
  margin-right: 8px;
}
.page-chinhsach .box-form form {
  margin-bottom: 0;
}
.page-chinhsach .box-form input {
  background-color: transparent;
  box-shadow: none !important;
  height: 40px;
  color: #292929;
  font-size: 15px;
}
.page-chinhsach .box-form input::placeholder {
  color: #292929;
  opacity: 1;
}
.post-sidebar .blog-left {
  background: #fafafa;
  padding: 30px;
}
.post-sidebar .blog-left > .col:first-of-type {
  margin-bottom: 30px;
}
.post-sidebar .tit p {
  font-size: 20px;
  font-family: var(--medi);
  color: #000;
}
.post-sidebar .col.post-item {
  padding-bottom: 0;
}
.woocommerce-checkout .product-name a {
	color: black!important;
}
.post-sidebar .product-small.box {
  display: flex;
  align-items: center;
  border: 0;
}
.post-sidebar .product-small.box .box-image {
  width: 35% !important;
  flex-shrink: 0;
}
.post-sidebar .product-small.box .box-text {
  padding: 0 0 0 15px;
  text-align: left;
}
.post-sidebar .product-small.box .price-wrapper {
  display: none;
}
.post-sidebar .product-small.box .product-title a {
  text-align: left;
  font-size: 16px;
  -webkit-line-clamp: 1;
}
.post-sidebar .product-small.box .price-wrapper .price,
.post-sidebar .product-small.box .add-to-cart-button {
  display: none;
}

.post-sidebar .product-small.box .desc-home {
  text-align: left;
}
.post-sidebar .box-blog-post {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f3f31f;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.post-sidebar .box-blog-post .box-image {
  width: 35% !important;
  flex-shrink: 0;
  border-radius: 6px;
}

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

.post-sidebar .box-blog-post .post-title a {
  margin-bottom: 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.post-sidebar .box-blog-post .post-title a:hover {
  color: var(--theme-color);
}

.post-sidebar .col.post-item:last-of-type,
.post-sidebar .product-small.col:last-of-type {
  padding-bottom: 0;
}

.post-sidebar .col.post-item:last-of-type .box-blog-post,
.post-sidebar .product-small.col:last-of-type .product-small.box {
  padding-bottom: 0;
  border: 0 !important;
}

.post-sidebar .box-blog-post .post-meta span {
  font-size: 13px;
}

.post-sidebar .box-blog-post .post-meta span:before {
  content: '\f073';
  font-family: var(--fa6);
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin-right: 8px;
}

.featured-posts .title-post {
  font-size: 28px;
  margin-bottom: 30px;
}

.featured-posts .box-blog-post .image-cover {
  border-radius: 5px 5px 0 0;
}

.featured-posts .box-blog-post .box-text {
  padding: 23px 30px 27px;
  background: #f3f5f2;
}

.featured-posts .box-blog-post .box-text h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0;
}

.featured-posts .box-blog-post .box-text .button:after {
  margin-left: 4px;
}

.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button {
  border-radius: 6px;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: -80px !important;
  transform: unset !important;
  margin: 0;
  box-shadow: none !important;
  background-color: var(--theme-color);
  color: #fff;
}

.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button.next {
  right: 15px;
  left: unset;
}

.featured-posts
  .slider-nav-outside.slider-nav-circle
  .flickity-button.previous {
  left: unset;
  right: 75px;
}

.featured-posts .list-post {
  position: relative;
  margin-bottom: 70px;
}

.featured-posts .box-blog-post .box-text .button {
  color: #292930;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  position: relative;
  height: 27px;
  line-height: 27px;
  min-height: 27px;
}

.featured-posts .box-blog-post .box-text .button:after {
  content: '\f178';
  font-family: var(--fa6);
  transform: translateY(1px);
  display: inline-block;
  font-weight: 300;
}

.featured-posts .box-blog-post .box-text .button:before {
  content: '';
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}

.blog-archive .box-blog-post .button:hover:after,
.featured-posts .box-blog-post .box-text .button:hover:before {
  width: 100%;
  left: 0;
}

/* End blog-single */

/* Product */
#header .header-bg-color {
  background-color: #fff;
}
.sortbycate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sortbycate .titlesort {
  color: #000;
  font-size: 14px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.sortbycate .titlesort img {
  width: 20px;
  height: 20px;
}
.sortbycate .order-list {
  display: flex;
  list-style: none;
  margin: 0;
}
.sortbycate .order-list li + li {
  margin-left: 10px;
}
.sortbycate .order-list li {
  margin-bottom: 0;
}
.sortbycate .order-list a:hover {
  background-color: var(--theme-color);
  color: #292929;
  border-color: var(--theme-color);
}
.sortbycate .order-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 4px 10px;
  height: 32px;
  border-radius: 6px;
  min-width: 63px;
  background: #fff;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  border: 1px solid #333;
  color: #292929;
}
.product-info .breadcrumbs {
  display: none;
}
.single .product-main {
  padding-top: 80px;
  padding-bottom: 100px;
}
.single .product-gallery {
  position: relative;
}
.single .product-gallery .vertical-thumbnails {
  position: absolute;
  top: 0;
  z-index: 99;
  left: 35px;
  top: 25px;
  height: 350px;
  width: 60px;
  padding: 0;
  padding-right: 5px;
  flex-basis: unset;
  max-width: unset;
}
.single .product-gallery .large-10 {
  flex-basis: 100%;
  max-width: 100%;
}
.single .product-gallery .badge-container {
  display: none;
}
.single .product-gallery .woocommerce-product-gallery {
  background: #f2f1ed;
  border: 0;
}
.vertical-thumbnails {
  overflow-x: hidden;
  overflow-y: auto;
}

.vertical-thumbnails .col {
  left: 0 !important;
  margin-left: 1px;
  max-width: 100% !important;
  min-height: 0 !important;
  padding: 0 0 15px !important;
  position: relative !important;
  right: 0 !important;
  width: 95% !important;
}

.vertical-thumbnails .flickity-slider,
.vertical-thumbnails .flickity-viewport {
  height: auto !important;
  overflow: visible !important;
  transform: none !important;
}
.single .product-gallery .woocommerce-product-gallery__wrapper img,
.single .product-thumbnails img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.single .product-thumbnails a {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 125%;
  display: block;
  background-color: transparent;
  border: 0;
}
#wrapper .vertical-thumbnails .col {
  padding: 10px !important;
  background: rgb(255 255 255 / 24%) 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  margin-bottom: 10px;
  width: 100% !important;
  max-width: 50px !important;
  border: 1px solid transparent;
  transition: all 0.3s;
}
#wrapper .vertical-thumbnails .col.is-nav-selected {
  border-color: #fff;
  opacity: 1;
}

.single .product-gallery .woocommerce-product-gallery__wrapper a {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 120%;
  display: block;
}
#wrapper .product-thumbnails {
  margin-left: 0;
  margin-right: 0;
}
.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  margin: 0;
  transform: unset;
  border: 0 !important;
}
.single .product-info {
  padding-left: 55px;
  padding-top: 0;
}

.single .page-title .page-title-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.single .page-title .page-title-inner h2 {
  font-size: 70px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  font-family: var(--garamond);
  text-align: center;
}

.shop-page-title.category-page-title .page-title-inner {
  padding: 225px 15px 50px;
}
#shop-sidebar .product-categories .cat-item,
#shop-sidebar .filter-price li {
  border: 0 !important;
}
#shop-sidebar .product-categories .cat-item a,
#shop-sidebar .woocommerce-widget-layered-nav-list li a {
  font-size: 15px;
  color: #fff;
  position: relative;
  padding: 5px 0 5px 30px;
}
#shop-sidebar .product-categories .cat-item a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li a:before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  margin-right: 0 !important;
  color: #fff;
  border-radius: 50%;
}
#shop-sidebar .product-categories .cat-item.active > a,
#shop-sidebar .filter-price .active a {
  color: var(--theme-color);
  font-weight: 500;
}
#shop-sidebar .product-categories .cat-item.active > a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li.chosen a:before {
  content: '';
  background: var(--theme-color);
  color: #fff;
  font-size: 12px;
}
#shop-sidebar {
  display: none;
}
.mfp-content #shop-sidebar {
  display: block;
}
#shop-sidebar .widget {
  width: 100%;
}
#shop-sidebar .widget-title {
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: normal;
  font-family: var(--medi);
  margin-bottom: 12px;
  margin-top: 0;
  color: var(--theme-color);
}

#shop-sidebar #woocommerce_layered_nav-4 .woocommerce-widget-layered-nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}
#shop-sidebar .widget .is-divider,
.post-sidebar .widget .is-divider {
  display: none;
}
#shop-sidebar .widget:not(:last-of-type) {
  margin-bottom: 25px;
  padding-bottom: 20px;
}
#shop-sidebar .price_slider_wrapper {
  padding: 10px 0;
}

#shop-sidebar .woocommerce-widget-layered-nav-list .count {
  display: none;
}
#shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 0.25px solid #6d6d6d;
  top: -4px;
}
#shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #6d6d6d;
}
#shop-sidebar .widget_price_filter .price_label {
  display: flex;
  gap: 5px;
  width: 100%;
  float: left;
  order: 1;
  font-size: 16px;
  color: #fff;
}
#shop-sidebar .widget_price_filter .price_slider_amount .button {
  width: max-content;
  margin-top: 15px;
  order: 2;
  background-color: var(--theme-color);
  width: 60px;
  font-weight: normal;
  color: #292929;
  width: 100px;
  font-size: 14px;
}
#shop-sidebar .widget_price_filter .price_slider_amount {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
#shop-sidebar .widget_price_filter span {
  font-weight: normal;
}
#shop-sidebar .woocommerce-widget-layered-nav-list li {
  border: 0;
}

#shop-sidebar .woocommerce-widget-layered-nav-list .ux-swatch--color {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
#shop-sidebar #woocommerce_layered_nav-4 a {
  border: 1px solid #e7e7e7;
  text-align: center;
  border-radius: 5px;
}
#shop-sidebar #woocommerce_layered_nav-4 li:hover a {
  border-color: var(--theme-color);
}
#shop-sidebar .product-categories .cat-item:hover a,
#shop-sidebar .woocommerce-widget-layered-nav-list li:hover a {
  color: var(--theme-color);
}
#shop-sidebar .product-categories .cat-item:hover a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li:hover .ux-swatch--color {
  border-color: var(--theme-color);
}
.archive .category-page-row {
  padding-top: 80px;
}
.archive .title-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.archive .shop-container {
  padding-bottom: 60px;
}
.title-filter .category-filtering {
  border: 1px solid #292929;
  border-radius: 4px;
  padding: 0 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-filter .category-filtering i {
  margin: 0 !important;
}
.mfp-content:has(#shop-sidebar) {
  width: 375px;
  padding: 0;
  margin: 0;
  background: #3d3d3d 0% 0% no-repeat padding-box;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  overflow: unset;
}
.title-filter .product-main {
  padding-top: 80px;
}
.title-filter .category-filtering a {
  margin-top: 0;
}
.title-filter .category-filtering i {
  margin-right: 6px;
}
.title-filter .category-filtering strong {
  text-transform: none;
  font-family: var(--medi);
}
.product-info h1.product-title {
  font-size: 32px;
  margin-bottom: 30px;
  font-family: var(--semi);
  margin-bottom: 10px;
}
.product-info .price-wrapper {
  display: flex;
  margin-bottom: 25px;
}
.product-info .price-wrapper .title {
  line-height: 31px;
  font-size: 24px;
  margin-bottom: 0;
  margin-right: 10px;
}
.product-info .price-wrapper del {
  order: 2;
  text-decoration: unset;
  line-height: 20px;
  position: relative;
}

.product-info .price-wrapper ins {
  display: flex;
  align-items: center;
}

.product-info .price-wrapper ins .amount,
.product-info .price-wrapper span.amount {
  color: #000;
  font-size: 24px;
  line-height: 31px;
  font-weight: normal;
  font-family: 'SVN-Poppins';
}
.product-info .price-wrapper .woocommerce-Price-currencySymbol {
  font-size: 100%;
}
.product-info .price-wrapper del .amount {
  color: #555;
  text-decoration: line-through;
}

.product-info .price {
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 60px;
}
.product-info .product-short-description {
  margin-bottom: 55px;
  max-height: 140px;
  overflow-y: auto;
}
.related-products-wrapper {
  border: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.related-products-wrapper .row {
  overflow: unset;
  display: flex;
}

.related-products-wrapper .product-section-title {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 47px;
}
.related-products-wrapper .product-small.box {
  border: 0.5px solid #ddd;
  border-radius: 10px;
  background: #f6f6f6;
}
#main .related-products-wrapper .flickity-button {
  background: 0 0;
  box-shadow: none;
  top: -70px;
  transform: unset !important;
  opacity: 1;
  width: 35px !important;
  height: 30px;
  min-height: 30px;
  padding: 0;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .related-products-wrapper .flickity-button svg {
  display: none;
}
#main .related-products-wrapper .flickity-button:before {
  content: '\f105';
  font-family: var(--fa6);
}
#main .related-products-wrapper .flickity-button.previous {
  left: unset !important;
  right: 45px !important;
  border: 1px solid #c3c3c3;
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
#main .related-products-wrapper .flickity-button.previous:before {
  content: '\f104';
}
#main .related-products-wrapper .flickity-button:hover {
  color: var(--theme-color);
}
#main .related-products-wrapper .flickity-button.next {
  right: 10px !important;
  border: 1px solid #c3c3c3;
  border-radius: 0 5px 5px 0;
  border-left: 0;
}

#main .related-products-wrapper .flickity-button svg {
  margin: 0;
}

form.cart .woocommerce-variation-price {
  display: none;
}

.qty-text {
  display: flex;
  height: 40px;
  align-items: center;
  margin-right: 5px;
  width: 100%;
}

.product-info .single_add_to_cart_button,
.product-info .single_buynow_button {
  width: 100%;
  display: block;
}

.product-info .single_add_to_cart_button,
.product-info .single_buynow_button {
  background: #222;
  color: #fff;
  opacity: 1;
  box-shadow: unset;
  width: 100%;
  margin: 0;
  height: 40px;
  border-radius: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--regular);
  width: 160px;
  flex-shrink: 0;
  margin-left: 14px;
}

#wrapper .product-info .single_add_to_cart_button {
  background-color: #424242;
  flex: 1;
  margin-top: 0;
  border-color: #c5c5c5;
}

#wrapper .product-info .single_buynow_button {
  margin-right: 0;
  background-color: #f2cc8f;
  color: #292929;
}
#wrapper .product-info .single_buynow_button:hover {
  background-color: #424242;
  color: #fff;
  margin-top: 0;
  border: 0 !important;
}
#wrapper .product-info .single_add_to_cart_button:hover {
  background-color: var(--theme-color);
  color: #292929;
}
.product-info input[type='tel'] {
  margin-bottom: 0;
  background-color: transparent;
  font-size: 15px;
  height: 40px;
  border: 0;
  box-shadow: none;
  padding: 0 18px;
  color: #292929;
}
.product-info input[type='tel']::placeholder {
  color: #292929;
}
.product-info .form-call {
  /* border: 1px solid #292929; */
  margin-top: 30px;
  display: flex;
  height: 40px;
  margin-bottom: 43px;
  background: #f2f1ed;
}
.product-info .wpcf7 form {
  margin-block: 0;
}
.product-info .form-call .wpcf7-form-control-wrap {
  flex: 1;
}
.product-info .form-call .button {
  margin: 0;
  background-color: #292929;
  height: 40px;
  min-height: 40px;
  margin-top: 0px;
  margin-right: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--semi);
  font-weight: normal;
  flex-shrink: 0;
}
.product-info .form-call .button i {
  margin-right: 12px;
}
.product-info form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}

.product-info form.cart .woocommerce-variation {
  display: none;
}

.product-info .single_variation_wrap {
  width: 100%;
}

.quantity .button {
  background-color: transparent !important;
  border: none !important;
}

.quantity input {
  box-shadow: none;
  border: none !important;
  background: transparent;
}

.quantity {
  border-radius: 0;
  border: 1px solid #c5c5c5;
  width: 100px;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}

.quantity .button.minus {
  border-radius: 4px 0 0 4px;
  width: auto;
  font-size: 16px;
  box-shadow: none;
  color: #292929;
  flex: 1;
}

.quantity .button.plus {
  border-radius: 0 4px 4px 0;
  width: auto;
  font-size: 16px;
  box-shadow: none;
  color: #292929;
  flex: 1;
}

.product-info .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 10px;
}

.product-info .quantity {
  margin-bottom: 0;
  flex-shrink: 0;
  background: #fff;
}

.quantity input[type='number'] {
  height: 100%;
  color: #292929;
  width: 38px;
}
.product-info .tab-info-product .nav {
  gap: 40px;
  border-bottom: 1px solid #70707061;
}
.product-info .tab-info-product .nav a {
  color: #292929;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--medi);
  font-weight: normal;
}
.product-info .tab-info-product .nav a:before {
  display: none;
}
.product-info .tab-info-product .nav a:after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  bottom: 0;
  opacity: 0;
}
.product-info .tab-info-product .nav .active a,
.product-info .tab-info-product .nav a:hover {
  color: var(--theme-color2);
}
.product-info .tab-info-product .nav .active a:after {
  opacity: 1;
}
.product-info .tab-info-product .tab-panels {
  padding-top: 38px;
}
.tab-info-product .list-info {
  margin-bottom: 0;
  max-height: 410px;
  overflow-y: auto;
}
.tab-info-product .list-info .box {
  display: flex;
  margin: 0;
  padding: 16px 25px;
  background: #f2f1ed69;
  align-items: center;
}
.tab-info-product .list-info .box + .box {
  margin-top: 15px;
}
.tab-info-product .list-info .box-image {
  width: 50px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
}
.tab-info-product .list-info .box-text {
  padding: 5px 0 0 15px;
}
.tab-info-product .list-info .box h4 {
  font-size: 16px;
  color: #292929;
  line-height: 18px;
  margin: 0 0 6px;
}
.tab-info-product .list-info .box p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  height: 54px;
  overflow-y: auto;
  color: #292929;
}
.woocommerce-tabs .nav > li > a {
  font-size: 32px;
  font-weight: normal;
  font-family: var(--semi);
  text-transform: uppercase;
  color: #292929;
}

.woocommerce-tabs .nav > li.active > a:before {
  display: none;
}

.product-footer .woocommerce-tabs {
  border-top: 0;
  max-width: 83.3333333333%;
}

.product-footer .woocommerce-tabs .tabs {
  border-bottom: 0;
  justify-content: center;
}

.product-footer .woocommerce-tabs .tab-panels {
  padding-top: 10px;
}

/* End product */
/* Page-contact */
.page-about1 {
  padding-bottom: 60px !important;
}
.page-about2 {
  padding-top: 60px !important;
}
.page-about1 .video-button-wrapper a {
  border: 3px solid white !important;
  -webkit-animation: ripple 0.7s linear infinite;
  animation: ripple_video 0.7s linear infinite;
  background-color: rgba(108, 182, 69, 0.8);
}
.page-about2 .col-left .icon-box {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
}
.form-contact .contact-sec-1 .col-left .col-inner {
  background-color: #424242;
  padding: 40px;
  border-radius: 10px;
}
.contact-sec-1 .col-right .col-inner {
  padding-left: 35px;
}
.contact-sec-1 .col-left .col-inner {
  background-color: #f6f6f6;
  padding: 30px;
  border-radius: 10px;
}
.page-contact .form-contact .col-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 25px;
}
.page-contact .form-contact .wpcf7-form-control-wrap:nth-of-type(n + 3) {
  grid-column: span 2;
}
.page-contact .form-contact .col-content input {
  margin-bottom: 0;
  height: 40px;
  box-shadow: none;
  border: 1px solid #e6eaf3;
  border-radius: 5px;
  color: #292929;
  font-size: 14px;
}
.page-contact .form-contact .col-content input::placeholder,
.page-contact .form-contact .col-content textarea::placeholder {
  color: #292929;
}
.page-contact .form-contact .col-content textarea {
  box-shadow: none;
  border: 1px solid #e6eaf3;
  border-radius: 5px;
  min-height: 80px;
  color: #292929;
  font-size: 14px;
}
.lh-txt p {
  margin-bottom: 0;
  position: relative;
  padding-left: 45px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.lh-txt {
  margin-bottom: 15px;
}
.lh-txt p:before {
  content: '\f3c5';
  font-family: var(--fa6);
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  color: #292929;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  background-color: white;
}
.lh-txt.sdt p:before {
  content: '\f2a0';
}
.lh-txt.mail p:before {
  content: '\f0e0';
}
.contact-sec-1 .social-icons a {
  margin-right: 10px;
  font-size: 18px;
}
.contact-sec-1 .social-icons i {
  color: var(--theme-color);
}
/* End page-contact */
/* page-about */
.page-about-1 .col-top h2 {
  font-size: 36px;
  line-height: 46px;
  color: #fff;
}
.page-about-1 .col-top p {
  max-width: 850px;
  margin: 0 auto;
  color: #fff;
}
.page-about-1 .col-top {
  margin-bottom: 60px;
}

.page-about-1 .col-right {
  padding-right: 40px;
}
.page-about-1 .col-right .col-inner {
  background: #424242;
  border: 1px solid #707070;
  padding: 40px 45px;
}
.page-about-1 .col-right h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 35px;
}
.page-about-1 .col-right p {
  text-align: justify;
  color: #fff;
  margin-bottom: 35px;
}
.page-about-1 .col-right p:last-of-type {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--theme-color);
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  font-style: italic;
}
.page-about-1 .col-right p:last-of-type:before {
  content: '';
  width: 300px;
  height: 0;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
}
.page-about-1 .col-right strong {
  font-family: var(--medi);
}
.page-about-2 .row-icon .box {
  padding: 40px 50px 40px 50px;
  box-shadow: 0 10px 50px 0 rgba(4, 16, 38, 0.06);
  background-color: #fafafa;
  transition: all 0.3s;
  height: 100%;
}

.page-about-2 .row-icon .box-image {
  margin-left: 0;
  max-width: 80px;
}
.page-about-2 .row-icon .col-inner {
  height: 100%;
}
.page-about-2 .row-icon .col-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: repeating-linear-gradient(
    -45deg,
    #fff,
    #fff 2.5px,
    var(--theme-color) 4px,
    var(--theme-color) 0
  );
}
.page-about-2 .row-icon .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 8px solid var(--theme-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-about-2 .row-icon .box:hover:before {
  opacity: 1;
}
.page-about-2 .row-icon h3 {
  font-size: 32px;
  margin: 0 0 20px;
  position: relative;
}
.page-about-2 .row-icon h3:before {
  content: '';
  width: 100px;
  height: 4px;
  background-color: var(--theme-color);
  position: absolute;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}
.page-about-2 .row-icon .box:hover {
  transform: translate(-15px, -15px);
  cursor: pointer;
}
.page-about-3 .title h2 {
  font-size: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#main .page-about-3 {
  padding-top: 30px;
}
.page-about-3 .box-text {
  background: #0f1d22;
  border: 1px solid #715b3e;
  padding: 10px;
}
.page-about-3 .box-text p {
  font-size: 13px;
  color: #fff;
}
.page-about-3 .box-text h4 {
  color: #fff;
}
#main .page-about-4 {
  padding-bottom: 50px;
}
.page-about-4 .icon-box .icon-box-img {
  width: 90px !important;
}
.page-about-4 .icon-box .icon-inner {
  background-color: #f2f1ed;
  border-radius: 50%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-about-4 .icon-box {
  align-items: center;
}
.page-about-4 .icon-box .icon-inner img {
  padding: 0;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.page-about-4 .col-right {
  padding-left: 40px;
}
.page-about-4 .icon-box:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.page-about-4 .icon-box h3 {
  font-size: 22px;
  text-transform: uppercase;
}
.page-about-4 .icon-box {
  position: relative;
}
.page-about-4 .icon-box:not(:last-of-type):after {
  content: '';
  width: calc(100% - 105px);
  height: 0;
  border-bottom: 1px solid #fddca8a6;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* End page-about */
/* store */
#store-container .store-title {
  margin-bottom: 20px;
}
#store-container .box-info {
  display: flex;
  align-items: center;
  border: 0.5px solid #f2cc8f;
  border-radius: 10px;
  background: #fcfcfc;
  padding: 20px;
  margin-bottom: 20px;
  gap: 40px;
}
#store-container .box-info .box-image {
  width: 200px;
  flex-shrink: 0;
}
#store-container .box-info .box-text {
  padding: 0;
}
#store-container .box-info .box-image {
  border-radius: 50%;
}
#store-container .box-info ul {
  list-style: none;
  margin: 0;
}
#store-container .box-info ul li {
  margin-left: 0;
  display: flex;
  margin-bottom: 0;
  padding: 10px 0;
}
#store-container .box-info .title {
  width: 160px;
  margin-right: 10px;
  flex-shrink: 0;
  font-size: 15px;
  font-family: var(--medi);
}
.list-store .store-item {
  cursor: pointer;
}
#store-container .video-fit {
  border-radius: 10px;
  padding-top: 65%;
}
#store-container .display-post {
  max-height: 550px;
  overflow-y: auto;
}
#store-container .store-item + .store-item {
  margin-top: 12px;
}
#store-container .store-item {
  padding: 8px 10px;
  border-radius: 6px;
  color: #292929;
  background-color: #fafafa;
  border: 1px solid transparent;
}

#store-container .store-item:hover,
#store-container .store-item.active {
  border-color: var(--theme-color);
}
#store-container .filter-store select {
  background-color: var(--theme-color);
  color: #fff;
  height: 42px;
  border: 0.5px solid #f2cc8f;
  border-radius: 6px;
  background-image: url(./images/angle-down-solid.svg);
}
/* End store */
@media screen and (min-width: 1400px) {
  .info-sidebar .menu a {
    padding: 24px 0;
    font-size: 24px;
  }
  .info-sidebar .box h3 {
    font-size: 35px;
  }
  .home .container-width,
  .home .full-width .ubermenu-nav,
  .home .container,
  .home .row:not(.row-full-width) {
    max-width: 1400px !important;
  }
  .home .header-full-width .container {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 1200px) {
  #main .sec-home-3 .row-product .product-small.col {
    padding: 0 30px 19.6px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .product-home .product-item {
    height: 600px;
  }
  .product-home .product-item__description {
    font-size: 20px;
  }
  .product-home .product-item__title {
    font-size: 36px;
  }
  .product-home .product-desc p {
    font-size: 17px;
  }
  .product-small.box .product-title a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .home .container-width,
  .home .full-width .ubermenu-nav,
  .home .container,
  .home .row:not(.row-full-width) {
    max-width: calc(100vw - 50px);
  }
  .admin-bar .sec-slider .img .img-inner {
    padding-top: calc(100vh - 32px) !important;
  }
}

@media screen and (max-width: 1300px) {
  .header-nav-main > .menu-item {
    margin: 0 12px;
  }
  .sec-home-2 .row:first-of-type .col-text,
  .sec-home-2 .row:nth-of-type(2) .col-text {
    padding-top: 15px;
  }
  .sec-home-2 .row:first-of-type {
    margin-bottom: 60px;
  }
  .sec-home-2 .col-text h2 {
    font-size: 30px;
  }
  .sec-home-1 .img-gt {
    width: 300px !important;
    top: -32%;
  }
  .product-home .product-box .box-text:before {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1199.98px) {
  .header-nav-main > .menu-item {
    margin: 0 8px;
  }
  #header .btn-menuall {
    display: none;
  }

  #main .sec-home-2 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  #main .sec-home-3 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  #main .sec-home-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .header-full-width .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sec-home-5 .col-left {
    flex-basis: 25%;
    max-width: 25%;
  }
  .sec-home-5 .col-right {
    flex-basis: 75%;
    max-width: 75%;
  }
  .sec-home-1 .img-gt {
    width: 220px !important;
    top: -10%;
    z-index: -1;
  }
  .sec-home-6 .box-category .box-text {
    padding: 15px;
  }
  .sec-home-6 .box-category .header-title {
    font-size: 18px;
  }
  .sec-home-6 .box-category .box-desc {
    margin-bottom: 20px;
  }
  .product-home .product-item--left,
  .product-home .product-item--right {
    padding: 30px 20px;
  }

  .product-home .product-item__title {
    font-size: 36px;
  }
  .product-home .product-desc p {
    font-size: 16px;
  }
  .product-home .flickity-button {
    display: none !important;
  }
  .product-home .product-box .box-text:before {
    margin-bottom: 20px;
  }
  .home-video .col-text h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 850px) {
  .product-gallery .is-sticky-column:not([data-sticky-mode]) {
    top: calc(var(--flatsome-scroll-padding-top) - 30px);
  }
  .product-small.box:hover {
    border-color: var(--black);
  }
}

@media screen and (max-width: 849.98px) {
  #header .searchform-wrapper {
    display: flex;
    justify-content: center;
  }
  #header .close-search {
    right: 0;
  }
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .single .page-title .page-title-inner {
    padding-top: 170px;
    padding-bottom: 50px;
  }
  .blog-wrapper .archive-page-header {
    margin-bottom: 60px;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title,
  .single .featured-title .entry-title {
    font-size: 40px;
  }

  .row.blog-top {
    background-color: transparent;
  }

  .blog-archive .blog-main:before,
  .blog-archive .project-main:before {
    opacity: 0.5;
  }

  .row.blog-top .col-left .button.btn-viewall {
    margin: 5px 0 30px;
  }

  .row.blog-top .col-right .img {
    margin-bottom: 0;
  }

  .row.blog-top {
    margin-bottom: 40px;
  }

  .row.blog-top .col-left {
    padding: 15px;
  }

  .blog-share {
    order: 1;
    padding: 0 15px 30px;
  }

  .blog-share .social-icons {
    flex-direction: row;
    justify-content: flex-end;
  }

  .blog-share .social-icons {
    margin-top: 15px;
  }

  .project-single .blog-share,
  .product-footer .blog-share {
    padding: 0;
  }

  .project-single .blog-share .social-icons,
  .product-footer .blog-share .social-icons {
    padding: 0;
    border-top: 0;
  }

  .blog-share .social-icons span {
    margin-bottom: 0;
  }

  .single .post-sidebar {
    order: 2;
  }

  .single .large-7.col {
    padding-bottom: 10px;
  }

  .entry-content {
    padding-bottom: 0;
  }

  .blog-single h1.entry-title {
    font-size: 24px;
  }

  .header-main li.html.custom {
    display: block;
    margin-right: 12px;
  }

  #main-menu.mobile-sidebar .menu-item {
    border: 0;
  }

  #main-menu.mobile-sidebar .menu-item a {
    color: #fff;
    padding: 14px 30px 14px 30px;
    font-size: 16px;
    font-weight: 500;
  }

  #main-menu.mobile-sidebar .menu-cate {
    order: -3;
    background-color: #fff;
    padding: 15px;
  }

  #main-menu.mobile-sidebar .menu-cate > a {
    background: linear-gradient(
      290.37deg,
      rgba(138, 189, 164, 0.5) 9.78%,
      rgba(218, 240, 180, 0.5) 109.56%
    );
    border-radius: 8px;
    border-top: 0;
  }

  #main-menu.mobile-sidebar .menu-cate > a:before {
    content: '\f550';
    font-family: var(--fa6);
    margin-right: 6px;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .nav:not(.nav-slide) .active > .children {
    padding-bottom: 0;
  }

  #main-menu.mobile-sidebar .menu-cate .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  #main-menu.mobile-sidebar .menu-cate .toggle i:before {
    content: '\f0d7';
    font-family: var(--fa6);
    font-weight: 700;
    color: var(--theme-color);
    font-size: 20px;
  }

  #main-menu.mobile-sidebar .menu-topmobi {
    order: -2;
    background-color: #fff;
    padding: 0 15px;
  }

  #main-menu.mobile-sidebar .menu-topmobi:nth-of-type(1) {
    border-top: 0;
  }

  #main-menu.mobile-sidebar .menu-topmobi .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 10px;
  }

  #main-menu.mobile-sidebar .menu-topmobi .toggle i {
    font-size: 20px;
  }

  #header .cart-item .header-cart-link {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  #masthead .image-icon img {
    max-width: 18px;
  }

  #masthead .image-icon:after {
    top: -14px;
    right: -14px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }

  .mobile-nav .icon-menu {
    color: var(--theme-color);
    margin-right: 15px;
  }

  .mobile-nav .icon-menu:before {
    content: '\f0c9';
    font-family: var(--fa6);
  }

  .off-canvas-right .mfp-content {
    padding: 0;
    margin: 0;
    width: 375px;
    background: #3d3d3d 0% 0% no-repeat padding-box;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    overflow: unset;
  }

  .mobile-sidebar .logo-mobile {
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-sidebar .logo-mobile img {
    height: 56px;
    object-fit: contain;
  }

  .mfp-close {
    opacity: 1 !important;
    top: 30px;
    right: 30px;
  }

  .mobile-sidebar .info_menu {
    margin-top: auto;
    display: block;
    padding: 0 30px 30px;
  }

  .mobile-sidebar .info_menu ul {
    list-style: none;
  }

  .mobile-sidebar .info_menu ul li {
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
  }

  .mobile-sidebar .info_menu ul li i {
    position: absolute;
    left: 0;
    top: 5px;
  }

  #main-menu.mobile-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .category-filtering {
    width: 42px;
    height: 42px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 2;
    border: 1px solid #fff;
    border-left: 0;
  }

  .category-filtering strong {
    display: none;
  }

  .category-filtering .filter-button {
    margin: 0;
  }

  .blog-featured-title + #main .post-sidebar {
    padding-left: 15px;
  }

  #footer .col-1 ul li {
    max-width: 100%;
  }
  #footer .row-copyright .col-left .col-inner {
    justify-content: center;
    margin-bottom: 5px;
  }
  #footer .row-copyright .col-right p {
    text-align: center;
    font-size: 10px;
  }
  .home-video .col-text h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .sec-home-4 .title h3,
  .sec-home-5 .title h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .sec-home-5 .title h4 {
    font-size: 18px;
  }
  .sec-home-5 .col-left {
    flex-basis: 30%;
    max-width: 30%;
  }
  .sec-home-5 .col-right {
    flex-basis: 70%;
    max-width: 70%;
  }
  .sec-home-5 .gallery-col img {
    height: auto;
    padding: 5px 10px;
  }
  .sec-home-2 .col-text h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .sec-home-2 .row:first-of-type .col-text {
    padding-left: 30px;
    padding-top: 0;
  }
  .sec-home-2 .row:nth-of-type(2) .col-text {
    padding-right: 30px;
    padding-top: 0;
  }
  .sec-home-2 .col-text h2 {
    margin-bottom: 15px;
  }
  #wrapper .sec-home-2 .button.btn-viewall {
    margin-top: 15px;
  }
  .sec-home-2 .col-text p {
    font-size: 14px;
  }
  .sec-home-2 .img:after {
    display: none;
  }
  .sec-home-3 .title h3 {
    font-size: 30px;
  }
  .home-video .col-text {
    padding-right: 30px;
  }
  #main .home-video {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #list-video .owl-item.firstactiveitem .video-item {
    width: 240px !important;
  }
  .home-video #video-counter {
    left: 265px;
    top: 40px;
  }
  #list-video .item {
    width: 180px !important;
  }
  #list-video .owl-nav button {
    width: 35px;
    height: 35px;
    min-height: 35px;
  }
  #list-video .owl-nav {
    left: 265px;
    bottom: 25px;
  }
  .home-video .col-text p {
    font-size: 14px;
  }
  .home-video strong {
    font-size: 16px;
  }
  .home-video .social-icons a {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  #list-video .owl-stage {
    height: 480px;
  }
  #footer .sec-menu {
    padding-top: 40px;
  }
  #footer .col-1 {
    padding-bottom: 10px;
  }
  .sec-home-5 .gallery-col.col {
    width: 160px;
  }
  #header .btn-menuall {
    display: flex;
  }
  .info-sidebar .col-right {
    display: none;
  }
  .info-sidebar .menu a {
    font-size: 18px;
  }
  .info-sidebar .close-info-sidebar {
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
  }

  .admin-bar .info-sidebar {
    height: calc(100% - 75px);
  }
  .shop-page-title.category-page-title .page-title-inner {
    padding-top: 170px;
  }
  .archive .category-page-row {
    padding-top: 60px;
  }
  .archive .title-filter {
    justify-content: flex-end;
  }
  .single .product-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .single .product-info {
    padding-left: 15px;
  }
  .related-products-wrapper .product-section-title {
    font-size: 28px;
  }
  .related-products-wrapper {
    padding-bottom: 60px;
  }
  .contact-sec-1 .col-right .col-inner {
    padding-left: 0;
  }
  #main .contact-sec-1 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-contact .form-contact .col-content input {
    height: 45px;
  }
  #store-container .display-post {
    max-height: 350px;
  }
  #store-container .filter-store {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed4a;
  }
  #main .sec-slider .img-inner {
    padding-top: 56.25% !important;
  }
  .header.transparent {
    position: unset;
  }
  .sec-home-1 h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .sec-home-1 .img-gt {
    width: 100% !important;
    position: unset;
    margin-top: -100px;
  }
  #main .sec-home-3 .row-product {
    justify-content: center;
  }
  .home .product-small.box .box-text {
    padding: 10px;
  }
  .product-small.box .product-title a {
    font-size: 20px;
  }
  .product-small.box .add-to-cart-button a {
    font-size: 14px;
  }
  .product-home .product-item {
    display: flex;
    flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
    height: 710px;
  }
  .product-home .product-item__title {
    font-size: 24px;
  }
  .product-home .product-item__description {
    font-size: 16px;
  }
  .info-sidebar .searchform-wrapper {
    display: block;
  }
  .info-sidebar .searchform-wrapper .searchform {
    background-color: #fff;
    position: relative;
    border-radius: 99px;
    width: 100%;
  }
  .info-sidebar .searchform-wrapper input[type='search'] {
    border: 0;
    box-shadow: none;
    font-size: 16px;
    height: 50px;
    color: #666;
    background: transparent;
    padding: 0 70px 0 20px;
    font-size: 15px;
  }
  .info-sidebar .searchform-wrapper .button.icon {
    border: 0;
    color: #777;
    box-shadow: none;
    position: absolute;
    top: 0;
    background: transparent !important;
    width: 50px;
    height: 50px;
    right: 20px;
    padding: 0;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .sec-slider .scroll-for-more {
    display: none;
  }
  .page-about-1 .col-right {
    padding-right: 15px;
  }
  .page-about-1 .col-left,
  .page-about-1 .col-top {
    order: -1;
  }
  .page-about-1 .col-right .col-inner {
    border: 0;
    background-color: transparent;
    padding: 30px;
  }
  #main .page-about-1 {
    padding-bottom: 10px;
  }
  .page-about-4 .col-right {
    padding-left: 15px;
  }
  .product-footer .woocommerce-tabs {
    max-width: 100%;
  }
  .product-home .product-item--left {
    height: 200px;
    flex-shrink: 0;
  }
  #main .sec-home-1 {
    background-color: unset;
    position: relative;
    padding-bottom: 0;
  }
  #main .sec-home-1:before {
    content: '';
    width: 100%;
    height: calc(100% - 180px);
    position: absolute;
    background-color: var(--theme-color);
    top: 0;
  }
  #wrapper .sec-home-6 {
    margin-top: -180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 850px) {
  .post-sidebar .blog-left > .col:first-of-type {
    margin-bottom: 0;
    padding-right: 15px !important;
  }
  .post-sidebar .blog-left > .col:nth-of-type(2) {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 767.98px) {
  #main .sec-home-4 {
    padding-bottom: 0;
  }

  #header .top-divider {
    display: none;
  }
  .medium-logo-center .logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  .row.blog-top .col-left h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .blog-wrapper .archive-page-header h2.page-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .box-blog-post .box-text .post-title a {
    font-size: 16px !important;
  }

  .box-blog-post .box-text .cat-label {
    margin-bottom: 10px;
  }

  .slider-nav-circle .flickity-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px;
  }

  .slider-nav-circle .flickity-button:before {
    height: 100%;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button.btn-viewall:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  #footer .col-left:before {
    display: none;
  }

  #footer .col-left {
    padding-right: 15px;
  }

  #footer .col-right:before,
  #footer .col-right:after,
  #footer .copyright-footer:before {
    width: 100vw;
  }

  #footer .col-right .ux-menu .ux-menu-link a {
    font-size: 14px;
    line-height: 19px;
    padding-left: 15px;
  }

  #footer .col-right .ux-menu .ux-menu-title {
    margin-bottom: 10px !important;
  }

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .shop-page-title.category-page-title .page-title-inner {
    padding: 120px 15px 30px;
  }

  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title {
    font-size: 24px;
    margin-bottom: 0;
  }

  .row.blog-top {
    padding-top: 0;
  }

  .post-sidebar .block_widget .col-item {
    padding: 20px 15px !important;
  }

  .featured-posts .title-post {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .off-canvas-right .mfp-content {
    width: 100%;
  }

  .shop-container .product-small.col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .shop-container .row.row-small:not(.row-collapse) {
    margin-left: -2px;
    margin-right: -2px;
  }
  .slider .flickity-page-dots {
    bottom: 0;
  }

  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title {
    font-size: 26px;
  }

  .archive .category-page-row,
  .product-main {
    padding-top: 40px;
  }

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

  .product-info {
    padding-top: 20px;
  }

  .related-products-wrapper .product-section-title {
    font-size: 22px;
  }

  .blog-archive .box-text .button {
    display: none;
  }

  .blog-archive .box-text {
    padding: 100px 15px 15px;
  }

  .blog-archive .box-text .post-meta {
    margin-bottom: 5px;
  }

  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title,
  .single .featured-title .entry-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .single .page-title .page-title-inner {
    padding-bottom: 30px;
    padding-top: 120px;
  }

  .single .blog-single {
    padding-top: 40px;
  }

  #header .header-wrapper:after {
    display: none;
  }

  #header .header-wrapper:before {
    height: 70px;
    right: 70px;
  }

  .mobile-nav .icon-menu {
    margin-right: 5px;
  }

  #header #logo img {
    margin: 0;
  }

  #wrapper .button.btn-viewall {
    height: 40px;
    min-height: 40px;
    padding: 0 15px;
  }
  .product-small.box .add-to-cart-button a {
    height: 40px;
    padding: 0 10px;
    text-transform: unset;
    font-size: 12px;
    margin-top: 10px;
  }

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

  .product-small.box .price-wrapper .amount {
    font-size: 16px;
  }

  .form-contact .form-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-contact .form-content .form-item:nth-of-type(n + 3) {
    grid-column: unset;
  }
  .sec-home-2 .col-img,
  .sec-home-2 .col-text,
  .home-video .col-text,
  .home-video .col-video {
    flex-basis: 100%;
    max-width: 100%;
  }
  #main .sec-home-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec-home-2 .row:nth-of-type(2) .col-text {
    order: 1;
    padding-right: 15px;
    padding-left: 30px;
  }
  .sec-home-3 .product-small.col {
    flex-basis: 50%;
    max-width: 50%;
  }
  #main .home-video {
    padding-bottom: 0;
  }
  #header .header-button-1 .button span {
    display: none;
  }
  #header .header-button-1 .button {
    width: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    backdrop-filter: unset;
  }
  #header .cart-item {
    margin-left: 0;
  }
  #header .header-button-1 {
    margin-right: 0;
  }
  .medium-logo-center .flex-right {
    flex: unset;
  }
  body.home {
    overflow-x: hidden;
  }
  .sec-home-2 .row .image-cover {
    clip-path: unset !important;
  }
  .blog-main .col.post-item,
  .post-sidebar .medium-6,
  .contact-sec-1 .col-left,
  .contact-sec-1 .col-right,
  .contact-sec-1 .medium-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
  #store-container .box-info {
    flex-direction: column;
    gap: 15px;
    padding: 12px;
  }
  #store-container .box-info .box-image {
    width: 150px;
  }
  #main .sec-home-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec-home-1 .img-gt {
    position: unset;
    margin-left: auto;
  }
  .sec-home-1 .medium-8 {
    flex-basis: 80%;
    max-width: 80%;
  }
  .sec-home-5 .col-left {
    display: none;
  }
  .sec-home-5 .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }
  .sec-home-6 .col-top h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  #wrapper .sec-home-6 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .header-full-width .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-small.box .product-title a {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .home-textrun .sliding-text__description {
    font-size: 30px;
  }
  .single .product-gallery .large-10 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .product-home .product-box .box-text {
    width: 100%;
  }
  .sec-slider .img-mobile {
    display: block;
  }
  .sec-slider .img-pc {
    display: none;
  }
  .sec-home-4 .title p {
    display: block;
  }
  .sec-home-4 .col.post-item {
    flex-basis: 80%;
    max-width: 80%;
  }
  .sec-home-2 .col-img {
    padding-bottom: 45px;
  }
  #wrapper .sec-home-2 .button.btn-viewall {
    width: 100%;
    background: transparent;
  }
  .home-video .col-text {
    padding-right: 15px;
  }
  .info-sidebar .menu a {
    font-size: 16px;
    padding: 15px 0px;
  }
  .header-bottom .searchform {
    width: auto;
  }

  #header .header-button-1 .button:before {
    margin: 0;
  }
  .info-sidebar .close-info-sidebar {
    top: 15px;
    right: 15px;
  }
  .info-sidebar {
    padding: 25px 10px;
  }
  .info-sidebar .close-info-sidebar i {
    font-size: 24px;
  }

  .sec-home-2 .row:first-of-type .col-text {
    padding-left: 15px;
  }
  .sec-home-2 .col-text h2 {
    margin-bottom: 15px;
  }
  .sec-home-2 .row:nth-of-type(2) .col-text {
    padding-left: 15px;
  }
  #main .sec-home-3 {
    padding-top: 40px;
  }
  .sec-home-3 .title h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .slider-nav-circle .flickity-button.next,
  .slider-nav-circle .flickity-button.previous {
    transform: unset !important;
  }
  .slider-nav-circle .flickity-button.next {
    right: -2px;
  }
  .slider-nav-circle .flickity-button.previous {
    left: -2px;
  }
  .sec-home-4 .col.medium-8 {
    padding-bottom: 15px;
  }
  .sec-home-4 .medium-4 .col-inner {
    text-align: left;
  }
  #wrapper .button.btn-viewall {
    min-height: 36px;
    height: 36px;
    font-size: 14px;
  }
  #footer .col-2 {
    padding-bottom: 0;
  }
  #footer .col-2 .col-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #footer .col-2 .menu-2 {
    grid-column: span 2;
  }
  #footer .col-2 .menu-2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #footer .row-copyright .col-left .col-inner {
    flex-direction: column;
  }
  .sortbycate {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .sortbycate .titlesort {
    display: block;
    margin-bottom: 10px;
  }
  .sortbycate .order-list a {
    font-size: 12px;
  }
  #shop-sidebar .widget-title {
    font-size: 20px;
  }
  .archive .shop-container {
    padding-bottom: 40px;
  }
  #header .header-main {
    height: 75px;
  }
  .single .product-main {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .single .product-gallery .woocommerce-product-gallery {
    padding: 40px;
  }
  .single .product-gallery .vertical-thumbnails {
    top: 7px;
    left: 22px;
    width: 45px;
    height: 230px;
  }
  #wrapper .vertical-thumbnails .col {
    padding: 5px !important;
    opacity: 0.5;
  }
  .product-info h1.product-title {
    font-size: 24px;
  }
  .product-info .price-wrapper .title {
    font-size: 16px;
  }
  .product-info .price {
    gap: 20px;
  }
  .product-info .price-wrapper ins .amount,
  .product-info .price-wrapper span.amount {
    font-size: 20px;
  }
  .product-info .product-short-description {
    max-height: unset;
    margin-bottom: 30px;
  }
  .product-info .quantity {
    display: block;
    margin-right: 70%;
    width: auto;
    margin-bottom: 15px;
  }
  #wrapper .product-info .single_add_to_cart_button {
    margin-left: 0;
  }
  #wrapper .product-info .single_buynow_button {
    width: 130px;
  }
  .product-info .tab-info-product .nav {
    gap: 15px;
    justify-content: center;
  }
  .product-info .tab-info-product .nav a {
    font-size: 16px;
  }
  .woocommerce-tabs .nav > li > a {
    font-size: 22px;
    text-align: center;
  }
  .product-footer .woocommerce-tabs .tab-panels {
    padding-top: 20px;
  }
  .related-products-wrapper {
    padding-bottom: 80px;
  }
  .tab-info-product .list-info .box-image {
    width: 60p;
  }
  .related-products-wrapper .product-section-title {
    font-size: 16px;
    text-align: center;
    line-height: unset;
  }
  #main .related-products-wrapper .flickity-button.previous {
    top: unset;
    bottom: -25px;
    left: calc(50% - 35px) !important;
    right: unset !important;
  }
  #main .related-products-wrapper .flickity-button.next {
    top: unset;
    bottom: -25px;
    left: unset !important;
    right: calc(50% - 35px) !important;
  }
  .product-small.box .price-wrapper del .amount {
    margin-left: 6px;
  }
  .page-contact .form-contact .col-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-contact .form-contact .wpcf7-form-control-wrap:nth-of-type(n + 3) {
    grid-column: unset;
  }
  #main .contact-sec-1 {
    padding-top: 0;
  }
  #store-container .box-info .title {
    font-size: 13px;
  }
  #main .sec-home-5 {
    min-height: auto;
  }
  .sec-home-3 .product-small.col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .sec-home-1 .medium-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .sec-home-1 h2 {
    font-size: 22px;
  }
  .sec-home-6 .col-top {
    padding-bottom: 30px;
  }
  .product-home .product-item__content {
    width: 100%;
  }
  .product-home .product-item--left {
    height: 220px;
  }
  .product-home .product-item__title {
    font-size: 20px;
  }
  .product-home .product-box .box-image {
    width: 80%;
    margin-right: auto;
  }
  .product-home .product-box {
    flex-direction: column;
  }

  .product-home .product-box .box-text:before {
    display: none;
  }
  .product-home .product-item--right {
    flex: 1;
    padding: 0px 20px 45px;
  }
  #main .sec-slider .img-inner {
    padding-top: 100% !important;
  }
  .sec-home-6 .product-category.col {
    padding: 0 6px 12px;
  }
  .sec-home-6 .col-bottom {
    padding: 0 20px 30px;
  }
  .sec-home-6 .box-category .box-text {
    padding: 12px 12px 20px;
  }
  .sec-home-6 .box-category .box-desc {
    display: none;
  }
  .sec-home-6 .box-category .header-title {
    height: 46px;
  }
  .page-about-1 .col-top h2,
  .page-about-1 .col-right h2,
  .page-about-3 .title h2 {
    font-size: 24px;
  }

  .page-about-1 .col-right .col-inner {
    padding: 0 0 10px;
  }
  #main .page-about-4 {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .page-about-4 .icon-box h3 {
    font-size: 18px;
  }
  .page-about-4 .icon-box p {
    font-size: 13px;
    line-height: 20px;
  }
  .page-about-4 .icon-box .icon-box-img {
    width: 70px !important;
  }
  .page-about-4 .icon-box .icon-inner {
    height: 70px;
  }
  .page-about-4 .icon-box .icon-inner img {
    width: 35px;
    height: 35px;
  }
  .page-about-4 .icon-box:not(:last-of-type):after {
    width: calc(100% - 85px);
  }
  #main .page-about-3 {
    padding-bottom: 0;
  }
  .shop-container .related-products-wrapper .product-small.col {
    flex-basis: 80%;
    max-width: 80%;
  }
  .shop-container .related-products-wrapper .product-small .box-text {
    padding: 10px;
  }
  .product-home .product-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: -20px;
  }
  .sec-home-1 .img-gt {
    margin-top: -50px;
  }
  #main .sec-home-1:before {
    height: calc(100% - 130px);
  }
  #wrapper .sec-home-6 {
    margin-top: -130px;
  }
  .product-home .product-item {
    height: 820px;
  }
}
@keyframes ripple_video {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes shake_ani {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-30deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-30deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes _lightAnm {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes _lightAnm {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes blurContentNavBranch {
  0% {
    filter: blur(10px);
    opacity: 0;
  }

  to {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes shine2 {
  0% {
    left: -50%;
    opacity: 0.5;
  }

  50% {
    left: 25%;
    opacity: 0.25;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes textrun {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}
