:root {
  --theme-color: #102750;
  --theme-color2: #dcb04f;
  --black: #515151;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'Fahkwang-Regular';
  --medi: 'Fahkwang-Medium';
  --semi: 'Fahkwang-SemiBold';
  --bold: 'Fahkwang-Bold';
  --play: 'PlayfairDisplay-Bold';
  --lob: 'Lobster';
}
@font-face {
  font-family: 'Fahkwang-Bold';
  src: url('./fonts/Fahkwang-Bold.woff2') format('woff2'),
    url('./fonts/Fahkwang-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'Fahkwang-SemiBold';
  src: url('./fonts/Fahkwang-SemiBold.woff2') format('woff2'),
    url('./fonts/Fahkwang-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lobster';
  src: url('./fonts/Lobster-Regular.woff2') format('woff2'),
    url('./fonts/Lobster-Regular.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.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 */
#masthead .image-icon:after {
  top: 63%;
  right: -8%;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-family: var(--medi);
	background-color: var(--theme-color2);
}
.search-hidden,
.menu-hidden {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.search-hidden.show,
.menu-hidden.show {
  display: block;
}
#header .btn-info {
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  color: var(--theme-color);
  display: none;
  cursor: pointer;
  z-index: 999;
}
.header-nav-main > .menu-item {
  margin: 0px;
}
.header-nav-main .menu-item.current_page_item a, .header-nav-main .menu-item.current-menu-item a {
	background-image: url(./images/bg-menuitem.png);
}

.header-nav-main .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}
.header-nav-main > .menu-item > a {
  color: var(--theme-color);
  padding: 24px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--bold);
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-nav-main > .menu-item > a:hover {
  color: #fff !important;
  background-image: url(./images/bg-menuitem.png);
}
.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-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: 30px;
  min-width: auto;
}
/* .header-nav-main .cart-item {
  margin: 0 !important;
} */
.header-nav-main .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-size: 20px;
}
#header .header-nav-main {
  padding-top: 20px;
}
#header #logo img {
  max-height: 57px !important;
  margin-top: 6px;
}

#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;
}
#header .header-main {
  border-bottom: 1px solid rgba(222, 218, 212, 0.4);
}

#header .header-wrapper:before,
#header .header-wrapper:after {
  content: '';
  display: block;
  content: '';
  width: 1px;
  height: 91px;
  position: absolute;
  right: 90px;
  top: 0;
  background-color: rgba(222, 218, 212, 0.4);
  z-index: 200;
  opacity: 1;
}
#header .header-wrapper:after {
  right: unset;
  left: 90px;
}
/* End header */
#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(--medi);
  text-transform: uppercase;
  padding: 0 25px;
  border: 1px solid var(--theme-color2);
  border-radius: 4px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: var(--theme-color2);
}
#wrapper .button.btn-viewall::before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 38px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  transform-origin: center;
  transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}
#wrapper .button.btn-viewall::after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  background-color: var(--theme-color2);
  top: -14px;
  left: -9px;
  transform: rotate(37deg);
}
#wrapper .button.btn-viewall:hover {
  color: #fff;
  box-shadow: none;
}

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

.slider-nav-circle .flickity-button {
  width: 45px !important;
  height: 45px;
  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;
  color: var(--theme-color);
}

.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;
}
.product-small.box {
  text-align: center;
  background-color: #eae9e5;
  border-radius: 4px;
  max-height: 546px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.product-small.box:hover {
  background-image: url('./images/bg-product.png');
}

.product-small.box .box-text {
  padding: 18px 10px;
}
.product-small.box .add-to-cart-button a {
  margin: 20px 0 0;
  height: 45px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--medi);
  text-transform: uppercase;
  padding: 0 25px;
  border: 1px solid var(--theme-color2);
  border-radius: 4px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: var(--theme-color2);
  opacity: 0;
  visibility: hidden;
}
.product-small.box .add-to-cart-button .added_to_cart {
	display: none;
}
.product-small.box:hover .add-to-cart-button a {
  opacity: 1;
  visibility: visible;
}
.product-small.box .add-to-cart-button a:hover {
  color: #fff;
}
.product-small.box .add-to-cart-button a:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  background-color: var(--theme-color2);
  top: -14px;
  left: -9px;
  transform: rotate(37deg);
}
.product-small.box .add-to-cart-button a:before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 38px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  transform-origin: center;
  transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}
.product-small.box .add-to-cart-button a:hover:before {
  transform: translate3d(50%, 50%, 0) scale3d(15, 15, 15);
}
.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: 16px;
  font-weight: normal;
  color: #000;
  margin: 0px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  text-align: center;
  font-family: var(--garamond);
}
.home .product-small.box .product-title a {
  -webkit-line-clamp: 1;
  font-size: 22px;
}
.product-small.box:hover .product-title a,
.product-small.box:hover .price-wrapper .amount {
  color: #fff;
}

.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 .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: #102750;
  font-size: 17px;
  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);
}
/* sec-home1 */
.sec-home1 .col-slider,
.sec-home1 .col-follow {
  padding: 0 90px;
}
.sec-home1 .col-follow .col-inner {
  margin: 0 auto;
  background: rgba(230, 187, 93, 0.31);
  position: absolute;
  bottom: 0;
  max-width: calc(100% - 182px);
  height: 64px;
  display: flex;
  align-items: center;
}
.sec-home1 .col-follow .social-icons {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px 0 70px;
  position: relative;
}
.sec-home1 .col-follow .social-icons:before {
  display: block;
  content: '';
  height: 2px;
  width: 46px;
  background: #e6bb5d;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.sec-home1 .col-follow .social-icons a {
  color: #fff;
  font-size: 18px;
  margin: 0 18px;
}
.sec-home1 .col-follow .social-icons a:first-of-type {
  margin-left: 0;
}
.sec-home1 .social-icons .icon-envelop:before {
  content: '\f0e0';
  font-family: var(--fa6);
  font-weight: bold;
}
.sec-home1 .banner .text-inner p {
  letter-spacing: 0.75px;
  margin: 0 0 30px;
  color: var(--theme-color2);
  font-family: var(--bold);
}
.sec-home1 .banner .text-inner h2 {
  margin: 0 0 30px;
  font-family: var(--play);
}
/* End sec-home1 */
/* sec-home2 */
.title-home p {
  font-size: 15px;
  letter-spacing: 0.75px;
  position: RELATIVE;
  padding-left: 20px;
  z-index: 3;
}
.title-home p:before {
  position: absolute;
  display: block;
  content: '';
  background: rgb(230 187 93/0.41);
  width: 33px;
  height: 33px;
  left: 0;
  top: -10px;
  border-radius: 50%;
  z-index: -1;
}
.title-home h2 {
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
.sec-home2 .stack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 20px;
}

.sec-home2 .stack .img {
  margin-bottom: 0;
}

.sec-home2 .stack .img:first-of-type {
  grid-column: span 2;
  grid-row: span 2;
}
.sec-home2 .stack .img:nth-of-type(2),
.sec-home2 .stack .img:nth-of-type(3) {
  grid-column: span 2;
}
.sec-home2 .stack .img .image-cover {
  border-radius: 8px;
}
.sec-home2 .stack .img:nth-of-type(n + 2) .image-cover {
  padding-top: calc(50% - 10px) !important;
}

/* End sec-home2 */
/* sec-home3 */
.sec-home3 .slider-pro {
  width: calc(66.666667% - 9px);
  position: absolute !important;
  z-index: 99;
  border-radius: 4px;
  overflow: hidden;
}
.sec-home3 .slider-pro .text-inner h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1.37em;
  font-family: var(--play);
  margin-bottom: 25px;
}
.sec-home3 .slider-pro .text-inner p {
  font-size: 16px;
  margin: 5px 0;
}
#wrapper .sec-home3 .slider-pro .text-inner .button.btn-viewall {
  margin-top: 20px;
}
#wrapper .sec-home3 .slider-pro .flickity-button {
  opacity: 1;
  top: unset;
  bottom: 20px;
  width: 40px;
  height: 40px;
}
#wrapper .sec-home3 .slider-pro .flickity-button.previous {
  transform: unset;
  left: 30px;
}
#wrapper .sec-home3 .slider-pro .flickity-button.next {
  transform: unset;
  left: 80px;
  right: unset;
}
#wrapper .sec-home3 .slider-pro .flickity-button svg {
  display: none;
}
#wrapper .sec-home3 .slider-pro .flickity-button:before {
  content: '\f178';
  font-family: var(--fa6);
  font-weight: 300;
  font-size: 22px;
}
#wrapper .sec-home3 .slider-pro .flickity-button.previous:before {
  content: '\f177';
}
.sec-home3 .row-pro:before {
  content: '';
  display: block;
  height: 100%;
  width: 66.666667%;
}
#wrapper .sec-home3 .row-pro {
  margin-top: 0;
}
#wrapper .sec-home3 .nav {
  gap: 150px;
}
#wrapper .sec-home3 .banner {
  padding-top: 70%;
}
#wrapper .sec-home3 .nav a {
  color: #2d2d2d;
  font-size: 18px;
  font-weight: normal;
  font-family: var(--medi);
  border-bottom: 1.5px solid transparent;
  padding: 0;
}
#wrapper .sec-home3 .tab-panels {
  padding-top: 20px;
  text-align: center;
}
#wrapper .sec-home3 .panel > .btn-viewall {
  margin-top: 20px;
}
#wrapper .sec-home3 .nav .active a {
  font-family: var(--bold);
  color: #102750;
  border-color: var(--theme-color2);
}
#wrapper .sec-home3 {
  padding-bottom: 80px;
}
/* End sec-home3 */
/* sec-home4 */
.sec-home4 .col {
  padding-bottom: 0;
}

.sec-home4 .col-1:before {
  content: '';
  display: block;
  content: '';
  width: 1px;
  background: #102750;
  height: 160px;
  position: absolute;
  top: -100px;
}
.sec-home4 .col-1 p:first-of-type {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.53em;
  font-family: var(--medi);
  max-width: 250px;
  margin-bottom: 30px;
}
.sec-home4 .col-3 .col-inner {
  width: 582px !important;
  position: absolute;
  left: -100px;
  top: 100px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 50px;
}
.sec-home4 .title-home h2:before {
  position: absolute;
  display: block;
  content: '';
  background: rgb(230 187 93/0.41);
  height: 1px;
  width: 30%;
  bottom: -5px;
}
.sec-home4 .content p {
  font-size: 14px;
  color: #6d6d6d;
  line-height: 20px;
}
.sec-home4 .content {
  margin-bottom: 30px;
}
/* End sec-home4 */
/* sec-home5 */
.sec-home5 .gallery-col.col {
  padding-bottom: 0;
}
.sec-home5 .gallery-col img {
  object-fit: contain;
}
/* End sec-home5 */

/* End sec-home6 */

.sec-home6 .icon-box {
  flex-direction: column-reverse;
  display: flex;
  padding: 0 30px;
}
.sec-home6 .icon-box .icon-box-text p {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--garamond);
  margin-bottom: 20px;
}
.sec-home6 .icon-box .icon-box-img img {
  padding: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.sec-home6 .icon-box .icon-box-img {
  width: 100% !important;
  text-align: center;
}
.sec-home6 .icon-box .info-user {
  font-size: 14px;
  opacity: 0.8;
}
.sec-home6 .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;
}
/* End sec-home6 */
.info-sidebar {
  position: fixed;
  bottom: 0;
  right: -525px;
  width: 380px;
  height: calc(100% - 90px);
  padding: 50px;
  background-color: #102750;
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.info-sidebar p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.admin-bar .info-sidebar {
  height: calc(100% - 122px);
}
.info-sidebar .img {
  max-width: 168px;
  margin-bottom: 30px;
}
.info-sidebar.show {
  visibility: visible;
  right: 0;
}
.info-sidebar .btn-close {
  position: absolute;
  top: 21px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
  cursor: pointer;
}
.info-sidebar .btn-close svg {
  fill: currentColor;
}
/* 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: #102750;
  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;
}
.section-news .col-button {
  position: absolute;
  top: 38px;
  right: 0;
  padding-bottom: 0;
  text-align: right;
}
.section-news .row {
  position: relative;
}
.section-news .blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.section-news .blog-grid .post-item:first-of-type {
  grid-row: span 3;
  padding-bottom: 0;
  padding-right: 10px;
}
.section-news .blog-grid .post-item:first-of-type .image-cover {
  padding-top: 64% !important;
}
.section-news .blog-grid .post-item:first-of-type .post-meta {
  display: none;
}
.section-news .blog-grid .post-item:first-of-type .post-title a {
  font-size: 20px;
  margin-top: 10px;
}
.section-news .post-item:nth-of-type(n + 2) {
  padding-bottom: 20px;
}
.section-news .post-item:nth-of-type(n + 2) .box {
  display: flex;
}
.section-news .post-item .box-image .image-cover {
  border-radius: 5px;
}
.section-news .post-item:nth-of-type(n + 2) .box-image {
  width: 47.6%;
  max-width: 212px;
  flex-shrink: 0;
  margin-right: 25px;
}
.section-news .post-item:nth-of-type(n + 2) .box-text {
  padding: 0;
}
.section-news .post-item:nth-of-type(n + 2) .box-text-inner {
  display: flex;
  flex-wrap: wrap;
}
.section-news .post-item:nth-of-type(n + 2) .post-meta {
  order: -1;
  display: inline-block;
  width: fit-content;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  background: var(--theme-color2);
  padding: 4px 23px 4px 15px;
  color: #fff;
  border-radius: 40px;
  margin: 5px 0 5px;
  opacity: 1;
}
.box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #787878 !important;
  margin: 0;
}
/* End sec-newhome */

#main .slider .flickity-page-dots li.dot {
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: var(--theme-color);
  margin: 0 10px;
  position: relative;
  border: 0;
  opacity: 0.5;
}

#main .slider .flickity-page-dots li.is-selected {
  opacity: 1;
  width: 10px;
  height: 10px;
}
#main .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: transparent;
  border-top: 1px solid #e1e1e187;
}
.absolute-footer .copyright-footer {
  color: #e1e1e1;
  width: 100%;
  text-align: center;
}
#footer {
  background: url(./images/bg-footer.png) no-repeat center;
  background-size: cover;
}
#footer .sec-menu .col-1 p {
	position: relative;
	padding-left: 20px;
}
#footer .sec-menu .col-4 .social-footer i {
	color: white;
	margin-right: 10px;
	font-size: 20px;
}
#footer .sec-menu .col-1 p:before {
	content: '\f111';
	position: absolute;
	color: white;
	font-family: var(--fa6);
	font-weight: 700;
	font-size: 8px;
	left: 0;
}
#footer .sec-menu {
  padding-bottom: 10px;
}
#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;
}

#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);
  position: relative;
}
#footer .ux-menu .ux-menu-title:before,
#footer .col-4 p:first-of-type:before {
  position: absolute;
  content: '';
  height: 2px;
  background-color: var(--theme-color2);
  bottom: -5px;
  width: 40px;
}

#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: #fff;
  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;
}
.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: 5px;
}
.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: 20px;
  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 */

/* Product */
.archive .sec-home2 {
  padding: 40px 0;
}
.single .page-title .page-title-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.single .page-title .page-title-inner h2 {
  font-size: 70px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  font-family: var(--garamond);
  text-align: center;
}
.shop-page-title.category-page-title .page-title-inner {
  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: 50px!important;
}

.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;
}
.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;
}
#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;
	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) !important;
  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;
}
/* End product */
/* page-about */
.page-about1 .box-image {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
}
.page-about1 .box-image > div {
  width: 100%;
  height: 100%;
}
.page-about1 .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-about1 .box {
  border: 1px dashed #b87a2a;
  border-radius: 35px;
  overflow: hidden;
  margin-top: -300px;
  margin-bottom: 80px;
}

.page-about1 .box-text {
  padding: 121px 30px 60px 90px;
  background: url(./images/bg-gioithieu.webp) no-repeat center;
  background-size: cover;
}
.page-about1 .box-text-inner {
  width: 50%;
}
.page-about1 .box-text-inner h2 {
  font-size: 30px;
  color: var(--theme-color2);
  margin: 0 0 5px;
}
.page-about1 .box-text-inner h4 {
  font-size: 26px;
  font-family: var(--lob);
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 25px;
  position: relative;
}
.page-about1 .box-text-inner h4:after,
.page-about2 .title h4:after {
  content: '';
  width: 100px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--theme-color2);
  border-bottom: 1px solid var(--theme-color2);
}
.page-about1 .box-text-inner p {
  font-size: 14px;
  line-height: 20px;
}
.page-about1 .content {
  max-width: 765px;
  margin: 0 auto;
}
.page-about1 .content h2 {
  font-size: 30px;
  color: var(--theme-color2);
  margin-bottom: 6px;
}
.page-about1 .content h4 {
  font-size: 26px;
  font-family: var(--lob);
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
.page-about1 .content h4:after {
  content: '';
  width: 100px;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--theme-color2);
}
#wrapper .page-about1 {
  padding-bottom: 100px;
}
.page-about2 .title h4 {
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 8px;
  position: relative;
}

.page-about2 .col-right .box {
  display: flex;
  background: #fff;
  align-items: center;
}
.page-about2 .col-right .box + .box {
  margin-top: 30px;
}
.page-about2 .col-right .box-image {
  width: 160px !important;
  flex-shrink: 0;
}
.page-about2 .col-right .box-text {
  padding: 10px 15px 10px 30px;
}
.page-about2 .col-right .box p {
  font-size: 14px;
  line-height: 20px;
}
.page-about2 .col-right .box strong {
  margin-top: 10px;
  display: block;
}
/* End page-about */
/* page-contact */
.page-contact1 .row {
  max-width: 1170px;
  background: url(./images/bg-contact.webp) no-repeat center;
  padding: 60px 45px 30px;
  background-size: cover;
  border-radius: 35px;
  border: 1px dashed var(--theme-color2);
  margin-top: -300px;
}
.page-contact1 .col-right {
  padding-left: 30px;
}
.page-contact1 .col-right .iframe-map {
  border-radius: 35px;
  overflow: hidden;
  border: 1px solid #ddd;
  height: 640px;
}
.page-contact1 .col-left .title h2 {
  font-size: 30px;
  color: var(--theme-color2);
  margin-bottom: 0;
}
.page-contact1 .col-left .title p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.page-contact1 .col-left .title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.page-contact1 .col-left .title:before {
  content: '';
  width: 100px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--theme-color2);
  border-bottom: 1px solid var(--theme-color2);
}
.page-contact1 .icon-box h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.page-contact1 .icon-box p {
  font-size: 14px;
  line-height: 20px;
}
.page-contact1 .icon-box + .icon-box {
  margin-top: 40px;
}
.page-contact1 .icon-box img {
  padding: 0;
  width: auto;
  height: 30px;
  object-fit: contain;
}
.page-contact2 .title {
  text-align: center;
}
.page-contact2 .title h2 {
  margin-bottom: 0;
  font-size: 26px;
  color: #333333;
  font-family: var(--lob);
}
.page-contact2 .title h4 {
  font-size: 30px;
  color: var(--theme-color2);
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.page-contact2 .title h4:before {
  content: '';
  width: 100px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid var(--theme-color2);
  border-bottom: 1px solid var(--theme-color2);
}
.page-contact2 .title p {
  font-size: 14px;
}
.form-contact {
  margin-top: 35px;
  text-align: center;
}
.form-contact .form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 30px;
}
.form-contact .form-content input {
  height: 50px;
  border: 1px solid #e5e6ec;
  box-shadow: none;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 0;
}
.form-contact .form-content textarea {
  border: 1px solid #e5e6ec;
  box-shadow: none;
  border-radius: 4px;
  font-size: 14px;
}
.form-contact .form-content .form-item:nth-of-type(n + 3) {
  grid-column: span 2;
}
.form-contact .form-submit {
  margin-top: 20px;
}
/* End page-contact */

/* trang 404 */

.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 */
@media screen and (max-width: 1199.98px) and (min-width: 850px) {
  .header-nav-main > .menu-item > a {
    padding: 34px 5px;
    font-size: 13px;
  }
  #header .header-nav-main {
    padding-top: 0;
  }
  #header .btn-info {
    display: none;
  }
  #header .header-wrapper:before,
  #header .header-wrapper:after {
    display: none;
  }
  .sec-home1 .col-slider,
  .sec-home1 .col-follow {
    padding: 0px 50px;
  }
  #wrapper .sec-home3 .banner {
    padding-top: 73%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  #header .header-inner {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 1366px) {
  .sec-home4 .col-3 .col-inner {
    width: calc(100% + 80px) !important;
    top: 80px;
  }
}
@media screen and (max-width: 1199.98px) {
  #header .header-nav-main.nav-right li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 850px) {
  #wrapper .sec-home3 .row-pro .product-small.col:nth-of-type(n + 8) {
    display: none;
  }
  .page-about2 .col-left {
    padding-right: 45px;
  }
  .page-about2 .col-right {
    padding-left: 45px;
  }
}

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

  #masthead .image-icon:after {
    top: -14px;
    right: -14px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .mobile-nav .icon-menu {
    color: var(--theme-color);
    margin-right: 15px;
  }
  .mobile-nav .icon-menu:before {
    content: '\f0c9';
    font-family: var(--fa6);
  }

  .off-canvas-right .mfp-content {
    padding: 0;
    margin: 0;
    background-color: var(--theme-color);
    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 .search-field {
		background-color: white;
	}
  #main-menu.mobile-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .category-filtering {
    width: 42px;
    height: 42px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 2;
    border: 1px solid #fff;
    border-left: 0;
  }
  .category-filtering .inline-block {
    display: none;
  }
  .category-filtering strong {
    display: none;
  }
  .category-filtering .filter-button {
    margin: 0;
  }
  .blog-featured-title + #main .post-sidebar {
    padding-left: 15px;
  }
  .sec-home1 .col-slider,
  .sec-home1 .col-follow {
    padding: 0;
  }
  .sec-home1 .col-follow .col-inner {
    max-width: 100%;
  }
  .sec-home1 .slider-nav-circle .flickity-button {
    top: unset !important;
    bottom: 80px;
  }
  .sec-home1 .slider-nav-circle .flickity-button.next {
    right: unset;
    left: 80px;
  }
  .sec-home1 .banner {
    padding-top: 65% !important;
  }
  .sec-home3 .slider-pro {
    position: unset !important;
    width: 100%;
    margin-bottom: 25px;
  }
  .sec-home4 .col-3 .col-inner {
    padding: 25px;
  }
  .sec-home4 .col-2 .col-inner {
    width: calc(100% + 100px);
  }
  .section-news .blog-grid {
    display: block;
  }
  .page-about1 .box-text {
    padding: 40px;
  }
  .page-about1 .box-text-inner h4,
  .page-about1 .content h4 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .page-about1 .box-text-inner {
    width: 55%;
  }
  #main .img-banner .image-cover {
    padding-top: 400px !important;
  }
  #wrapper .page-about1 {
    padding-bottom: 40px;
  }
  .page-about2 .col-right .box-image {
    width: 100px !important;
  }
  .page-about2 .col-right .box-text {
    padding-left: 15px;
  }
  .page-contact1 .row {
    width: calc(100% - 30px);
    padding: 40px 20px;
  }
  .page-contact1 .col-right {
    padding-left: 15px;
  }
  #main .page-contact1 {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .sec-home4 .col-1 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767.98px) {
	#wrapper .sec-home3 {
		padding-bottom: 30px;
	}
	.section-news {
		padding-bottom: 20px!important;
	}
	.archive.woocommerce .sec-home2 {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.wpcf7 .wpcf7-not-valid-tip {
		margin-top: 10px;
	}
	.form-contact .form-submit {
		margin-top: 0;
	}
	.page-contact2 {
		padding-bottom: 10px!important;
	}
  .single .page-title .page-title-inner h2 {
    font-size: 30px;
  }
  .product-gallery .zoom-button {
    display: none !important;
  }
  .row.blog-top .col-left h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .blog-wrapper .archive-page-header h2.page-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .box-blog-post .box-text .post-title a {
    font-size: 16px !important;
  }

  .box-blog-post .box-text .cat-label {
    margin-bottom: 10px;
  }
  .slider-nav-circle .flickity-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px;
  }
  .slider-nav-circle .flickity-button:before {
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec-home1 .slider-nav-circle .flickity-button.next {
    left: 60px;
  }
  .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;
  }

  .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%;
  }

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

  .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;
  }
  #header .header-wrapper:after {
    display: none;
  }
  #header .header-wrapper:before {
    height: 70px;
    right: 70px;
  }
  .mobile-nav .icon-menu {
    margin-right: 5px;
  }
  #header #logo img {
    margin: 0;
  }
  .sec-home1 .col-follow .col-inner {
    /* position: unset; */
    /* background: var(--theme-color); */
    height: 50px;
  }
  .sec-home1 .banner {
    padding-top: 135% !important;
  }
  .sec-home1 .slider-nav-circle .flickity-button {
    border: 60px;
  }
  .sec-home2 .stack {
    display: block;
  }
  .sec-home2 .stack .img {
    margin-bottom: 15px !important;
  }
  .title-home h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #wrapper .sec-home3 .nav {
    gap: 10px 15px;
  }
  #wrapper .sec-home3 .banner {
    padding-top: 75%;
  }
  #wrapper .stuck .header-main {
    height: 70px !important;
  }
  .sec-home3 .slider-pro .text-inner h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sec-home3 .slider-pro .text-inner p {
    font-size: 14px;
  }
  #wrapper .button.btn-viewall {
    height: 40px;
    padding: 0 18px;
  }
  #wrapper .product-small.box .product-title a {
    -webkit-line-clamp: 2;
    font-size: 14px;
    height: 36px;
  }
  .product-small.box .add-to-cart-button a {
    height: 40px;
    padding: 0 15px;
    text-transform: unset;
    font-size: 14px;
    margin-top: 10px;
  }
  .product-small.box .box-text {
    padding: 10px;
  }
  .product-small.box .price-wrapper .amount {
    font-size: 16px;
  }
  .sec-home4 .col-1:before {
    height: 50px;
    top: -60px;
  }
  .sec-home4 .col-1 p:first-of-type {
    max-width: 100%;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .sec-home4 .col-2 .col-inner {
    width: 100%;
  }
  .sec-home4 .col-2 .col-inner .image-cover {
    padding-top: 100% !important;
  }
  .sec-home4 .col-3 .col-inner {
    position: unset;
    margin-top: 30px;
    width: 100% !important;
  }
  .sec-home6 .icon-box {
    padding: 0;
  }
  .section-news .post-item:nth-of-type(n + 2) .from_the_blog_excerpt {
    display: none;
  }
  .section-news .post-item:nth-of-type(n + 2) .box-image {
    width: 32%;
    margin-right: 16px;
  }
  .page-about1 .box-text {
    padding: 20px;
    background-position: left;
    background-size: 200% 100%;
  }
  .page-about1 .box-text-inner {
    width: 100%;
  }
  .page-about1 .box-text-inner h2,
  .page-about1 .content h2 {
    font-size: 20px;
  }
  .page-about1 .box {
    margin-bottom: 40px;
  }
  .page-contact1 .row {
    padding: 20px 0;
  }
  .page-contact1 .col-left .title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-contact1 .col-right .iframe-map {
    height: 300px;
  }
  .page-contact2 .title h4 {
    font-size: 22px;
  }
  .page-contact2 .title h2 {
    font-size: 20px;
  }
  .form-contact .form-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-contact .form-content .form-item:nth-of-type(n + 3) {
    grid-column: unset;
  }
  #header .btn-info {
    display: none;
  }
  .sec-home4 .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .page-about1 .box-image {
    display: none;
  }
  .shop-container .products .product-small.col {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@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);
  }
}
