:root {
  --theme-color: #c9ab81;
  --theme-color2: #143b36;
  --black: #515151;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'JosefinSans-Regular';
  --medi: 'JosefinSans-Medium';
  --semi: 'JosefinSans-SemiBold';
  --bold: 'JosefinSans-Bold';
  --metro: 'Metropolis 1920';
}
@font-face {
  font-family: 'JosefinSans-Regular';
  src: url('./fonts/JosefinSans-Italic.woff2') format('woff2'),
    url('./fonts/JosefinSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'JosefinSans-Medium';
  src: url('./fonts/JosefinSans-Medium.woff2') format('woff2'),
    url('./fonts/JosefinSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis 1920';
  src: url('./fonts/Metropolis1920.woff2') format('woff2'),
    url('./fonts/Metropolis1920.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

p {
  margin-bottom: 0.8em;
}
p,
a,
ul,
li,
div {
  font-family: var(--regular), sans-serif;
}
.uxb-wrapper.uxb-wrapper--text {
  position: unset;
}
.uxb-wrapper.uxb-wrapper--team_member {
  width: 25%;
}
body {
  font-size: 16px;
  color: var(--black);
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: var(--regular), sans-serif;
}

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

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

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

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

.row-slider .flickity-page-dots {
  bottom: -10px;
}
.slider-nav-reveal {
  overflow: unset;
}

.row-slider .flickity-page-dots .dot {
  background-color: var(--theme-color);
  opacity: 1 !important;
  transition: all 0.5s ease-in;
}

/* trang 404 */
.search-no-results .message-container {
	color: white;
}
.error404 #header {
	background-color: rgb(0, 0, 0);
}
.error404 .col-404 {
	padding-top: 10%;
}
.error404 .col-404 .box-image {
	width: 45%;
	margin-bottom: 15px;
}
.error404 .col-404 .page-title {
	font-size: 1.25em;
}
.error404 .col-404 p {
	font-size: 18px;
}
.error404 .col-404 a.btn-ha {
	background-color: var(--theme-color);
	border-radius: 99px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
	display: unset;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	box-shadow: unset;
}
.error404 .site-main {
	padding-top: 0;
}

/* end 404 */

/* Header */
#header #top-bar {
  border-bottom: 1px solid #ffffff1f;
}
#header #top-bar .nav {
  width: 100%;
  justify-content: flex-start;
}
#header #top-bar .flex-col.flex-center {
  width: 100%;
}
#header #top-bar .nav .menu-item:first-of-type {
  margin-right: auto;
}
#header #top-bar .nav .menu-item a {
  color: #fff;
  font-size: 14px;
}
#header #top-bar .nav .menu-item a:before {
  content: '\f3c5';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 10px;
}
#header #top-bar .nav .menu-item:nth-of-type(2) a:before {
  content: '\f095';
}
#header #top-bar .nav .menu-item:nth-of-type(3) a:before {
  content: '\f0e0';
}
#masthead .image-icon:after {
  top: 0px;
  right: 0px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-family: var(--medi);
}
.search-hidden,
.menu-hidden {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.search-hidden.show,
.menu-hidden.show {
  display: block;
}
#header .header-nav-main.nav-right > li {
  margin: 0 15px;
}
#search-lightbox #woocommerce-product-search-field-0 {
  background-color: #fff !important;
  color: #292929 !important;
  height: 50px;
  font-size: 16px;
  padding: 0 30px;
}
#search-lightbox .searchform .button.icon {
  min-height: 50px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#search-lightbox #woocommerce-product-search-field-0::placeholder {
  color: #292929;
}

#search-lightbox .searchform .icon-search {
  font-size: 20px;
  color: #292929;
  transform: translateY(1px);
}
#search-lightbox .searchform .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
}
#header .header-search .icon-search {
  color: #fff;
}
#header .header-search .icon-search {
  background: transparent url(./images/icon-search.svg) no-repeat center;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
}
#header .header-search .icon-search:before {
  display: none;
}

.header-nav-main > .menu-item {
  margin: 0px 16px;
}

.header-nav-main > .menu-item > a:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  left: 0;
  bottom: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  opacity: 1 !important;
  visibility: visible !important;
}
.header-nav-main > .menu-item > a:hover:after,
.header-nav-main > .menu-item.active > a:after {
  width: 100%;
}
.header-nav-main .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}
.header-nav-main.nav-left {
  justify-content: center;
}
.header-nav-main > .menu-item > a {
  font-family: var(--medi);
  color: #fff;
  padding: 24px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--medi);
  line-height: 20px;
}
.header-nav-main > .menu-item > a:hover {
  color: var(--theme-color);
}
.header-nav-main > .menu-item > a .box-menu {
  display: none;
}
.header-nav-main > .menu-item.active > a {
  color: var(--theme-color);
}
.header-nav-main .header-vertical-menu .header-vertical-menu__opener {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: flex-end;
  background: transparent;
  height: auto;
  padding: 6.5px;
  margin-left: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.header-nav-main .header-vertical-menu .header-vertical-menu__icon {
  height: 14px;
  display: inline-block;
}
.header-nav-main .header-vertical-menu .header-vertical-menu__icon i {
  margin: 0;
  width: 32px;
  height: 12px;
  background: url(./images/icon-menu.svg) no-repeat center right;
  background-size: contain;
}
.header-nav-main .header-vertical-menu .header-vertical-menu__icon i:before {
  display: none;
}
.header-nav-main .header-vertical-menu .icon-angle-down {
  display: none;
}
.header-nav-main .header-vertical-menu .header-vertical-menu__title {
  font-size: 10px;
  color: #009749;
  font-weight: normal;
  margin-top: 5px;
  display: inline-block;
}
.header-nav-main .header-vertical-menu {
  border-left: 1px solid #b7b7b7;
}
.header-nav-main .header-cart-icon {
  width: 39px;
  height: 39px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav-main .header-cart-icon img {
  width: 22px;
  min-width: auto;
}
.header-nav-main .cart-item {
  margin: 0 !important;
}
#header #logo img {
  max-height: 46px !important;
}

#header .menu-item .icon-angle-down {
  opacity: 1;
  transform: translateY(-2px);
  height: 22px;
  display: none;
}
#header .close-menu {
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  cursor: pointer;
}
#header .header-wrapper {
  border-bottom: 1px solid #715b3e;
}
.header-nav-main .menu-item:after,
.header-nav-main .menu-item:before {
  display: none;
}
.header-nav-main .menu-item.menu-item-has-block > .sub-menu {
  box-shadow: none;
  border-top: 1px solid #ddd;
}

.menu-block {
  min-height: 300px;
  margin: auto !important;
  background: #fff;
  position: relative;
  z-index: 4;
}
.menu-block .col-left {
  padding-top: 40px;
  padding-right: 30px;
}
.menu-block .col-right {
  padding: 40px 30px;
  background-color: #f3f5f2;
}
.menu-block .col-left .menu-item {
  margin-left: 0;
}

.menu-block .col-left .menu-item a {
  display: block;
  padding: 14px 15px;
  line-height: 20px;
  border-radius: 6px;
  transition: all 0.2s;
  color: #515151;
}
.menu-block .col-left .menu-item a .box-menu {
  display: none;
}
.menu-block .col-left .menu-item a:hover {
  background: linear-gradient(
    290.37deg,
    rgba(138, 189, 164, 0.5) 9.78%,
    rgba(218, 240, 180, 0.5) 109.56%
  );
}
.info-menu .banner-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.info-menu .banner-header .image-cover {
  padding-top: 56.25%;
  border-radius: 6px;
}

.header-nav-main > .menu-cate {
  /* border-left: 1px solid #b7b7b7; */
}
.header-nav-main > .menu-cate > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font-size: 10px;
  color: #009749 !important;
  font-weight: normal;
  text-transform: uppercase;
  padding: 18px 0 10px;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}
.header-nav-main > .menu-cate > a:before {
  content: '';
  width: 32px;
  height: 12px;
  background: url(./images/icon-menu.svg) no-repeat center right;
  background-size: contain;
  opacity: 1 !important;
  visibility: visible;
  display: block;
}
.header-nav-main > .menu-cate > a:after {
  position: absolute;
  height: 48px;
  width: 1px !important;
  top: 50%;
  transform: translateY(-50%);
  background-color: #b7b7b7;
  left: -20px;
}
.header-nav-main > .menu-cate .banner-header .image-cover:nth-of-type(2) {
  display: none;
}
.header-nav-main > .menu-cate .banner-header .image-cover {
  padding-top: 100%;
}
.header-nav-main > .menu-cate .info-menu .banner-header {
  display: block;
}
.header-nav-main > .menu-cate .col-left {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.header-nav-main > .menu-cate .col-right {
  flex: 1;
}
.header-nav-main > .menu-cate .col-left > .col-inner > .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.header-nav-main > .menu-cate .col-left > .col-inner > .sub-menu .sub-menu {
  margin-left: 20px;
}
/* End header */
/* sec-banner */
#main .sec-banner .row-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 5;
  margin-top: 0;
  text-align: center;
}
#main .sec-banner .row-text .col {
  padding-bottom: 0;
}
#main .sec-banner .row-text h5 {
  color: var(--theme-color);
  font-size: 20px;
  margin: 0px 0px 20px 0px;
  margin-bottom: 20px;
  display: inline-block;
  width: fit-content;
  position: relative;
  font-family: var(--medi);
  font-style: italic;
}
#main .sec-banner .row-text h5:before,
#main .sec-banner .row-text h5:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 70px;
  height: 1px;
  background: var(--theme-color);
  content: '';
}
#main .sec-banner .row-text h5:before {
  left: -95px;
}
#main .sec-banner .row-text h5:after {
  right: -95px;
}
#main .sec-banner .row-text h2 {
  font-size: 75px;
  line-height: 1.1;
  color: var(--theme-color);
  font-family: var(--metro);
  margin-bottom: 15px;
}
#main .sec-banner .row-text p {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
}
#wrapper .button.btn-viewall {
  margin: 15px 0 0;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: normal;
  font-family: var(--medi);
  text-transform: uppercase;
  padding: 0 25px;
  border: 1px solid var(--theme-color);
  border-radius: 0;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  letter-spacing: 0;
}
#wrapper .button.btn-viewall span {
  display: block;
  line-height: 1;
}
#wrapper .button.btn-viewall::before {
  content: '';
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  transform-origin: center top;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
#wrapper .button.btn-viewall:hover {
  cursor: pointer;
  color: #fff;
  box-shadow: none;
}

#wrapper .button.btn-viewall:hover::before {
  transform-origin: center bottom;
  transform: scaleY(1);
}
#wrapper .sec-banner .button.btn-viewall {
  margin-top: 30px;
}
.sec-banner .img:before {
  content: '';
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sec-banner .img {
  pointer-events: none;
  transition-property: opacity !important;
  opacity: 0.5;
}
.sec-banner .img.is-selected {
  pointer-events: auto;
}
.sec-banner .img.is-selected img {
  transform: scale(1.15);
}
.sec-banner .img img {
  transition: transform 10000ms ease-in-out,
    -webkit-transform 10000ms ease-in-out;
}
#main .sec-banner:before {
  content: '';
  width: 100%;
  height: 200px;
  background: transparent linear-gradient(180deg, #01837700 19%, #143b36 100%)
    0% 0% no-repeat padding-box;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
}
/* End sec-banner */

.slider-nav-circle .flickity-button {
  width: 50px !important;
  height: 50px;
  box-shadow: 0px 3px 6px #00000029 !important;
  top: 45% !important;
  margin-top: 0 !important;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: unset !important;
}

.slider-nav-circle .flickity-button svg {
  display: none;
}

.slider-nav-circle .flickity-button:before {
  font-family: var(--fa6);
  content: '\f178';
  color: inherit;
  font-weight: 300;
  font-size: 20.5px;
  width: 100%;
}

.slider-nav-circle .flickity-button.previous:before {
  content: '\f177';
}

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

.slider-nav-circle .flickity-button:hover:before {
  color: #fff;
}
/* sec-home-1 */
.sec-home-1 .col-right .col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
.sec-home-1 .col-right .img {
  margin: 0;
}
.sec-home-1 .col-right .img:first-of-type .image-cover {
  border-radius: 100px 6px 6px 6px;
}
.sec-home-1 .col-right .img:nth-of-type(2) {
  max-width: calc(100% - 35px);
  display: grid;
  align-items: flex-end;
}
.sec-home-1 .col-right .img:nth-of-type(2) .image-cover {
  border-radius: 6px 90px 6px 6px;
}
.sec-home-1 .col-right .img:nth-of-type(3) {
  max-width: calc(100% - 35px);
  display: grid;
  margin-left: auto;
  align-items: flex-start;
}
.sec-home-1 .col-right .img:nth-of-type(3) .image-cover {
  border-radius: 6px 6px 6px 90px;
}
.sec-home-1 .col-right .img:nth-of-type(4) .image-cover {
  border-radius: 6px 6px 100px 6px;
}
.sec-home-1 .col-left h5 {
  color: var(--theme-color);
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.sec-home-1 .col-left h5:after {
  content: '';
  width: 60px;
  height: 0;
  border-bottom: 1.5px solid var(--theme-color);
  display: block;
  margin-left: 6px;
}
.sec-home-1 .col-left h2 {
  font-family: var(--metro);
  font-size: 46px;
  color: #fff;
}
.sec-home-1 .col-left p {
  color: #fff;
}
.sec-home-1 .col-left {
  padding-right: 50px;
}
/* End sec-home-1 */
/* sec-home-2 */
.section-title-normal span {
  border-bottom: 0;
}
.title-home .section-title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.title-home .section-title-normal span {
  margin: 0;
  font-family: var(--metro);
  font-size: 46px;
  color: #fff;
  padding-bottom: 0;
  line-height: 50px;
}
.title-home .section-title-normal:before {
  display: block;
  content: '';
  background-image: url(./images/dish.webp);
  width: 45px;
  height: 43px;
  background-size: cover;
  background-color: transparent;
  margin-right: 20px;
  transform: translateY(-5px);
}
.title-home .section-title-normal:after {
  display: block;
  content: '';
  background-image: url(./images/dish.webp);
  width: 45px;
  height: 43px;
  background-size: cover;
  background-color: transparent;
  margin-left: 16px;
  transform: translateY(-5px) rotateY(-180deg);
}
.sec-home-2 .flickity-prev-next-button {
	transform: translateX(5%)!important;
}
.sec-home-2::before {
  content: '';
  width: 325px;
  height: 325px;
  display: block;
  position: absolute;
  left: -150px;
  bottom: -150px;
  background: transparent url(./images/line.svg);
  z-index: 0;
}
.sec-home-2 {
}
#main .sec-home-2 .product-category.col {
  padding: 0 15px;
}
#main .sec-home-2 .product-category.col a {
  background: rgb(16, 48, 44);
  padding: 30px 25px;
  position: relative;
  border: 1px solid #fff;
  text-align: center;
  margin-bottom: 2px;
  border-radius: 8px;
  display: block;
}
.sec-home-2 .product-category.col a:before {
  content: ' ';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid #d69c52;
  opacity: 0;
  transition: all 0.8s ease;
  z-index: 1;
  border-radius: 8px;
}
.sec-home-2 .product-category.col a:hover:before {
  opacity: 1;
}
.sec-home-2 .product-category .box-image {
  max-width: 180px;
}
.sec-home-2 .product-category .image-cover {
  border-radius: 4px;
}
.sec-home-2 .product-category .header-title {
  color: #fff;
  font-family: var(--medi);
  margin-bottom: 10px;
  margin-top: 0;
}
.sec-home-2 .product-category .box-text {
  padding: 12px 0 0;
}
.sec-home-2 .product-category .des {
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* End sec-home-2 */
.sec-home4 .title h5,
.sec-home5 .title h5 {
  display: inline-block;
  color: var(--theme-color);
  font-size: 18px;
  font-family: var(--bold);
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
}

.sec-home4 .title h5:after,
.page-contact1 .col-left h5:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 70px;
  height: 1px;
  background: var(--theme-color);
  content: '';
  right: -95px;
}

.sec-home4 .title h2,
.page-contact1 .col-left h2 {
  font-size: 75px;
  max-width: 680px;

  margin-bottom: 30px;
  line-height: 1.1;
}
.page-contact1 .col-left h2 {
	color: black!important;
}

/* sec-home2 */
.sec-home2:before {
  content: '';
  width: 208px;
  height: 268px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0px;
  background: url(./images/icon-bg-left-bot.png) no-repeat center;
  background-size: cover;
  z-index: 1;
  transform: rotateY(180deg);
}

.sec-home2 .title h5 {
  color: var(--theme-color);
  text-transform: uppercase;
  margin-bottom: 0;
}
.sec-home2 .title h2 {
  font-size: 50px;
  margin-bottom: 30px;
}
.sec-home2 .nav a {
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding: 10px 30px;
}
.sec-home2 .nav a:before {
  display: none;
}
.sec-home2 .nav .active a,
.sec-home2 .nav a:hover {
  background-color: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);
}
.sec-home2 .nav li {
  margin: 0 15px;
}
.product-small.box {
  border: 1px solid #dcdcdc;
  padding: 7px 7px 19px;
  position: relative;
  background-color: #e5e5e5;
  box-shadow: 4px 4px #acacac;
  border-radius: 5px;
  margin-bottom: 30px;
}
.product-small.box .btn-more {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  background-color: var(--theme-color);
  line-height: 38px;
  padding: 0px 15px;
  font-size: 14px;
  border-radius: 8px;
  box-shadow: 0 3px #a37b44;
  width: 110px;
  font-weight: normal;
  transition: all 0.3s;
}
.product-small.box .btn-more:hover {
  background-color: #a37b44;
}
.product-small .box .box-image img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.product-small .box:hover .box-image img {
  transform: scale(1.1);
}
.product-small .box .box-image {
  border-radius: 6px;
  padding-top: 100%;
}
.product-small.box .product-title a {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  margin: 0px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  text-align: center;
}
.product-small.box .product-title:hover a {
  color: var(--theme-color);
}
.product-small.box .product-title {
  margin: 0;
}
.product-small.box .price-wrapper .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-small.box .price-wrapper ins {
  display: flex;
  align-items: center;
  order: 1;
}
.product-small.box .price-wrapper del {
  order: 2;
  text-decoration: none;
  margin-left: 10px;
}
.product-small.box .add-to-cart-button {
  order: 3;
}
.product-small.box .price-wrapper del .amount {
  font-size: 14px !important;
  line-height: 23px;
  color: #666;
  margin-right: 0;
  position: relative;
  opacity: 1;
  font-weight: normal;
  text-decoration: line-through;
  font-family: var(--medi);
}

.product-small.box .price-wrapper .amount {
  color: #d83a3a;
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  font-family: var(--semi);
}
.product-small.col .badge-container {
  margin-top: 6.5px;
  margin-left: 6.5px;
  right: 12px;
  left: unset;
  top: 5px;
}
.product-small.col .badge-container .badge-inner {
  background-color: #d83a3a;
  border-radius: 5px;
  height: 26px;
  max-height: 26px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  font-family: var(--medi);
  font-weight: normal;
}
/* End sec-home2 */
/* sec-home-4 */
.sec-home-4 .col-grid .col-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.sec-home-4 .col-grid .box-text {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background: rgba(13, 17, 21, 0.9);
  transition: all 0.4s ease 0s;
  transform: scale(0.6);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-home-4 .col-grid .box:hover .box-text {
  transform: scale(1);
  opacity: 1;
}
.sec-home-4 .col-grid .box-text p {
  font-size: 18px;
  color: var(--theme-color);
}
.sec-home-4 .col-grid .box-text h4 {
  font-size: 24px;
  color: #fff;
}
/* End sec-home-4 */
/* sec-home-5 */
.sec-home-5 .col {
  padding-bottom: 0;
}
.sec-home-5 .icon-box-left .icon-box-img {
  width: 70px !important;
}
.sec-home-5 .icon-box img {
  padding: 0;
}
.sec-home-5 .icon-box p:first-of-type {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  font-family: var(--semi);
  margin-bottom: 0;
}
.sec-home-5 .icon-box p:nth-of-type(2) {
  font-size: 18px;
  color: #fff;
}
/* End sec-home-5 */
/* home-news */
.home-news .slider-nav-circle .flickity-button {
  display: none;
}
.home-news .box-blog-post {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.home-news .box-blog-post .box-image {
  width: 100%;
}
.home-news .box-blog-post {
  border-radius: 5px;
  overflow: hidden;
}
.home-news .box-blog-post .box-text {
  background-color: #080b0e;
  padding: 35px 30px;
}
.home-news .box-blog-post .box-text .post-title a {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  height: 56px;
}
.home-news .box-blog-post .box-text .post-title a:hover {
  color: var(--theme-color);
}
.home-news .box-blog-post .from_the_blog_excerpt {
  color: #ffffffcc;
}
.home-news .box-blog-post .is-divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #777777;
  opacity: 1;
  max-width: 100%;
  margin: 20px 0;
}
.home-news .box-blog-post .button.is-link {
  font-size: 18px;
  margin: 0;
  color: var(--theme-color);
  font-weight: normal;
  font-family: var(--regular);
  min-height: unset;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.home-news .box-blog-post .button.is-link:after {
  content: '';
  width: 30px;
  height: 0;
  border-bottom: 1px solid var(--theme-color);
  display: inline-block;
  margin-left: 12px;
}
.home-news .badge {
  top: 10px;
  left: 15px;
}
.home-news .badge .badge-inner {
  margin: 0;
  border: 0;
  background-color: var(--theme-color);
  color: #fff;
  padding: 0 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  display: flex;
  align-items: center;
  height: 35px;
  border-radius: 6px;
}
.home-news .col.post-item:nth-of-type(even) .box-blog-post {
  /* flex-direction: column-reverse; */
}
/* End home-news */
/* sec-home4 */
#main .sec-home4 .col-left,
#main .sec-home5 .col-right {
  flex-basis: 55%;
  max-width: 55%;
}
#main .sec-home4 .col-right {
  flex-basis: 45%;
  max-width: 45%;
  padding-left: 45px;
}
.sec-home4 .col-left .col-inner {
  padding-left: 180px;
  padding-bottom: 70px;
}
.sec-home4 .col-left .img:nth-of-type(2) {
  position: absolute;
  max-width: 320px;
  bottom: 0;
  left: 0;
}
.sec-home4 .col-left .img {
  margin-bottom: 0;
}
.sec-home4 .col-left .image-cover,
.sec-home5 .image-cover {
  border-radius: 4px;
}
.sec-home4 .col-left .img:first-of-type {
  z-index: 2;
}
.sec-home4 .title h2,
.sec-home5 .title h2,
.page-contact1 .col-left h2 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
}
.sec-home4 .title p {
  font-size: 18px;
  line-height: 29.8px;
  margin-bottom: 30px;
  color: #ffffffcc;
}
#main .sec-home4 {
  padding-bottom: 0;
}
.sec-home4 .col-top h3 {
  font-size: 18px;
  color: var(--theme-color);
}
.sec-home4 .col-top p {
  max-width: 897px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
}
.sec-home4 .col-top {
  padding-bottom: 100px;
}
/* End sec-home4 */
/* sec-home5 */
#main .sec-home5 .col-left {
  flex-basis: 45%;
  max-width: 45%;
  padding-right: 45px;
}
#main .sec-home5 .col-right .col-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
#main .sec-home5 .img {
  margin-bottom: 0;
}
.sec-home5 .title {
  text-align: right;
}
.sec-home5 .title h5:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 70px;
  height: 1px;
  background: var(--theme-color);
  content: '';
  left: -95px;
}
.sec-home5 .title h2 {
  max-width: 680px;

  margin-bottom: 30px;
}
.sec-home5 .title p {
  max-width: 460px;
  margin-left: auto;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffffcc;
}
.sec-home5 .col-left .col-inner {
  text-align: right;
}
#main .sec-home5 .col-left .button {
  margin-top: 20px;
}
/* End sec-home5 */
/* sec-newhome */
.box-blog-post .box-text .cat-label {
  margin-bottom: 14px;
  margin-top: 0;
}
.box-blog-post .box-text .cat-label span {
  display: inline-block;
  z-index: 3;
  position: relative;
  color: #3dac22;
  background: #e9ffbb;
  border-radius: 2px;
  padding: 0px 15px;
  line-height: 20px;
  font-size: 12px;
}
.box-blog-post .box-text .post-title a {
  color: #515151;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--bold);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
}
.box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #787878;
  margin: 0;
}
/* End sec-newhome */
/* page-about */
.page-about1 .gallery-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 8px;
}
.page-about1 .gallery-list .gallery-col {
  padding: 0;
}

.page-about2 .icon-box {
  flex-direction: column-reverse;
  display: flex;
  padding: 0 30px;
}
/* End page-about */
.page-about2 .title h5 {
  display: inline-block;
  color: var(--theme-color);
  font-size: 18px;
  font-family: var(--bold);
  width: fit-content;
  position: relative;
  margin: 0 auto 10px;
  text-transform: uppercase;
}

.page-about2 .title h5:after,
.page-about2 .title h5:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 70px;
  height: 1px;
  background: var(--theme-color);
  content: '';
}

.page-about2 .title h5:before {
  left: -95px;
}

.page-about2 .title h5:after {
  right: -95px;
}
.page-about2 .title h2 {
  font-size: 45px;
  color: #fff;
}
.page-about2 .title p {
  font-size: 18px;
  line-height: 1.4;
  color: #ffffffcc;
}
.page-about2 .title {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 60px;
}
.page-about2 .icon-box .icon-box-text p {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #ffffffcc;
}
.page-about2 .icon-box .icon-box-img img {
  padding: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.page-about2 .icon-box .icon-box-img {
  width: 100% !important;
  text-align: center;
}
.page-about2 .icon-box .info-user {
  font-size: 14px;
  opacity: 0.8;
  color: #ffffffcc;
}
.page-about2 .icon-box .name-user {
  margin-bottom: 0;
  font-family: var(--medi);
  font-size: 18px;
  color: #fff;
}
.slider .flickity-page-dots li.dot {
  height: 15px;
  width: 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid var(--theme-color);
  opacity: 1;
  margin: 0 7px;
  position: relative;
  opacity: 0.5;
}

.slider .flickity-page-dots li.dot.is-selected {
  background-color: var(--theme-color);
}
.slider .flickity-page-dots {
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Footer */
.back-to-top.button {
  background-color: var(--theme-color);
  color: #fff;
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px !important;
}
.back-to-top.button i {
  transform: rotate(-45deg);
}
.absolute-footer {
  background-color: #000;
  border-top: 1px solid #e1e1e187;
}
.absolute-footer .copyright-footer {
  color: #e1e1e1;
  width: 100%;
  text-align: center;
}
.sec-form .section-bg {
  background-attachment: fixed;
}
#footer .sec-form .title-home .section-title-normal span {
  font-size: 70px;
  line-height: 1;
}
#footer .sec-form form {
  margin-bottom: 0;
}
.form-booking .form-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}
.form-booking {
  padding: 0 84px;
}
.form-booking .form-content .form-item:first-of-type,
.form-booking .form-content .form-item:nth-of-type(2) {
  grid-column: span 3;
}
.form-booking .form-content .form-item:nth-of-type(n + 3) {
  grid-column: span 2;
}
.form-booking input {
  margin-bottom: 0;
  background-color: transparent !important;
  border: 0;
  border-bottom: 1px solid #ffffff80;
  padding: 5px 0;
  height: 42px !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-booking input::placeholder {
  color: #fff;
  opacity: 1;
}
input[type='date']::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.form-booking select {
  height: 42px;
  background: transparent;
  border: 0;
  border: 0;
  border-bottom: 1px solid #ffffff80;
  color: #fff;
  padding: 5px 0;
  outline: none !important;
  box-shadow: none !important;
}
.form-booking select option {
  color: #000;
}
#wrapper .form-booking .button.btn-viewall {
  height: 42px;
  padding: 0 30px;
}
.form-booking .form-submit {
  text-align: center;
}
#footer .sec-menu {
  padding-bottom: 10px;
}
#footer .sec-menu .logo-footer img {
  height: 60px;
  width: auto;
  object-fit: contain;
}
#footer .sec-menu .col-1 h3 {
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
#footer .sec-menu .col-1 p {
  color: #e1e1e1;
  font-size: 15px;
}
#footer .social-icons a {
  font-size: 18px;
  color: #fff;
  margin: 0 10px;
}
#footer .social-icons a:first-of-type {
  margin-left: 0;
}
#footer .ux-menu .ux-menu-title,
#footer .col-4 p:first-of-type {
  min-height: unset;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  font-family: var(--semi);
  margin-bottom: 22px !important;
  padding: 0;
  text-transform: uppercase;
  font-family: var(--bold);
}
#footer .col-4 p:nth-of-type(2) {
  color: #e1e1e1;
  font-size: 15px;
}
#footer .form-footer input {
  margin-bottom: 0;
  background-color: transparent !important;
  border: 0;
  border-bottom: 1px solid #ffffff80;
  padding: 5px 30px 5px 0;
  height: 42px !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 15px;
}
#footer .form-footer input::placeholder {
  color: #e1e1e1;
  opacity: 1;
}
#footer .form-footer button {
  right: 0;
  background-color: transparent;
  color: #fff;
  width: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#footer .form-footer button:hover {
  color: var(--theme-color);
}
#footer .ux-menu .ux-menu-link a {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  min-height: unset;
  padding: 7.5px 0px;
  position: relative;
  padding-left: 20px;
}
#footer .ux-menu .ux-menu-link a:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  background-color: var(--theme-color);
  border-radius: 50%;
  left: 0;
  top: 12px;
}
#footer .ux-menu .ux-menu-link a:hover {
  text-decoration: UNDERLINE;
}
#footer .col-2 p {
	color: white;
	position: relative;
	padding-left: 20px;
}
#footer .col-2 p:before {
	content: '\f111';
	position: absolute;
	color: var(--theme-color);
	font-family: var(--fa6);
	font-weight: 700;
	left: 0;
	font-size: 8px;
}
#footer .col-1 .social-footer i {
	color: white;
	margin-right: 10px;
	font-size: 20px;
}
/* End Footer */
/* Page aboutus */
.blog-wrapper.page-wrapper {
  padding: 0;
}
.blog-wrapper .archive-page-header {
  position: relative;
}
.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg,
.shop-page-title.category-page-title .banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
  padding: 280px 15px 180px;
  z-index: 3;
}
.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title,
.category-page-title h1.shop-page-title {
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  text-align: center;
  text-transform: none;
}

.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.shop-page-title.category-page-title .banner-bg:before,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background: #000000;
}

/* blog-archive */
.blog-archive .blog-main {
  padding-top: 80px;
  position: relative;
  background-color: rgb(16, 48, 44);
}
.blog-archive .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 150px 24px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.blog-archive .box-text .box-text-inner {
  display: flex;
  flex-wrap: wrap;
}
.blog-archive .box img {
  transition: all 0.4s ease-in-out;
}
.blog-archive .box:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.blog-archive .box-text .post-meta {
  opacity: 1;
  color: #fff;
  display: block;
  order: -1;
  font-size: 13px;
  margin-bottom: 14px;
}
.blog-archive .box-text .post-meta:before {
  content: '\f017';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 5px;
}
.blog-archive .box-text .post-title a {
  font-size: 22px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 16px;
}
.blog-archive .box-text .post-title a:hover {
  color: var(--theme-color);
}
.blog-archive .box-text .button {
  margin: 0;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 13px;
}
.blog-archive .box-text .button:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--theme-color);
  content: '';
  transition: transform 0.2s ease;
  transform-origin: 100% 0;
}
.blog-archive .box-text .button:hover:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.nav-pagination > li > a,
.nav-pagination > li > span {
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: normal;
  font-family: var(--medi);
  color: var(--theme-color) !important;
}
.nav-pagination > li > span.current {
  color: #fff !important;
}
.nav-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px !important;
}
.nav-pagination > li > a:hover {
  color: #fff !important;
}
.nav-pagination .icon-angle-right:before {
  content: '\f061';
  font-family: var(--fa6);
  font-weight: 300;
}
.nav-pagination .icon-angle-left:before {
  content: '\f060';
  font-family: var(--fa6);
  font-weight: 300;
}
/* End blog-archive */
/* blog-single */

.blog-share {
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  border-top: 2px dotted rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 50px;
}
.blog-share .social-icons {
}
.blog-share .social-icons span {
  font-size: 16px;
  font-weight: normal;
  padding-right: 0;
  margin-bottom: 10px;
  color: #515151;
  font-family: var(--semi);
}
.blog-share a.icon {
  color: var(--theme-color2);
  font-size: 18px;
  margin: 5px 10px;
}
.single .featured-title .page-title-inner {
  min-height: unset !important;
  padding: 280px 15px 180px;
}
.single .featured-title .entry-title {
  font-size: 50px;

  margin-bottom: 0;
}
.single .blog-single {
  padding-top: 80px;
}
.single .blog-single .entry-content {
  padding: 0;
}
.blog-single h1.entry-title {
  font-size: 30px;
}
.box-postdate span {
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
}
.box-postdate span:before {
  content: '\f017';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 5px;
}
.box-postdate {
  position: relative;
}

.blog-single .entry-image {
  border-radius: 10px;
  overflow: hidden;
}
.blog-featured-title + #main .post-sidebar {
  padding: 0 15px 0 0px;
}
.post {
  margin-bottom: 0;
}
.row-divided > .col + .col:not(.large-12) {
  border: 0;
}
.post-sidebar .title p {
  text-transform: uppercase;
  font-family: var(--bold);
  color: #000;
}
.post-sidebar .col-2 .box {
  margin-bottom: 15px;
  overflow: hidden;
}
.post-sidebar .col-2 .box .box-image {
  position: absolute;
}
.post-sidebar .col-2 .box-text {
  padding: 30px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}
.post-sidebar .col-2 .box-text p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--medi);
  font-size: 14px;
}
.post-sidebar .col-2 .box img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.post-sidebar .col-2 .box:hover img {
  transform: scale(1.06);
}
.post-sidebar .box-blog-post {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.post-sidebar .box-blog-post .box-image {
  width: 80px !important;
  flex-shrink: 0;
  border-radius: 6px;
}
.post-sidebar .box-blog-post .box-text {
  padding: 0 0 0 15px;
}
.post-sidebar .box-blog-post .post-title a {
  margin-bottom: 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.post-sidebar .box-blog-post .post-title a:hover {
  color: var(--theme-color);
}
.post-sidebar .col.post-item:last-of-type,
.post-sidebar .product-small.col:last-of-type {
  padding-bottom: 0;
}
.post-sidebar .col.post-item:last-of-type .box-blog-post,
.post-sidebar .product-small.col:last-of-type .product-small.box {
  padding-bottom: 0;
  border: 0;
}

.post-sidebar .box-blog-post .post-meta span {
  font-size: 13px;
}
.post-sidebar .box-blog-post .post-meta span:before {
  content: '\f073';
  font-family: var(--fa6);
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin-right: 8px;
}
.featured-posts .title-post {
  font-size: 28px;
  margin-bottom: 30px;
}
.featured-posts .box-blog-post .image-cover {
  border-radius: 5px 5px 0 0;
}

.featured-posts .box-blog-post .box-text {
  padding: 23px 30px 27px;
  background: #f3f5f2;
}
.featured-posts .box-blog-post .box-text h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0;
}
.featured-posts .box-blog-post .box-text .button:after {
  margin-left: 4px;
}
.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button {
  border-radius: 6px;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: -80px !important;
  transform: unset !important;
  margin: 0;
  box-shadow: none !important;
  background-color: var(--theme-color);
  color: #fff;
}
.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button.next {
  right: 15px;
  left: unset;
}
.featured-posts
  .slider-nav-outside.slider-nav-circle
  .flickity-button.previous {
  left: unset;
  right: 75px;
}

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

.featured-posts .box-blog-post .box-text .button:after {
  content: '\f178';
  font-family: var(--fa6);
  transform: translateY(1px);
  display: inline-block;
  font-weight: 300;
}
.featured-posts .box-blog-post .box-text .button:before {
  content: '';
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}
.blog-archive .box-blog-post .button:hover:before,
.featured-posts .box-blog-post .box-text .button:hover:before {
  width: 100%;
  left: 0;
}
/* End blog-single */
/* page-contact */

.page-contact1 .col-left p {
  font-size: 18px;
  line-height: 1.6;
/*   color: #ffffffcc; */
}
.page-contact1 .col-left ul {
  list-style: none;
}
.page-contact1 .col-left ul li {
  margin-left: 0;
  padding-left: 24px;
  position: relative;
/*   color: #ffffff; */
}
.page-contact1 .col-left .btn-viewall {
	color: var(--theme-color);
}
.page-contact1 .col-left ul li i {
  position: absolute;
  left: 0;
  top: 4px;
}
.page-contact1 .col {
  padding-bottom: 0;
}
.page-contact2 .wpcf7 .wpcf7-not-valid-tip, #footer .wpcf7 .wpcf7-not-valid-tip {
	margin-top: 10px;
}
.page-contact2 .wpcf7, #footer .wpcf7 {
	color: white;
}
.page-contact2 .title h2 {
  font-size: 45px;
  max-width: 700px;
  margin: 0 auto 30px;
/*   color: #fff; */
}
.page-contact2 form {
  margin-bottom: 0;
}
.page-contact2 .form-contact {
  max-width: 700px;
  margin: 0 auto;
}
.page-contact2 .form-contact label {
  font-weight: normal;
/*   color: #fff; */
  font-size: 18px;
  font-weight: normal;
  font-family: var(--medi);
}
.page-contact2 .btn-viewall {
/* 	color: black; */
	background-color: var(--theme-color2) !important;
    border: 1px solid var(--theme-color2) !important;
}
.page-contact2 .form-contact .form-item input {
  background-color: rgb(255 255 255 / 5%);
  box-shadow: none;
  border: 1px solid var(--theme-color2);
/*   border-bottom: 1px solid #fff; */
  padding: 0;
  height: 42px;
  margin-bottom: 0;
  color: #fff;
}
#main .page-contact2 {
	padding-top: 0;
}
.page-contact2 .form-contact .form-item input::placeholder {
  color: #fff;
}
.page-contact2 .form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.page-contact2 .form-content textarea {
  background-color: rgb(255 255 255 / 5%);
  box-shadow: none;
  border: 1px solid var(--theme-color2);
/*   border-bottom: 1px solid #fff; */
  padding: 0;
  /* min-height: 80px; */
}
.page-contact2 .form-submit {
  margin-top: 30px;
}
/* End page-contact */
/* Product */
.archive.woocommerce #main {
  background-color: rgb(20, 59, 54);
}
.single .page-title .page-title-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.single .page-title .page-title-inner h2 {
  font-size: 70px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;

  text-align: center;
}
.shop-page-title.category-page-title .page-title-inner {
  text-align: center;
  padding: 280px 15px 180px;
}
#shop-sidebar .product-categories .cat-item,
#shop-sidebar .filter-price li {
  border: 0 !important;
}

#shop-sidebar .product-categories .cat-item a {
  font-size: 15px;
  color: #333;
  position: relative;
  padding: 5px 0 5px 30px;
}

#shop-sidebar .product-categories .cat-item a:before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  margin-right: 0 !important;
  color: #fff;
  border-radius: 5px;
}

#shop-sidebar .product-categories .cat-item.active > a,
#shop-sidebar .filter-price .active a {
  color: var(--theme-color);
  font-weight: 500;
}

#shop-sidebar .product-categories .cat-item.active > a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li.chosen a:before {
  content: '\f00c';
  font-family: var(--fa6);
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
  font-size: 12px;
}

#shop-sidebar {
  display: flex;
  flex-wrap: wrap;
}

#shop-sidebar .widget {
  width: 100%;
  background: #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}

#shop-sidebar .widget-title {
  color: #29353e;
  font-size: 18px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-color: var(--theme-color);
  color: #fff;
}

#shop-sidebar .widget_product_categories .widget-title:before,
#shop-sidebar .woocommerce-widget-layered-nav .widget-title:before,
#shop-sidebar .widget_price_filter .widget-title:before {
  content: '\e43f';
  font-family: var(--fa6);
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  font-weight: 700;
  font-size: 16px;
}

#shop-sidebar #woocommerce_layered_nav-2 .widget-title:before {
  content: '\f53f';
}

#shop-sidebar #woocommerce_layered_nav-4 .widget-title:before {
  content: '\f88f';
}

#shop-sidebar .widget_price_filter .widget-title:before {
  content: '\e52a';
}
#shop-sidebar .product-categories {
  padding: 10px;
}
#shop-sidebar #woocommerce_layered_nav-4 .woocommerce-widget-layered-nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}

#shop-sidebar .widget .is-divider,
.post-sidebar .widget .is-divider {
  display: none;
}

#shop-sidebar .widget:not(:last-of-type) {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

#shop-sidebar .price_slider_wrapper {
  padding: 20px 10px 10px;
}

#shop-sidebar .woocommerce-widget-layered-nav-list .count {
  display: none;
}

#shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 0.25px solid #6d6d6d;
  top: -4px;
}

#shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #6d6d6d;
}

#shop-sidebar .widget_price_filter .price_label {
  display: flex;
  gap: 5px;
  width: 100%;
  float: left;
  order: 1;
  font-size: 16px;
}
#shop-sidebar .widget_price_filter .price_label span {
  font-weight: normal;
  font-family: var(--bold);
}
#shop-sidebar .widget_price_filter .price_slider_amount .button {
  width: max-content;
  margin-top: 15px;
  order: 2;
  background-color: rgb(16, 48, 44);
  width: 60px;
}

#shop-sidebar .widget_price_filter .price_slider_amount {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}

#shop-sidebar .woocommerce-widget-layered-nav-list li {
  border: 0;
}

#shop-sidebar .woocommerce-widget-layered-nav-list li a {
  padding: 5px 0;
}

#shop-sidebar .woocommerce-widget-layered-nav-list .ux-swatch--color {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}

#shop-sidebar #woocommerce_layered_nav-4 a {
  border: 1px solid #e7e7e7;
  text-align: center;
  border-radius: 5px;
}

#shop-sidebar #woocommerce_layered_nav-4 li:hover a {
  border-color: var(--theme-color);
}

#shop-sidebar .product-categories .cat-item:hover a,
#shop-sidebar .woocommerce-widget-layered-nav-list li:hover a {
  color: var(--theme-color);
}

#shop-sidebar .product-categories .cat-item:hover a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li:hover .ux-swatch--color {
  border-color: var(--theme-color);
}
.category-page-title .breadcrumbs {
  display: none;
}
.archive .category-page-row {
  padding-top: 80px;
}
.product-main {
  padding-top: 80px;
}
.single-product .woocommerce-product-gallery img {
	aspect-ratio: 9 / 10;
    object-fit: cover;
}
.single-product .product-thumbnails img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.product-info h1.product-title {
  font-size: 36px;
  margin-bottom: 30px;
}
.product-info .price-wrapper del {
  order: 2;
  text-decoration: unset;
  margin-left: 15px;
  line-height: 20px;
  position: relative;
}

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

.product-info .price-wrapper ins .amount,
.product-info .price-wrapper span.amount {
  color: #d83a3a;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  font-family: var(--bold);
}
.product-info .price-wrapper del .amount {
  font-size: 16px;
  color: #666;
  text-decoration: line-through;
}
.product-info .price {
  margin: 0 0 15px !important;
  display: flex;
  align-items: flex-end;
}
#comments .commentlist,
#reviews {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#reviews > #comments {
  flex-basis: 65%;
  max-width: 65%;
}
#reviews > #review_form_wrapper {
  flex-basis: 33%;
  max-width: 33%;
}
#reviews > * {
  height: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}
#reviews .comment-form-rating label,
#reviews .stars {
  text-align: center;
}
#reviews .comment-form-rating label {
  font-size: 20px;
}

#reviews .review-form-inner {
  height: 100%;
  padding: 0;
  border: 0;
}
#reviews .stars a:after {
  color: #ddd;
  content: '\f005' !important;
  font-size: 20px;
  font-family: var(--fa6);
  font-weight: 700;
}

#reviews .stars a.ok:after,
.single .comment-form-rating .stars a:hover:after,
.single .comment-form-rating .stars a.active:after {
  color: #ffd980;
}
#reviews .stars a + a {
  border: none;
  margin: 0;
}
#reviews #reply-title,
#reviews .wcpr-form-description,
#reviews .woocommerce-Reviews-title {
  display: none;
}
#reviews input,
#reviews textarea {
  border-radius: 5px;
  box-shadow: none;
}
#review_form label {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
#review_form .wcpr-comment-form-images label {
  margin: 0;
}
#review_form .btn_image_upload {
  width: max-content;
  padding: 5px 20px;
  color: #6abd45;
  border: 1px solid #6abd45;
  border-radius: 5px;
}
#review_form .note-file {
  font-size: 12px;
  font-style: italic;
}
#review_form input[type='submit'] {
  margin: 0;
  font-weight: 500;
  text-transform: none;
  width: 100%;
  height: 45px;
  font-size: 18px;
}
#reviews
  .wcpr-input-file-container
  .wcpr-input-file-wrap
  .wcpr-selected-image-container {
  justify-content: flex-start;

  gap: 10px;
}

#review_form input[type='submit']:hover {
  border: 1px dashed var(--theme-color);
  color: var(--theme-color);
  background-color: #fff;
}
#reviews .comment-form {
  margin: 0;
}
#comments .wcpr-filter-container,
#comments .kt-wc-reviews-images-wrap-wrap {
  justify-content: flex-start;
}
#comments .wcpr-filter-button-wrap {
  width: max-content !important;
}
#comments .wcpr-overall-rating-and-rating-count {
  padding-bottom: 0;
}
#comments .commentlist,
#reviews {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#reviews {
  margin: 0;
}
.comment-form > div,
.comment-form > p {
  padding: 0;
}
#comments .commentlist > li {
  width: 100%;
  margin-left: 0 !important;
  border: none;
}
#comments .commentlist li .comment-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#comments .commentlist li .star-rating {
  order: 2;
}
#comments .commentlist li .meta {
  order: 1;
  width: max-content;
  display: flex;
  flex-direction: column;
}
#comments .commentlist li .description {
  order: 3;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal !important;
}
#comments .commentlist li .kt-reviews-image-container {
  order: 4;
  width: 100%;
  max-width: inherit !important;
}
#comments .commentlist li .meta .woocommerce-review__dash,
#reviews:after {
  display: none;
}
#comments .commentlist li .meta .woocommerce-review__published-date {
  font-size: 14px;
  opacity: 0.8;
}
#comments .commentlist li .description p {
  margin-bottom: 0;
}
.related-products-wrapper {
  border: 0;
  padding-top: 0;
	margin-bottom: 20px;
}
.related-products-wrapper .row {
  overflow: unset;
}
.related-products-wrapper .product-section-title {
  text-transform: unset;
  font-size: 27px;
	padding-top: 0;
}

#main .related-products-wrapper .flickity-button {
  background: 0 0;
  box-shadow: none;
  top: -59px;
  transform: unset !important;
  opacity: 1;
  width: 35px !important;
  height: 30px;
  min-height: 30px;
  padding: 0;
}

#main .related-products-wrapper .flickity-button.previous {
  left: unset !important;
  right: 45px !important;
  border: 1px solid #c3c3c3;
  border-radius: 5px 0 0 5px;
  border-right: 0;
}

#main .related-products-wrapper .flickity-button.next {
  right: 10px !important;
  border: 1px solid #c3c3c3;
  border-radius: 0 5px 5px 0;
  border-left: 0;
}

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

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

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

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

.product-info .single_add_to_cart_button,
.product-info .single_buynow_button {
  background: #222;
  color: #fff;
  border: 1px solid #222;
  opacity: 1;
  box-shadow: unset;
  width: 100%;
  margin: 0;
  height: 50px;
  margin-top: 18px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  font-family: var(--bold);
}
.product-info .single_add_to_cart_button {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  flex: 1;
  margin-top: 0;
}
.product-info .single_buynow_button {
  margin-right: 0;
}

.product-info form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
.product-info form.cart .woocommerce-variation {
  display: none;
}
.product-info .single_variation_wrap {
  width: 100%;
}
.quantity .button {
  background-color: transparent !important;
  border: none !important;
}
.quantity input {
  box-shadow: none;
  border: none !important;
  background: transparent;
}
.quantity {
  border-radius: 4px;
  border: 1px solid var(--theme-color2);
  width: 100px;
  justify-content: space-between;
  height: 50px;
  align-items: center;
}
.quantity .button.minus {
  border-radius: 4px 0 0 4px;
  width: 25px;
  font-size: 16px;
  box-shadow: none;
}
.quantity .button.plus {
  border-radius: 0 4px 4px 0;
  width: 25px;
  font-size: 16px;
  box-shadow: none;
}
.product-info .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 10px;
}
.product-info .quantity {
  margin-bottom: 0;
}
.quantity input[type='number'] {
  height: 100%;
}
.woocommerce-tabs .nav > li > a {
  font-size: 18px;
  font-weight: normal;
  font-family: var(--bold);
}
.woocommerce-tabs .nav > li.active > a:before {
  bottom: 0;
  top: unset;
  opacity: 1;
}
.product-footer .woocommerce-tabs {
  border-top: 0;
}
.product-footer .woocommerce-tabs .tabs {
  border-bottom: 1px solid #ececec;
}
.product-footer .woocommerce-tabs .tab-panels {
  padding-top: 40px;
}
#header .stuck .header-bg-color {
  background-image: linear-gradient(180deg, #424242ba 0%, #ffffff00 100%);
  transform: translateY(0);
  background-color: #0000004d !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
/* End product */
@media screen and (max-width: 1199.98px) {
  #header .header-nav-main.nav-right li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 850px) {
  #main .sec-banner .row-text h2 {
    font-size: 60px;
  }
  .sec-home-5 .icon-box p:first-of-type {
    font-size: 40px;
    margin-bottom: 4px;
  }
  .home-news .box-blog-post .box-text {
    padding: 20px;
  }
  .shop-page-title.category-page-title .page-title-inner,
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    padding: 230px 15px 130px;
  }
}
@media screen and (min-width: 850px) {
  .page-contact1 .row:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: var(--theme-color);
    left: 50%;
    transform: translateX(-50%);
  }
  .page-contact1 .row:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background-color: #dfdbdc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page-contact1 .col-left:before,
  .page-contact1 .col-left:after {
    content: '';
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: inline-block;
    background: transparent url(./images/line-2.svg) no-repeat center;
    background-size: cover;
    bottom: -25px;
    position: absolute;
    right: -25px;
    transform: rotate(180deg);
  }
  .page-contact1 .col-left:before {
    transform: rotate(0deg);
    bottom: unset;
    top: -25px;
    right: -25px;
  }
  .page-contact1 .col-left {
    padding-right: 80px;
  }

  .page-contact1 .col-right {
    padding-left: 80px;
  }
}

@media screen and (max-width: 849.98px) {
	#main-menu .search-field {
		background-color: white;
	}
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .single .page-title .page-title-inner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title,
  .single .featured-title .entry-title {
    font-size: 40px;
  }
  .row.blog-top {
    background-color: transparent;
  }
  .blog-archive .blog-main:before,
  .blog-archive .project-main:before {
    opacity: 0.5;
  }
  .row.blog-top .col-left .button.btn-viewall {
    margin: 5px 0 30px;
  }
  .row.blog-top .col-right .img {
    margin-bottom: 0;
  }
  .row.blog-top {
    margin-bottom: 40px;
  }
  .row.blog-top .col-left {
    padding: 15px;
  }
  .blog-share {
    order: 1;
    padding: 0 15px 30px;
  }
  .blog-share .social-icons {
    flex-direction: row;
    justify-content: flex-end;
  }
  .blog-share .social-icons {
    margin-top: 15px;
  }
  .project-single .blog-share,
  .product-footer .blog-share {
    padding: 0;
  }
  .project-single .blog-share .social-icons,
  .product-footer .blog-share .social-icons {
    padding: 0;
    border-top: 0;
  }
  .blog-share .social-icons span {
    margin-bottom: 0;
  }
  .single .post-sidebar {
    order: 2;
  }
  .single .large-7.col {
    padding-bottom: 10px;
  }
  .entry-content {
    padding-bottom: 0;
  }
  .blog-single h1.entry-title {
    font-size: 24px;
  }

  #header .btn-menumobi {
    font-size: 22px;
    color: #292929;
  }
  #header .btn-menumobi {
    width: 22px;
    height: 16px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--theme-color2);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #header .btn-menumobi span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 80%;
    left: 20%;
  }

  #header .btn-menumobi span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 2px;
  }

  #header .btn-menumobi.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #header .btn-menumobi.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 2px;
  }
  .header-main li.html.custom {
    display: block;
    margin-right: 12px;
  }
  #main-menu.mobile-sidebar .menu-item {
    border: 0;
  }
  #main-menu.mobile-sidebar .menu-item a {
    color: #fff;
    padding: 14px 30px 14px 30px;
    font-size: 16px;
    font-weight: 500;
  }
  #main-menu.mobile-sidebar .menu-cate {
    order: -3;
    background-color: #fff;
    padding: 15px;
  }
  #main-menu.mobile-sidebar .menu-cate > a {
    background: linear-gradient(
      290.37deg,
      rgba(138, 189, 164, 0.5) 9.78%,
      rgba(218, 240, 180, 0.5) 109.56%
    );
    border-radius: 8px;
    border-top: 0;
  }
  #main-menu.mobile-sidebar .menu-cate > a:before {
    content: '\f550';
    font-family: var(--fa6);
    margin-right: 6px;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .nav:not(.nav-slide) .active > .children {
    padding-bottom: 0;
  }
  #main-menu.mobile-sidebar .menu-cate .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #main-menu.mobile-sidebar .menu-cate .toggle i:before {
    content: '\f0d7';
    font-family: var(--fa6);
    font-weight: 700;
    color: var(--theme-color);
    font-size: 20px;
  }

  #main-menu.mobile-sidebar .menu-topmobi {
    order: -2;
    background-color: #fff;
    padding: 0 15px;
  }
  #main-menu.mobile-sidebar .menu-topmobi:nth-of-type(1) {
    border-top: 0;
  }
  #main-menu.mobile-sidebar .menu-topmobi .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 10px;
  }
  #main-menu.mobile-sidebar .menu-topmobi .toggle i {
    font-size: 20px;
  }
  #header .cart-item .header-cart-link {
    background: #004935;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #masthead .image-icon img {
    max-width: 18px;
  }
  .page-contact .form-content .form-item:nth-of-type(2),
  .page-contact .form-content .form-item:nth-of-type(3) {
    width: 100%;
  }
  .page-contact .col-form .col-inner {
    padding: 20px 15px;
  }
  .page-contact .section-title-main {
    font-size: 26px;
  }
  #masthead .image-icon:after {
    top: -14px;
    right: -14px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .mobile-nav .icon-menu {
    color: #fff;
  }
  .mobile-nav .icon-menu:before {
    content: '\f0c9';
    font-family: var(--fa6);
    font-weight: 300;
  }
  #main .sec-banner .row-text h2 {
    font-size: 50px;
  }

  .sec-home4 .title h2,
  .page-contact1 .col-left h2 {
    font-size: 30px;
  }

  #main .sec-home4 .col-left,
  #main .sec-home5 .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }
  #main .sec-home4 .col-right {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
  }
  #main .sec-home5 .col-left {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 15px;
    order: 2;
  }
  .form-booking {
    padding: 0 30px;
  }
  #main .sec-home2 {
    padding-top: 60px;
  }
  .sec-home5 .title h2,
  .page-contact2 .title h2 {
    margin-left: auto;
    font-size: 48px;
  }
  .off-canvas-right .mfp-content {
    padding: 0;
    margin: 0;
    background-color: #000;
    width: 375px;
  }
  .mobile-sidebar .logo-mobile {
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-sidebar .logo-mobile img {
    height: 56px;
    object-fit: contain;
  }
  .mfp-close {
    opacity: 1 !important;
    top: 30px;
    right: 30px;
  }
  .mobile-sidebar .info_menu {
    margin-top: auto;
    display: block;
    padding: 0 30px 30px;
  }
  .mobile-sidebar .info_menu ul {
    list-style: none;
  }
  .mobile-sidebar .info_menu ul li {
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
  }
  .mobile-sidebar .info_menu ul li i {
    position: absolute;
    left: 0;
    top: 5px;
  }
  #main-menu.mobile-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .category-filtering {
    width: 42px;
    height: 42px;
    background: var(--theme-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 2;
    border: 1px solid #fff;
    border-left: 0;
  }
  .category-filtering strong {
    display: none;
  }
  .category-filtering .filter-button {
    margin: 0;
  }
  .blog-featured-title + #main .post-sidebar {
    padding-left: 15px;
  }
  .page-contact1 .col-left {
    padding-bottom: 20px;
  }
  .sec-home-1 .col-left .title,
  .sec-home-1 .col-left {
    text-align: center;
  }
  .sec-home-1 .col-left {
    padding-right: 15px;
  }
  .sec-home-1 .col-left h5 {
    justify-content: center;
  }
  .sec-home2 .row .product-small.col:nth-of-type(n + 7) {
    display: none;
  }
  .sec-home-4 .col-grid .col-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec-home-5 .col {
    padding-bottom: 30px;
  }
  #footer .sec-form .title-home .section-title-normal span {
    font-size: 40px;
  }
  body {
    overflow-x: hidden;
  }
  .single .page-title .page-title-inner h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-about1 .gallery-list .gallery-col:first-of-type {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }
  .page-about1 .gallery-list .gallery-col:nth-of-type(4) {
    grid-column: 5 / span 2;
    grid-row: 1 / span 2;
  }
  .page-contact2 .form-content .form-item:nth-of-type(n + 3) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767.98px) {
  .row.blog-top .col-left h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .blog-wrapper .archive-page-header h2.page-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .box-blog-post .box-text .post-title a {
    font-size: 16px;
    margin-bottom: 0;
  }

  .box-blog-post .box-text .cat-label {
    margin-bottom: 10px;
  }
  .slider-nav-circle .flickity-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px;
  }
  .slider-nav-circle .flickity-button:before {
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer .col-left:before {
    display: none;
  }
  #footer .col-left {
    padding-right: 15px;
  }
  #footer .col-right:before,
  #footer .col-right:after,
  #footer .copyright-footer:before {
    width: 100vw;
  }
  #footer .col-right {
    padding-top: 30px;
    padding-left: 15px;
  }
  #footer .col-right .col-inner {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #footer .col-right .ux-menu .ux-menu-link a {
    font-size: 14px;
    line-height: 19px;
    padding-left: 15px;
  }
  #footer .col-right .ux-menu .ux-menu-title {
    margin-bottom: 10px !important;
  }
  /*  page-about  */
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .shop-page-title.category-page-title .page-title-inner {
    padding: 130px 15px 40px;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title {
    font-size: 24px;
    margin-bottom: 0;
  }

  .row.blog-top {
    padding-top: 0;
  }
  .post-sidebar .block_widget .col-item {
    padding: 20px 15px !important;
  }
  .featured-posts .title-post {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .off-canvas-right .mfp-content {
    width: 100%;
  }
  #main .sec-banner .row-text h5 {
    font-size: 14px;
  }
  #main .sec-banner .row-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  #main .sec-banner .row-text p {
    font-size: 18px;
  }

  .sec-home4 .title h2,
  .page-contact1 .col-left h2,
  .sec-home2 .title h2,
  .sec-home5 .title h2,
  #footer .sec-form .title h3,
  .page-about2 .title h2,
  .single .page-title .page-title-inner h2,
  .sec-home5 .title h2,
  .page-contact2 .title h2 {
    font-size: 30px;
  }

  .product-small.col {
    padding: 0 7.5px 20px;
  }

  .sec-home4 .col-left .img:nth-of-type(2) {
    position: unset;
    max-width: 100%;
    margin-top: 15px;
  }
  .sec-home4 .col-left .col-inner {
    padding-left: 0;
    padding-bottom: 0;
  }
  .sec-home4 .col-left .image-cover {
    padding-top: 75% !important;
  }
  .form-booking .form-content {
    padding: 0 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .form-booking .form-content .form-item {
    grid-column: unset !important;
  }
  .sec-home4 .col-top p {
    font-size: 26px;
  }
  .sec-home4 .col-top h3 {
    font-size: 16px;
  }
  .sec-home4 .col-top {
    padding-bottom: 60px;
  }
  .page-about1 .gallery-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: unset;
  }
  .page-about2 .icon-box {
    padding: 0;
  }
  .slider .flickity-page-dots {
    bottom: 0;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title {
    font-size: 26px;
  }
  .archive .category-page-row,
  .product-main,
  .blog-archive .blog-main {
    padding-top: 40px;
  }
  .product-main {
    padding-bottom: 0;
  }
  .product-info {
    padding-top: 20px;
  }
  .related-products-wrapper .product-section-title {
    font-size: 22px;
  }
  .blog-archive .box-text .button {
    display: none;
  }
  .blog-archive .box-text {
    padding: 100px 15px 15px;
  }
  .blog-archive .box-text .post-meta {
    margin-bottom: 5px;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title,
  .single .featured-title .entry-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .single .page-title .page-title-inner {
    padding-bottom: 40px;
    padding-top: 130px;
  }
  .single .blog-single {
    padding-top: 40px;
  }
  .page-contact2 .form-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-contact2 .form-contact label {
    margin-bottom: 0;
  }
  #wrapper .transparent .header-main,
  #wrapper .header.show-on-scroll,
  #wrapper .stuck .header-main {
    height: 70px !important;
  }
  .sec-home-1 .col-left h2,
  .title-home .section-title-normal span {
    font-size: 30px;
  }
  .sec-home-1 .col-right .img:nth-of-type(2),
  .sec-home-1 .col-right .img:nth-of-type(3) {
    max-width: calc(100% - 20px);
  }
  .title-home .section-title-normal:before {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    transform: translateY(-2px);
  }
  .title-home .section-title-normal:after {
    display: none;
  }
  #main .sec-home-2 .product-category.col {
    flex-basis: 80%;
    max-width: 80%;
  }
  #main .sec-home2 {
    padding-top: 40px;
  }
  .title-home .section-title {
    margin-bottom: 20px;
  }
  .product-small.box .product-title a,
  .product-small.box .price-wrapper .amount {
    font-size: 16px;
  }
  .product-small.box .price-wrapper del .amount {
    font-size: 12px !important;
  }
  .product-small.box .box-text {
    padding-bottom: 10px;
  }
  .sec-home2 .tabbed-content .nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sec-home2 .tabbed-content .nav::-webkit-scrollbar {
    display: none;
  }
  .sec-home2 .tabbed-content .nav .sec-home2 .tabbed-content .nav li {
    display: inline-block;
    scroll-snap-align: start;
  }
  .sec-home2 .nav a {
    padding: 10px 20px;
    text-wrap: nowrap;
  }
  .sec-home-4 .col-grid .col-inner {
    grid-template-columns: repeat(4, 80%);
    overflow: auto;
  }
  #main .sec-home-3 {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .sec-home-5 .icon-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec-home-5 .icon-box-left .icon-box-img {
    width: 50px !important;
    margin-bottom: 15px;
  }
  .sec-home-5 .icon-box p:first-of-type {
    font-size: 36px;
    margin-bottom: 5px;
    text-align: center;
  }
  .sec-home-4 .col-grid .box:first-of-type .box-text {
    opacity: 1;
    transform: scale(1);
  }
  .home-news .box-blog-post .box-text {
    padding: 25px;
  }
  .home-news .box-blog-post .box-text .post-title a {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .form-booking {
    padding: 0;
  }
  .home-news .box-blog-post .button.is-link {
    font-size: 16px;
  }
}
@keyframes ripple_video2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes ripple_video {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
