@import url(bootstrap-select.min.css);
:root {
  --white: #ffffff;
  --white-2: #FFFFFFCC;
  --black: #000000;
  --black-2: #0000001A;
  --main: #1F1F1F;
  --main-2: #181818;
  --main-3: #484848;
  --main-4: #818181;
  --main-5: #BABABA;
  --main-6: #545454;
  --main-7: #1C1C1C99;
  --main-8: #646464;
  --main-9: #5A5A5A;
  --main-10: #D2D2D2;
  --main-11: #8F8F8F;
  --main-12: #667085;
  --primary: #AE873E;
  --primary-2: #957127;
  --primary-3: #8C763B;
  --secondary: #FF6969;
  --secondary-2: #E5775F;
  --secondary-3: #DF7C1F;
  --secondary-4: #F43B3B;
  --bg: #F5F2E9;
  --bg-2: #776733;
  --bg-3: #000000CC;
  --bg-4: #281C06CC;
  --bg-5: #777433;
  --bg-6: #00000033;
  --bg-7: #A63A27;
  --bg-8: #423321;
  --bg-9: #E8EBDD;
  --bg-10: #454D25;
  --bg-11: #FFF7ED;
  --bg-12: #C2C2C299;
  --bg-13: #9D5100;
  --bg-14: #EFE8D5;
  --bg-15: #D9D9D9;
  --bg-16: #DADEC9;
  --bg-17: #D4B04C;
  --bg-18: #EDEDED;
  --bg-19: #FBECE3;
  --bg-20: #97764E;
  --bg-21: #FFF3E4;
  --bg-22: #765540;
  --bg-23: #FFF7E7;
  --bg-24: #ECDBF2;
  --bg-25: #FFEBD4;
  --bg-26: #F3F3F3;
  --line: #11111126;
  --line-2: #1111111A;
  --line-3: #E0E0E0;
  --line-4: #515151;
  --line-5: #7D7D7D;
  --line-6: #787878;
  --line-7: #A2A2A2;
  --line-8: #EBEBEB;
  --line-9: #E1E1E1;
  --line-10: #9C9C9C;
  --line-11: #CACACA;
  --line-12: #EFEFEF;
  --line-13: #E8D2A7;
  --shadow-1: #A3A3A340;
  --green: #3FC53A;
  --linear-1: linear-gradient(180deg, rgba(246, 221, 190, 0) 0%, rgba(246, 221, 190, 0.5) 100%);
  --linear-2: linear-gradient(137.6deg, #C09C71 23.87%, #664B18 99.83%);
  --linear-3: linear-gradient(285.63deg, #4B2C17 5.45%, #905E3D 94.52%);
  --linear-4: linear-gradient(133.57deg, #FFF0D3 25.62%, #EBD1A2 100%);
  --linear-5: linear-gradient(138.03deg, #FFF3E5 23.68%, #FFCDA2 100%);
}

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-size: 100%;
  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,
nav,
section {
  display: block;
}


html {
  margin-right: 0 !important;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.32px;
  color: var(--main);
  background-color: var(--white);
}
body::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 5px;
}


img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}
ul,
li{
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

table {
  width: 100%;
  overflow-x: auto;
  table-layout: auto;
  border-collapse: collapse;
}

thead {
  background-color: var(--line-8);
}

tbody tr:nth-child(even) {
  background-color: var(--line-8);
}

tr th:not(:first-child) {
  border-left: 1px solid var(--white);
}

td,
th {
  padding: 10px 14px;
}

.container {
  max-width: 1548px;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-layout-right{
  width: calc(106vw - (100vw - 1548px) / 2 - 4px);
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
  padding-left: 15px;
}

button {
  background: transparent;
  border: 0;
  display: inline-flex;
  -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(--main);
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: var(--secondary-2);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Jost", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0;
}

h1,
.h1 {
  font-size: clamp(32px, 5vw, 60px);
  line-height: clamp(40px, 6vw, 72px);
}

h2,
.h2 {
  font-size: clamp(30px, 3vw, 48px);
  line-height: clamp(40px, 3.5vw, 60px);
}

h3,
.h3 {
  font-size: clamp(24px, 2vw, 36px);
  line-height: clamp(32px, 2.5vw, 44px);
}

h4,
.h4 {
  font-size: 18px;
  line-height: clamp(26px, 2.5vw, 32px);
}

h6,
.h6 {
  font-size: 18px;
  line-height: 28px;
}

.text-caption {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}


.text-caption-3 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
}

.font-2 {
  font-family: "Playfair Display", serif;
}

b,
strong {
  font-weight: bolder;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}

.text-secondary-4 {
  color: var(--secondary-4) !important;
}

.text-main-4 {
  color: var(--main-4) !important;
}

.text-main-9 {
  color: var(--primary) !important;
}

.bg-dark-brown {
  background-color: var(--bg-8) !important;
}
.bg-main {
  background-color: #BD8F3B;
}

.bg-main-2 {
  background-color: var(--main-2);
}

.line {
  border: 1px solid var(--line) !important;
}
.line-y {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.text-stroke-white {
  -webkit-text-stroke: 2px var(--white);
  color: transparent;
}

a {
  -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;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Jost", sans-serif;
  color: #FFF;
}
a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}
.name-cls {
  color: black!important;;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  letter-spacing: 0;
}
.link {
  -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: black !important;
}
.link:hover {
  color: #BD8F3B !important;
}

.flat-spacing{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F5F2E9;
}
@media (max-width: 1024px) {
  .flat-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .flat-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.flat-spacing-2 {
  padding-top: 0;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
  height: 236px;
}

.flat-spacing-3{
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F5F2E9;
}
@media (max-width: 1199px) {
  .flat-spacing-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .flat-spacing-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .flat-spacing-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sp
{
  padding-bottom: 80px
}

.flat-spacing-6 {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: rgb(245, 242, 233);
}
@media (max-width: 1199px) {
  .flat-spacing-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .flat-spacing-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .flat-spacing-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.flat-spacing-9 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .flat-spacing-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

[data-grid=grid-1] {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}

[data-grid=grid-2] {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

[data-grid=grid-3] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

[data-grid=grid-4] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

[data-grid=grid-5] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}

[data-grid=grid-6] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(6, 1fr);
}

[data-grid=grid-7] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(7, 1fr);
}

.grid-template-columns-2 {
  grid-template-columns: 1fr 1fr;
}

.tf-row-flex {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  row-gap: 30px;
}

.tf-grid-layout {
  display: grid;
  column-gap: 15px;
  row-gap: 30px;
}

.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.tf-grid-layout .wd-full {
  grid-column: 1/-1;
}
@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout {
    row-gap: 64px;
  }
}

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

.sticky-top {
  position: sticky !important;
  z-index: 50;
  top: 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;
}

.wmax {
  width: max-content !important;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-auto {
  cursor: auto;
}

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

.text-line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
}
.name-product{
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  color: white;
}
.text-line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.aspect-ratio-0 {
  aspect-ratio: 0 !important;
}

.aspect-ratio-1 {
  aspect-ratio: 1/1 !important;
}

#scroll-top {
  position: fixed;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 50px;
  border-radius: 4px;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  z-index: 100;
  background-color: var(--main);
  border: 0;
  bottom: 92px;
  right: 20px;
  padding: 0;
  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;
}
#scroll-top.show {
  opacity: 1;
  visibility: visible;
}
#scroll-top.type-1 {
  bottom: 140px;
}
#scroll-top:hover {
  transform: translateY(-5px);
  background-color: var(--primary);
}
.backdrop-ft-unset {
  backdrop-filter: unset !important;
}

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

.mt-30 {
  margin-top: 30px;
}


.lt-sp-t2 {
  letter-spacing: -0.86px !important;
}

.letter-space-0 {
  letter-spacing: 0px !important;
}

.tf-swiper .swiper-slid {
  height: 780px;
}
.tf-swiper .swiper-slide > * {
  height: 100%;
}

.text-vertical {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.cs-pointer {
  cursor: pointer;
}

.max-width_1 {
  max-width: 1520px;
  width: 100%;
}

#goTop {
  position: fixed;
  padding: 0;
  bottom: 90px;
  right: 20px;
  width: 38px;
  height: 38px;
  background: var(--white);
  color: black;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  border: none;
  border-radius: 1px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#goTop .border-progress {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 3px;
  border: 1px solid #AE873E;
  mask-image: conic-gradient(#AE873E var(--progress-angle, 0deg), transparent 0);
  -webkit-mask-image: conic-gradient(#AE873E var(--progress-angle, 0deg), transparent 0);
  content: "";
  z-index: 1;
  -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;
}
#goTop.show {
  opacity: 1;
  visibility: visible;
}
#goTop .icon {
  font-size: 24px;
  -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(--primary);
}
#goTop .icon-arrow-right-2 {
  transform: rotate(-90deg);
}
#goTop.pos1 {
  bottom: 140px;
  right: 15px;
}
@media (min-width: 992px) {
  #goTop {
    right: 40px;
  }
}

@media (min-width: 1600px) {
  .sw-iconbox {
    padding-left: 11px;
    padding-right: 11px;
  }
}

.text-trans-none {
  text-transform: none !important;
}

@media (min-width: 1200px) {
  .fs_xl-49 {
    font-size: 49px !important;
  }
}

.vertical-text {
  transform: rotate(90deg);
  transform-origin: left top;
  white-space: nowrap;
  display: inline-block;
}

.tf-topbar {
  padding: 11px;
}
.tf-topbar .has-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 10px;
}
.tf-topbar .has-btn p {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tf-topbar .has-btn {
    gap: 5px 20px;
  }
}
.tf-topbar .topbar-inner {
  display: flex;
  gap: 30px;
}
.tf-topbar .topbar-inner .tf-swiper {
  height: 22px;
}
@media (min-width: 1200px) {
  .tf-topbar .topbar-inner.type-sp-2 {
    gap: 100px;
  }
}

.tf-topbar .box-suport {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.tf-topbar .box-suport p {
  display: flex;
  gap: 6px;
  align-items: center;
}
.tf-topbar .box-action {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.tf-topbar .box-action li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tf-topbar .topbar-botom {
  padding: 10px 0px;
}
.tf-topbar.style-2 .topbar-top {
  padding: 13px 0px;
}
@media (max-width: 1199px) {
  .tf-topbar {
    padding: 7px 0px;
  }
}
.hed
{
  background-color: #115258 !important;
  padding: 6px;
}
header {
  position: sticky;
  z-index: 99;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
header.header-sticky {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.tf-header .header-right {
  display: flex;
  gap: 24px;
}
.tf-header .type-languages > .dropdown-menu {
  margin-left: -20px !important;
}

.tf-header.style-2 .header-top {
    padding: 5px 0px;
  background-color: #115258;
}
  
@media (min-width: 1200px) {
  
  .tf-header.header-absolute.header-sticky .header-top {
    border: 1px solid var(--line-2);
  }
}
@media (max-width: 1199px) {
  .tf-header {
    /*! padding: 15px 0px; */
  }
  .tf-header .logo-site {
    justify-content: center;
  }
  .header-absolute {
  margin-bottom: -51px;
  background-color: transparent;
  z-index: 999;
}
}
.header-absolute{
  margin-bottom: -58px;
  background-color: transparent;
  z-index: 999;
}
.header-absolute .menu-item .item-link {
  color: var(--white);
  line-height: 58px;
}
.header-absolute .menu-item .item-link .icon {
  color: var(--white);
}
.header-absolute .menu-item.active .icon {
  color: var(--primary) !important;
}
.header-absolute .logo-white {
  display: none;
}
.header-absolute.header-sticky .item-link {
  color: var(--black);
}
.header-absolute.header-sticky .menu-item {
  color: var(--black);
}
.header-absolute.header-sticky .icon {
  color: var(--black);
}
@media (max-width: 1199px) {
  .header-absolute:not(.header-sticky) .logo-white {
    display: block;
  }
  .header-absolute:not(.header-sticky) .logo-black {
    /*! display: none; */
  }
  .header-absolute:not(.header-sticky) .nav-icon-item {
    color: var(--white) !important;
  }
  .header-absolute:not(.header-sticky) .btn-mobile-menu::after, .header-absolute:not(.header-sticky) .btn-mobile-menu::before {
    background-color: #bd8f3b;
  }
  .header-absolute:not(.header-sticky) .btn-mobile-menu span {
    background-color: #f9cb76;
  }
}
.logo-site {
  display: flex;
  align-items: center;
}
.logo-site img {
  width: 180px;
}
@media (max-width: 767px){
  .logo-site img {
    width: 130px;
  }
  .nav-icon-item
  {
    display: none !important;
  }
}
.logo-site .logo-mobile {
    width: 200px;
  }
.sm-mob{
  width: 160px
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-item:hover .item-link {
  color: var(--primary);
}
.menu-item:hover .item-link::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.menu-item:hover .item-link::after {
  display: block;
}
.menu-item:hover .item-link .icon {
  color: var(--primary);
  transform: rotate(180deg);
}
.menu-item:hover .sub-menu {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
.menu-item.active .item-link{
  color: var(--primary);
}
.menu-item.active .item-link .icon {
  color: var(--primary);
}

.box-navigation .box-nav-menu{
  display: flex;
  /*! align-items: center; */
  /*! justify-content: center; */
  gap: 50px;
}
.box-navigation .item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  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;
  line-height: 100px;
  text-transform: capitalize;
  letter-spacing: 0.15rem;
  font-size: 18px;
  font-weight: 600;
  color: white;
}
.box-navigation .item-link .icon {
  color: var(--main);
  font-size: 12px;
  -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;
  position: relative;
  top: -1px;
}
.box-navigation .item-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  bottom: 0;
  background-color: 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;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  top: 61px;
}
.box-navigation .item-link::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 130px);
  height: 100%;
  display: none;
}
.box-navigation .sub-menu {
  pointer-events: none;
  position: absolute;
  background-color: var(--white);
  z-index: 999;
  text-align: left;
  top: 100%;
  opacity: 0;
  left: -199px;
  box-shadow: 0px 4px 15px 0px rgba(163, 163, 163, 0.2509803922);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 1439px) {
  .box-navigation .box-nav-menu {
    gap: 50px;
  }
  .box-navigation .item-link {
    line-height: 80px;
  }
  .box-navigation .item-link::after {
    width: calc(100% + 100px);
  }
}

.nav-icon{
  display: flex;
  align-items: center;
}
.nav-icon .nav-icon-item {
  display: inline-flex;
  position: relative;
  color: white;
}
.nav-icon .nav-icon-item .icon {
  font-size: 32px;
}

@media (max-width: 1199px) {
  .nav-icon {
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .nav-icon {
    gap: 0px;
  }
}

.sub-menu {
  min-width: 348px;
  padding: 40px 40px 76px;
}

.sub-menu .menu-list {
  display: grid;
  gap: 10px;
}
.sub-menu .menu-heading {
  font-weight: 500;
  color: var(--main);
}
.sub-menu::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
}
.sub-menu.mega-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border: none;
  max-height: calc(100vh - 74px);
  overflow: auto;
  left: 0;
  right: 0;
}

.sub-menu.mega-menu-shop .wrapper-sub-collection {
  max-width: 594px;
  width: 100%;
}
.sub-menu.mega-menu-product .wrapper-sub-collection {
  /*! max-width: 468px; */
  width: 100%;
}
.sub-menu.mega-menu-page .wrapper-sub-collection {
  max-width: 792px;
  width: 100%;
}

.mega-menu-style-2 .mega-menu-wrap {
  padding-right: 0px;
  padding-left: 60px;
}
@media (min-width: 1440px) {
  .mega-menu-style-2 .mega-menu-wrap {
    padding-left: 175px;
  }
}
.mega-menu-style-2 .wrapper-sub-collection {
  margin-top: -40px;
  margin-bottom: -40px;
}

.mega-menu-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 30px;
  padding-left: 0px;
  left: unset;
}

.mega-menu-wrap .wrapper-sub-collection {
  display: flex;
  gap: 24px;
}
.btn-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 34px;
  width: 35px;
  position: relative;
  padding-right: 5px;
}
.btn-mobile-menu span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #CFAC61;
  border-radius: 5px;
}
.btn-mobile-menu::after, .btn-mobile-menu::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #BD8F3B;
  border-radius: 5px;
  left: 0;
}
.btn-mobile-menu::before {
  width: 30px;
  top: 8px;
}
.btn-mobile-menu::after {
  width: 25px;
  bottom: 8px;
}

.canvas-mb {
  width: 100% !important;
  max-width: min(90%, 320px);
  border-right: 0 !important;
}
.canvas-mb .mb-canvas-content {
  padding-top: 60px;
  min-width: 100%;
  grid-auto-rows: minmax(0, 1fr) auto;
  isolation: isolate;
  height: 100%;
  width: 100%;
  display: grid;
  align-content: start;
  background-color: #115258;
}
.canvas-mb .mb-body {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  overscroll-behavior-y: contain;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.canvas-mb .mb-body::-webkit-scrollbar {
  width: 3px;
}
.canvas-mb .mb-body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 5px;
}
.canvas-mb .icon-close-popup {
  position: absolute;
  font-size: 16px;
  z-index: 3;
  top: 15px;
  left: 15px;
  background-color: transparent;
  border: none;
  height: 30px;
  width: 30px;
  padding: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--black);
}
.canvas-mb .dropdown-toggle {
  padding: 12px 20px;
}
@media (min-width: 992px) {
  .canvas-mb {
    max-width: 535px;
  }
}

.nav-ul-mb .btn-open-sub {
  position: relative;
  width: 20px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-ul-mb .btn-open-sub:after, .nav-ul-mb .btn-open-sub::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  transition: 0.4s ease 0.1s;
  margin: auto;
}
.nav-ul-mb .btn-open-sub::before {
  width: 2px;
  height: 12px;
}
.nav-ul-mb .btn-open-sub::after {
  width: 12px;
  height: 2px;
}

.nav-ul-mb .sub-nav-menu {
  padding-left: 10px;
  padding-bottom: 17px;
}
.nav-ul-mb .sub-nav-menu li a
{
  color: white !important;
  padding-left: 10px;
  padding-bottom: 15px;
}
.nav-ul-mb .sub-nav-menu li a:hover{
  color: #d9be77 !important;
}

.nav-mb-item {
  padding: 12px 0px;
}
.nav-mb-item a {
 color: white
} 
.nav-mb-item a:hover
{
  color: #e4cd81;
}
.nav-mb-item:not(:last-child) {
  border-bottom: 1px solid var(--line);
}
.nav-mb-item.active .mb-menu-link {
  color: var(--primary);
}
.nav-mb-item.active .btn-open-sub::after, .nav-mb-item.active .btn-open-sub::before {
  background-color: var(--primary);
}

.sub-nav-menu li:last-child .sub-menu-level-2 {
  padding-bottom: 0;
}

.mb-menu-link {
  min-height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mb-menu-link:not(.collapsed) .btn-open-sub::before {
  transform: rotate(90deg);
}

.footer-top {
  padding: 40px 0px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.footer-inner-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-inner-wrap > * {
  width: 100%;
}
.footer-inner-wrap .box-title {
  display: grid;
  gap: 16px;
  color: #FFF;
}
.footer-inner-wrap .notice {
  font-weight: 400;
  font-size: clamp(30px, 3vw, 48px);
  line-height: clamp(40px, 4vw, 60px);
}
.footer-inner-wrap .box-email {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .footer-inner-wrap {
    padding-top: 75px;
    padding-bottom: 35px;
  }
}

.row-footer {
  display: grid;
  gap: 50px;
}
@media (min-width: 1200px) {
  .row-footer {
    display: flex;
    gap: 0;
  }
}

.footer-heading {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 0;
  color: white;
}
.footer-heading tf-collapse-content footer-menu-list li a
{
  color: white!important;
}
@media (max-width: 575px) {
  .footer-heading {
    margin-bottom: 20px;
  }
}

.footer-menu-list {
  display: grid;
  gap: 12px;
}
.footer-menu-list li p
{
  color: white;
}
.footer-menu-list li a {
  color: #b9b9b9;
}
.footer-body {
  padding: 40px 0px;
}
@media (min-width: 576px) {
  .footer-body {
    padding: 60px 0px;
  }
}

.footer-bottom {
  padding: 31px 0px 32px;
  border-top: 1px solid var(--line);
}
@media (max-width: 1199px) {
  .footer-bottom {
    padding: 40px 0px;
  }
}

.footer-bottom-wrap {
  text-align: center;
  color: white;
}
@media (max-width: 575px) {
  .footer-bottom-wrap {
    justify-content: center;
  }
}

.tf-footer {
  overflow: hidden;
}
.tf-footer .dropdown-menu:not(.inner) {
  transform: translate(0px, -40px) !important;
}
.tf-footer .form-email {
  max-width: 389px;
}

.tf-footer.style-2 .footer-body {
  padding: 60px 0px;
}
.tf-footer.style-2 .footer-inner-wrap {
  justify-content: space-between;
}
.tf-footer.style-2 .footer-inner-wrap > * {
  width: 100%;
}
.tf-footer.style-2 .footer-bottom {
  border-top: unset;
  position: relative;
}
.tf-footer.style-2 .footer-bottom::after {
  content: "";
  position: absolute;
  max-width: 1518px;
  width: 100%;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--line-6);
}
@media (min-width: 576px) {
  .tf-footer.style-2 .footer-inner-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .tf-footer.style-2 .footer-inner-wrap > * {
    width: auto;
  }
  .tf-footer:not(.style-2) .footer-inner-wrap .footer-col-block:nth-child(2) {
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .tf-footer.style-2 .footer-inner-wrap {
    gap: 0;
  }
}

@media (min-width: 1200px){
  .col-s1 {
    width: 43.24%;
    border-right: 1px solid var(--line);
    margin-top: 50px;
  }
  .col-s1 .footer-inner-wrap {
    width: 100%;
    padding-bottom: 57px;
    flex-direction: column;
    padding-right: 56px;
  }
}
@media (min-width: 1440px) {
  .col-s1 .footer-inner-wrap {
    max-width: 503px;
  }
}

@media (min-width: 1200px) {
  .col-s2 {
    width: 56.76%;
  }
  .col-s2 .footer-inner-wrap {
    padding-left: 50px;
    max-width: 820px;
    width: 100%;
    justify-content: space-between;
    margin-left: auto;
  }
  .col-s2 .footer-inner-wrap > * {
    width: auto;
  }
}
@media (min-width: 1440px) {
  .col-s2 .footer-inner-wrap {
    padding-left: 65px;
    margin-left: unset;
  }
}
@media (max-width: 575px) {
  .col-s2 .footer-inner-wrap {
    gap: 0px;
  }
}

@media (max-width: 575px){
  .footer-heading-mobile {
    /*! display: block; */
    /*! position: relative; */
    /*! padding-right: 20px; */
    /*! line-height: 24px; */
  }
  
  .footer-col-block:not(:last-child) .tf-collapse-content {
    margin-bottom: 30px;
  }
  .footer-col-block:last-child .tf-collapse-content {
    margin-top: 20px;
  }
  .footer-col-block:last-child .footer-heading {
    margin-bottom: 0px;
  }
  .footer-col-block.open .footer-heading-mobile::before {
    opacity: 0;
  }
  .footer-col-block.open .footer-heading-mobile::after {
    transform: translate(0%, -50%) rotate(180deg);
  }
  .footer-col-block .tf-collapse-content {
    /*! display: none; */
  }
}

.sw-dot-default {
  margin-top: 20px;
}
.sw-dot-default .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  background-color: transparent;
  position: relative;
  border: 1px solid transparent;
  -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;
  opacity: 1;
}
.sw-dot-default .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--main);
  -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;
}
.sw-dot-default .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--main);
}
@media (max-width: 767px) {
  .sw-dot-default .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .sw-dot-default .swiper-pagination-bullet::before {
    width: 6px;
    height: 6px;
  }
}
.sw-dot-default.style-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--white);
}
.sw-dot-default.style-white .swiper-pagination-bullet::before {
  background-color: var(--white);
}
.sw-dot-default.type-small {
  gap: 5px;
}
.sw-dot-default.type-small .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.sw-dot-default.type-small .swiper-pagination-bullet::before {
  width: 4px;
  height: 4px;
  background-color: #AFAFAF;
}
.sw-dot-default.type-small .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--main);
}
.sw-dot-default.type-small .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--black);
}
.sw-dot-default.type-sld {
  gap: 0;
}
.sw-dot-default.type-sld .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
.sw-dot-default.type-sld .swiper-pagination-bullet::before {
  width: 6px;
  height: 6px;
}
@media (min-width: 1200px) {
  .sw-dot-default {
    margin-top: 30px;
  }
  .sw-dot-default.type-space-2 {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .sw-dot-default {
    margin-top: 40px;
  }
}

.sw-dot-default {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.sw-dot-default.swiper-pagination-lock {
  margin: 0;
}

.nav-thumbs {
  color: var(--main);
  -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;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.nav-thumbs.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.nav-thumbs:hover {
  color: var(--primary);
}
@media (min-width: 768px) {
  .nav-thumbs {
    font-size: 18px;
    line-height: 28px;
  }
}

.nav-swiper-group {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
}
.nav-swiper-group.style-2 {
  transform: unset;
  right: 20px;
  left: unset;
}

@media (min-width: 768px) {
  .nav-swiper-group {
    bottom: 24px;
  }
  .nav-swiper-group.style-2 {
    bottom: 20px;
  }
}

.tf-btn-swiper-item {
  position: relative;
}
@media (min-width: 1600px) {
  .tf-btn-swiper-item.pst-2 .nav-prev-swiper {
    left: -28px;
    right: unset;
  }
  .tf-btn-swiper-item.pst-2 .nav-next-swiper {
    right: -28px;
    left: unset;
  }
}

.nav-swiper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--main);
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  z-index: 2;
}
.nav-swiper:hover {
  background-color: var(--primary);
  color: var(--white);
}
.nav-swiper.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.nav-swiper.nav-next-swiper {
  right: 10px;
}
.nav-swiper.nav-prev-swiper {
  left: 10px;
}
@media (min-width: 1440px) {
  .nav-swiper {
    width: 64px;
    height: 64px;
  }
}
.nav-swiper.style-2 {
  box-shadow: 0px 0px 16px 0px var(--black-2);
}
.nav-swiper.style-2:hover {
  background-color: var(--main);
}
@media (min-width: 1800px) {
  .nav-swiper.nav-next-swiper {
    left: calc(100% + 10px);
    right: unset;
  }
  .nav-swiper.nav-prev-swiper {
    right: calc(100% + 10px);
    left: unset;
  }
}

.slider_effect_fade .swiper-slide.swiper-slide-active .fade-item{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.slider_effect_fade .fade-item {
  transform: translateY(100px);
  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;
}
.slider_effect_fade .fade-item.fade-box {
  transition-delay: 0.4s;
  transform: translateY(0px);
}
.slider_effect_fade .fade-item.fade-item-1 {
  transition-delay: 0.5s;
}
.slider_effect_fade .fade-item.fade-item-2 {
  transition-delay: 0.6s;
}
.slider_effect_fade .fade-item.fade-item-3 {
  transition-delay: 0.7s;
}
@media (max-width: 767px) {
  .slider_effect_fade-md .swiper-slide.swiper-slide-active .fade-item {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .slider_effect_fade-md .fade-item {
    transform: translateY(100px);
    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;
  }
  .slider_effect_fade-md .fade-item.fade-box {
    transition-delay: 0.4s;
    transform: translateY(0px);
  }
  .slider_effect_fade-md .fade-item.fade-item-1 {
    transition-delay: 0.5s;
  }
  .slider_effect_fade-md .fade-item.fade-item-2 {
    transition-delay: 0.6s;
  }
  .slider_effect_fade-md .fade-item.fade-item-3 {
    transition-delay: 0.7s;
  }
}

.sw-slide-show .sw-dot-default {
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1200px) {
  .sw-slide-show .sw-dot-default {
    bottom: 30px;
  }
}

@media (max-width: 1439px) {
  .tf-slideshow .slider_wrap {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .tf-slideshow .slider_wrap {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .tf-slideshow .slider_wrap {
    height: 450px;
  }
  .tf-slideshow .slider_wrap.type-2 {
    height: 550px;
  }
}

.slider_wrap {
  position: relative;
}
.slider_wrap .sld-content {
  left: 0;
  right: 0;
  top: 47%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
.slider_wrap .title-sld,
.slider_wrap .sub-title-sld{
  color: var(--white);
}
.sub-title-sld {
    width: 600px;
  line-height: 1.8rem;
    letter-spacing: 0.15rem;
}
.slider_wrap .title-sld {
  margin-bottom: 0px;
}
.slider_wrap .sub-title-sld{
  margin-bottom: 30px;
  color: var(--white);
  margin-bottom: 35px;
}

@media (min-width: 1200px) {
  .slider_wrap.style-2 .fade-item {
    opacity: 0;
    visibility: hidden;
    transform: translateY(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;
  }
  .slider_wrap.style-2 .fade-item.fade-box {
    transform: translateY(0px);
  }
  .slider_wrap.style-2:hover .fade-item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .slider_wrap.style-2:hover .fade-item.fade-item-1 {
    transition-delay: 0.1s;
  }
  .slider_wrap.style-2:hover .fade-item.fade-item-2 {
    transition-delay: 0.2s;
  }
  .slider_wrap.style-2:hover .fade-item.fade-item-3 {
    transition-delay: 0.3s;
  }
}

.title-sld {
  font-size: clamp(38px, 7vw, 76px);
  line-height: clamp(48px, 8vw, 91px);
  letter-spacing: 0;
}

.sld-image {
  height: 100%;
}
.sld-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tes-slider .tf-sw-nav {
  font-size: 32px;
}

.tes-slider-2 {
  padding: 38px 15px;
}

.tf-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 20px;
  border: 5px solid var(--main);
  position: relative;
  background-color: transparent;
  text-transform: capitalize;
  overflow: 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;
}
.tf-btn .icon {
  font-size: 10px;
}
.tf-btn.btn-fill {
  background-color: var(--main);
  backdrop-filter: blur(4px);
  color: var(--white);
  border-color: var(--main);
}
.tf-btn.btn-fill:hover {
  background-color: var(--main);
  border-color: var(--main);
}
.tf-btn.btn-fill-2 {
  background-color: var(--primary);
  backdrop-filter: blur(4px);
  color: var(--white);
  border-color: var(--primary);
}
.tf-btn.btn-fill-2:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.tf-btn.btn-fill-white{
  background-color: var(--white);
  color: var(--main);
  border-color: var(--white);
  /*! margin-top: 30px; */
}
.tf-btn.btn-fill-white:hover {
  background-color: var(--white);
  color: var(--main);
  border-color: var(--white);
}

.tf-btn.style-white {
  color: var(--white);
}
.tf-btn:hover {
  background-color: var(--main);
  border-color: var(--main);
  color: var(--white);
}
.tf-btn.style-2 {
  border-color: rgba(17, 17, 17, 0.1490196078);
}

.tf-btn.w-100 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .tf-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.animate-btn {
  position: relative;
  overflow: hidden;
}
.animate-btn:hover::after {
  animation: shine-reverse 1s forwards;
}

.animate-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100%;
  opacity: 0.6;
}

button.animate-btn::after,
.animate-btn.tf-btn::after {
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0) 70%);
}

.animate-btn.animate-dark::after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.25), transparent);
}

@keyframes shine-reverse {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

.icon-chat {
  padding-bottom: 4px;
}
form {
  position: relative;
  z-index: 30;
}
form textarea,
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] {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 13px 0px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--main);
  -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;
  border-radius: 0px;
}
form textarea {
  height: 150px;
  resize: none;
}
form .f-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
form .cols {
  gap: 15px;
}
form .label-text {
  margin-bottom: 10px;
}
form .form-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
form .form-content .cols {
  gap: 20px;
}
form.style-border input,
form.style-border textarea {
  padding: 11px 12px;
  border: 1px solid var(--line-8);
}
form.style-border textarea:focus {
  border-color: var(--primary);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-email {
  position: relative;
}
.form-email fieldset input{
  padding-top: 6px;
  padding-bottom: 5px;
  padding-right: 30px;
  border-color: #FFF;
  color: #b08a44;
}
.form-email button {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white !important;
}

.form-contact .cols {
  gap: 20px;
}
.form-contact .form-content {
  margin-bottom: 30px;
}
.form-contact textarea {
  height: 150px;
}
@media (min-width: 992px) {
  .form-contact textarea {
    height: 299px;
  }
  .form-contact .form-content {
    margin-bottom: 40px;
  }
}
.toggle-pass {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.tf-dropdown-wrap {
  display: flex;
  gap: 20px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px;
}

.sw-auto .swiper-wrapper {
  align-items: center;
}
.sw-auto .swiper-slide {
  width: auto;
  transition-timing-function: linear;
}

.slider-auto-vertical .swiper-slide {
  height: max-content !important;
}

.layout-sw-center {
  overflow: hidden;
}

.offcanvas {
  border: none !important;
  color: var(--black);
  z-index: 3000;
}
.offcanvas .icon-close-popup {
  -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;
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  padding: 20px;
  border: none;
  color: #fff;
  z-index: 10;
}
.offcanvas .icon-close-popup:hover{
  color: #F3D98E;
}
.offcanvas .icon-close-popup.type-right {
  top: 16px;
  right: 16px;
}
@media (min-width: 1200px) {
  .offcanvas .icon-close-popup {
    font-size: 16px !important;
  }
}
.offcanvas .offcanvas-content {
  height: 100%;
}

.offcanvas-backdrop {
  z-index: 2999;
  cursor: url(../images/cursor-close.svg), auto;
}

.modal {
  cursor: url(../images/cursor-close.svg), auto;
}
.modal .icon-close-popup {
  -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;
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  padding: 16px;
  border: none;
  color: var(--black);
  z-index: 10;
  position: absolute;
  top: 0px;
  right: 0px;
}
.modal .icon-close-popup:hover {
  color: var(--primary);
}
@media (min-width: 576px) {
  .modal .icon-close-popup {
    top: 10px;
    right: 10px;
  }
}
.modal .modal-content {
  border: 0;
}
.modal .modal-body {
  padding: 0;
}
.modal.modalCentered .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal.fade:not(.show) {
  opacity: 0;
}
.modal .modal-content {
  cursor: default !important;
  border-radius: 0px;
}

.canvas-wrapper {
  padding: 0;
  isolation: isolate;
  height: 100%;
  width: 100%;
  max-height: none;
  display: grid;
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
}

.tf-mini-cart-main {
  flex: 1 1 auto;
  position: relative;
}

.tf-mini-cart-sroll {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 20px;
}
.tf-mini-cart-sroll::-webkit-scrollbar {
  width: 5px;
}
.tf-mini-cart-sroll::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .tf-mini-cart-sroll{
    padding: 20px 26px 35px;
  }
}

.modal-quick-view .icon-close-popup {
  top: 0;
  right: 0;
}

.modal-quick-view .product-infor-sub {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.modal-quick-view .tf-product-info-list .tf-product-info-heading {
  margin-bottom: 22px;
}
.modal-quick-view .modal-dialog {
  margin: 15px auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 800px;
}
.modal-quick-view .modal-content {
  display: flex;
  border-radius: unset;
}
.modal-quick-view .tf-product-media-wrap .tf-single-slide {
  height: 100%;
}
.modal-quick-view .tf-product-media-wrap .item {
  height: 100%;
}
.modal-quick-view .tf-product-media-wrap .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-quick-view .tf-product-info-wrap {
  flex: 0 0 auto;
  max-width: 100%;
  flex-grow: 1;
  position: relative;
  margin: 0;
}

@media (min-width: 768px) {
  .modal-quick-view .tf-product-media-wrap {
    /*! width: 55%; */
    /*! max-width: 611px; */
  }
  .modal-quick-view .tf-product-info-wrap {
    width: 45%;
  }
  .modal-quick-view .modal-content{
    /*! flex-direction: row; */
  }
}

.modal-quick-add .modal-content {
  padding: 30px 20px;
}
.modal-quick-add .tf-product-mini-view {
  margin-bottom: 24px;
  position: relative;
  padding-right: 20px;
}
.modal-quick-add .tf-product-mini-view .icon-close-popup {
  top: 0;
  right: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .modal-quick-add .modal-dialog {
    max-width: 537px;
  }
  .modal-quick-add .modal-content {
    padding: 40px;
  }
}

.modal-before-leave .modal-dialog {
  max-width: 1086px;
}
.modal-before-leave .modal-content {
  border: 0;
}
.modal-before-leave .modal-body {
  display: flex;
}
.modal-before-leave .image-coupon {
  position: relative;
  width: 100%;
}
.modal-before-leave .image-coupon .image {
  height: 100%;
}
.modal-before-leave .image-coupon .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
  max-height: 560px;
}
.modal-before-leave .image-coupon .wrap {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 76%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .modal-before-leave .image-coupon .wrap {
    left: 30px;
    right: 30px;
  }
}

.modal-before-leave .title,
.modal-before-leave .sub-title{
  margin-bottom: 24px;
}
.modal-before-leave .content{
  padding: 25px 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: white;
}
.modal-before-leave .wrapper-leave-main {
  min-height: 350px;
}
.modal-before-leave .wrapper-leave-scroll {
  display: grid;
  gap: 24px;
}
@media (min-width: 1200px) {
  .modal-before-leave .image-coupon {
    max-width: 560px;
    flex: 2;
  }
  .modal-before-leave .image-coupon img {
    aspect-ratio: 1;
  }
  .modal-before-leave .image-coupon .title {
    line-height: 60px;
  }
  .modal-before-leave .sub-title {
    margin-bottom: 32px;
  }
 
  .modal-before-leave .content {
    padding: 32px;
    flex: 1;
  }
  .modal-before-leave .content .title {
    margin-bottom: 48px;
  }
  .modal-before-leave .tf-product-mini-view .prd-image {
    max-width: 139px;
  }
}
@media (max-width: 767px) {
  .modal-before-leave .modal-body {
    flex-direction: column;
  }
}

.box-icon {
  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;
  cursor: pointer;
}

.tf-social-icon {
  display: inline-flex;
  gap: 15px;
  --facebook-cl: rgb(59, 89, 152);
  --x-cl: rgb(85, 85, 85);
  --instagram-cl: linear-gradient(#8a3ab9, #e95950, #fccc63);
  --youtube-cl: rgb(205, 32, 31);
  --snapchat-cl: rgb(255, 221, 0);
  --whatsapp-cl: rgb(0, 230, 118);
  --linked_in-cl: rgb(23, 106, 255);
  margin-top: 30px;
}
.tf-social-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line-3);
  position: relative;
}
.tf-social-icon a .icon {
  display: inline-flex;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.tf-social-icon a::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  background: transparent;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 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;
  opacity: 0;
  visibility: hidden;
}
.tf-social-icon .social-facebook::after {
  background: var(--facebook-cl);
}
.tf-social-icon .social-facebook:hover {
  color: var(--white);
}
.tf-social-icon .social-facebook:hover::after {
  opacity: 1;
  visibility: visible;
}
.tf-social-icon .social-instagram::after {
  background: var(--instagram-cl);
}
.tf-social-icon .social-instagram:hover {
  color: var(--white);
}
.tf-social-icon .social-instagram:hover::after {
  opacity: 1;
  visibility: visible;
}
.tf-social-icon .social-x::after {
  background: var(--x-cl);
}
.tf-social-icon .social-x:hover {
  color: var(--white);
}
.tf-social-icon .social-x:hover::after {
  opacity: 1;
  visibility: visible;
}
.tf-social-icon .social-snapchat::after {
  background: var(--snapchat-cl);
}
.tf-social-icon .social-snapchat:hover {
  color: var(--white);
}
.tf-social-icon .social-snapchat:hover::after {
  opacity: 1;
  visibility: visible;
}

.tf-social-icon .social-linkin::after {
  background: var(--linked_in-cl);
}
.tf-social-icon .social-linkin:hover {
  color: var(--white);
}
.tf-social-icon .social-linkin:hover::after {
  opacity: 1;
  visibility: visible;
}
.tf-social-icon.style-white a {
  color: var(--white);
  border-color: var(--line-4);
}
@media (min-width: 1200px) {
  .tf-social-icon.style-large a {
    width: 48px;
    height: 48px;
  }
  .tf-social-icon.style-large a i {
    font-size: 20px;
  }
}

.hover-img .img-style {
  overflow: hidden;
}
.hover-img .img-style > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.hover-img:hover .img-style > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-tooltip.tooltip-left:hover .tooltip {
  transform: translateX(-8px);
}

.card_product--V01 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  -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;
}

.card_product--V01 .card_product-wrapper {
  aspect-ratio: 0.7933333333;
  position: relative;
  overflow: hidden;
  z-index: 20;
  -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;
}
.card_product--V01 .card_product-wrapper img{
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition-duration: 700ms;
  width: 631px;
}
.card_product--V01 .card_product-wrapper:hover .img-hover {
  display: block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.card_product--V01 .product-img {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: stretch;
}
.card_product--V01 .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.card_product--V01 .list-product-btn {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  z-index: 6;
}
.card_product--V01 .list-product-btn.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .card_product--V01 .list-product-btn {
    display: none;
  }
}
.card_product--V01 .box-icon {
  width: 35px;
  height: 35px;
  background-color: var(--white);
  color: var(--black);
  position: relative;
  box-shadow: 0px 1px 4px 0px rgba(200, 200, 200, 0.2509803922);
}
.card_product--V01 .box-icon .icon {
  font-size: 14px;
}
.card_product--V01 .box-icon:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}
@media (max-width: 575px) {
  .card_product--V01 .box-icon {
    width: 30px;
    height: 30px;
  }
  .card_product--V01 .box-icon .icon {
    font-size: 11px;
  }
}

.card_product--V01 .card_product-info {
  display: grid;
  gap: 5px;
}

.card_product--V01.style_2 {
  padding: 15px;
  border: 1px solid transparent;
}
.card_product--V01.style_2 .price-wrap {
  margin-bottom: 5px;
}
.card_product--V01.style_2 .card_product-wrapper {
  aspect-ratio: 1;
}
.card_product--V01.style_2:hover, .card_product--V01.style_2.active {
  border-color: var(--primary);
  background-color: var(--white);
}
@media (max-width: 575px) {
  .card_product--V01.style_2 {
    border-color: transparent;
    background-color: transparent;
    padding: 0;
  }
  .card_product--V01.style_2:hover, .card_product--V01.style_2.active {
    border-color: transparent;
    background-color: transparent;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .card_product--V01 .box-icon {
    width: 40px;
    height: 40px;
  }
  .card_product--V01 .box-icon .icon {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .card_product--V01.style-2 {
    gap: 30px;
  }
  .card_product--V01 .box-icon {
    width: 48px;
    height: 48px;
  }
  .card_product--V01 .box-icon .icon {
    font-size: 18px;
  }
  .card_product--V01 .box-icon .icon.icon-view {
    font-size: 20px;
  }
  .card_product--V01 .list-product-btn {
    right: 12px;
  }
  .card_product--V01 .list-product-btn li {
    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;
  }
  .card_product--V01 .list-product-btn li:nth-child(1) {
    transform: translate(50%, -50%);
  }
  .card_product--V01 .list-product-btn li:nth-child(2) {
    transform: translate(50%, -20%);
  }
  .card_product--V01 .list-product-btn li:nth-child(3) {
    transform: translate(50%, 20%);
  }
  .card_product--V01 .list-product-btn li:nth-child(4) {
    transform: translate(50%, 50%);
  }
  .card_product--V01 .list-product-btn.center li {
    transform: translateY(10px);
  }
  .card_product--V01:hover .list-product-btn li {
    opacity: 1;
    visibility: visible;
  }
  .card_product--V01:hover .list-product-btn li:nth-child(1) {
    transform: translate(0px);
  }
  .card_product--V01:hover .list-product-btn li:nth-child(2) {
    transform: translate(0px);
  }
  .card_product--V01:hover .list-product-btn li:nth-child(3) {
    transform: translate(0px);
  }
  .card_product--V01:hover .list-product-btn li:nth-child(4) {
    transform: translate(0px);
  }
  .card_product--V01:hover .list-product-btn.center li {
    transform: translateY(0px);
  }
  .card_product--V01.type-space-35 {
    gap: 35px;
  }
  .card_product--V01.type-space-35 .card_product-wrapper {
    aspect-ratio: 0.8150684932;
  }
}
@media (max-width: 767px) {
  .card_product--V01 .tooltip {
    display: none;
  }
  .card_product--V01:not(.file-delete) .list-product-btn:not(.center) {
    top: 10px;
    transform: unset;
  }
  .card_product--V01:not(.style_2) .list-product-btn .wishlist,
  .card_product--V01:not(.style_2) .list-product-btn .compare {
    display: none;
  }
}
@media (max-width: 575px) {
  .card_product--V01 {
    gap: 15px;
  }
  .card_product--V01 .name-product {
    font-size: 16px;
    line-height: 24px;
  }
  .card_product--V01 .price-wrap .price-new {
    font-size: 14px;
    line-height: 22px;
  }
  .card_product--V01 .price-wrap .price-old {
    font-size: 12px;
    line-height: 18px;
  }
}

.price-wrap {
  position: relative;
  text-align: center;
  flex-wrap: wrap;
  gap: 0px 10px;
  font-size: clamp(18px, 3vw, 20px);
  line-height: clamp(28px, 3.5vw, 30px);
}
.price-wrap .price-old {
  color: var(--main-7);
  display: inline;
  position: relative;
}
.price-wrap .price-old::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: var(--main-7);
}

.price-wrap.style-white{
  color: var(--white);
}
.price-wrap.style-white .price-old {
  color: rgba(255, 255, 255, 0.6);
}
.price-wrap.style-white .price-old::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.box_collection--V01{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 143%;
}
@media (max-width: 767px)
{
  .box_collection--V01{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
  .s1
  {
    margin-right: 10px !important;
  }
}
.box_collection--V01 .name {
  display: inline-flex;
  align-items: start;
  gap: 5px;
}
.box_collection--V01.style_2 {
  align-items: center;
}
.box_collection--V01.style_2 .image {
  border-radius: 50%;
}
.tf-product-info-wrap {
  position: relative;
}
@media (min-width: 1440px){
  .tf-product-info-wrap {
    /*! max-width: 678px; */
    width: 100%;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .tf-product-info-wrap {
    margin-top: 40px;
  }
}

.flat-wrap-media-product {
  position: relative;
}
.flat-wrap-media-product .tf-product-media-main .swiper-slide {
  height: 100%;
  width: 100% !important;
}
.flat-wrap-media-product .tf-product-media-main .item{
  height: 100%;
  display: flex;
  overflow: hidden;
  aspect-ratio: 1.2546374368;
}
.flat-wrap-media-product .tf-product-media-main .item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flat-wrap-media-product .tf-product-media-main .slide-3d,
.flat-wrap-media-product .tf-product-media-main .slide-video {
  height: auto;
}

.thumbs-slider {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1200px) {
  .thumbs-slider.thumbs-right {
    flex-direction: row;
  }
  .thumbs-slider.thumbs-right .flat-wrap-media-product {
    width: calc(67.36% - 15px);
  }
  .thumbs-slider.thumbs-right .flat-wrap-media-product .tf-product-media-main {
    height: 100%;
  }
  .thumbs-slider.thumbs-right .flat-wrap-media-product .tf-product-media-main .item {
    aspect-ratio: unset;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 744px;
  }
  .thumbs-slider.thumbs-right .flat-wrap-media-product .tf-product-media-main .item img {
    aspect-ratio: unset;
  }
}

.tf-product-info-list {
  margin-bottom: 60px;
}
.tf-product-info-list .tf-product-info-heading {
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}
.product-info-name
{
  font-size: clamp(24px, 2vw, 36px);
  line-height: clamp(32px, 2.5vw, 44px);
}
.product-infor-sub{
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}
@media (min-width: 768px) {
  .tf-product-info-list .tf-product-info-heading {
    gap: 24px;
    margin-bottom: 37px;
  }
}
.tf-product-info-list .group-btn
{
  text-align: center;
}
.tf-product-info-list .product-info-progress-sale {
  display: grid;
  gap: 10px;
}
.card_product_row--V01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: var(--bg-16);
  padding: 15px;
}
.card_product_row--V01 .product-info {
  display: grid;
  gap: 10px;
}
.card_product_row--V01 .card_product-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card_product_row--V01 .card_product-wrapper .product-img {
  max-width: 129px;
  width: 100%;
}
.card_product_row--V01 .card_product-wrapper .product-img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .card_product_row--V01 {
    gap: 16px;
  }
  .card_product_row--V01 .card_product-wrapper {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .card_product_row--V01 {
    padding: 24px;
  }
}

.tf-product-mini-view {
  display: flex;
  gap: 10px;
}
.tf-product-mini-view .prd-name{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: black;
  font-size: 20px;
  margin-top: 21px;
}
.tf-product-mini-view .prd-image {
  max-width: 107px;
  width: 100%;
}
.tf-product-mini-view .prd-image img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
}
.tf-product-mini-view .prd-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .tf-product-mini-view {
    gap: 15px;
  }
  .tf-product-mini-view .prd-content {
    gap: 8px;
  }
}

.box_testimonial--V03 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.title {
  font-family: "Playfair Display", serif;
  color: var(--primary-2);
  font-weight: normal;
  font-size: 38px;
}
.box_testimonial--V03 .text {
  text-transform: capitalize;
  color: #5c5b5b;
  font-weight: normal;
  text-align: justify;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .box_testimonial--V03{
    gap: 5px;
  }
}

.store-info-list {
  display: grid;
  gap: 8px;
}
.store-info-list .caption {
  font-weight: 500;
  letter-spacing: 0;
}
.store-info-list li p span{
  color: var(--primary-2);
}
.tf-zoom-main {
  position: sticky;
  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;
}
@media (min-width: 1200px) {
  .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;
}
#filterDropdown {
  min-width: 93px;
}

.wrapper-shop {
  transition: all 0.3s ease-in-out;
  animation: fadeShop 0.5s ease-in-out;
}
.wrapper-shop.tf-col-2 .card_product-wrapper {
  aspect-ratio: 1;
}

@media (max-width: 575px) {
  .wrapper-shop {
    gap: 15px 10px;
  }
  .wrapper-shop .card_product-wrapper {
    aspect-ratio: 0.7 !important;
  }
}

.wrapper-control-shop{
  position: relative;
  margin-bottom: 70px;
}

.wrapper-control-shop .tf-grid-layout .btn-loadmore {
  max-width: 252px;
  width: 100%;
}

.wrapper-control-shop.loading-shop * {
  display: none;
}
.wrapper-control-shop.loading-shop::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  border-radius: 50%;
  animation: spin 0.5s linear infinite;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

@keyframes fadeShop {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.gridLayout-wrapper #product-count-grid {
  display: block;
}
.gridLayout-wrapper #product-count-list {
  display: none;
}

.tf-filter-dropdown {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1200px) {
  .tf-filter-dropdown {
    gap: 40px;
  }
}

.form_message {
  margin-bottom: 10px;
}
.form_message.error {
  color: #ff5757;
}
.form_message.success {
  color: #46ba4c;
}

@keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes tf-animate-zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ripple-line {
  to {
    transform: scale(2);
    opacity: 0;
  }
}

.page-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 60px;
  /*! border-bottom: 1px solid var(--line); */
  gap: 20px;
  flex-wrap: wrap;
}
.page-title .heading {
  display: flex;
  gap: 10px;
  text-transform: capitalize;
  color: white;
}
.page-title .heding {
  font-size: 36px;
  color: white;
  line-height: 38px;
  text-align: center;
}

.page-title.type-2 {
  padding-bottom: 0;
  border: 0;
}
@media (min-width: 1600px) {
  .page-title .box-text {
    max-width: 622px;
    width: 100%;
  }
}

.breadcrumbs {
  letter-spacing: 2px;
}
.breadcrumbs .bread-wrap {
  position: relative;
  text-align: center;
   color: white;
  margin-bottom: 70px;
  top: 50px;
}
.breadcrumbs .bread-wrap, a:hover
{
  color: #bd8f3b;}
.bread-wrap li a
{
  text-align: center;
}

.tf_marquee-V01 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 40px;
  padding: 24px 0px;
}
.tf_marquee-V01 i {
  font-size: 24px;
  color: var(--primary);
}
.tf_marquee-V01 p {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(36px, 4vw, 60px);
  line-height: clamp(44px, 5vw, 72px);
  color: #5A5A5A;
}
.tf_marquee-V01 p:not(.text-clip) {
  font-style: italic;
}
.tf_marquee-V01.style_2 {
  padding: 24px 0px;
}
.tf_marquee-V01.style_2 p {
  color: var(--white);
  font-size: clamp(40px, 5vw, 72px);
  line-height: clamp(50px, 6vw, 90px);
}
.tf_marquee-V01.style_2 i {
  color: var(--white);
}
@media (max-width: 1024px) {
  .tf_marquee-V01.style_2 .img-ic {
    max-width: 50px;
  }
}

@media (min-width: 1200px) {
  .tf_marquee-V01 {
    padding: 48px 0px;
    gap: 64px;
  }
}

.text-clip {
  color: white !important;
  text-shadow: -1px -1px 0 #5A5A5A, 1px -1px 0 #5A5A5A, -1px 1px 0 #5A5A5A, 1px 1px 0 #5A5A5A;
}
.text-clip.style-white {
  color: var(--bg-3) !important;
  text-shadow: -1px -1px 0 var(--white), 1px -1px 0 var(--white), -1px 1px 0 var(--white), 1px 1px 0 var(--white);
}
.text-clip.type-2 {
  color: var(--bg-14) !important;
}

/* -- Testimonial Slider Thumb -- */
.pagination-tes {
  font-size: 48px;
}

.tes_thumb {
  max-width: 952px;
  width: 100%;
  margin: 0 auto;
}

.tes_thumb-V02 .sw-main-thumb,
.tes_thumb-V02 .sw-thumb {
  width: 100%;
}
.tes_thumb-V02 .sw-thumb {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .tes_thumb-V02 .sw-main-thumb {
    max-width: 744px;
  }
}

/* -- Slider -- */
.s-title {
  margin-bottom: 30px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .s-title {
    margin-bottom: 40px;
  }
}
.t1
{
  font-size: 28px;
  margin-bottom: 0px;
}

.s-sub-title{
  color: var(--main-4);
}

.sect-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin-bottom: 30px;
}
.sect-top .s-title{
  margin-bottom: 0;
  color: white;
  font-size: clamp(30px, 3vw, 48px);
  line-height: clamp(40px, 3.5vw, 60px);
}
.f1 {
  color: black !important;
}
.sect-top.center {
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {
  .sect-top {
    margin-bottom: 48px;
  }
}

.s-brand-intro {
  overflow: hidden;
}
.s-brand-intro .brand-intro_image {
  padding: 12px;
  border: 1px solid var(--primary);
  border-radius: 331px 331px 0 0;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.s-brand-intro .intro-photo {
  border-radius: 331px 331px 0 0;
}
.s-brand-intro .brand-box {
  position: absolute;
  bottom: -66px;
  right: -60px;
  max-width: clamp(280px, 80vw, 460px);
  width: 100%;
  transform: rotate(-17.36deg);
  pointer-events: none;
}

.s-brand-intro .brand-intro_text {
  color: var(--main-4);
  margin-bottom: 16px;
  text-align: justify;
}
@media (min-width: 768px) {
  .s-brand-intro .brand-intro_image {
    max-width: 485px;
  }
}
@media (min-width: 1200px) {
  .s-brand-intro .brand-box {
    top: 43%;
    left: 50%;
    right: unset;
    bottom: unset;
  }
}

.wg-map {
  padding: 0px 15px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .wg-map {
    margin-bottom: 51px;
    padding: 0px 30px;
  }
}
@media (min-width: 1440px) {
  .wg-map {
    padding: 0px 60px;
  }
}

.s-contact-us .title,
.s-contact-us .sub-title {
  margin-bottom: 16px;
}
.s-contact-us .store-info-list {
  margin-bottom: 20px;
}
.s-contact-us .left-col {
  margin-bottom: 30px;
}
.s-contact-us .row
{
  margin-bottom: 50px
}
@media (min-width: 1200px) {
  .s-contact-us .title,
  .s-contact-us .sub-title {
    margin-bottom: 32px;
  }
  .s-contact-us .store-info-list {
    margin-bottom: 39px;
    gap: 16px;
  }
}

@media (min-width: 260px) and (max-width: 1200px) {
.tf-slideshow
{
  display: none;
}
 }
.dg
{
  display: none !important;
}
@media screen and (min-width: 1200px) and (max-width: 5000px) {
  #wowslider-container1 {
    display: none !important;
  }
  .tf-slideshow
  {
    display: block !important;
  }
}
.card_product--V01 {
  display: flex;
  flex-direction: column;
  gap: 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;
}

.card_product--V01 .card_product-wrapper{
  aspect-ratio: 0.7933333333;
  position: relative;
  overflow: hidden;
  z-index: 20;
  -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;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 15px;
}
.card_product--V01 .card_product-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition-duration: 700ms;
}
.badge-box {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 21;
}
.badge-box .sale {
  background-color: #9F834F;
}
.badge-box > * {
  display: block;
  padding: 7px 14px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--white);
}
.badge-box .sale:hover {
  background-color: black;
}
.card_product--V01 .card_product-wrapper:hover .img-hover {
  display: block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.card_product--V01 .product-img {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: stretch;
}
.card_product--V01 .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.card_product--V01 .list-product-btn {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  z-index: 6;
}
.card_product--V01 .list-product-btn.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .card_product--V01 .list-product-btn {
    display: none;
  }
}
.card_product--V01 .box-icon {
  width: 35px;
  height: 35px;
  background-color: var(--white);
  color: var(--black);
  position: relative;
  box-shadow: 0px 1px 4px 0px rgba(200, 200, 200, 0.2509803922);
}
.card_product--V01 .box-icon .icon {
  font-size: 14px;
}
.card_product--V01 .box-icon:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}
@media (max-width: 575px) {
  .card_product--V01 .box-icon {
    width: 30px;
    height: 30px;
  }
  .card_product--V01 .box-icon .icon {
    font-size: 11px;
  }
}

.card_product--V01 .card_product-info {
  display: grid;
  gap: 10px;
}

.card_product--V01.style_2 {
  padding: 15px;
  border: 1px solid transparent;
}
.card_product--V01.style_2 .price-wrap {
  margin-bottom: 5px;
}
.card_product--V01.style_2 .card_product-wrapper {
  aspect-ratio: 1;
}
.card_product--V01.style_2:hover, .card_product--V01.style_2.active {
  border-color: var(--primary);
  background-color: var(--white);
}
@media (max-width: 575px) {
  .card_product--V01.style_2 {
    border-color: transparent;
    background-color: transparent;
    padding: 0;
  }
  .card_product--V01.style_2:hover, .card_product--V01.style_2.active {
    border-color: transparent;
    background-color: transparent;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .card_product--V01 .box-icon {
    width: 40px;
    height: 40px;
  }
  .card_product--V01 .box-icon .icon {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .card_product--V01.style-2 {
    gap: 30px;
  }
  .card_product--V01 .box-icon {
    width: 48px;
    height: 48px;
  }
  .card_product--V01 .box-icon .icon {
    font-size: 18px;
  }
  .card_product--V01 .box-icon .icon.icon-view {
    font-size: 20px;
  }
  .card_product--V01 .list-product-btn {
    right: 12px;
  }
  .card_product--V01 .list-product-btn li {
    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;
  }
  .card_product--V01 .list-product-btn li:nth-child(1) {
    transform: translate(50%, -50%);
  }
  .card_product--V01 .list-product-btn li:nth-child(2) {
    transform: translate(50%, -20%);
  }
  .card_product--V01 .list-product-btn li:nth-child(3) {
    transform: translate(50%, 20%);
  }
  .card_product--V01 .list-product-btn li:nth-child(4) {
    transform: translate(50%, 50%);
  }
  .card_product--V01 .list-product-btn.center li {
    transform: translateY(10px);
  }
  .card_product--V01:hover .list-product-btn li {
    opacity: 1;
    visibility: visible;
  }
  .card_product--V01:hover .list-product-btn li:nth-child(1) {
    transform: translate(0px);
  }
  .card_product--V01:hover .list-product-btn li:nth-child(2) {
    transform: translate(0px);
  }
  .card_product--V01:hover .list-product-btn li:nth-child(3) {
    transform: translate(0px);
  }
  .card_product--V01:hover .list-product-btn li:nth-child(4) {
    transform: translate(0px);
  }
  .card_product--V01:hover .list-product-btn.center li {
    transform: translateY(0px);
  }
  .card_product--V01.type-space-35 {
    gap: 35px;
  }
  .card_product--V01.type-space-35 .card_product-wrapper {
    aspect-ratio: 0.8150684932;
  }
}
@media (max-width: 767px) {
  .card_product--V01 .tooltip {
    display: none;
  }
  .card_product--V01:not(.file-delete) .list-product-btn:not(.center) {
    top: 10px;
    transform: unset;
  }
  .card_product--V01:not(.style_2) .list-product-btn .wishlist,
  .card_product--V01:not(.style_2) .list-product-btn .compare {
    display: none;
  }
}
@media (max-width: 575px) {
  .card_product--V01 {
    gap: 15px;
  }
  .card_product--V01 .name-product {
    font-size: 16px;
    line-height: 24px;
  }
  .card_product--V01 .price-wrap .price-new {
    font-size: 14px;
    line-height: 22px;
  }
  .card_product--V01 .price-wrap .price-old {
    font-size: 12px;
    line-height: 18px;
  }
}