/* ---------------------------------------------------------
    * Name: Mavenly - Modern Blog & Magazine HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
:root {
  --Primary: #6FBA3D;
  --White: #ffffff;
  --On-Surface: #161616;
  --Surface:#F7F7F7;
  --Secondary:#4E5052;
  --Line:#E9E9E9;
  --Line-dark:rgba(255, 255, 255, 0.2);
  --Secondary2:#A0A0A0;
  --Critical:#DB4444;
}

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

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

html {
  margin-right: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: var(--White);
  line-height: 1;
  overflow-y: auto !important;
  padding-right: 0 !important;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

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

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--On-Surface);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

svg,
svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Elements
-------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */
table,
th,
td {
  border: 1px solid #343444;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

/* Media */
embed,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
  display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  vertical-align: sub;
  /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

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

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
  outline: 0;
}

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

/* Placeholder color */
::-webkit-input-placeholder {
  color: #171412;
}

::-moz-placeholder {
  color: #171412;
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #171412;
}

/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Rethink Sans", sans-serif;
  color: var(--Primary);
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-size: 56px;
  line-height: 68px;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 600;
}

/* link style
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: var(--Primary);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: var(--Secondary);
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* tf-container
-------------------------------------------------------------- */
.tf-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1440px;
  max-width: 100%;
}
.tf-container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.tf-container .row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.tf-container.full {
  width: 100%;
}
.tf-container.w-1870 {
  width: 1870px;
}

/* Extra classes
-------------------------------------------------------------- */
.hidden {
  display: none;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed !important;
}

.position-unset {
  position: unset !important;
}

.z-5 {
  z-index: 5;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.body-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.caption-1 {
  font-size: 14px;
  line-height: 22px;
}

.caption-2 {
  font-size: 12px !important;
  line-height: 16px !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.overflow-x-auto {
  overflow-x: auto;
}

.justify-content-space-between {
  justify-content: space-between;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fs-16 {
  font-size: 16px;
}

.lh-26 {
  line-height: 26px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-31 {
  margin-bottom: 31px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-22 {
  margin-bottom: 22px;
}

.pb-31 {
  padding-bottom: 31px;
}

.rg-40 {
  row-gap: 40px;
}

.rg-30 {
  row-gap: 30px;
}

.rg-29 {
  row-gap: 29px;
}

.ml--15 {
  margin-left: -15px;
}

.ml--30 {
  margin-left: -30px;
}

.pl-15 {
  padding-left: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-32 {
  padding-bottom: 32px;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.bottom-20 {
  bottom: 20px !important;
}

/*------------ Components ---------------- */
/*------------ header ---------------- */
.top-bar {
  background-color: var(--On-Surface);
}
.top-bar.style-2 {
  background-color: var(--White);
  border-bottom: 1px solid var(--Line);
}
.top-bar.style-2 .top-bar-inner .socials .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--On-Surface);
}
.top-bar.style-2 .top-bar-inner .socials .socials-icon .socials-item {
  border-color: var(--Line);
  border-bottom: 1px solid var(--Line);
}
.top-bar.style-2 .top-bar-inner .socials .socials-icon .socials-item a {
  padding: 6px 10.8px;
}
.top-bar.style-2 .top-bar-inner .socials .socials-icon .socials-item i {
  color: var(--On-Surface);
}
.top-bar.style-2 .top-bar-inner .swiper-text-top-bar::before {
  display: none;
}
.top-bar.style-2 .top-bar-inner .swiper-text-top-bar .swiper-slide .text {
  color: var(--On-Surface);
}
.top-bar.style-3 .top-bar-inner {
  gap: 10px;
}
.top-bar.style-3 .top-bar-inner .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--White);
}
.top-bar.style-3 .swiper-text-top-bar {
  max-width: 600px;
}
.top-bar.style-3 .swiper-text-top-bar::before {
  display: none;
}

.top-bar-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar-inner .top-bar-new {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-bar-inner .top-bar-new .new-item {
  color: var(--White);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: var(--Primary);
  min-width: max-content;
}
.top-bar-inner .socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: max-content;
}
.top-bar-inner .socials .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--White);
}
.top-bar-inner .socials .socials-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: center;
}
.top-bar-inner .socials .socials-icon .socials-item {
  border-left: 1px solid var(--Secondary);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar-inner .socials .socials-icon .socials-item:last-child {
  border-right: 1px solid var(--Secondary);
}
.top-bar-inner .socials .socials-icon .socials-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar-inner .socials .socials-icon .socials-item i {
  color: var(--White);
}
.top-bar-inner .socials-icon .socials-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-bar-inner .socials-icon .socials-item:hover {
  background-color: var(--Primary);
  border-color: var(--Primary);
}

.swiper-text-top-bar {
  max-width: 383px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-text-top-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, rgb(22, 22, 22) 0%, rgba(22, 22, 22, 0) 8%, rgba(22, 22, 22, 0) 92%, rgb(22, 22, 22) 100%);
}
.swiper-text-top-bar .swiper-slide .text {
  color: var(--White);
  text-align: center;
}

.header.style-3 .header-inner {
  border-color: var(--On-Surface);
}
.header.style-3 .header-inner .header-inner-wrap {
  flex-direction: column;
}
.header.style-3 .logo {
  padding-left: 12px;
}
.header.style-3 .canvnas-btn {
  padding-left: 4px;
}
.header.style-3 .header-right {
  gap: 15.5px;
}
.header.style-3 .header-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 19px 15px 19px 15px;
  width: 100%;
  max-width: 1870px;
}
.header.style-3 .header-top .header-new {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  align-items: center;
}
.header.style-3 .header-top .header-new .new-item {
  color: var(--White);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: var(--Primary);
  min-width: max-content;
}
.header.style-3 .header-top .socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: max-content;
}
.header.style-3 .header-top .socials .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--On-Surface);
}
.header.style-3 .header-top .socials .socials-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: center;
}
.header.style-3 .header-top .socials .socials-icon .socials-item {
  border-left: 1px solid var(--Line);
  border-top: 1px solid var(--Line);
  border-bottom: 1px solid var(--Line);
  width: 40px;
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.style-3 .header-top .socials .socials-icon .socials-item:last-child {
  border-right: 1px solid var(--Line);
}
.header.style-3 .header-top .socials .socials-icon .socials-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.style-3 .header-top .socials .socials-icon .socials-item i {
  color: var(--On-Surface);
}
.header.style-3 .header-top .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header.style-3 .header-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1870px;
  padding: 0 15px;
}
.header.style-3 .header-bottom .canvnas-btn {
  width: 16.5%;
}
.header.style-3 .header-bottom .main-menu h6 a {
  line-height: 63px;
}
.header.style-3 .header-bottom .main-menu h6 a::before {
  bottom: 20px;
}
.header.style-3 .line-header {
  width: 100%;
  height: 1px;
  background-color: var(--Line);
}
.header.style-4 {
  background-color: var(--On-Surface);
}
.header.style-4 .header-inner {
  border: 0;
}
.header.style-4 .logo-fix {
  display: none;
}
.header.style-4 .icon-fix {
  display: none;
}
.header.style-4 .icon-fix i {
  color: var(--On-Surface) !important;
}
.header.style-4 .header-left {
  width: 19%;
}
.header.style-4 .menu-primary-menu .menu-item h6 a {
  color: var(--White);
  line-height: 82px;
}
.header.style-4 .menu-primary-menu .menu-item h6 a::after {
  color: var(--White);
}
.header.style-4 .menu-primary-menu .menu-item h6 a::before {
  background-color: var(--White);
}
.header.style-4 .nav-account i {
  color: var(--White);
}

.header-inner {
  border-bottom: 2px solid var(--Line);
}

.header-inner-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-inner-wrap .header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 60px;
  align-items: center;
}
.header-inner-wrap .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-primary-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu-primary-menu .menu-item {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}
.menu-primary-menu .menu-item:not(.menu-item-has-children) {
  padding-right: 0;
}
.menu-primary-menu .menu-item h6 {
  font-weight: 600;
}
.menu-primary-menu .menu-item h6 a {
  display: inline-block;
  line-height: 78px;
}
.menu-primary-menu .menu-item h6 a::before {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 29px;
  height: 1px;
  background-color: var(--On-Surface);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-primary-menu .menu-item a {
  position: relative;
  color: var(--On-Surface);
}
.menu-primary-menu .menu-item:hover h6 a::after {
  transform: rotate(180deg);
}
.menu-primary-menu .menu-item:hover h6 a::before {
  width: 100%;
  left: 0;
  right: auto;
}
.menu-primary-menu .menu-item:hover .sub-menu,
.menu-primary-menu .menu-item:hover .sub-menu-2 {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: all;
}
.menu-primary-menu .menu-item-has-children h6 > a::after {
  position: absolute;
  content: "\e901";
  font-family: "icomoon";
  transform: rotate(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--Secondary);
  font-size: 6px;
  font-weight: 400;
  margin-left: 7px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0px;
}

.sub-menu {
  position: absolute;
  background-color: var(--White);
  min-width: 201px;
  left: -25px;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  padding: 20px 24px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0px 10px 25px rgba(43, 52, 74, 0.12);
}
.sub-menu .sub-menu-item a {
  display: inline-block;
  padding: 6px 0;
}
.sub-menu .sub-menu-item a::before {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 6px;
  height: 1px;
  background-color: var(--On-Surface);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu .sub-menu-item:first-child {
  padding-top: 0;
}
.sub-menu .sub-menu-item:last-child {
  padding-bottom: 0;
}
.sub-menu .sub-menu-item:hover a::before {
  width: 100%;
  left: 0;
  right: auto;
}

.sub-menu-2 {
  position: absolute;
  background-color: var(--White);
  min-width: 201px;
  left: -25px;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  padding: 20px 0 20px 24px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0px 10px 25px rgba(43, 52, 74, 0.12);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.sub-menu-2 .sub-menu-item-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-menu-2 .sub-menu-item-2 i {
  font-size: 14px;
  margin-right: 24px;
}
.sub-menu-2 .sub-menu-item-2 .title-sub-menu-2 {
  position: relative;
  padding: 6px 0;
}
.sub-menu-2 .sub-menu-item-2 .title-sub-menu-2::before {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 6px;
  height: 1px;
  background-color: var(--On-Surface);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu-2 .sub-menu-item-2:hover .title-sub-menu-2::before {
  width: 100%;
  left: 0;
  right: auto;
}
.sub-menu-2 .sub-menu-item-2:hover .sub-menu-3 {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  top: 0;
}

.sub-menu-3 {
  position: absolute;
  background-color: var(--White);
  min-width: 220px;
  max-width: max-content;
  left: 100%;
  top: 10%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px 24px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0px 10px 25px rgba(43, 52, 74, 0.12);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.sub-menu-3 li a {
  display: inline-block;
  padding: 6px 0;
}
.sub-menu-3 li a::after {
  display: none;
}
.sub-menu-3 li a::before {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 6px;
  height: 1px;
  background-color: var(--On-Surface);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu-3 li:hover a::before {
  width: 100%;
  left: 0;
  right: auto;
}

.features-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
}
.features-header .icon {
  animation: lightning-bounce 1s infinite;
}

.header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-right .line {
  width: 1px;
  height: 24px;
  background-color: var(--Line);
}
.header-right .nav-shopping {
  position: relative;
}
.header-right .nav-shopping span {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  right: -5px;
  border-radius: 50%;
  background-color: var(--Primary);
  color: var(--White);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right .backgroud-layout-btn {
  width: 32px;
  height: 32px;
  border: 1px solid var(--Line);
  border-radius: 50%;
}

.nav-account a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-account i {
  color: var(--On-Surface);
  font-size: 25px;
}

.backgroud-layout-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.backgroud-layout-btn .backgroud-layout {
  display: none;
}
.backgroud-layout-btn .backgroud-layout.active {
  display: block;
}

.current-menu-item h6 a::before {
  width: 100% !important;
  left: 0 !important;
  right: auto !important;
}

.current-menu2-item .title-sub-menu-2::before {
  width: 100% !important;
  left: 0 !important;
  right: auto !important;
}

.current-item a::before {
  width: 100% !important;
  left: 0 !important;
  right: auto !important;
}

.current-item-mobile > a {
  color: var(--Primary) !important;
}

.mobile-button {
  display: none;
  width: 24px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(0%);
}

.mobile-nav-wrap .overlay-mobile-nav {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav-wrap.active .overlay-mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-wrap.active .overlay-mobile-nav i {
  font-size: 25px;
  margin-right: 20px;
  color: var(--White);
}
.mobile-nav-wrap.active .inner-mobile-nav {
  left: 0px;
}
.mobile-nav-wrap .inner-mobile-nav {
  padding: 20px;
  max-width: 430px;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  position: fixed;
  background-color: var(--White);
  z-index: 999999;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-nav-wrap .inner-mobile-nav .mobile-nav-close {
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}
.mobile-nav-wrap .inner-mobile-nav .mobile-nav-close svg {
  width: 15px;
  height: 15px;
}
.mobile-nav-wrap .inner-mobile-nav .top-header-mobi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav-wrap .inner-mobile-nav a {
  color: var(--On-Surface);
}
.mobile-nav-wrap .mobile-nav-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
}
.mobile-nav-wrap .socials-mobile .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 10px;
}
.mobile-nav-wrap .socials-mobile .socials-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item {
  width: 40px;
  height: 40px;
  border: 1px solid var(--Line);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:first-child, .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(2), .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(3), .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(4) {
  border-right: 0;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:hover {
  background-color: var(--On-Surface);
  border-color: var(--On-Surface);
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:hover i {
  color: var(--White);
}

#menu-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin: 40px 0;
  padding-top: 0px;
}
#menu-mobile > li {
  position: relative;
  border-top: 1px solid var(--Line);
  cursor: pointer;
}
#menu-mobile > li a {
  padding: 15px 0;
}
#menu-mobile > li .sub-menu-mobile {
  border-radius: 8px;
  text-align: start;
  background-color: var(--Surface);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 15px;
}
#menu-mobile > li .sub-menu-mobile .menu-item {
  padding: 0 10px;
}
#menu-mobile > li .sub-menu-mobile .sub-menu-mobile2 {
  padding: 2px 0;
}
#menu-mobile > li .sub-menu-mobile.show {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
#menu-mobile > li .sub-menu-mobile li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
}
#menu-mobile > li .sub-menu-mobile li a {
  padding: 5px 10px;
}
#menu-mobile > li .sub-menu-mobile li:last-child {
  border: none;
}
#menu-mobile li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}
#menu-mobile li.menu-item-has-children-mobile > a {
  position: relative;
}
#menu-mobile li.menu-item-has-children-mobile > a::after {
  content: "\e901";
  position: absolute;
  font-family: "icomoon";
  font-weight: 300;
  position: absolute;
  font-size: 7px;
  right: 0;
  top: 39%;
  line-height: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu-mobile li.menu-item-has-children-mobile > a.collapsed::after {
  transform: rotate(0deg);
}
#menu-mobile li.menu-item-has-children-mobile > a:not(.collapsed)::after {
  transform: rotate(180deg);
}
#menu-mobile li.menu-item-has-children-mobile2 > a {
  position: relative;
}
#menu-mobile li.menu-item-has-children-mobile2 > a::after {
  content: "\e901";
  position: absolute;
  font-family: "icomoon";
  font-weight: 300;
  font-size: 7px;
  right: 0;
  top: 25%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu-mobile li.menu-item-has-children-mobile2 > a.collapsed::after {
  transform: rotate(0deg);
}
#menu-mobile li.menu-item-has-children-mobile2 > a:not(.collapsed)::after {
  transform: rotate(180deg);
}

#header_main.is-fixed .header-inner {
  position: fixed;
  padding: 0;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 9999;
  border: none;
  opacity: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background-color: var(--White);
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_main.is-fixed .header-inner .logo-hidden {
  display: none;
}
#header_main.is-fixed .header-inner .logo-fix {
  display: block;
}
#header_main.is-fixed .header-inner .icon-hidden {
  display: none;
}
#header_main.is-fixed .header-inner .icon-fix {
  display: block;
}
#header_main.is-fixed .header-inner .main-menu a {
  color: var(--On-Surface);
}
#header_main.is-fixed .header-inner .main-menu a::before {
  background: var(--On-Surface);
}
#header_main.is-fixed .header-inner .main-menu a::after {
  color: var(--On-Surface);
}
#header_main.is-fixed.is-fixed.is-small .header-inner {
  top: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background-color: var(--White);
}

/*------------ footer ---------------- */
.footer {
  border-top: 2px solid var(--Line);
}
.footer.style-2 {
  background-color: var(--On-Surface);
}
.footer.style-2 .footer-inner {
  padding: 39px 0 39px;
}
.footer.style-2 .footer-left {
  border-color: var(--Secondary);
}
.footer.style-2 .footer-left .text {
  color: var(--Secondary2);
}
.footer.style-2 .footer-content .title {
  color: var(--White);
}
.footer.style-2 .footer-content a {
  color: var(--Secondary2);
}
.footer.style-2 .footer-content a::before {
  background-color: var(--White);
}
.footer.style-2 .footer-content a:hover {
  color: var(--White);
}
.footer.style-2 .footer-right {
  border-color: var(--Secondary);
}
.footer.style-2 .footer-right .title {
  color: var(--White);
}
.footer.style-2 .news-letter .tf-btn-subscribe {
  background: var(--White);
}
.footer.style-2 .news-letter input[type=email] {
  background-color: var(--On-Surface);
  border-color: var(--White);
  outline: none;
  color: var(--White);
}
.footer.style-2 .news-letter .text {
  color: var(--White);
}
.footer.style-2 .news-letter .text a {
  color: var(--White);
}
.footer.style-2 .socials .socials-item {
  border-color: var(--White);
  background-color: var(--On-Surface);
}
.footer.style-2 .socials .socials-item i {
  color: var(--White);
}
.footer.style-2 .footer-bottom {
  border-color: var(--Secondary);
}
.footer.style-2 .footer-bottom .left {
  color: var(--Secondary2);
}
.footer.style-2 .footer-bottom .right a {
  color: var(--Secondary2);
}
.footer.style-2 .footer-bottom .right a:hover {
  color: var(--White);
}
.footer.style-2 .footer-bottom .right .line {
  background-color: var(--Secondary2);
}

.footer-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  padding: 38px 0 37px;
}
.footer-inner .footer-left {
  max-width: calc(26% - 15px);
  padding-right: 15px;
  border-right: 1px solid var(--Line);
}
.footer-inner .footer-left .logo-footer {
  margin-bottom: 24px;
}
.footer-inner .footer-left .text {
  color: var(--Secondary);
}
.footer-inner .footer-midder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 60px;
  justify-content: space-between;
  width: 52%;
}
.footer-inner .footer-midder .footer-content {
  width: 140px;
}
.footer-inner .footer-right {
  padding-left: 15px;
  border-left: 1px solid var(--Line);
}
.footer-inner .footer-right .news-letter {
  margin-bottom: 24px;
  padding-left: 15px;
}
.footer-inner .footer-right .footer-socials {
  padding-left: 15px;
}
.footer-inner .footer-right .footer-socials .title {
  margin-bottom: 12px;
}
.footer-content .title {
  margin-bottom: 10px;
  pointer-events: none;
}
.footer-content ul li a {
  color: var(--Secondary);
  display: inline-block;
  padding: 6px 0;
  position: relative;
}
.footer-content ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 6px;
  height: 1px;
  background-color: var(--On-Surface);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-content ul li:last-child {
  padding-bottom: 0;
}
.footer-content ul li:first-child {
  padding-top: 0;
}
.footer-content ul li:hover > a {
  color: var(--On-Surface);
}
.footer-content ul li:hover > a::before {
  width: 100%;
  right: auto;
  left: 0;
}

.footer-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid var(--Line);
}
.footer-bottom .left {
  color: var(--Secondary);
}
.footer-bottom .right ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-bottom .right ul li > a {
  color: var(--Secondary);
}
.footer-bottom .right ul li:hover > a {
  color: var(--On-Surface);
}
.footer-bottom .right .line {
  width: 1px;
  height: 10px;
  background: var(--Secondary);
}

/*------------ tabs ---------------- */
/*------------ button ---------------- */
.tf-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 7px 18px;
  text-transform: capitalize;
  overflow: visible;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.color-primary {
  color: var(--White);
  position: relative;
  border: 2px solid var(--Primary);
  border-radius: 999px;
  background-color: var(--Primary);
}
.tf-btn.color-primary span {
  position: relative;
  z-index: 2;
}
.tf-btn.color-primary::before {
  content: "";
  position: absolute;
  border-radius: 999px;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.color-primary:hover {
  color: var(--On-Surface);
}
.tf-btn.color-primary:hover::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tf-btn.style-border {
  padding: 8px 12px;
  border: 1px solid var(--Line);
  color: var(--On-Surface);
  font-weight: 400;
  border-radius: 8px;
  position: relative;
  background-color: unset;
}
.tf-btn.style-border::before {
  content: "";
  position: absolute;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: var(--Primary);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
.tf-btn.style-border:hover {
  color: var(--White);
  border-color: var(--Primary);
}
.tf-btn.style-border:hover::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tf-btn.color-On-Surface {
  background-color: var(--On-Surface);
  border-radius: 999px;
  color: var(--White);
  position: relative;
  border: 2px solid var(--On-Surface);
  border-radius: 999px;
}
.tf-btn.color-On-Surface span {
  position: relative;
  z-index: 2;
}
.tf-btn.color-On-Surface::before {
  content: "";
  position: absolute;
  border-radius: 999px;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.color-On-Surface:hover {
  color: var(--On-Surface);
}
.tf-btn.color-On-Surface:hover::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tf-btn.w-full {
  width: 100%;
  display: inline-block;
}
.tf-btn.style-border-bottom {
  padding: 0;
  position: relative;
}
.tf-btn.style-border-bottom::before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  width: 100%;
  background: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.style-border-bottom:hover {
  color: var(--Primary);
}
.tf-btn.style-border-bottom:hover::before {
  width: 0;
}
.tf-btn.color-White {
  background-color: var(--White);
  color: var(--On-Surface);
  border-radius: 999px;
}
.tf-btn.color-White span {
  position: relative;
  z-index: 2;
}
.tf-btn.color-White:hover {
  background-color: var(--Primary);
  color: var(--White);
}
.tf-btn.fillter-btn {
  padding: 9px 16px;
  border: 1px solid var(--On-Surface);
  display: inline-flex;
  border-radius: 8px;
  align-items: center;
  gap: 11px;
  color: var(--On-Surface);
  font-weight: 400;
}
.tf-btn.fillter-btn i {
  font-size: 18px;
}
.tf-btn.fillter-btn:hover {
  color: var(--White);
  background-color: var(--On-Surface);
}
.tf-btn.fillter-btn:hover svg {
  fill: var(--White);
}
.tf-btn.no-hover:hover {
  transform: translateY(0);
  box-shadow: unset;
}
.tf-btn.no-hover:hover::after {
  display: none;
}

.tf-btn-search {
  background-color: transparent;
}

.tf-btn-subscribe {
  background-color: var(--On-Surface);
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn-subscribe:hover {
  background-color: var(--Primary);
}

.btn-load-more {
  margin-top: 30px;
}
.btn-load-more .tf-btn {
  border-radius: 999px;
  border: 2px solid var(--Line);
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn-load-more .tf-btn::before {
  border-radius: 999px;
}

.btn-cancel-review {
  display: none;
}

/*------------ range slider ---------------- */
/*range-slider
    ---------------------*/
.range-slider .range-two-val {
  margin-bottom: 10px;
  height: 4px;
  box-shadow: none;
  border: 0;
  background-color: var(--Line);
}
.range-slider .range-two-val .noUi-connects .noUi-connect {
  background-color: var(--Primary) !important;
  height: 4px;
}
.range-slider .range-two-val .noUi-handle {
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--White);
  border: 2px solid var(--Primary);
  box-shadow: none;
  top: 2px;
  right: -20px;
  transform: translate(-50%, -50%);
}
.range-slider .range-two-val .noUi-handle::after, .range-slider .range-two-val .noUi-handle::before {
  display: none;
}
.range-slider .range-two-val .noUi-handle:active {
  right: -17px !important;
}
.range-slider .bottom {
  margin-top: 21px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.range-slider .value {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
}

/*------------ form ---------------- */
form {
  position: relative;
  z-index: 30;
}
form input[type=text],
form input[type=password],
form input[type=datetime],
form input[type=datetime-local],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=week],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=search],
form input[type=tel],
form input[type=color] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background-color: var(--White);
  border: 2px solid var(--Line);
  border-radius: 999px;
  color: var(--Soft-Text);
  overflow: hidden;
  margin-bottom: 0;
}
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=datetime]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=time]::placeholder,
form input[type=week]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=color]::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--Secondary2);
}
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}
form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background-color: var(--White);
  border: 2px solid var(--Line);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
  height: 100px;
}
form textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--Secondary2);
}

input[type=checkbox] {
  border-radius: 1px;
}

.cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
}

fieldset {
  width: 100%;
}

.check-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.check-box label {
  cursor: pointer;
  width: calc(100% - 30px);
}

input[type=radio] {
  position: relative;
  border: 1px solid var(--On-Surface);
  border-radius: 50%;
  background: none;
  cursor: pointer;
  outline: 0;
  height: 14px;
  width: 14px;
  -webkit-appearance: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type=radio]:checked::before {
  opacity: 1;
}
input[type=radio]::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--On-Surface);
  opacity: 0;
}

.radio-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}

input[type=checkbox] {
  position: relative;
  border: 1px solid var(--On-Surface);
  border-radius: 4px;
  background: none;
  cursor: pointer;
  outline: 0;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  overflow: visible;
}
input[type=checkbox]:checked::before {
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: var(--On-Surface);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type=checkbox]::before {
  content: "\e90d";
  position: absolute;
  font-size: 10px;
  color: var(--White);
  font-family: "icomoon";
  opacity: 0;
}

/*------------ slider ---------------- */
.swiper-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
.swiper-arrow i {
  color: var(--White);
  font-size: 10px;
}
.swiper-arrow.swiper-prev {
  left: 0;
}
.swiper-arrow.swiper-next {
  right: 0;
}
.swiper-arrow.style-2 {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 1000px;
  width: 52px;
  height: 76px;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-arrow.style-2 i {
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-arrow.style-2.swiper-prev {
  left: 0;
}
.swiper-arrow.style-2.swiper-next {
  right: 0;
}
.swiper-arrow.style-2:hover {
  background-color: var(--White);
}
.swiper-arrow.style-2:hover i {
  color: var(--On-Surface);
}

.page-title-home {
  border-radius: 16px;
}

.swiper-page-title-home:hover .swiper-arrow {
  opacity: 1;
  visibility: visible;
}
.swiper-page-title-home:hover .swiper-arrow.swiper-prev {
  left: 20px;
}
.swiper-page-title-home:hover .swiper-arrow.swiper-next {
  right: 20px;
}

.swiper-slide-active .fade-item-1 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.swiper-slide-active .fade-item-2 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}
.swiper-slide-active .fade-item-3 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--On-Surface);
  opacity: 0.4;
  width: 8px;
  height: 8px;
  position: relative;
  margin-right: 10px !important;
}
.swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--On-Surface);
}

.slide-posts {
  position: relative;
}
.slide-posts .swiper-pagination {
  bottom: -30px;
}
.slide-posts .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  position: relative;
  margin-right: 10px !important;
  border: 1px solid var(--On-Surface);
}
.slide-posts .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--On-Surface);
}
.slide-posts .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--On-Surface);
}

.tf-product-media-thumbs {
  margin: 0 !important;
  width: max-content;
  max-width: 80px;
}
.tf-product-media-thumbs .swiper-slide {
  height: 110px !important;
}
.tf-product-media-thumbs .image-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-product-media-main {
  margin: 0 !important;
  max-width: calc(100% - 100px);
}
.tf-product-media-main .image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------ off canvas ---------------- */
.offcanvas-search {
  --bs-offcanvas-height: max-content;
  background-color: var(--White);
  padding: 40px 0;
  overflow-y: auto;
}
.offcanvas-search .btn-close-login {
  background-color: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
}
.offcanvas-search .wg-box-search .title-search {
  font-weight: 600;
  color: var(--On-Surface);
  padding-bottom: 16px;
}
.offcanvas-search .wg-box-search .form-search {
  padding-bottom: 40px;
}
.offcanvas-search .wg-box-search .form-search .input-search {
  margin-bottom: 16px;
  position: relative;
}
.offcanvas-search .wg-box-search .form-search .input-search .tf-btn {
  position: absolute;
  top: 8px;
  right: 8px;
}
.offcanvas-search .wg-box-search .form-search ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.offcanvas-search .search-content .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--Line);
}
.offcanvas-search .search-content .heading h5 {
  font-weight: 600;
  color: var(--On-Surface);
}
.offcanvas-search .search-content .search-list-article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.offcanvasMegamenu {
  background-color: var(--White);
  max-width: 420px;
  --bs-offcanvas-height: max-content;
  overflow: auto;
  padding: 20px;
}
.offcanvasMegamenu .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: visible;
}

.offcanvas-backdrop {
  cursor: url(../image/icon/cursor-close.svg), auto;
}

.offcanvasFillter .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.offcanvasFillter .heading .fillter-title {
  color: var(--On-Surface);
}
.offcanvasFillter .btn-close {
  overflow: visible;
}

/*------------ product ---------------- */
/*------------ blog ---------------- */
.breadkcum {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 7.5px;
  align-items: center;
  padding-top: 22px;
}
.breadkcum .text-link {
  color: var(--Secondary);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.breadkcum .text-link.secondary2 {
  color: var(--Secondary2);
}
.breadkcum a {
  color: var(--On-Surface);
  position: relative;
}
.breadkcum a::before {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: var(--On-Surface);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadkcum a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.breadkcum i {
  font-size: 10px;
  color: var(--On-Surface);
}
.breadkcum i:nth-child(2) {
  color: var(--Secondary2);
}
.breadkcum span {
  color: var(--On-Surface);
}
.breadkcum .arrow2 i {
  color: var(--Secondary2);
}
.breadkcum .arrow2.secondary2 {
  color: var(--Secondary2);
}

.article-post {
  position: relative;
}
.article-post .socials {
  position: absolute;
  top: 0;
  left: 11.9%;
}
.article-post .article-post-content {
  padding-right: 30px;
}
.article-post .article-post-content .image-article-post {
  margin-bottom: 32px;
  border-radius: 4px;
  overflow: hidden;
}
.article-post .article-post-content .image-article-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-post .article-post-content .heading-content {
  padding-bottom: 35px;
}
.article-post .article-post-content .heading-content h1 {
  color: var(--On-Surface);
  font-weight: 600;
  padding-bottom: 16px;
}
.article-post .article-post-content .heading-content .sub-title {
  color: var(--Secondary);
  padding-bottom: 18px;
}
.article-post .article-post-content .heading-content .post-info .info {
  gap: 9px;
}
.article-post .article-post-content .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 40px;
  padding-bottom: 32px;
}
.article-post .article-post-content .content .passage .title-passage {
  font-weight: 600;
  color: var(--On-Surface);
  padding-bottom: 12px;
}
.article-post .article-post-content .tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: center;
  justify-content: space-between;
  padding-top: 11px;
  border-top: 1px solid var(--On-Surface);
  margin-bottom: 30px;
}
.article-post .article-post-content .next-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
  margin-bottom: 32px;
  gap: 32px;
}
.article-post .article-post-content .next-blog .line {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--Line);
  left: 50%;
  transform: translateX(-50%);
}
.article-post .article-post-content .banner-ads {
  margin-bottom: 32px;
}
.article-post .article-post-content .banner-ads .ads-content {
  margin-bottom: 5px;
}
.article-post .article-post-content .news-letter {
  margin-bottom: 32px;
  padding: 22px;
}
.article-post .article-post-content .news-letter .heading {
  max-width: 24.9%;
}
.article-post .article-post-content .previous-next-content {
  max-width: calc(50% - 32px);
}
.article-post .article-post-content .previous-next-content .tf-btn-previous-next {
  color: var(--Secondary);
  margin-bottom: 12px;
  display: inline-block;
}
.article-post .article-post-content .previous-next-content.next .tf-btn-next {
  width: 100%;
  text-align: end;
}
.article-post .article-post-content .previous-next-content .tf-post-list .article-content {
  max-width: 100%;
}
.article-post .wg-sidebar {
  padding-left: 30px;
  border-left: 1px solid var(--Line);
}
.article-post.style-2 {
  margin: -80px 15px 0;
  background-color: var(--White);
  border-radius: 16px;
}
.article-post.style-2 .socials {
  left: 0 !important;
  top: 121px;
}
.article-post.style-2 .article-post-content {
  padding: 40px 60px 0;
}
.article-post.style-2 .article-post-content .post-info {
  justify-content: center;
}
.article-post.style-2 .heading-content {
  padding-bottom: 43px;
}
.article-post.style-2 .heading-content .title-heading {
  text-align: center;
  padding-bottom: 18px;
}

.wg-comment .heading {
  margin-bottom: 24px;
}
.wg-comment .heading .title-heading {
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: end;
  gap: 8px;
  margin-bottom: 8px;
}
.wg-comment .heading .title-heading h4 {
  color: var(--On-Surface);
}
.wg-comment .heading .title-heading h6 {
  color: var(--Secondary);
  padding-bottom: 3px;
}
.wg-comment .heading .sub-title a {
  text-decoration: underline;
}
.wg-comment .form-comment {
  margin-bottom: 24px;
}
.wg-comment .form-comment .title-form {
  font-weight: 600;
  color: var(--On-Surface);
  margin-bottom: 24px;
}
.wg-comment .form-comment textarea {
  margin-bottom: 24px;
}
.wg-comment .form-comment a {
  padding: 13px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}
.wg-comment .form-comment a i {
  font-size: 5px;
}
.wg-comment .form-comment input[type=text],
.wg-comment .form-comment input[type=email] {
  border-radius: 8px;
  padding: 10px 15px;
}
.wg-comment .form-comment .cols {
  margin-bottom: 24px;
}
.wg-comment .form-comment .check-box {
  margin-bottom: 27px;
}
.wg-comment .form-comment button {
  padding: 12px 0;
}
.wg-comment .comment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wg-comment .comment .type-reply {
  padding-left: 80px;
}
.wg-comment .tf-btn {
  padding: 11px 0 !important;
}
.wg-comment .tf-btn span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.wg-comment .tf-btn.style-border-bottom {
  padding: 0 !important;
}

.quote {
  border: 2px solid var(--On-Surface);
  border-radius: 16px;
  padding: 32px 32px 30px;
  margin-bottom: 32px;
}
.quote .icon {
  padding-bottom: 10px;
}
.quote .text-quote {
  color: var(--On-Surface);
  font-weight: 600;
  padding-bottom: 15px;
}
.quote .date-post {
  color: var(--Secondary);
}
.quote i {
  font-size: 44px;
}

.socials .socials-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.socials .socials-list .socials-item {
  border: 1px solid var(--On-Surface);
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials .socials-list .socials-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.socials .socials-list .socials-item a i {
  color: var(--On-Surface);
}
.socials.style-2 {
  position: unset;
}
.socials.style-2 .socials-list {
  flex-direction: row;
  justify-content: flex-end;
}
.socials.style-2 .socials-list .socials-item {
  border: none;
  width: 32px;
  height: 32px;
}
.socials.style-3 {
  position: unset;
}
.socials.style-3 .socials-list {
  flex-direction: row;
  justify-content: start;
}
.socials.style-3 .socials-list .socials-item:hover {
  background-color: var(--Primary);
  border-color: var(--Primary);
}
.socials.style-3 .socials-list .socials-item:hover i {
  color: var(--White);
}
.socials.style-sticky {
  position: sticky;
  top: 131px;
  margin-left: 156px;
}

.news-letter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 28px;
  padding: 24px;
  border: 2px solid var(--On-Surface);
  border-radius: 4px;
}
.news-letter .heading h5 {
  color: var(--On-Surface);
  font-weight: 600;
}
.news-letter .form-new-letter fieldset {
  position: relative;
  margin-bottom: 12px;
}
.news-letter .form-new-letter fieldset input[type=email] {
  padding: 13px 16px;
  border: 1px solid var(--On-Surface);
}
.news-letter .form-new-letter fieldset .tf-btn-subscribe {
  position: absolute;
  top: 8px;
  right: 8px;
}
.news-letter .form-new-letter .text {
  color: var(--Secondary);
}
.news-letter .form-new-letter .text a {
  color: var(--On-Surface);
}
.news-letter .form-new-letter .text a:hover {
  color: var(--Primary);
}
.news-letter.style-2 {
  flex-direction: column;
  gap: 12px;
  padding: 22px;
}
.news-letter.style-2 .heading {
  padding-bottom: 2px;
}
.news-letter.style-3 {
  flex-direction: column;
  gap: 12px;
  border: none;
  padding: 0;
}
.news-letter.style-3 .title {
  text-transform: capitalize;
}
.news-letter.style-3 a {
  text-decoration: underline;
}

.banner-ads {
  padding: 0 26px;
}
.banner-ads .ads-content {
  padding: 10px 0 12px 16px;
  background-image: url(../image/blog/ads.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-ads .ads-content .logo-ads {
  width: 70px;
  margin-bottom: 4px;
}
.banner-ads .text {
  color: var(--Secondary);
}
.banner-ads.style-2 {
  padding: 0;
}
.banner-ads.style-2 .ads-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 148px;
  margin-bottom: 4px;
  flex-direction: column;
  background-image: url(../image/blog/ads-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-ads.style-2 .ads-content .logo-ads {
  width: 98.03px;
  margin-bottom: 5px;
}
.banner-ads.style-2 .ads-content .text-color-linear-gradient {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Rethink Sans", sans-serif;
}
.banner-ads.style-3 {
  max-width: 1022px;
  margin: 0 auto;
}
.banner-ads.style-3 .ads-content {
  background-image: url(../image/blog/ads-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0 20.07px 24px;
  margin-bottom: 5px;
}
.banner-ads.style-3 .ads-content .logo {
  padding-bottom: 8px;
}
.banner-ads.style-3 .ads-content .heading {
  padding-bottom: 16px;
}
.banner-ads.style-3 .ads-content ul {
  padding-bottom: 16px;
}
.banner-ads.style-3 .ads-content ul li {
  color: var(--White);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 8px;
}
.banner-ads.style-3 .ads-content ul li:last-child {
  padding-bottom: 0px;
}
.banner-ads.style-3 .ads-content ul li i {
  color: var(--Primary);
}
.banner-ads.style-3 .ads-content .tf-btn {
  font-size: 12px;
  line-height: 16px;
  padding: 7px 20px;
}
.banner-ads.style-3 .ads-content .text-color-linear-gradient {
  font-family: "Rethink Sans", sans-serif;
}
.banner-ads.style-small {
  max-width: 468px;
  margin: 0 auto;
  padding: 0;
}
.banner-ads.style-small .ads-content {
  padding: 5px 8px;
  background-image: url(../image/section/banner-ads-small.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 4px;
}
.banner-ads.style-small .text-color-linear-gradient {
  font-size: 10px;
  line-height: 12px;
}

.tf-post-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--Line);
}
.tf-post-list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.tf-post-list .image {
  max-width: 92px;
  height: 92px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tf-post-list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-post-list p {
  position: absolute;
  background-color: var(--Primary);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White);
  top: 9px;
  left: 8px;
}
.tf-post-list .article-content .title-article a {
  color: var(--On-Surface);
  font-weight: 600;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  text-decoration: underline rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-post-list .article-content .title-article a:hover {
  text-decoration: underline;
}
.tf-post-list.pb-14 {
  padding-bottom: 14px;
}
.tf-post-list.pb-9 {
  padding-bottom: 9px;
}
.tf-post-list.pb-11 {
  padding-bottom: 11px;
}
.tf-post-list.pb-13 {
  padding-bottom: 13px;
}

.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.info .name a {
  color: var(--On-Surface);
}
.info .name a:hover {
  color: var(--Primary);
}
.info .date {
  color: var(--Secondary);
}
.info .date:hover {
  color: var(--Primary);
}
.info span {
  color: var(--Secondary);
}
.info.style-2 .name a {
  color: var(--White);
}

.post-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.post-info .time-read {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
}
.post-info .time-read i {
  color: var(--Primary);
  font-size: 17px;
}
.post-info.style-2 {
  justify-content: space-between;
  gap: 4px;
}
.post-info.style-3 {
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  gap: 5px;
}
.post-info.style-3 a,
.post-info.style-3 i,
.post-info.style-3 .caption-2 {
  color: var(--White);
}
.post-info.style-3 .text-color-clip::before {
  background-color: var(--White);
}
.post-info.style-4 a,
.post-info.style-4 i,
.post-info.style-4 .caption-2 {
  color: var(--White);
}

.text-color-clip {
  color: var(--Primary);
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.text-color-clip::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--Primary);
}
.text-color-clip:hover {
  color: var(--Primary);
}
.text-color-clip:hover::before {
  left: 0;
  right: auto;
  animation: hover-text-clip 0.3s ease-in-out;
  color: var(--Primary);
}

.text-color-linear-gradient {
  background: linear-gradient(270deg, #FFC2C2 0%, #D7F8F4 48.94%, #BAA5F6 98.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 14px;
  line-height: 18.48px;
  font-weight: 600;
  font-family: "Switzer", sans-serif;
}

.comment-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.comment-item .avatar-comment {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Secondary2);
  border-radius: 50%;
}
.comment-item .avatar-comment .image-avatar-comment {
  max-width: 32.04px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-item .avatar-comment .image-avatar-comment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment-item .comment-content {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Line);
  width: calc(100% - 80px);
}
.comment-item .comment-content .user-comment {
  margin-bottom: 8px;
}
.comment-item .comment-content .user-comment .name a {
  font-weight: 600;
  color: var(--On-Surface);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-item .comment-content .user-comment .name a:hover {
  color: var(--Primary);
}
.comment-item .comment-content .user-comment .time-comment {
  color: var(--Secondary);
}
.comment-item .comment-content .text-comment {
  margin-bottom: 8px;
}
.comment-item:last-child .comment-content {
  padding-bottom: 0;
  border-bottom: none;
}
.comment-item.style-2 {
  flex-direction: column;
  gap: 12px;
}
.comment-item.style-2 .avatar-comment {
  background-color: var(--Surface);
}
.comment-item.style-2 .avatar-comment i {
  font-size: 25px;
}
.comment-item.style-2 .avatar-comment img {
  width: 29px;
  height: 20px;
}
.comment-item.style-2 .comment-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  align-items: center;
  border: none;
  padding-bottom: 0px;
}
.comment-item.style-2 .comment-content .user-comment {
  margin-bottom: 0;
  width: calc(100% - 76px);
}
.comment-item.style-2 .comment-content .user-comment .name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.article-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.article-list.mt-15 {
  margin-top: 15px;
}
.article-list.mt-13 {
  margin-top: 13px;
}
.article-list.gap-14 {
  gap: 14px;
}
.article-list.gap-20 {
  gap: 20px;
}
.article-list.mt-17 {
  margin-top: 17px;
}
.article-list.mb-15 {
  margin-bottom: 15px;
}
.article-list .tf-post-list .article-content {
  width: calc(100% - 107px);
}
.article-list .tf-post-list.no-thumb .article-content {
  width: 100%;
}

.wg-sidebar .heading-sidebar {
  border-bottom: 1px solid var(--Line);
  margin-bottom: 15px;
}
.wg-sidebar .heading-sidebar h5 {
  color: var(--On-Surface);
  font-weight: 600;
  padding-bottom: 20px;
}
.wg-sidebar .news-letter {
  margin-bottom: 30px;
  gap: 10px;
}
.wg-sidebar .tf-post-list {
  padding-bottom: 14px;
  margin-bottom: 15px;
}
.wg-sidebar .tf-post-list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.wg-sidebar.style-sticky {
  position: sticky;
  top: 81px;
}

.tf-container.style-border-right [class^=col-] {
  border-right: 1px solid var(--Line);
}
.tf-container.style-border-right [class^=col-]:last-child {
  border: none;
}

.tf-post-grid .image {
  margin-bottom: 16px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.tf-post-grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-post-grid .tf-grid-post-content .title-article {
  margin-bottom: 15px;
}
.tf-post-grid .tf-grid-post-content .title-article.mb-16 {
  margin-bottom: 16px;
}
.tf-post-grid .tf-grid-post-content .title-article a {
  position: relative;
  color: var(--On-Surface);
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  text-decoration: underline rgba(255, 255, 255, 0);
}
.tf-post-grid .tf-grid-post-content .title-article a:hover {
  text-decoration: underline;
}
.tf-post-grid .tf-grid-post-content .sub-title {
  color: var(--Secondary);
}
.tf-post-grid .tf-grid-post-content .sub-title.mb-16 {
  margin-bottom: 16px;
}
.tf-post-grid.hover-play-video .video {
  position: absolute;
  bottom: 0;
  left: 19.8px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-post-grid.hover-play-video:hover .video {
  bottom: 20.04px;
  opacity: 1;
  visibility: visible;
}
.tf-post-grid.style-absolute {
  position: relative;
}
.tf-post-grid.style-absolute .image {
  padding-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0;
}
.tf-post-grid.style-absolute .image img {
  opacity: 0.8;
}
.tf-post-grid.style-absolute .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--On-Surface);
}
.tf-post-grid.style-absolute .title-article {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  margin-bottom: 0;
  z-index: 9;
}
.tf-post-grid.style-absolute .title-article a {
  color: var(--White);
  position: relative;
  font-weight: 600;
  text-decoration: underline rgba(255, 255, 255, 0);
}
.tf-post-grid.style-absolute .title-article a:hover {
  text-decoration: underline;
}
.tf-post-grid.style-absolute .post-info {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 13px 28px 10px;
  justify-content: space-between;
  z-index: 9;
}
.tf-post-grid.style-absolute.style-small .title-article {
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 9;
}
.tf-post-grid.style-absolute.style-small .post-info {
  padding: 13px 17px 10px;
  z-index: 9;
}
.tf-post-grid.style-absolute.style-1 {
  position: relative;
  margin-bottom: 0;
}
.tf-post-grid.style-absolute.style-1 .video {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-post-grid.style-absolute.style-1 .post-info {
  padding: 13px 16px 10px;
  z-index: 9;
}
.tf-post-grid.style-absolute.style-1 .title-article {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  margin-bottom: 0;
  z-index: 9;
}
.tf-post-grid.style-absolute.style-1:hover .video {
  opacity: 1;
  visibility: visible;
}
.tf-post-grid.style-absolute.hover-icon-play .video {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-post-grid.style-absolute.hover-icon-play:hover .video {
  opacity: 1;
  visibility: visible;
}
.tf-post-grid.post-format-video .video {
  position: absolute;
  bottom: 20.04px;
  left: 19.8px;
  z-index: 9;
}
.tf-post-grid:hover .title-article a {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}

.video .icon {
  padding-left: 3px;
  width: 40px;
  height: 40px;
  background-color: var(--White);
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video .icon i {
  font-size: 20px;
  color: var(--On-Surface);
}

.article-grid-list {
  margin-bottom: 60px;
}

.tf-title-section {
  padding-bottom: 14px;
  border-bottom: 2px solid var(--Line);
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  align-items: center;
}
.tf-title-section h5 {
  color: var(--On-Surface);
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tf-title-section h5 i {
  font-size: 20px;
}
.tf-title-section.mp-46 {
  margin-bottom: 46px;
}
.tf-title-section.mb-20 {
  margin-bottom: 20px;
}
.tf-title-section.style-2 {
  padding-top: 14px;
  border-top: 2px solid var(--On-Surface);
  border-bottom: 0;
  padding-bottom: 0px;
}

/*------------ testimonial ---------------- */
/*------------ accordion ---------------- */
.tf-accordion-item .title-accordion {
  color: var(--On-Surface);
}
.tf-accordion-item .btn-accordion {
  overflow: visible;
  width: 100%;
  color: var(--On-Surface);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tf-accordion-item .btn-accordion span {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-accordion-item .btn-accordion span::before {
  content: "";
  width: 18px;
  height: 2px;
  background-color: var(--On-Surface);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tf-accordion-item .btn-accordion span::after {
  content: "";
  width: 2px;
  height: 18px;
  background-color: var(--On-Surface);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tf-accordion-item .btn-accordion:not(.collapsed) span {
  transform: rotate(180deg);
}
.tf-accordion-item .btn-accordion:not(.collapsed) span::after {
  opacity: 0;
  visibility: hidden;
}

/*------------ shop ---------------- */
/*------------ map ---------------- */
/*------------ nice-select ---------------- */
.nice-select::after {
  right: 16px;
}

/*------------ animation ---------------- */
.tf-fade-top {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes lightning-bounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.2);
  }
}
@keyframes hover-text-clip {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*------------ zoom ---------------- */
.tf-zoom-main {
  position: sticky;
  top: 30px;
  z-index: 50;
}
.tf-zoom-main .drift-zoom-pane {
  top: 0;
  left: 0;
  height: 520px;
  max-width: 520px;
  width: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0 1px 5px rgba(127, 127, 127, 0.0196078431), 0 5px 18px rgba(127, 127, 127, 0.2);
  z-index: 3;
}

.drift-bounding-box.drift-open {
  background: rgba(255, 255, 255, 0.2509803922);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
  z-index: 5000;
}

.drift-zoom-pane {
  z-index: 5000;
}

.section-image-zoom .other-image-zoom {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-image-zoom.zoom-active .other-image-zoom {
  opacity: 0.3;
}

.pswp__bg {
  background: var(--white);
}

.pswp__icn {
  fill: rgb(34, 34, 34);
  color: var(--white);
}
.pswp__icn .pswp__icn-shadow {
  stroke: var(--white);
  stroke-width: 1px;
  fill: none;
}

.pswp__counter {
  color: #222;
  text-shadow: 1px 1px 3px #ffffff;
}

.tf-model-viewer {
  width: 100%;
  height: 100%;
  position: relative;
}
.tf-model-viewer model-viewer {
  display: block;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.tf-model-viewer model-viewer.disabled {
  pointer-events: none;
}
.tf-model-viewer.active model-viewer {
  pointer-events: all;
}
.tf-model-viewer.active .wrap-btn-viewer {
  display: none;
}

/*------------ widgets ---------------- */
body {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.news-letter.style-4 {
  flex-direction: column;
  gap: 12px;
  padding: 32px;
  border: none;
  background-color: var(--On-Surface);
  position: relative;
}
.news-letter.style-4::before {
  background-image: url(../image/section/new-letter-4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.news-letter.style-4 .heading h5 {
  color: var(--White);
  position: relative;
}
.news-letter.style-4 .text {
  color: var(--White);
  position: relative;
}
.news-letter.style-4 .text a {
  color: var(--White);
}
.news-letter.style-4 fieldset {
  max-width: 77%;
}
.news-letter.style-4 .tf-btn-subscribe {
  display: none;
}

.tf-post-list-desc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--Line);
  margin-bottom: 30px;
}
.tf-post-list-desc .image {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.tf-post-list-desc .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-post-list-desc .tf-post-list-desc-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.tf-post-list-desc .tf-post-list-desc-content .title-article {
  margin-bottom: 8px;
}
.tf-post-list-desc .tf-post-list-desc-content .title-article a {
  color: var(--On-Surface);
  margin-bottom: 8px;
  text-decoration: underline rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tf-post-list-desc .tf-post-list-desc-content .title-article a:hover {
  text-decoration: underline;
}
.tf-post-list-desc .tf-post-list-desc-content .sub-title {
  color: var(--Secondary);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.tf-post-list-desc .tf-post-list-desc-content .post-info {
  padding-bottom: 4px;
}
.tf-post-list-desc .tf-post-list-desc-content .post-info .info {
  gap: 9px;
}
.tf-post-list-desc.post-format-video .video {
  position: absolute;
  bottom: 20px;
  left: 19.88px;
  z-index: 9;
}
.tf-post-list-desc:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.wg-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
}
.wg-gallery .gallery-item-1 {
  width: 74.6%;
  position: relative;
}
.wg-gallery .gallery-item-2 {
  width: 25.4%;
}
.wg-gallery .list-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wg-gallery .list-gallery .tf-post-grid {
  border-radius: 16px;
  overflow: hidden;
}
.wg-gallery .gallery-inner {
  position: relative;
}
.wg-gallery .gallery-inner .image-gallery {
  background-color: var(--On-Surface);
  border-radius: 16px;
  overflow: hidden;
}
.wg-gallery .gallery-inner .image-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.wg-gallery .gallery-inner .post-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  gap: 60px;
}
.wg-gallery .gallery-inner .gallery-content {
  max-width: 70%;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.wg-gallery .gallery-inner .gallery-content .title {
  font-size: 80px;
  line-height: 88px;
  margin-bottom: 20px;
  color: var(--White);
}
.wg-gallery .gallery-inner .gallery-content .sub-title {
  color: var(--White);
}

.tf-sort {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.tf-sort .tf-sort-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.tf-sort .tf-sort-content .text {
  white-space: nowrap;
}
.tf-sort .nice-select {
  min-width: 140px;
  width: max-content;
  padding: 8px 38px 8px 16px;
}
.tf-sort .nice-select::after {
  right: 20px;
}
.tf-sort .nice-select.border {
  border-color: var(--On-Surface) !important;
  border-radius: 8px;
}
.tf-sort .nice-select .list {
  z-index: 99;
}

.product-item {
  position: relative;
}
.product-item .image {
  position: relative;
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.product-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item .image .tf-btn {
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.product-item.discount::before {
  content: "-25%";
  width: 56px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Critical);
  color: var(--White);
  border-radius: 999px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 9;
}
.product-item.discount .price span {
  color: var(--Secondary2);
  text-decoration-line: line-through;
}
.product-item .product-content .name-item {
  padding-bottom: 4px;
}
.product-item .product-content .name-item a {
  color: var(--On-Surface);
  position: relative;
}
.product-item .product-content .name-item a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--On-Surface);
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .product-content .name-item a:hover {
  color: var(--Primary);
}
.product-item .product-content .name-item a:hover::after {
  background-color: var(--Primary);
}
.product-item .product-content .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-item .product-content .price span {
  color: var(--Secondary2);
  text-decoration-line: line-through;
}
.product-item:hover .tf-btn {
  opacity: 1;
  visibility: visible;
  bottom: 16px;
}
.product-item:hover .product-content .name-item a::after {
  width: 100%;
  left: 0;
}

.hover-img .image {
  overflow: hidden;
}
.hover-img .image img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hover-img:hover .image img {
  transform: scale(1.05);
}

.wg-products-details {
  margin-bottom: 12px;
}
.wg-products-details .thumbs-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.wg-products-details .thumbs-slider .image-thumbs {
  height: 100%;
  max-height: 107px;
  max-width: 80px;
}
.wg-products-details .thumbs-slider .image-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wg-products-details .thumbs-slider .swiper-slide-thumb-active .image-thumbs {
  border: 1px solid var(--On-Surface);
  border-radius: 4px;
  overflow: hidden;
}
.wg-products-details .tf-product-info-choose-option {
  margin-bottom: 58px;
}
.wg-products-details .tf-product-info-wrap {
  margin-bottom: 20px;
}
.wg-products-details .tf-product-info-wrap h2 {
  color: var(--On-Surface);
  margin-bottom: 12px;
}
.wg-products-details .tf-product-info-wrap .rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.wg-products-details .tf-product-info-wrap .rating .text {
  margin-left: 4px;
}
.wg-products-details .tf-product-info-desc {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Line);
  margin-bottom: 20px;
}
.wg-products-details .tf-product-info-desc .tf-product-info-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.wg-products-details .tf-product-info-desc .tf-product-info-price h5 {
  color: var(--On-Surface);
  margin-right: 8px;
}
.wg-products-details .tf-product-info-desc .tf-product-info-price .badges-on-sale {
  padding: 0 8px;
  background-color: var(--Critical);
  border-radius: 999px;
  color: var(--White);
}
.wg-products-details .tf-product-info-desc p {
  margin-bottom: 12px;
}
.wg-products-details .tf-product-info-desc .tf-product-info-liveview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wg-products-details .tf-product-info-desc .tf-product-info-liveview i {
  font-size: 20px;
}
.wg-products-details .tf-product-info-quantity {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--Line);
  margin-bottom: 24px;
}
.wg-products-details .tf-product-info-quantity .title-quantity {
  margin-bottom: 12px;
}
.wg-products-details .tf-product-info-quantity .wg-add-to-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.wg-products-details .tf-product-info-quantity .wg-add-to-card .wg-quantity {
  min-width: 180px;
  height: 50px;
}
.wg-products-details .tf-product-info-quantity .wg-add-to-card .wg-quantity .btn-quantity {
  padding-bottom: 5px;
}
.wg-products-details .tf-product-info-quantity .wg-add-to-card .wg-quantity input {
  pointer-events: none;
}
.wg-products-details .tf-product-info-quantity .wg-add-to-card .tf-btn {
  border-radius: 8px;
  width: 100%;
  padding: 12px 0;
  text-align: center;
}
.wg-products-details .tf-product-info-quantity .wg-add-to-card .tf-btn::before {
  border-radius: 8px;
}
.wg-products-details .tf-product-info-sku {
  border-bottom: 1px solid var(--Line);
  padding-bottom: 19px;
  margin-bottom: 24px;
}
.wg-products-details .tf-accordion .tf-accordion-item {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--On-Surface);
  margin-bottom: 20px;
}
.wg-products-details .tf-accordion .tf-accordion-item .btn-accordion {
  padding-right: 13px;
}
.wg-products-details .tf-accordion .tf-accordion-item:last-child {
  border: none;
  margin-bottom: 0;
}

.wg-quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: var(--White);
  border: 2px solid var(--Line);
  overflow: hidden;
  border-radius: 8px;
  padding: 0 12px;
  justify-content: space-between;
}
.wg-quantity .btn-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  cursor: pointer;
}
.wg-quantity input {
  max-width: 20px;
  height: 44px;
  padding: 0;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-weight: 700;
}

.tf-product-info-help .tf-product-info-extra-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.tf-product-info-help .tf-product-info-extra-link .line {
  width: 1px;
  height: 20px;
  background-color: var(--Line);
}
.tf-product-info-help .tf-product-info-extra-link .tf-product-extra-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--On-Surface);
}
.tf-product-info-help .tf-product-info-extra-link .tf-product-extra-icon .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-product-info-help .tf-product-info-extra-link .tf-product-extra-icon .icon i {
  font-size: 20px;
}
.tf-product-info-help .tf-product-info-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.tf-product-info-help .tf-product-info-item .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-product-info-help .tf-product-info-item .icon i {
  font-size: 20px;
}
.tf-product-info-help .tf-product-info-item:last-child {
  margin-bottom: 0;
}

.tf-product-info-sku li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.tf-product-info-sku li:last-child {
  margin-bottom: 0;
}

.tf-product-info-guranteed .title-guranteed {
  margin-bottom: 12px;
  font-weight: 700;
}
.tf-product-info-guranteed .tf-payment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
}
.tf-product-info-guranteed .tf-payment a {
  border: 1px solid var(--Line);
  border-radius: 4px;
}
.tf-product-info-guranteed .tf-payment a img {
  width: 47.37px;
}

.review-rating {
  padding: 28px 28px 28px 26px;
  border: 1px solid var(--Line);
  border-radius: 8px;
  margin-top: 20px;
}
.review-rating .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
  gap: 10px;
  flex-wrap: wrap;
}
.review-rating .heading .score {
  text-align: center;
  padding-right: 5px;
}
.review-rating .heading .score h1 {
  color: var(--On-Surface);
}
.review-rating .heading .score .rating {
  margin-top: -5px;
}
.review-rating .heading .score .rating i {
  font-size: 17px;
  margin-right: -4px;
}
.review-rating .heading .score .rating .text {
  text-align: center;
  color: var(--Secondary2);
}
.review-rating .heading .tf-btn {
  border-radius: 999px;
  padding: 12px 17px;
  margin-bottom: 7px;
}
.review-rating .heading .tf-btn::before {
  border-radius: 999px;
}
.review-rating .heading .progress-bars {
  height: 20px;
}
.review-rating .heading .progress-rating {
  padding-bottom: 7px;
}
.review-rating .comment-review .title-comment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 10px;
}
.review-rating .comment-review h4 {
  color: var(--On-Surface);
}
.review-rating .comment-review .sort-by {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-rating .comment-review .sort-by .text {
  white-space: nowrap;
}
.review-rating .comment-review .sort-by .nice-select {
  border-color: var(--On-Surface) !important;
  border-radius: 8px;
  padding: 8px 37px 8px 16px;
}
.review-rating .comment-review .comment .comment-item {
  margin-bottom: 24px;
}
.review-rating .comment-review .comment .comment-item .name {
  padding-bottom: 5px;
  color: var(--On-Surface);
  width: 100%;
}
.review-rating .comment-review .comment .comment-item:last-child {
  margin-bottom: 0;
}
.review-rating .comment-review .comment .comment-item.type-reply {
  padding-left: 17px;
  border-left: 4px solid var(--Line);
}
.review-rating .comment-review .comment .comment-item.type-reply .avatar-comment {
  width: 52px;
  height: 52px;
}
.review-rating .form-write-review {
  display: none;
}
.review-rating.write-review .btn-write-review {
  display: none;
}
.review-rating.write-review .btn-cancel-review {
  display: block;
}
.review-rating.write-review .comment-review {
  display: none;
}
.review-rating.write-review .form-write-review {
  display: block;
}
.review-rating.write-review input[type=text],
.review-rating.write-review input[type=email] {
  border-radius: 8px;
}
.review-rating.write-review .title {
  margin-bottom: 10px;
}

.rating-style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
}

.progress-bars {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.progress-bars .rating-style-2 i {
  font-size: 17px;
}
.progress-bars .progress-bars-line {
  display: block;
  height: 8px;
  border-radius: 1px;
  width: 200px;
  background-color: var(--Line);
  position: relative;
}
.progress-bars .progress-bars-line > div {
  display: block;
  height: 8px;
  background-color: var(--On-Surface);
}

.tf-table-page-cart {
  margin-bottom: 28px;
}
.tf-table-page-cart .table-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 50px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--Line);
}
.tf-table-page-cart .table-title h6 {
  color: var(--On-Surface);
}
.tf-table-page-cart .table-title .tf-cart-item_product {
  padding: 0;
}
.tf-table-page-cart .tf-cart-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 50px;
}
.tf-table-page-cart .tf-cart-item_product {
  width: 320px;
}
.tf-table-page-cart .tf-cart-item_price {
  width: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tf-table-page-cart .tf-cart-item_quantity {
  width: 120px;
}
.tf-table-page-cart .total-price {
  width: 100px;
}
.tf-table-page-cart .tf-table-btn-delete {
  width: 20px;
}
.tf-table-page-cart .tf-cart-item {
  padding: 28px 0 18.5px;
  border-bottom: 1px solid var(--Line);
}
.tf-table-page-cart .tf-cart-item_product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
.tf-table-page-cart .tf-cart-item_product .img-box {
  max-width: 90px;
}
.tf-table-page-cart .tf-cart-item_product .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-table-page-cart .tf-cart-item_product .cart-info a {
  color: var(--On-Surface);
}
.tf-table-page-cart .total-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 2px;
  align-items: center;
}
.tf-table-page-cart .total-price input {
  max-width: 15px;
  padding: 0;
  background-color: var(--White);
  border: none;
  font-weight: 700;
  pointer-events: none;
}
.tf-table-page-cart .tf-cart-item_quantity {
  max-width: 120px;
}
.tf-table-page-cart .tf-cart-item_quantity .wg-quantity {
  max-width: 120px;
  padding: 2px 12px;
}
.tf-table-page-cart .tf-cart-item_quantity .wg-quantity .btn-quantity {
  font-size: 34px;
}
.tf-table-page-cart .remove {
  width: 20px;
  height: 20px;
  background-color: var(--White);
  border: 1px solid var(--Critical);
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-table-page-cart .remove i {
  font-size: 8px;
  color: var(--Critical);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-table-page-cart .remove:hover {
  background-color: var(--Critical);
}
.tf-table-page-cart .remove:hover i {
  color: var(--White);
}

.compare-at-price {
  color: var(--Secondary2);
  text-decoration: line-through;
  margin-right: 16px;
  font-family: "Switzer", sans-serif;
}

.ip-discount-code fieldset {
  position: relative;
}
.ip-discount-code fieldset input {
  width: 100%;
  border: 2px solid var(--Line);
  padding: 13px 20px;
  border-radius: 8px;
}
.ip-discount-code fieldset input::placeholder {
  color: var(--Secondary2);
}
.ip-discount-code fieldset .tf-btn {
  border-radius: 8px;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  padding: 0 16px;
}
.ip-discount-code fieldset .tf-btn::before {
  border-radius: 8px;
}

.wg-order-summary {
  padding: 22px;
  border: 2px solid var(--On-Surface);
  border-radius: 8px;
}
.wg-order-summary .heading h5 {
  color: var(--On-Surface);
  padding-bottom: 8px;
}
.wg-order-summary .order-summary-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 19px;
  border-bottom: 1px solid var(--Line);
}
.wg-order-summary .total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.wg-order-summary .total h5 {
  color: var(--On-Surface);
}
.wg-order-summary .shipping .text {
  width: 46%;
}
.wg-order-summary .shipping .shipping-list {
  width: 54%;
}
.wg-order-summary .shipping .shipping-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4px;
}
.wg-order-summary .shipping .shipping-list li:last-child {
  padding-bottom: 0;
}
.wg-order-summary .order-summary-bottom .radio-box {
  margin-bottom: 12px;
}
.wg-order-summary .order-summary-bottom .radio-box a {
  color: var(--On-Surface);
  text-decoration: underline;
}
.wg-order-summary .order-summary-bottom .radio-box a:hover {
  color: var(--Primary);
}
.wg-order-summary .order-summary-bottom .tf-btn {
  width: 100%;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 0;
}
.wg-order-summary .order-summary-bottom .tf-btn::before {
  border-radius: 8px;
}
.wg-order-summary .order-summary-bottom .tf-btn:last-child {
  margin-bottom: 0;
}
.wg-order-summary .order-summary-bottom .tf-btn.color-primary {
  padding: 13px 0;
}
.wg-order-summary .order-summary-bottom .tf-btn.no-hover {
  color: var(--On-Surface);
}
.wg-order-summary.no-border {
  border: none;
}
.wg-order-summary.no-border .order-summary-content {
  border: 0;
}

.wg-form-information textarea {
  padding: 9px 14px;
}
.wg-form-information input[type=text] {
  padding: 10px 15px;
  border: 2px solid var(--Line);
  border-radius: 8px;
  width: 100%;
}
.wg-form-information input[type=text]::placeholder {
  color: var(--Secondary2);
}
.wg-form-information .nice-select {
  border-radius: 8px;
  border: 2px solid var(--Line);
  padding: 10px 16px;
}
.wg-form-information .nice-select::after {
  right: 22px;
}

.btn-radio {
  position: relative;
  border: 1px solid var(--On-Surface);
  border-radius: 50%;
  background: none;
  cursor: pointer;
  outline: 0;
  height: 14px;
  width: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-payment .payment-item {
  padding: 11px 18px;
  border: 2px solid var(--Line);
  border-radius: 8px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-payment .payment-item .payment-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  cursor: pointer;
}
.form-payment .payment-item .text {
  margin-bottom: 19px;
}
.form-payment .payment-item.active {
  padding-top: 20px;
  padding-bottom: 16px;
  border-color: var(--On-Surface);
}
.form-payment .payment-item.active .payment-header {
  margin-bottom: 4px;
}
.form-payment .payment-item:nth-child(2) .collapse:not(.show) {
  display: block;
}
.form-payment .payment-item:nth-child(3) {
  padding: 10px 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-payment .payment-item:nth-child(3) .collapse:not(.show) {
  display: block;
}
.form-payment .payment-item:last-child {
  padding: 13px 18px;
  margin-bottom: 41px;
}
.form-payment .payment-item:last-child .collapse:not(.show) {
  display: block;
}
.form-payment .card-numbers {
  position: relative;
}
.form-payment .card-numbers .img-icon-payment {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.form-payment input[type=text],
.form-payment input[type=date] {
  padding: 10px 15px;
  border: 2px solid var(--Line);
  border-radius: 8px;
  width: 100%;
}

.wg-shopping-cart .heading h5 {
  color: var(--On-Surface);
}
.wg-shopping-cart .wg-shopping-cart-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--Line);
  padding-bottom: 19px;
  margin-bottom: 20px;
}
.wg-shopping-cart .wg-shopping-cart-list li:last-child {
  margin-bottom: 0px;
}
.wg-shopping-cart .wg-order-summary {
  padding: 20px 0 0;
  border-top: 1px solid var(--Line);
  margin-left: 0;
}
.wg-shopping-cart .wg-order-summary .order-summary-content {
  padding: 0 0 16px;
}
.wg-shopping-cart .wg-order-summary .total {
  padding: 20px 0 0;
  border-top: 1px solid var(--Line);
}
.wg-shopping-cart .ip-discount-code {
  margin-right: 0;
}

.product-item.style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
.product-item.style-2 .image {
  max-width: 90px;
  margin-bottom: 0;
}
.product-item.style-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item.style-2 .name-product a {
  color: var(--On-Surface);
}
.product-item.style-2 .name-product a:hover {
  color: var(--Primary);
}

.wg-search-not-found {
  max-width: 640px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 132px;
  margin-bottom: 100px;
}
.wg-search-not-found .image {
  max-width: 250px;
  margin-bottom: 40px;
}
.wg-search-not-found .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wg-search-not-found input[type=text] {
  width: 100%;
  padding: 15px 20px;
  border-radius: 999px;
}
.wg-search-not-found input[type=text]::placeholder {
  color: var(--Secondary2);
}
.wg-search-not-found .input-search {
  position: relative;
}
.wg-search-not-found .input-search .tf-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  padding-left: 28px;
  padding-right: 28px;
}
.wg-search-not-found .search-not-found-content {
  margin-bottom: 40px;
}
.wg-search-not-found .search-not-found-content .heading {
  color: var(--On-Surface);
  padding-bottom: 16px;
}
.wg-search-not-found .search-not-found-content .sub-heading {
  font-family: "Switzer", sans-serif;
  color: var(--Secondary);
  font-weight: 400;
}

.wg-404 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1318px;
  justify-content: space-between;
  gap: 30px;
}
.wg-404 .wg-404-content {
  margin-top: auto;
  margin-bottom: 58px;
  max-width: 480px;
}
.wg-404 .wg-404-content .text-404 {
  font-size: 200px;
  line-height: 180px;
  font-weight: 600;
  font-family: "Switzer", sans-serif;
  padding-bottom: 20px;
}
.wg-404 .wg-404-content h2 {
  color: var(--On-Surface);
  padding-bottom: 20px;
}
.wg-404 .wg-404-content .text {
  color: var(--Secondary);
  padding-bottom: 20px;
}
.wg-404 .wg-404-content .tf-btn {
  padding: 12px 28px;
  border-radius: 8px;
}
.wg-404 .wg-404-content .tf-btn::before {
  border-radius: 8px;
}

.wg-form-contact {
  padding: 40px;
  border: 1px solid var(--On-Surface);
  border-radius: 8px;
}
.wg-form-contact .heading {
  color: var(--On-Surface);
  padding-bottom: 12px;
}
.wg-form-contact .form-contact input[type=text],
.wg-form-contact .form-contact input[type=email] {
  padding: 13px 16px;
  border-radius: 8px;
}
.wg-form-contact fieldset label {
  padding-bottom: 8px;
}
.wg-form-contact .tf-btn {
  padding: 12px 32px;
}

.acticle-page-title {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.acticle-page-title .image {
  background-color: var(--On-Surface);
}
.acticle-page-title .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.acticle-page-title .acticle-page-title-content .title-page-title {
  position: absolute;
  bottom: 28px;
  left: 28px;
  max-width: 70%;
}
.acticle-page-title .acticle-page-title-content .title-page-title h1,
.acticle-page-title .acticle-page-title-content .title-page-title .sub-title {
  color: var(--White);
}
.acticle-page-title .acticle-page-title-content .title-page-title h1 {
  padding-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.acticle-page-title .acticle-page-title-content .title-page-title .sub-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.acticle-page-title .acticle-page-title-content .post-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  gap: 60px;
  overflow: hidden;
  padding: 11px 28px;
}

.wg-fillter {
  padding: 20px;
  position: relative;
  overflow: auto;
}
.wg-fillter .fillter-btn .tf-btn {
  bottom: 10px;
  margin-top: 20px;
}

.wg-fillter-content {
  border-bottom: 1px solid var(--Line);
  margin-bottom: 20px;
  padding: 0 10px 20px;
}
.wg-fillter-content .title {
  margin-bottom: 15px;
  color: var(--On-Surface);
}

.fillter-brands fieldset {
  margin-bottom: 10px;
}
.fillter-brands fieldset:last-child {
  margin-bottom: 0;
}

.fillter-categories ul li a {
  color: var(--On-Surface);
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.fillter-categories ul li a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--On-Surface);
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fillter-categories ul li a:hover::after {
  width: 100%;
  left: 0;
}

.form-write-review .heading {
  margin-bottom: 24px;
}
.form-write-review .heading h4 {
  color: var(--On-Surface);
}

.tf-zoom-main {
  position: sticky;
  top: 80px;
  z-index: 50;
}

.preload-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  height: 100%;
  width: 100vw;
  background-color: var(--White);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preload-container .middle {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preload-container .logo-preload {
  position: absolute;
}

.loader {
  position: absolute;
  width: 80px;
  padding: 2px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--Primary);
  --_m:
      conic-gradient(#0000 10%, #000),
      linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

/*------------ sections ---------------- */
.tf-spacing-1 {
  padding-top: 58px;
  padding-bottom: 100px;
}

.tf-spacing-2 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.tf-spacing-3 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.tf-spacing-4 {
  padding-top: 0;
  padding-bottom: 100px;
}

.tf-spacing-5 {
  padding-top: 60px;
  padding-bottom: 62px;
}

.tf-spacing-6 {
  padding-top: 0;
  padding-bottom: 60px;
}

.tf-spacing-7 {
  padding-top: 0;
  padding-bottom: 69px;
}

.tf-spacing-8 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.tf-spacing-9 {
  padding-top: 0;
  padding-bottom: 58px;
}

.tf-spacing-10 {
  padding-top: 0;
  padding-bottom: 62px;
}

.tf-spacing-11 {
  padding-top: 0;
  padding-bottom: 56px;
}

.tf-spacing-12 {
  margin-top: 0;
  margin-bottom: 60px;
}

.tf-spacing-13 {
  margin-top: 0;
  margin-bottom: 64px;
}

.tf-spacing-14 {
  margin-top: 0;
  margin-bottom: 63px;
}

.tf-spacing-15 {
  padding-top: 58px;
  padding-bottom: 60px;
}

.tf-spacing-16 {
  padding-top: 58px;
  padding-bottom: 10px;
}

.page-title {
  position: relative;
  margin-top: 37px;
}
.page-title .image {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.page-title .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--On-Surface);
  overflow: hidden;
}
.page-title .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.page-title .post-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-title .heading {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.page-title .heading .title-article {
  font-size: 80px;
  line-height: 88px;
  font-weight: 600;
  color: var(--White);
  text-transform: capitalize;
  max-width: 75%;
}
.page-title .heading .sub-title {
  color: var(--White);
  padding-top: 20px;
}
.page-title.style-2 {
  margin-top: 0px;
}
.page-title.style-2 .heading {
  position: absolute;
  bottom: 28px;
  left: 28px;
}
.page-title.style-2 .heading .title-page-title {
  font-weight: 600;
  color: var(--White);
  text-transform: unset;
}
.page-title.style-2 .heading .sub-title {
  color: var(--White);
  padding-top: 20px;
}
.page-title.style-2 .post-info {
  padding: 11px 29px;
  justify-content: space-between;
}
.page-title.style-3 {
  margin-top: 18px;
}
.page-title.style-3 .heading {
  position: unset;
  padding-bottom: 22px;
}
.page-title.style-3 .post-info {
  background: transparent;
  position: unset;
  border: none;
  padding: 0;
  gap: 69px;
}
.page-title.style-3 .post-info .text-color-clip {
  color: var(--White);
}
.page-title.style-3 .post-info .text-color-clip::before {
  background-color: var(--White);
}
.page-title.style-3 .post-info .date {
  color: var(--White);
}
.page-title.style-3 .post-info .name span,
.page-title.style-3 .post-info .name a {
  color: var(--White);
}
.page-title.style-3 .post-info .time-read {
  color: var(--White);
}
.page-title.style-3 .post-info .time-read i {
  color: var(--White);
}
.page-title.style-3 .page-title-content {
  position: absolute;
  bottom: 63px;
}
.page-title.style-4 {
  margin-top: 15px;
}
.page-title.style-4 .image img {
  opacity: 1;
}
.page-title.style-4 .image::before {
  display: none;
}
.page-title.style-img-op-08 img {
  opacity: 0.8 !important;
}

.page-title-home .swiper {
  border-radius: 16px;
  overflow: hidden;
}
.page-title-home .page-title-home-inner {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.page-title-home .page-title-home-inner .image-page-title {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.page-title-home .page-title-home-inner .image-page-title::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: var(--On-Surface);
}
.page-title-home .page-title-home-inner .image-page-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.page-title-home .page-title-home-inner .title-home .title {
  font-size: 80px;
  line-height: 88px;
  font-weight: 600;
  color: var(--White);
  margin-bottom: 20px;
}
.page-title-home .page-title-home-inner .title-home .sub-title {
  color: var(--White);
}
.page-title-home .page-title-home-inner .post-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  gap: 60px;
}
.page-title-home .page-title-home-inner.inner {
  background-color: var(--On-Surface);
  height: 680px;
  position: relative;
}
.page-title-home .page-title-home-inner.inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.page-title-home.page-title-home-1 .swiper-page-title-home {
  border-radius: 4px;
  overflow: hidden;
}
.page-title-home.page-title-home-1 .post-info {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.page-title-home.page-title-home-1 .page-title-home-inner.inner-1::before {
  background-image: url(../image/page-title-home/page-title-home.jpg);
}
.page-title-home.page-title-home-1 .page-title-home-inner.inner-2::before {
  background-image: url(../image/page-title-home/page-title-home-inner-2.jpg);
}
.page-title-home.page-title-home-1 .title-home {
  width: calc(70% - 60px);
  position: absolute;
  bottom: 60px;
  left: 60px;
}
.page-title-home.page-title-home-1 .post-info {
  padding: 18px 60px;
}
.page-title-home.page-title-home-3 {
  position: relative;
}
.page-title-home.page-title-home-3 .title-home {
  width: calc(70% - 60px);
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.page-title-home.page-title-home-3 .post-info {
  padding: 20px 40px;
}
.page-title-home.page-title-home-3 .page-title-home-inner.inner-1::before {
  background-image: url(../image/page-title-home/page-title-home-3.jpg);
}
.page-title-home.page-title-home-3 .page-title-home-inner.inner-2::before {
  background-image: url(../image/page-title-home/page-title-home-3-inner-2.jpg);
}
.page-title-home.page-title-home-4 {
  position: relative;
}
.page-title-home.page-title-home-4 .swiper {
  border-radius: 0;
}
.page-title-home.page-title-home-4 .page-title-home-inner {
  border-radius: 0px;
}
.page-title-home.page-title-home-4 .page-title-home-inner.inner-1::before {
  background-image: url(../image/page-title-home/page-title-home-4.jpg);
}
.page-title-home.page-title-home-4 .page-title-home-inner.inner-2::before {
  background-image: url(../image/page-title-home/page-title-home-4-inner-2.jpg);
}
.page-title-home.page-title-home-4 .page-title-home-inner.inner {
  height: 640px;
}
.page-title-home.page-title-home-4 .title-home {
  position: absolute;
  bottom: 63px;
  left: 60px;
  width: calc(60% - 60px);
}
.page-title-home.page-title-home-4 .title-home .sub-title {
  margin-bottom: 20px;
}
.page-title-home.page-title-home-4 .title-home .post-info {
  position: relative;
  gap: 69px;
}
.page-title-home.page-title-home-4 .swiper-tf-post-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 404px;
  overflow: hidden;
}
.page-title-home.page-title-home-4 .tf-post-list-swiper {
  padding: 30px 30px 30px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-title-home.page-title-home-4 .tf-post-list-swiper .swiper-slide {
  height: max-content !important;
}
.page-title-home.page-title-home-4 .tf-post-list-swiper .swiper-slide .tf-post-list {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.page-title-home.page-title-home-4 .tf-post-list-swiper .swiper-slide .tf-post-list .title-article a {
  color: var(--White);
}
.page-title-home.page-title-home-4 .tf-post-list-swiper .swiper-slide:last-child .tf-post-list {
  border-bottom: none;
  padding-bottom: 0;
}
.page-title-home.page-title-home-4 .tf-post-list-swiper .swiper-slide-thumb-active .title-article a {
  color: var(--Primary) !important;
}
.page-title-home.page-title-home-5 {
  position: relative;
  border-radius: 0;
}
.page-title-home.page-title-home-5 .swiper {
  border-radius: 4px;
}
.page-title-home.page-title-home-5 .page-title-home-inner {
  border-radius: 0;
}
.page-title-home.page-title-home-5 .page-title-home-inner.inner-1::before {
  background-image: url(../image/page-title-home/page-title-home-5.jpg);
  opacity: 0.5;
}
.page-title-home.page-title-home-5 .page-title-home-inner.inner-2::before {
  background-image: url(../image/page-title-home/page-title-home-5-inner-2.jpg);
  opacity: 0.5;
}
.page-title-home.page-title-home-5 .title-home {
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50%);
  left: 40px;
}
.page-title-home.page-title-home-5 .title-home {
  position: absolute;
  left: 40px;
  width: calc(67% - 60px);
  bottom: 47px;
}
.page-title-home.page-title-home-5 .title-home .sub-title {
  margin-bottom: 20px;
}
.page-title-home.page-title-home-5 .title-home .post-info {
  position: relative;
  gap: 69px;
}
.page-title-home.page-title-home-5 .image-page-title img {
  opacity: 0.5;
  height: 640px;
}
.page-title-home.page-title-home-5 .post-list {
  position: absolute;
  bottom: 20px;
  left: 40.5px;
  z-index: 9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 29px;
  overflow-x: auto;
}
.page-title-home.page-title-home-5 .post-list .tf-post-list {
  padding-right: 30px;
  border-right: 1px solid var(--Line-dark);
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  min-width: 344px;
  width: 20%;
}
.page-title-home.page-title-home-5 .post-list .tf-post-list .article-content {
  width: calc(100% - 112px);
}
.page-title-home.page-title-home-5 .post-list .tf-post-list .title-article a {
  color: var(--White);
}
.page-title-home.page-title-home-5 .post-list .tf-post-list .text-color-clip::before {
  background-color: var(--White);
}
.page-title-home.page-title-home-5 .post-list .tf-post-list:last-child {
  padding-right: 0;
  border-right: none;
}

.section-big-blog .article-list .tf-post-list.pt-16 {
  padding-top: 16px;
}
.section-big-blog .article-list-1 .tf-post-list:first-child {
  padding-top: 16px;
  border-top: 1px solid var(--Line);
}

.section-worldwide .article-list .tf-post-list:first-child {
  padding-top: 16px;
  border-top: 1px solid var(--Line);
}

.section-you-should .tf-post-grid.style-absolute img {
  opacity: 0.8;
}

.section-you-should-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding-top: 15px;
}
.section-you-should-list .article-list {
  max-width: calc(50% - 15px);
  flex-shrink: 1;
}
.section-you-should-list .article-list .tf-post-list:nth-child(2) {
  padding-bottom: 23px;
}

.section-banner-ads .text-color-linear-gradient {
  font-family: "Rethink Sans", sans-serif;
}

.section-latest-posts .wg-sidebar {
  margin-left: -15px;
  padding-left: 30px;
  padding-right: 15px;
  border-left: 1px solid var(--Line);
}
.section-latest-posts .wg-sidebar .news-letter {
  padding: 21px;
  gap: 12px;
}
.section-latest-posts .wg-sidebar .banner-ads .ads-content .logo-ads {
  margin-bottom: 8px;
}

.list-tf-post-list-desc .tf-post-list-desc {
  padding-bottom: 14px;
  margin-bottom: 15px;
}
.list-tf-post-list-desc .tf-post-list-desc .image {
  width: 101%;
}
.list-tf-post-list-desc .tf-post-list-desc:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.section-popular-h-2 .tf-post-list {
  padding-bottom: 13px;
}
.section-popular-h-2 .tf-post-list:nth-child(2) {
  padding-bottom: 25px;
}
.section-popular-h-2 .tf-post-list:last-child {
  padding: 0;
}

.section-you-should-h-2 .post-info {
  padding: 11px 16px 10px !important;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  display: grid;
  row-gap: 31px;
  margin: 0 -15px;
}
.grid-3 .tf-post-grid {
  border-right: 1px solid var(--Line);
  padding: 0 15px;
}
.grid-3 .tf-post-grid:nth-child(3), .grid-3 .tf-post-grid:nth-child(6), .grid-3 .tf-post-grid:nth-child(9), .grid-3 .tf-post-grid:nth-child(12) {
  border: 0;
}
.grid-3 .tf-post-grid:last-child {
  border: 0;
}

.section-worldwide-h-2 .article-list-1 .tf-post-list:first-child {
  padding-top: 15px;
  border-top: 1px solid var(--Line);
}
.section-worldwide-h-2 .article-list-2 .tf-post-list:last-child {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--Line);
}
.section-worldwide-h-2 .banner-ads.style-2 {
  padding-right: 30px;
}

.slide-post {
  margin-top: 15px;
}

.section-highlights-h3 .article-list-1 .tf-post-list:first-child {
  padding-top: 13px;
  border-top: 1px solid var(--Line);
}
.section-highlights-h3 .article-list-1 .tf-post-list:last-child {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--Line);
}
.section-highlights-h3 .article-list-2 .tf-post-list:first-child {
  padding-top: 15px;
  border-top: 1px solid var(--Line);
}
.section-highlights-h3 .article-list-2 .tf-post-list:nth-child(2) {
  padding-bottom: 24px;
}
.section-highlights-h3 .tf-post-grid.style-small .title-article {
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.section-editor-h-3 .tf-post-grid.style-absolute .title-article {
  bottom: 20px;
}

.section-you-should-h3 .tf-post-grid.style-absolute .post-info {
  padding: 10px 28px;
}

.section-trending .tf-post-list:first-child {
  padding-top: 15px;
  border-top: 1px solid var(--Line);
}

.section-latest-posts-h3 .news-letter {
  padding: 21px;
  gap: 12px;
}

.list-tf-post-grid .tf-post-grid {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--Line);
}
.list-tf-post-grid .tf-post-grid:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.section-trending-h4 {
  padding: 40px 0;
}

.section-you-should-h4 .style-absolute.style-1 .title-article {
  bottom: 20px;
  left: 24px;
  right: 24px;
}
.section-you-should-h4 .style-absolute.style-1 .post-info {
  padding: 11px 20px 10px;
}

.section-latest-posts-h4 .wg-sidebar {
  padding-right: 15px;
}

.section-gallery-h5 {
  margin-top: 15px;
}
.section-gallery-h5 .page-title-home-inner .title-home {
  bottom: 40px;
  left: 40.23px;
}
.section-gallery-h5 .page-title-home-inner .post-info {
  padding: 19px 40px;
}
.section-gallery-h5 .tf-post-grid.style-absolute .post-info {
  padding: 11px 17px 11px 15px;
}
.section-gallery-h5 .tf-post-grid.style-absolute .title-article {
  bottom: 20px;
  left: 18px;
  right: 20px;
}

.section-editor-h5 .tf-post-list-desc {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.section-editor-h5 .section-you-should-list {
  padding-top: 0;
}

.section-you-should-h5 .tf-post-grid .tf-grid-post-content .title-article {
  bottom: 20px;
  left: 24px;
  right: 24px;
}
.section-you-should-h5 .tf-post-grid .tf-grid-post-content .post-info {
  padding: 13px 20px 10px;
}

.section-latest-posts-h5 .wg-sidebar {
  padding-right: 15px;
}

.section-highlights-h6 .tf-post-grid .title-article {
  bottom: 20px !important;
}

.section-worldwide-h7 .article-list-1 {
  padding-top: 14px;
  border-top: 1px solid var(--Line);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--Line);
}
.section-worldwide-h7 .tf-post-grid.style-small .post-info {
  padding: 10px 18px 10px 15px;
}
.section-worldwide-h7 .tf-post-grid.style-absolute .title-article {
  bottom: 20px;
}
.section-worldwide-h7 .article-list-2 {
  padding-top: 14px;
  border-top: 1px solid var(--Line);
}
.section-worldwide-h7 .article-list-2 .tf-post-list:nth-child(2) {
  padding-bottom: 25px;
}

.section-you-should-h7 .tf-post-list-desc .post-info {
  gap: 0 !important;
}
.section-you-should-h7 .list-tf-post-list-desc .tf-post-list-desc {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.section-you-should-h7 .list-tf-post-list-desc .tf-post-list-desc:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.tf-list-post-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
}
.tf-list-post-grid .tf-post-grid {
  width: 100%;
}

.section-most-popular-h7 .tf-post-grid.style-1 .title-article {
  bottom: 20px;
}
.section-most-popular-h7 .tf-post-grid.style-1 .post-info {
  padding: 11px 16px 10px;
}

.archive-content .heading h5,
.archive-content .heading h3 {
  color: var(--On-Surface);
  padding-bottom: 8px;
}
.archive-content .wg-sidebar {
  border-left: 1px solid var(--Line);
  padding-left: 30px;
}
.archive-content .wg-sidebar .heading h5 {
  padding-bottom: 0;
}

.fl-item7,
.fl-item6,
.fl-item5,
.fl-item4,
.fl-item3,
.fl-item2,
.fl-item {
  display: none;
}

.archive-grid-feature-2-content .tf-post-grid.hover-play-video {
  padding-right: 15px;
  border-right: 1px solid var(--Line);
  margin-right: -15px;
}

.archive-list-content .list-post-list .list-item {
  padding-top: 30px;
  margin-top: 28.5px;
  border-top: 1px solid var(--Line);
}
.archive-list-content .list-post-list .list-item:first-child {
  padding-top: 0;
  margin-top: 0px;
  border-top: 0;
}

.archive-overlay-1-content .tf-post-grid .post-info {
  padding: 11px 16px 10px !important;
}
.archive-overlay-1-content .btn-load-more {
  margin-top: 28px;
}

.archive-overlay-2-content .tf-post-grid .post-info {
  padding: 11px 18px 12px 16px !important;
  border-bottom: 0;
}

.archive-overlay-3-content .acticle-page-title .image img {
  opacity: 0.5;
}
.archive-overlay-3-content .tf-post-grid .post-info {
  padding: 11px 16px !important;
}
.archive-overlay-3-content .btn-load-more {
  margin-top: 28px;
}

.product-list .tf-btn.style-border {
  padding: 12px 40px !important;
}

.check-out-content {
  position: relative;
}
.check-out-content .check-out-btn .tf-btn {
  border-radius: 8px;
  text-align: center;
  padding: 13px 0;
}
.check-out-content .check-out-btn .tf-btn::before {
  border-radius: 8px;
}

.line-check-out {
  position: absolute;
  background-color: var(--Line);
  height: 100%;
  width: 1px;
  top: 4px;
  bottom: 0;
  left: 53.1%;
}

.contact-us-content .about-content {
  padding-bottom: 22px;
}
.contact-us-content .about-content .title {
  padding-bottom: 5px;
}
.contact-us-content .about-content:last-child {
  padding-bottom: 0;
}
.contact-us-content .about-content a {
  color: var(--On-Surface);
}
.contact-us-content .our-social-media h6 {
  color: var(--On-Surface);
  padding-bottom: 10px;
}
.contact-us-content .our-social-media .socials-list {
  gap: 12px;
}

.progress-wrap {
  position: fixed;
  bottom: 40px;
  right: 20px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background: var(--On-Surface);
}
.progress-wrap::after {
  position: absolute;
  content: "\e901";
  font-family: "icomoon";
  text-align: center;
  line-height: 40px;
  color: var(--White);
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  transform: rotate(180deg);
  font-size: 7px;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap:hover {
  transform: translateY(-4px);
  background: var(--Primary);
}

/*-------------- Responsive ----------------- */
@media (min-width: 1150px) {
  .archive-list-content .tf-post-list-desc .tf-post-list-desc-content {
    max-width: calc(100% - 472px);
  }
  .archive-list-content .tf-post-list-desc .post-info {
    padding-bottom: 3px;
  }
  .section-latest-posts-h2 .tf-post-list-desc-content {
    max-width: calc(100% - 472px);
  }
}
@media (min-width: 991px) {
  .archive-list-content .list-post-list .list-item {
    margin-right: 121px;
  }
  .wg-search-not-found .search-not-found-content {
    padding: 0 38px;
  }
  .wg-order-summary {
    margin-left: 30px;
  }
  .tf-table-page-cart {
    margin-right: 40px;
  }
  .ip-discount-code {
    margin-right: 40px;
  }
  .review-rating .comment-item.type-reply {
    margin-left: 28px;
    margin-right: 28px;
  }
  .tf-product-info-choose-option {
    padding-left: 30px;
  }
  .tf-accordion {
    padding-left: 30px;
  }
  .section-latest-posts-h2 .tf-post-list-desc {
    padding-bottom: 29px;
  }
  .section-latest-posts-h2 .tf-post-list-desc:last-child {
    padding-bottom: 0;
  }
  .section-latest-posts-h2 .wg-sidebar {
    padding-left: 30px;
    border-left: 1px solid var(--Line);
  }
  .section-latest-posts-h3 .list-tf-post-grid {
    padding-left: 15px;
    margin-left: -17px;
    border-left: 1px solid var(--Line);
  }
  .section-latest-posts-h3 .wg-sidebar {
    padding-left: 30px;
    padding-right: 15px;
    border-left: 1px solid var(--Line);
    margin-left: -17px;
  }
  .section-you-should-h6 .tf-post-grid {
    max-height: 460px;
  }
}
@media (max-width: 1700px) {
  .page-title-home .title-home {
    bottom: 30px !important;
    left: 30px !important;
  }
  .page-title-home .title-home .title {
    font-size: 56px !important;
    line-height: 68px !important;
  }
  .page-title-home .post-info {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .page-title-home.page-title-home-5 .post-info, .page-title-home.page-title-home-4 .post-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-title-home.page-title-home-5 .post-list {
    bottom: 10px !important;
    left: 30px !important;
    right: 30px !important;
  }
}
@media (max-width: 1330px) {
  .header.style-4 .header-left {
    width: auto;
  }
  .header-left {
    gap: 20px !important;
  }
}
@media (max-width: 1300px) {
  .list-post-list .fl-item3 {
    margin-right: 0 !important;
  }
  .header-left {
    gap: 20px !important;
  }
  .socials.style-sticky {
    margin-left: 100px;
  }
  .wg-gallery {
    flex-direction: column;
  }
  .wg-gallery .gallery-item-1 {
    width: 100%;
  }
  .wg-gallery .gallery-item-2 {
    width: 100%;
  }
  .wg-gallery .list-gallery {
    flex-direction: row;
  }
  .wg-gallery .list-gallery .tf-post-grid {
    flex: 1 1 50%;
    width: 50%;
  }
}
@media (max-width: 1245px) {
  .header-btn {
    display: none;
  }
}
@media (max-width: 1200px) {
  .acticle-page-title .title-page-title {
    max-width: 100% !important;
  }
  .wg-404 .wg-404-content {
    margin-bottom: 0px !important;
  }
  .article-list-grid-item .article-list-grid-content {
    max-width: calc(100% - 272px);
  }
  .wg-sidebar {
    margin-left: -15px;
  }
  .footer-inner .footer-midder {
    padding: 0;
  }
  .header.style-3 .header-new {
    display: none !important;
  }
  .header.style-3 .socials {
    display: none !important;
  }
  .header.style-3 .header-inner-wrap {
    flex-direction: row !important;
    padding: 15px 15px;
    position: relative;
  }
  .header.style-3 .main-menu {
    display: none !important;
  }
  .header.style-3 .line-header {
    display: none !important;
  }
  .header.style-3 .canvnas-btn {
    display: none !important;
  }
  .header.style-3 .mobile-button {
    display: block;
    z-index: 5;
  }
  .header.style-3 .header-bottom {
    width: auto !important;
  }
  .header.style-3 .header-top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1120px) {
  .header-right .backgroud-layout-btn {
    display: none !important;
  }
  .header-right .line {
    display: none;
  }
  .header-right .nav-account {
    display: none;
  }
  .archive-content .sub-heading br {
    display: none;
  }
  .archive-content .wg-sidebar {
    padding-left: 15px !important;
  }
  .menu-primary-menu {
    display: none;
  }
  .canvnas-btn {
    display: none !important;
  }
  .mobile-button {
    display: block;
  }
  .header-inner-wrap {
    padding: 15px 0;
    position: relative;
  }
  .header-inner-wrap .header-left {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-inner-wrap .header-bottom {
    padding: 0 !important;
  }
  .top-bar .top-bar-new {
    padding: 12px 0;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .top-bar .top-bar-new .new-item {
    display: none;
  }
  .top-bar .socials {
    display: none;
  }
  .top-bar.style-3 .swiper-text-top-bar {
    padding: 12px 0;
  }
  .top-bar.style-3 .date {
    display: none !important;
  }
  .top-bar.style-3 .top-bar-inner {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .tf-spacing-1,
  .tf-spacing-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .tf-spacing-3,
  .tf-spacing-5,
  .tf-spacing-15 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tf-spacing-8 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .tf-spacing-4,
  .tf-spacing-6,
  .tf-spacing-7,
  .tf-spacing-9,
  .tf-spacing-10,
  .tf-spacing-11 {
    padding-top: 0;
    padding-bottom: 40px !important;
  }
  .tf-spacing-12,
  .tf-spacing-13,
  .tf-spacing-14 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .tf-spacing-16 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .tf-post-grid.no-desc .title-article {
    margin-bottom: 8px !important;
  }
  .page-title-home-inner.inner {
    height: 400px !important;
  }
  .wg-search-not-found {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .line-check-out {
    display: none;
  }
  .comment-item .comment-content .tf-btn::before {
    display: none;
  }
  .archive-list-content .tf-post-list-desc .image {
    min-width: 100px;
  }
  .archive-list-content .tf-post-list-desc .title-article a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .section-latest-posts-h2 .tf-post-list-desc .image {
    min-width: 100px;
  }
  .archive-content .wg-sidebar {
    padding-left: 0px !important;
  }
  .swiper-arrow {
    display: none !important;
  }
  .section-latest-posts-h2 .tf-post-list-desc {
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
  }
  .section-latest-posts-h2 .tf-post-list-desc:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .section-worldwide-h-2 .banner-ads {
    padding-right: 0 !important;
  }
  .section-you-should-list {
    gap: 30px;
    padding: 0;
  }
  .tf-post-grid .sub-title {
    margin-bottom: 15px !important;
  }
  .tf-post-grid.mb-20 {
    margin-bottom: 0 !important;
  }
  .tf-title-section {
    margin-bottom: 20px !important;
  }
  .page-title-home-5 .title-home {
    bottom: 0 !important;
    top: 44%;
  }
  .page-title-home-5 .title-home .title {
    margin-bottom: 10px !important;
  }
  .page-title-home-5 .title-home .sub-title {
    margin-bottom: 10px !important;
  }
  .tf-container.style-border-right [class^=col-] {
    border: none;
  }
  .section-latest-posts-h2 br {
    display: none;
  }
  .section-latest-posts-h2 .title-article a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .article-list-grid-item .article-list-grid-content {
    max-width: 100%;
    width: auto;
  }
  .article-list-grid-item .article-list-grid-content h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .article-list-grid-item .article-list-grid-content .sub-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
  .page-title-home.page-title-home-4 .image-page-title img {
    height: 355px !important;
  }
  .page-title-home.page-title-home-4 .swiper-tf-post-list {
    display: none;
  }
  .page-title-home.page-title-home-5 .image-page-title img {
    height: 500px !important;
  }
  .page-title-home.page-title-home-5 .post-list {
    left: 15px !important;
    right: 15px !important;
  }
  .page-title-home .title-home {
    bottom: 15px !important;
    left: 15px !important;
    width: auto !important;
  }
  .page-title-home .title-home .title {
    font-size: 35px !important;
    line-height: 42px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .page-title-home .title-home .sub-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .page-title-home .image-page-title img {
    height: 355px !important;
  }
  .page-title-home .post-info {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .gallery-inner .image-gallery {
    height: 400px !important;
  }
  .gallery-inner .gallery-content {
    bottom: 15px !important;
    left: 15px !important;
    width: auto !important;
  }
  .gallery-inner .gallery-content .title {
    font-size: 35px !important;
    line-height: 42px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .gallery-inner .gallery-content .sub-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .gallery-inner .image-page-title img {
    height: 355px !important;
  }
  .gallery-inner .post-info {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .wg-sidebar {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 0px !important;
    border: none !important;
  }
  .article-post-content {
    padding-left: 0 !important;
    padding-right: 0px !important;
  }
  .article-post.ml--30 {
    margin-left: 0 !important;
  }
  .socials.style-sticky, .socials.style-1 {
    display: none;
  }
  .article-post-content {
    padding-right: 0 !important;
  }
  .footer-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
    grid-template-rows: auto;
    position: relative;
    grid-template-areas: "aa cc" "bb bb";
  }
  .footer-inner .footer-grid-1 {
    grid-area: aa;
    max-width: 100%;
  }
  .footer-inner .footer-grid-2 {
    grid-area: bb;
    width: 100%;
  }
  .footer-inner .footer-grid-3 {
    grid-area: cc;
    max-width: 100%;
    border-left: none;
    padding: 0 !important;
  }
  .footer-inner .footer-grid-3 .footer-socials,
  .footer-inner .footer-grid-3 .news-letter {
    padding: 0 !important;
  }
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  h2,
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .page-title .heading .title-article {
    font-size: 30px;
    line-height: 38px;
    max-width: 100%;
  }
  .tf-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tf-container .row {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .tf-container .row > * {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 890px) {
  .tf-table-page-cart {
    width: 890px;
  }
}
@media (max-width: 768px) {
  .slide-post .tf-post-grid {
    margin-left: 20px;
    margin-right: 20px;
  }
  .acticle-page-title .image {
    height: 364px;
  }
  .tf-post-grid.style-absolute .post-info {
    padding: 10px 16px;
    gap: 5px;
  }
  .tf-post-grid.style-absolute .title-article {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 .tf-post-grid {
    border: 0;
  }
  .wg-404 .image {
    display: none;
  }
  .wg-404 .wg-404-content {
    margin: auto;
    text-align: center;
  }
  .thumbs-slider {
    flex-direction: column-reverse;
  }
  .thumbs-slider .tf-product-media-thumbs {
    width: auto;
    max-width: 100%;
  }
  .thumbs-slider .tf-product-media-main {
    max-width: 100%;
  }
  .wg-gallery .list-gallery {
    flex-direction: column;
  }
  .wg-gallery .list-gallery .tf-post-grid {
    flex: 1 1 100%;
    width: 100%;
  }
  .article-post.style-2 {
    margin: 0 !important;
  }
  .article-post .article-post-content .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .comment-item .avatar-comment {
    flex-shrink: 1;
  }
  .article-post-content .content {
    padding: 0;
    padding-bottom: 32px;
  }
  .tf-spacing-1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .page-title .image {
    height: 355px;
  }
  .page-title .heading {
    bottom: 10px;
    left: 10px;
  }
  .page-title .sub-title {
    padding-top: 10px !important;
  }
  .page-title .post-info {
    padding: 10px;
  }
}
@media (max-width: 650px) {
  .section-you-should-list {
    flex-direction: column;
    gap: 0;
  }
  .section-you-should-list .article-list {
    max-width: 100%;
  }
  .section-you-should-list .article-list:first-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--Line);
  }
  .section-you-should-list .tf-post-list:nth-child(2) {
    padding-bottom: 15px;
  }
  .quote {
    padding: 24px !important;
  }
  .next-blog .tf-post-list {
    flex-direction: column;
  }
  .article-post-content .tag {
    flex-wrap: wrap;
    gap: 5px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 550px) {
  .text-404 {
    font-size: 100px !important;
    line-height: 80px !important;
  }
  .acticle-page-title .acticle-page-title-content .title-page-title {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .acticle-page-title .acticle-page-title-content .post-info {
    padding: 10px !important;
  }
  .footer-bottom {
    gap: 10px;
  }
  .footer-bottom ul {
    row-gap: 0 !important;
  }
  .banner-ads.style-3 {
    padding: 0 !important;
  }
  .page-title-home-1 .post-info {
    gap: 15px !important;
  }
  .tf-post-list-desc {
    flex-direction: column;
    gap: 15px;
    border-bottom: 0;
  }
  .review-rating {
    padding: 20px !important;
  }
  .acticle-page-title .title-page-title {
    bottom: 15px;
    left: 15px;
  }
  .acticle-page-title .post-info {
    gap: 0 !important;
    justify-content: space-between;
  }
  .tf-list-post-grid {
    flex-direction: column;
  }
  .socials.style-3 .socials-list {
    gap: 4px !important;
  }
  .swiper-text-top-bar {
    max-width: 100% !important;
  }
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .wg-form-contact {
    padding: 15px !important;
  }
  .wg-payment .img-icon-payment {
    display: none !important;
  }
  .news-letter.style-4 {
    padding: 15px;
  }
  .news-letter.style-4 fieldset {
    max-width: 100%;
  }
  .header-right .nav-account {
    display: none;
  }
  .header-right .backgroud-layout-btn {
    display: none;
  }
  .header-right .line {
    display: none;
  }
  .footer {
    border-color: var(--On-Surface);
  }
  .footer-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    grid-template-rows: auto;
    position: relative;
    grid-template-areas: "aa" "bb" "cc";
  }
  .footer-inner .footer-left {
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--Line);
  }
  .footer-midder {
    flex-direction: column;
    padding-bottom: 20px !important;
    border-bottom: 1px solid var(--Line);
    gap: 20px;
  }
  .footer-content {
    width: 100% !important;
  }
  .footer-content .title-mobile {
    position: relative;
    margin-bottom: 0 !important;
    pointer-events: all;
  }
  .footer-content .title-mobile::before {
    position: absolute;
    content: "\e901";
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "icomoon";
    font-size: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer-content .tf-collapse-content {
    display: none;
    padding-top: 12px;
  }
  .footer-content.open .title-mobile::before {
    transform: rotate(180deg);
    top: 0;
  }
  .article-post-content .news-letter {
    flex-direction: column;
    gap: 12px;
  }
  .article-post-content .news-letter .heading {
    max-width: 100% !important;
  }
  .cols {
    flex-direction: column;
  }
  .comment-item {
    gap: 10px !important;
  }
  .comment-item .avatar-comment {
    width: 40px !important;
    height: 40px !important;
  }
  .comment-item .comment-content {
    width: calc(100% - 50px);
  }
  .comment-item.type-reply {
    padding-left: 50px !important;
  }
  .comment-item.style-2 .comment-content {
    width: 100%;
  }
  .next-blog {
    gap: 10px !important;
  }
  .next-blog .previous-next-content {
    max-width: calc(50% - 10px) !important;
  }
  .next-blog .tf-post-list a {
    -webkit-line-clamp: 2 !important;
  }
  .next-blog .tf-post-list .info {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 450px) {
  .wg-add-to-card {
    flex-wrap: wrap;
  }
  .wg-order-summary .shipping .text {
    width: 30%;
  }
  .wg-order-summary .shipping .shipping-list {
    width: 70%;
  }
}
@media (max-width: 410px) {
  .review-rating .heading {
    justify-content: center;
  }
}

/*# sourceMappingURL=styles.css.map */
