:root {
  --theme-color: #ce912c;
  --theme-color2: #004935;
  --black: #515151;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'Mulish-Regular';
  --medi: 'Mulish-Medium';
  --semi: 'Mulish-SemiBold';
  --bold: 'Mulish-Bold';
  --garamond: 'Cormorant-Garamond';
}

@font-face {
  font-display: swap;
  font-family: 'Mulish-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/mulish-v12-vietnamese-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Mulish-Regular';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/mulish-v12-vietnamese-italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Mulish-Medium';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/mulish-v12-vietnamese-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Mulish-SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/mulish-v12-vietnamese-600.woff2') format('woff2');
}
/* mulish-700 - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Mulish-Bold';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/mulish-v12-vietnamese-700.woff2') format('woff2'),
    url('./fonts/mulish-v12-vietnamese-700.ttf') format('truetype');
}
@font-face {
  font-family: 'Cormorant-Garamond';
  src: url('./fonts/CormorantGaramond-SemiBold.woff2') format('woff2'),
    url('./fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  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.is-selected {
  width: 30px;
  border-radius: 10px;
}
.row-slider .flickity-page-dots .dot {
  background-color: var(--theme-color);
  opacity: 1 !important;
  transition: all 0.5s ease-in;
}
/* 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: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-family: var(--medi);
}
.search-hidden,
.menu-hidden {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.search-hidden.show,
.menu-hidden.show {
  display: block;
}
#header .header-nav-main.nav-right > li {
  margin: 0 15px;
}
.header-nav-main > .menu-item {
  margin: 0px 16px;
}

.header-nav-main > .menu-item > a:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  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 > .menu-item > a {
  font-family: var(--medi);
  color: #fff;
  padding: 24px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--bold);
}
.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 {
  background: #004935;
  width: 39px;
  height: 39px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav-main .header-cart-icon img {
  width: 18px;
  min-width: auto;
}
.header-nav-main .cart-item {
  margin: 0 !important;
}
#header #logo img {
  max-height: 46px !important;
}
.info-topbar {
  display: flex;
  align-items: center;
}
.info-topbar h2 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
  font-family: var(--semi);
  color: #fff;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #fff;
}
.info-topbar a {
  flex-shrink: 0;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.info-topbar a:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 13px;
  background: url(./images/icon-call.svg) no-repeat center;
  background-size: cover;
}
#top-bar .social-icons a {
  height: 50px;
  width: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #59c18b;
  font-size: 20px;
  margin: 0;
}
#top-bar .social-icons a:first-of-type {
  border-left: 1px solid #59c18b;
}
#header #top-bar .html {
	width: 100%;
}
#header .menu-item .icon-angle-down {
  opacity: 1;
  transform: translateY(-2px);
  height: 22px;
  display: none;
}
#header .close-menu {
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  cursor: pointer;
}
/* .header-nav-main
  .menu-item:not(.menu-item-has-block)
  .sub-menu {
  min-width: 250px;
  background: #27252580;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  top: 70px;
}
.header-nav-main
  .menu-item:not(.menu-item-has-block)
  .sub-menu
  a {
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 9px 15px;
  display: block;
  border-bottom: 0;
  line-height: 22px;
}
.header-nav-main
  .menu-item:not(.menu-item-has-block)
  .sub-menu
  a:hover {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.header-nav-main.menu-item:not(.menu-item-has-block)
  .sub-menu
  .menu-item:last-of-type
  a {
  border-bottom: 0;
} */
.header-nav-main .menu-item:after,
.header-nav-main .menu-item:before {
  display: none;
}
.header-nav-main .menu-item.menu-item-has-block > .sub-menu {
  box-shadow: none;
  border-top: 1px solid #ddd;
}

.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: #fff;
  font-size: 21px;
  margin: 0px 0px 20px 0px;
  margin-bottom: 20px;
  display: inline-block;
  width: fit-content;
  position: relative;
  font-family: var(--semi);
}
#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: #fff;
  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: 98px;
  line-height: 1.1;
  color: #fff;
  font-family: var(--garamond);
  margin-bottom: 15px;
}
#main .sec-banner .row-text p {
  font-size: 21px;
  color: #fff;
  line-height: 1.4;
}
#wrapper .button.btn-viewall {
  margin: 0;
  height: 45px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--semi);
  text-transform: uppercase;
  padding: 0 25px;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
#wrapper .button.btn-viewall::before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 38px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}
#wrapper .button.btn-viewall:hover {
  cursor: pointer;
  color: var(--theme-color);
  box-shadow: none;
}

#wrapper .button.btn-viewall:hover::before {
  transform: translate3d(50%, 50%, 0) scale3d(15, 15, 15);
}
#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;
}
/* 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;
  opacity: 1 !important;
  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-home1 */
.sec-home1 .col h5,
.sec-home4 .title h5,
.sec-home5 .title h5,
.page-contact1 .col-left h5 {
  display: inline-block;
  color: var(--theme-color);
  font-size: 18px;
  font-family: var(--bold);
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
}
.sec-home1 .col h5:after,
.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-home1 .col p {
  max-width: 50%;
  font-size: 18px;
  line-height: 29.8px;
}
.sec-home1 .col h2,
.sec-home4 .title h2,
.page-contact1 .col-left h2 {
  font-size: 75px;
  max-width: 680px;
  font-family: var(--garamond);
  margin-bottom: 30px;
  line-height: 1.1;
}
#main .sec-home1 .btn-viewall {
  margin-top: 14px;
}
#main .sec-home1 {
  padding-bottom: 0;
}
#main .sec-home1:after {
  content: '';
  width: 100%;
  height: calc(100% - 200px);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(250, 243, 232);
}
.sec-home1 .col-title {
  padding-bottom: 90px;
}
.sec-home1 .col-image {
  padding-bottom: 0;
}
.sec-home1 .col-image:nth-child(2) {
  padding-right: 0;
}
.sec-home1 .col-image:nth-child(3) .col-inner {
  height: 100%;
}
.sec-home1 .col-image:nth-child(3) .img {
  max-width: 85%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec-home1 .col-image .image-cover {
  border-radius: 4px;
}
.sec-home1:before {
  content: '';
  width: 245px;
  height: 282px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(./images/icon-bg-right-top.png);
  z-index: 1;
}
/* End sec-home1 */
/* sec-home2 */
.sec-home2 {
	padding-bottom: 0!important;
}
.sec-home2:before {
  content: '';
  width: 208px;
  height: 268px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(./images/icon-bg-left-bot.png) no-repeat center;
  background-size: cover;
  z-index: 1;
}

.sec-home2 .title h5 {
  color: var(--theme-color);
  text-transform: uppercase;
  margin-bottom: 0;
}
.sec-home2 .title h2 {
  font-size: 50px;
  font-family: var(--garamond);
  margin-bottom: 30px;
}
.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: 22px;
  font-weight: normal;
  color: #000;
  margin: 0px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  text-align: center;
  font-family: var(--garamond);
}
.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;
}
.product-small.box .add-to-cart-button {
  order: 3;
}
.product-small.box .price-wrapper del .amount {
  font-size: 13px !important;
  line-height: 23px;
  color: #bcc5c0;
  margin-left: 15px;
  margin-right: 0;
  position: relative;
  opacity: 1;
  font-weight: normal;
}
.product-small.box .price-wrapper del .amount:before {
  content: '';
  width: 100%;
  display: inline-block;
  position: absolute;
  border: 2.5px solid var(--theme-color);
  opacity: 1;
  border-radius: 25% 15% 0 0;
  height: 23px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  top: 6px;
  transform: rotate(-4deg);
}
.product-small.box .price-wrapper .amount {
  color: #666;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  font-family: var(--semi);
}
.product-small.col .badge-container {
  margin-top: 6.5px;
  margin-left: 6.5px;
}
.product-small.col .badge-container .badge-inner {
  background-color: var(--theme-color);
  border-radius: 5px;
  height: 26px;
  max-height: 26px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  font-family: var(--semi);
}
/* End sec-home2 */
/* sec-home3 */
.sec-home3 .col-left {
  flex-basis: 40%;
  max-width: 40%;
}
.sec-home3 .col-right {
  flex: 1;
  max-width: unset;
}
.sec-home3 .col-right .col-inner,
.sec-home3 .col-right .row {
  height: 100%;
}
.sec-home3 .col-left .overlay {
  background-image: linear-gradient(180deg, #00000000 0%, #000000 100%);
  opacity: 0.4;
}
.sec-home3 .box img {
  transition: all 0.4s ease;
}
.sec-home3 .box:hover img {
  transform: scale(1.1);
}
.sec-home3 .col-left .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.sec-home3 .col-left h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-family: var(--garamond);
}
.sec-home3 .col-left p,
.sec-home3 .box-blog-post .box-text .button {
  display: inline-block;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--bold);
  font-size: 13px;
  padding: 7px 0;
  position: relative;
}
.sec-home3 .col-left p:after,
.sec-home3 .box-blog-post .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;
}
.sec-home3 .col-left p:hover:after,
.sec-home3 .box-blog-post .box-text .button:hover:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.sec-home3 .col-right .post-item .box-blog-post {
  height: 100%;
}
.sec-home3 .col-right .post-item .box-blog-post {
  display: flex;
  flex-direction: column;
}
.sec-home3 .col-right .post-item .box-image {
  display: block;
  width: 100%;
}
.sec-home3 .col-right .post-item:nth-of-type(2) .box-blog-post {
  flex-direction: column-reverse;
}
.sec-home3 .box-blog-post .box-text {
  padding: 0;
  flex: 1;
}
.sec-home3 .box-blog-post .box-text-inner {
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
  background-color: #000;
}
.sec-home3 .box-blog-post .box-text .post-title a {
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  font-family: var(--garamond);
}
.sec-home3 .box-blog-post .box-text .post-title a:hover {
  color: var(--theme-color);
}
.sec-home3 .box-blog-post .box-text .button {
  min-height: unset;
  line-height: 1.2;
}
.sec-home3 .post-item:last-of-type .box-blog-post .box-text {
  position: absolute;
  bottom: 0;
}
.sec-home3 .post-item:last-of-type .image-cover {
  padding-top: 200% !important;
}
.sec-home3 .post-item:last-of-type .box-blog-post .box-text-inner {
  background: unset;
  align-items: flex-end;
  z-index: 2;
  position: relative;
  padding: 30px;
}
.sec-home3 .post-item:last-of-type .box-blog-post .post-title a {
  text-align: right;
}
.sec-home3 .post-item:last-of-type .box-image:before {
  content: '';
  background-color: transparent;
  background-image: linear-gradient(180deg, #00000000 0%, #000000 100%);
  opacity: 0.4;
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: 1;
}

/* End sec-home3 */
/* 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: 50px;
  text-transform: uppercase;
  line-height: 1.1;
}
.sec-home4 .title p {
  font-size: 18px;
  line-height: 29.8px;
  margin-bottom: 30px;
}
#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: 40px;
  line-height: 1.4;
  font-family: var(--garamond);
}
.sec-home4 .col-top {
  padding-bottom: 120px;
}
/* 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;
  font-family: var(--garamond);
  margin-bottom: 30px;
}
.sec-home5 .title p {
  max-width: 460px;
  margin-left: auto;
  font-size: 18px;
  line-height: 1.4;
}
.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: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 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: 50px;
  font-family: var(--garamond);
}
.page-about2 .title p {
  font-size: 18px;
  line-height: 1.4;
}
.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: 21px;
  line-height: 1.4;
  font-family: var(--garamond);
  margin-bottom: 20px;
}
.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;
}
.page-about2 .icon-box .name-user {
  margin-bottom: 0;
  font-family: var(--medi);
  font-size: 18px;
}
.slider .flickity-page-dots li.dot {
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: #363636;
  margin: 0 10px;
  position: relative;
  border: 0;
  opacity: 0.5;
}

.slider .flickity-page-dots li.dot.is-selected {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.slider .flickity-page-dots {
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Footer */
.back-to-top.button {
  border: 0;
  font-weight: normal;
  text-align: center;
  position: fixed;
  bottom: 90px;
  right: -50px;
  cursor: pointer;
  color: black;
  font-size: 14px;
  transform: rotate(-90deg);
  z-index: 99;
  background-color: transparent !important;
}
.absolute-footer {
  background-color: #000;
  border-top: 1px solid #e1e1e187;
}
.absolute-footer .copyright-footer {
  color: #e1e1e1;
  width: 100%;
  text-align: center;
}
#footer .wpcf7-response-output {
	color: white;
}
#footer .sec-form .title {
  text-align: center;
}
#footer .sec-form .title h5 {
  display: inline-block;
  color: var(--theme-color);
  font-size: 18px;
  font-family: var(--bold);
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#footer .sec-form .title h3 {
  line-height: 1;
  color: #fff;
  font-size: 66px;
  font-family: var(--garamond);
  text-transform: uppercase;
}
#footer .sec-form form {
  margin-bottom: 0;
}
.form-booking .form-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  padding: 0 84px;
}
.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 {
  display: none;
}
.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 {
  width: 100%;
  height: 42px;
}
#footer .sec-menu .col-2 .infor p {
	color: white;
	font-size: 15px;
	position: relative;
	padding: 7.5px 0px;
	padding-left: 20px;
	margin-bottom: 0;
}
#footer .sec-menu .col-2 .infor p:before {
	content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    background-color: var(--theme-color);
    border-radius: 50%;
    left: 0;
    top: 12px;
}
#footer .sec-menu .col-2 .infor p:hover {
	text-decoration: underline;
}
#footer .sec-menu .col-2 .title-menu p {
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	font-family: var(--bold);
	margin-bottom: 22px;
}
#footer .sec-menu .col-1 .social-footer a {
	color: white;
	margin-right: 10px;
}
#footer .sec-menu .col-1 .social-footer i {
/* 	color: var(--white); */
	font-size: 25px;
}
.error404 .error-404 {
	margin-top: 130px;
	margin-bottom: 20px;
}
.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: 5px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
}
.error404 #header {
	background-color: rgb(0,0,0);
}

#footer .sec-menu .col-1 h3 {
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-family: var(--garamond);
}
#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;
}
/* 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: 70px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  text-align: center;
  font-family: var(--garamond);
}

.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: #000;
}
.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: 28px;
  color: #fff;
  line-height: 1.4;
  font-family: var(--garamond);
  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;
  font-family: var(--garamond);
  margin-bottom: 0;
}
.single .blog-single {
  padding-top: 80px;
}
.single .blog-single .entry-content {
  padding: 0;
}
.blog-single h1.entry-title {
  font-size: 30px;
}
.box-postdate span {
  color: #fff;
  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;
}
.page-contact1 .col-left ul {
  list-style: none;
}
.page-contact1 .col-left ul li {
  margin-left: 0;
  padding-left: 24px;
  position: relative;
}
.page-contact1 .col-left ul li i {
  position: absolute;
  left: 0;
  top: 4px;
}
.page-contact1 .col {
  padding-bottom: 0;
}

.page-contact2 .title h2 {
  font-size: 50px;
  font-family: var(--garamond);
  max-width: 700px;
  margin: 0 auto 30px;
}
.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: #000;
  font-size: 18px;
  font-weight: normal;
  font-family: var(--medi);
}
.page-contact2 .form-contact .form-item input {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  height: 42px;
  margin-bottom: 0;
}
.page-contact2 .form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.page-contact2 .form-content textarea {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  /* min-height: 80px; */
}
.page-contact2 .form-submit {
  margin-top: 30px;
}
/* End page-contact */
/* Product */
.single .page-title .page-title-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.single .page-title .page-title-inner h2 {
  font-size: 70px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  font-family: var(--garamond);
  text-align: center;
}
.shop-page-title.category-page-title .page-title-inner {
  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: #727272;
  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%;
}

#shop-sidebar .widget-title {
  color: #29353e;
  font-size: 18px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
}

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

#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 #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: 10px 0;
}

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

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

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

#shop-sidebar .widget_price_filter .price_label {
  display: flex;
  gap: 5px;
  width: 100%;
  float: left;
  order: 1;
  font-size: 16px;
}
#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: #000;
  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;
}

.product-info h1.product-title {
  font-size: 36px;
  margin-bottom: 30px;
  font-family: var(--garamond);
}
.product-info .price-wrapper del {
  order: 2;
  text-decoration: unset;
  margin-left: 15px;
  line-height: 20px;
  position: relative;
}
.product-info .price-wrapper del:before {
  content: '';
  width: 100%;
  display: inline-block;
  position: absolute;
  border: 2.5px solid var(--theme-color);
  opacity: 1;
  border-radius: 25% 9% 0 0;
  height: 23px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  top: 12px;
  transform: rotate(-4deg);
}

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

.product-info .price-wrapper ins .amount,
.product-info .price-wrapper span.amount {
  color: var(--theme-color3);
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  font-family: var(--bold);
}
.product-info .price-wrapper del .amount {
  color: #bcc5c0;
  font-size: 16px;
}
.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: 50px;
}
.related-products-wrapper .row {
  overflow: unset;
}
.related-products-wrapper .product-section-title {
  text-transform: unset;
  font-size: 27px;
}

#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 (min-width: 850px) {
  .page-contact1 .row:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #dfdbdc;
    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: #fff url(./images/line.webp) no-repeat center;
    bottom: -25px;
    position: absolute;
    right: -25px;
  }
  .page-contact1 .col-left:before {
    transform: rotate(180deg);
    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) {
  .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: 60px;
  }
  .sec-home1 .col h2,
  .sec-home4 .title h2,
  .page-contact1 .col-left h2 {
    font-size: 48px;
  }
  .sec-home3 .col-left {
    flex-basis: 100%;
    max-width: 100%;
    flex-shrink: 0;
  }
  .sec-home3 .col-right {
    flex: 1;
    max-width: unset;
  }
  .sec-home3 .box-blog-post .box-text .post-title a {
    font-size: 22px;
  }
  #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 .form-content {
    grid-template-columns: repeat(2, 1fr);
  }
  #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 .inline-block {
    display: none;
  }
  .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;
  }
}
@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) {
  body.home {
    overflow-x: hidden;
  }
  .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;
  }

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

  #footer .col-left:before {
    display: none;
  }
  #footer .col-left {
    padding-right: 15px;
  }
  #footer .col-right:before,
  #footer .col-right:after,
  #footer .copyright-footer:before {
    width: 100vw;
  }
  #footer .col-right {
    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: 40px;
  }
  #main .sec-banner .row-text p {
    font-size: 18px;
  }
  .sec-home1 .col h2,
  .sec-home4 .title h2,
  .page-contact1 .col-left h2,
  .sec-home2 .title h2,
  .sec-home3 .col-left 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: 34px;
  }
  .sec-home1 .col p {
    max-width: 100%;
  }
  .sec-home1 .col-image:nth-child(2) {
    padding-right: 15px;
  }
  .sec-home1 .col-title {
    padding-bottom: 40px;
  }
  .product-small.col {
    padding: 0 7.5px 20px;
  }
  .sec-home3 .col-right .post-item:nth-of-type(2) .box-blog-post {
    flex-direction: column;
  }

  .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);
  }
  .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;
  }
  .sec-home1 .col-image:nth-child(3) .img {
    max-width: 95%;
    position: unset;
    margin-top: -85px;
  }
  .sec-home1 .col-image:nth-child(3) .image-cover {
    padding-top: 106% !important;
  }
  body.home {
    overflow-x: hidden;
  }
  .sec-home2 .product-small.col {
    flex-basis: 50%;
    max-width: 50%;
  }
  .shop-container .products .product-small.col {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  .sec-home3 .col-right .post-item .box-image .image-cover {
    padding-top: 75% !important;
  }
}
@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);
  }
}
