:root {
  --theme-color: #d3a540;
  --theme-color2: #dcb04f;
  --title-gradient: -webkit-linear-gradient(
    #e2b648,
    #daac43,
    #ba8632,
    #e2b648,
    #ab742a
  );
  --bg-gradient: linear-gradient(
    0deg,
    #e2b648,
    #daac43,
    #ba8632,
    #e2b648,
    #ab742a
  );
  --black: #515151;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'SVN-Gilroy';
  --semi: 'SVN-GilroySemiBold';
  --medium: 'SVN-GilroyMedium';
  --bold: 'SVN-GilroyBold';
  --fbold: 'Fraunces-bold';
  --fsemi: 'Fraunces-semi';
  --fregular: 'Fraunces-regular';
}
@font-face {
  font-family: 'SVN-Gilroy';
  src: url('./fonts/SVN-Gilroy.woff2') format('woff2'),
    url('./fonts/SVN-Gilroy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'SVN-GilroyBold';
  src: url('./fonts/SVN-GilroyBold.woff2') format('woff2'),
    url('./fonts/SVN-GilroyBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* fraunces-regular - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Fraunces-regular';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/fraunces-v31-vietnamese-regular.woff2') format('woff2'),
    url('./fonts/fraunces-v31-vietnamese-regular.ttf') format('truetype');
}
/* fraunces-italic - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Fraunces-regular';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/fraunces-v31-vietnamese-italic.woff2') format('woff2'),
    url('./fonts/fraunces-v31-vietnamese-italic.ttf') format('truetype');
}
/* fraunces-500 - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Fraunces-medium';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/fraunces-v31-vietnamese-500.woff2') format('woff2'),
    url('./fonts/fraunces-v31-vietnamese-500.ttf') format('truetype');
}
/* fraunces-600 - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Fraunces-semi';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/fraunces-v31-vietnamese-600.woff2') format('woff2'),
    url('./fonts/fraunces-v31-vietnamese-600.ttf') format('truetype');
}
/* fraunces-700 - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Fraunces-bold';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/fraunces-v31-vietnamese-700.woff2') format('woff2'),
    url('./fonts/fraunces-v31-vietnamese-700.ttf') format('truetype');
}
/* Format theme */
.mfp-close {
  mix-blend-mode: unset;
}
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;
}
#main,
#wrapper {
  background-color: rgb(1, 38, 35);
}
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: -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 .btn-info {
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  color: var(--theme-color);
  display: block;
  cursor: pointer;
  z-index: 999;
}
.header-nav-main > .menu-item {
  margin: 0px 15px;
}

.header-nav-main .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}
.header-nav-main > .menu-item > a {
  color: #fff;
  padding: 19px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--semi);
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-nav-main > .menu-item > a:hover {
  color: #fff !important;
}
.header-nav-main > .menu-item > a .box-menu {
  display: none;
}
.header-nav-main > .menu-item.active > a {
  color: var(--theme-color);
}
.header-nav-main > .menu-item > a:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 0%;
  height: 2px;
  opacity: 0;
  bottom: 10px;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
}
.header-nav-main > .menu-item > a:hover:before {
  opacity: 1;
  width: 100%;
  transition: all 0.5s;
}
.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 .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 .searchform .button.icon {
  background-color: transparent;
  border: 0;
  color: var(--theme-color);
  font-size: 16px;
  box-shadow: none;
  margin-top: -6px;
}
#header .searchform input[type='search'] {
  border: 0;
  box-shadow: none;
  width: 200px;
  font-size: 16px;
  height: 45px;
  color: #666;
}

.header-nav-main .icon-search {
  color: #fff;
  font-size: 22px !important;
}
.header-nav-main .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-weight: 300;
}
#header .icon-shopping-basket {
  color: #0a0101;
  font-size: 20px;
  margin-left: 10px;
}
#header .icon-shopping-basket {
  color: #fff;
}
#header .icon-shopping-basket:before {
  content: '\f07a';
  font-family: var(--fa6);
  font-weight: 300;
}
#header.transparent .header-main {
  height: 150px;
}
.sticky-shrink .stuck .header-main {
  transition: height 0.3s;
}
#logo img {
  transition: all 0.3s;
}
#header .stuck #logo img {
  max-height: 80px !important;
}
#header .stuck .header-bg-color {
  background-color: #00000030;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
#header .html_topbar_left {
  margin-right: auto;
}
#header .header-search {
  margin-left: auto;
}
#header.transparent #logo img {
  transition: all 0.3s;
  max-height: 110px;
}
#header .header-call {
  color: #d3a540;
  font-size: 16px;
  font-family: var(--bold);
  font-weight: normal;
  position: relative;
}
#header .header-call:before {
  content: '\f095';
  font-family: var(--fa6);
  font-weight: bold;
  opacity: 1 !important;
  width: 26px;
  height: 26px;
  background: var(--bg-gradient);
  color: #032523;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 6px;
}
#search-lightbox #woocommerce-product-search-field-0 {
  background-color: #fff !important;
  color: #292929 !important;
  height: 50px;
  font-size: 16px;
  padding: 0 30px;
}
#search-lightbox .searchform .button.icon {
  min-height: 50px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#search-lightbox #woocommerce-product-search-field-0::placeholder {
  color: #292929;
}

#search-lightbox .searchform .icon-search {
  font-size: 20px;
  color: #292929;
  transform: translateY(1px);
}
#search-lightbox .searchform .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
}
/* End header */
#wrapper .button.btn-viewall,
.product-info .single_add_to_cart_button {
  margin: 0;
  height: 47px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 25px;
  border: 0;
  color: #031716;
  font-family: var(--medium);
  border-radius: 4px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(
    110deg,
    #e2b648,
    #daac43,
    #ba8632,
    #e2b648,
    #ab742a
  );
  width: 100%;
  max-width: 200px;
}
.product-info .single_add_to_cart_button {
  height: 50px;
}
#wrapper .button.btn-viewall:hover,
.product-info .single_add_to_cart_button:hover {
  box-shadow: none;
}
#wrapper .button.btn-viewall:before,
.product-info .single_add_to_cart_button:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  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:before,
.product-info .single_add_to_cart_button:hover:before {
  transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
}
#wrapper .slider-nav-circle .flickity-button {
  width: 40px !important;
  height: 40px;
  box-shadow: 0px 3px 6px #00000029 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  bottom: unset;
  margin-top: 0 !important;
  border-radius: 5px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.slider-nav-circle:hover .flickity-button {
  opacity: 1 !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;
}
.product-small.box {
  padding: 18px;
  position: relative;
}
.product-small.box:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #ffffff;
  opacity: 0.05;
}
.product-small.box .box-text {
  padding: 16px 0 16px;
  overflow: hidden;
}
.product-small.box .add-to-cart-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  bottom: -80px;
}
.product-small.box:hover .add-to-cart-button {
  bottom: 0;
}
.product-small.box .add-to-cart-button a {
  margin: 0;
  height: 47px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 25px;
  border: 0;
  color: #031716;
  font-family: var(--medium);
  border-radius: 4px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(
    110deg,
    #e2b648,
    #daac43,
    #ba8632,
    #e2b648,
    #ab742a
  );
  width: 100%;
  max-width: 200px;
}
.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 .box-image img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -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 .box-image {
  padding-top: 123.36%;
}
/* .product-small.box .box-image:before {
  content: '';
  background-image: url('./images/bg-item-product-loop.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 78%;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
} */

.product-small.box .product-title {
  position: relative;
}
.product-small.box .product-title a {
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  font-weight: normal;
  color: var(--theme-color);
  margin: 0px 0 22px;
  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(--fsemi);
}
.product-small.box .product-title:before {
  content: '';
  width: 50px;
  background-color: #ffffffbf;
  height: 0.5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
}
.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: var(--theme-color);
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  font-family: var(--fregular);
}
.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);
}

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

/* slider-home */
#main .slider-home .slider .flickity-page-dots {
  bottom: 10px;
}
#main .slider-home .slider .flickity-page-dots li.dot {
  height: 3px;
  opacity: 1;
  width: 70px;
  background-color: #fff;
  margin: 0 8px;
}
#main .slider-home .slider .flickity-page-dots li.dot.is-selected {
  background-color: var(--theme-color);
}
/* End slider-home */
#main .slider .flickity-page-dots li.is-selected
/* 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;
}

.box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #ffffffbf !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;
}
/* sec-home-1 */
#main .sec-home-1 {
  padding-top: 150px;
}
#main .sec-home-1 .bg {
  background-attachment: fixed;
}
.sec-home-1 .banner-row {
  padding-bottom: 50px;
}
.title-home {
  text-align: center;
}
.title-home .section-title {
  justify-content: center;
  margin-bottom: 30px;
}
.title-home.title-home--left {
  text-align: left;
}
.title-home.title-home--left .section-title {
  justify-content: flex-start;
}
.title-home.title-home--left .section-title-normal:before {
  display: none;
}
.title-home .section-title-normal span {
  margin: 0;
  padding-bottom: 0;
  font-family: var(--fsemi);
  border-bottom: 0;
  font-size: 50px;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-home .section-title-normal:before,
.title-home .section-title-normal:after {
  display: block;
  content: '';
  background-image: url(./images/line.svg);
  width: 80px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  margin-left: 20px;
}
.title-home .section-title-normal:before {
  transform: rotateY(180deg);
  margin-right: 20px;
  margin-left: 0;
}
.title-home .sub-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--medium);
  letter-spacing: 10px;
}
.sec-home-1 .row-about .col-right {
  padding-left: 40px;
  color: #ffffffbf;
  text-align: justify;
}
.sec-home-1 .row-about .img .image-cover {
  border-radius: 10px;
}
.sec-home-1 .row-about .col-right p:last-of-type {
  margin-bottom: 0;
  font-size: 25px;
  color: var(--theme-color);
  font-family: var(--fsemi);
  line-height: 1.4;
}
.sec-home-1 .row-about .col-right p:nth-last-of-type(2) {
  color: var(--theme-color);
  font-family: var(--fsemi);
  line-height: 1.4;
  margin-bottom: 5px;
  margin-top: 30px;
}
.sec-home-1 .row-bottom {
  margin-top: 50px;
}
.sec-home-1 .row-bottom .icon-box {
  align-items: center;
  border: 1px solid #ffffffbf;
  border-radius: 10px;
  padding: 10px 15px;
}
.sec-home-1 .row-bottom .icon-box h3 {
  font-size: 18px;
  font-family: var(--semi);
  margin-bottom: 4px;
}
.sec-home-1 .row-bottom .icon-box p {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}

/* End sec-home-1 */
/* sec-home-2 */
.sec-home-2 {
  text-align: center;
}
#wrapper .sec-home-2 .button.btn-viewall {
  margin-top: 20px;
}
.sec-home-2 .row-product + .row-product {
  margin-top: 70px;
}
.sec-home-2:before {
  content: '';
  background: url(./images/bg-grape.png) no-repeat center;
  background-size: cover;
  width: 450px;
  height: 350px;
  position: absolute;
  right: 40px;
  top: 0;
}

/* End sec-home-2 */
/* sec-home-3 */
#main .sec-home-3 {
  padding-top: 0;
}
.sec-home-3 .image-cover {
  border-radius: 10px;
}
/* End sec-home-3 */
/* sec-home-4 */
.sec-home-4 .product-fip {
  display: flex;
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(120, 120, 120, 0.2574) 0%,
    rgba(60, 60, 60, 0.39) 100%
  );
  backdrop-filter: blur(8px);
  padding: 20px 60px 20px 60px;
  margin-bottom: 30px;
}
.sec-home-4 .product-short-description {
  color: #ffffffbf;
  text-align: justify;
}
.sec-home-4 .product-info {
  padding: 0;
}
.sec-home-4 .entry-title {
  color: var(--theme-color);
  font-size: 28px;
  font-family: var(--fsemi);
}
.sec-home-4 .product-fip .price-wrapper .amount {
  margin-top: 20px;
}
.sec-home-4 .image-cover img {
  font-family: 'object-fit: cover;';
  -o-object-fit: contain;
  object-fit: contain;
}
.sec-home-4 .col-bottom {
  text-align: center;
}
#wrapper .sec-home-4 .col-bottom .btn-viewall {
  margin-top: 20px;
}
.sec-home-4 .image-cover {
  padding-top: 125%;
}
/* End sec-home-4 */

/* home-news */
.home-news .blog-righ .box-blog-post {
  display: flex;
}

.home-news .blog-righ .box-image {
  width: 25% !important;
  flex-shrink: 0;
}

.home-news .col-right > .col-inner {
  background-color: rgb(255 255 255 / 5%);
  padding: 32px;
  border-radius: 5px;
}

.home-news .col-right .post-item {
  padding-bottom: 20px;
}

.home-news .col-right .post-item:last-of-type {
  padding-bottom: 0;
}

.home-news .col-right .box-text {
  padding: 0 0 0 20px;
}

.home-news .col-right .image-cover {
  border-radius: 6px;
}

.home-news .post-meta:before {
  content: '\f073';
  font-family: var(--fa6);
  margin-right: 6px;
  font-weight: 300;
}

.home-news .post-meta {
  font-size: 14px;
  margin-bottom: 2px;
  color: var(--theme-color);
  margin-bottom: 5px;
}

.home-news .col-right .box-blog-post .box-text .post-title a {
  margin-bottom: 0;
  color: #fff;
}

.home-news .blog-left .box-text {
  background-color: rgb(255 255 255 / 5%);
  padding: 15px 40px;
  border-radius: 0 0 5px 5px;
}

.home-news .blog-left .post-title a {
  height: 48px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 18px;
}
.home-news .blog-left .post-item {
  padding-bottom: 0;
}
/* End home-news */
/* sec-home-form */
.sec-home-form .col-form .col-inner {
  background-color: #003820;
  padding: 70px 15% 60px;
}
.sec-home-form .text h4 {
  font-size: 25px;
  font-family: var(--fsemi);
  color: #fff;
  margin-bottom: 5px;
}
.sec-home-form .text p {
  color: #ffffffbf;
  margin-bottom: 35px;
}
.sec-home-form .form-home {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
}
.sec-home-form .form-home .wpcf7-form-control-wrap {
  flex: 1;
}
.sec-home-form .form-home .button {
  flex-shrink: 0;
}
.sec-home-form .form-home input {
  margin-bottom: 0;
  height: 47px;
  background-color: transparent;
  border: 0;
}
.sec-home-form .section-bg {
  background-attachment: fixed;
}
/* End sec-home-form */
/* 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-color: rgb(1, 38, 35);
  border-top: 1px solid rgb(255 255 255 / 30%);
}
#footer .sec-menu {
  padding-bottom: 10px;
  padding-top: 60px;
}
#footer .logo-footer img {
  width: AUTO;
  height: 80px;
  filter: brightness(0) invert(1);
}
#footer a,
#footer p {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
  color: var(--theme-color);
}
#footer .col-1 ul {
  list-style: none;
}
#footer .col-1 ul li {
  margin-left: 0;
  padding-left: 22px;
  color: #fff;
  position: relative;
}
#footer .col-1 ul li i {
  position: absolute;
  left: 0;
  top: 5px;
}
#footer .menu ul {
  list-style: none;
}
#footer .menu ul li {
  margin-left: 0;
  padding-left: 22px;
  color: #fff;
  position: relative;
}
#footer .menu ul li:before {
  content: '\f064';
  font-family: var(--fa6);
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 10px;
}

/* End Footer */
/* Page aboutus */
.blog-main {
  padding-top: 60px;
}
.blog-wrapper.blog-archive {
  padding-top: 0;
  background: rgb(246, 245, 242);
  padding-bottom: 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 {
  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: 300px 15px 50px;
  z-index: 3;
}
.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title,
.shop-page-title h1 {
  font-size: 50px;
  font-weight: normal;
  font-family: var(--fsemi);
  margin-bottom: 12px;
  margin-top: 0;
  text-align: left;
  background: -webkit-linear-gradient(
    #e2b648,
    #daac43,
    #ba8632,
    #e2b648,
    #ab742a
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#wrapper .has-transparent + .page-title:first-of-type {
  padding-top: 0;
}
.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.5;
}
.blog-single .rank-math-breadcrumb span:last-of-type,
.blog-single .rank-math-breadcrumb span:nth-last-of-type(2) {
  display: none;
}
.rank-math-breadcrumb p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-family: var(--medi);
}
.blog-archive .rank-math-breadcrumb span:nth-of-type(n + 3) {
  display: none;
}
.rank-math-breadcrumb .separator {
  position: relative;
  margin: 0 12px;
  width: 10px;
  display: inline-block;
  color: #fff;
  opacity: 1;
}
/* blog-archive */
.blog-archive .blog-main {
  padding-top: 60px;
  position: relative;
  background-color: rgb(1, 38, 35);
}
.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 #ffffff5e;
  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: #fff;
  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: 150px;
}
.single .blog-single .entry-content {
  padding: 0;
}
.blog-single h1.entry-title {
  font-size: 30px;
}
.box-postdate span {
  color: #fff;
  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;
  border-bottom: 1px solid #ffffff5e;
  padding-bottom: 15px;
}

.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;
}
.post-sidebar .featured-posts .title-post {
  line-height: 1.5;
  color: var(--theme-color);
  font-size: 26px;
  font-weight: normal;
  font-family: var(--fsemi);
  margin-bottom: 12px;
  margin-top: 0;
  text-align: left;
  background: -webkit-linear-gradient(
    #e2b648,
    #daac43,
    #ba8632,
    #e2b648,
    #ab742a
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post-sidebar .featured-posts .box-blog a {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.post-sidebar .featured-posts .box-blog .box-image {
  width: 35%;
  flex-shrink: 0;
}
.post-sidebar .featured-posts h3 {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-family: var(--semi);
}
.post-sidebar .featured-posts .box:hover h3 {
  color: var(--theme-color);
}
.post-sidebar .featured-posts .box img {
  transition: all 0.3s ease;
}
.post-sidebar .featured-posts .box:hover img {
  transform: scale(1.1);
}
.post-sidebar .featured-posts .box-blog .image-cover {
  border-radius: 10px;
}
.post-sidebar .featured-posts .box-blog .box-text {
  padding: 10px 10px 10px 15px;
}
.post-sidebar .featured-posts .box-blog:last-of-type a {
  border: 0;
}
/* End blog-single */

/* Product */
.single .page-title .page-title-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
}
.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 {
  padding: 300px 15px 50px;
}
#shop-sidebar .product-categories .cat-item,
#shop-sidebar .filter-price li {
  border: 0 !important;
}
#shop-sidebar .product-categories .cat-item a,
#shop-sidebar .woocommerce-widget-layered-nav-list li a {
  font-size: 15px;
  color: #fff;
  position: relative;
  padding: 5px 0 5px 30px;
}
#shop-sidebar .product-categories .cat-item a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li a:before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  margin-right: 0 !important;
  color: #fff;
  border-radius: 50%;
}
#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: '';
  background: var(--theme-color);
  color: #fff;
  font-size: 12px;
}
#shop-sidebar {
  display: flex;
  flex-wrap: wrap;
}
#shop-sidebar .widget {
  width: 100%;
}
#shop-sidebar .widget-title {
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: normal;
  font-family: var(--fsemi);
  margin-bottom: 12px;
  margin-top: 0;
  text-align: left;
  background: -webkit-linear-gradient(
    #e2b648,
    #daac43,
    #ba8632,
    #e2b648,
    #ab742a
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#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;
}
#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_slider_amount .button {
  width: max-content;
  margin-top: 15px;
  order: 2;
  background-color: var(--theme-color);
  width: 60px;
  font-weight: normal;
}
#shop-sidebar .widget_price_filter .price_slider_amount {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
#shop-sidebar .widget_price_filter span {
  font-weight: normal;
}
#shop-sidebar .woocommerce-widget-layered-nav-list li {
  border: 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);
}

.archive .category-page-row {
  padding-top: 80px;
}
.single #wrapper .product-page-title {
  padding-top: 150px !important;
}
#wrapper .product-main {
  padding-top: 0;
}
.product-main .product-gallery img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -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-main .product-gallery .product-thumbnails a {
  padding-top: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  border: 1px solid transparent;
}
.product-main .product-gallery .product-thumbnails .is-nav-selected a {
  border-color: var(--theme-color);
}
.product-main .product-gallery .product-images a {
  display: block;
  padding-top: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.product-main .product-gallery .zoom-button {
  display: none !important;
}
.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: unset;
}
.product-info h1.product-title {
  font-size: 26px;
  margin-bottom: 30px;
  font-family: var(--fsemi);
}
.product-info .product-short-description {
  text-align: justify;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 10px;
}
.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-color);
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  font-family: var(--fregular);
}
.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-sidebar > .col-inner {
  background-color: rgb(255 255 255 / 3%);
  padding: 15px;
}
.single #product-sidebar .icon-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.single #product-sidebar .icon-box:last-of-type {
  margin-bottom: 0;
}
.single #product-sidebar .icon-box-img {
  margin-bottom: 5px;
}
.single #product-sidebar .icon-box-img img {
  padding-top: 0;
}
.single #product-sidebar .icon-box p {
  color: #ffffffbf;
  font-size: 14px;
  line-height: 1.4;
}

#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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .related-products-wrapper .flickity-button svg {
  display: none;
}
#main .related-products-wrapper .flickity-button:before {
  content: '\f105';
  font-family: var(--fa6);
}
#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.previous:before {
  content: '\f104';
}
#main .related-products-wrapper .flickity-button:hover {
  color: var(--theme-color);
}
#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 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: 18px;
	box-shadow: none;
	color: white;
	text-shadow: none;
}
.quantity .button.plus {
	border-radius: 0 4px 4px 0;
	width: 25px;
	font-size: 18px;
	box-shadow: none;
	color: white;
	text-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%;
  color: #fff;
}
.woocommerce-tabs .nav > li > a {
  font-size: 24px;
  font-weight: normal;
  font-family: var(--fsemi);
  color: var(--theme-color);
}
.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-contact */
.page-contact .img {
  max-width: 500px;
  margin-left: auto;
}
#main .page-contact {
  padding-bottom: 0;
}
.page-contact .info-contact h2 {
  font-size: 40px;
}
.page-contact .info-contact ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}
.page-contact .info-contact ul li {
  margin-left: 0;
}
.page-contact .info-contact li i {
  background-color: #fafafa1f;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 12px;
}
.page-contact .form-contact .col-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}
.page-contact .form-contact .wpcf7-form-control-wrap:nth-of-type(n + 3) {
  grid-column: span 2;
}
.page-contact .form-contact .col-content input {
  margin-bottom: 0;
  height: 50px;
  box-shadow: none;
  border: 1px solid #e6eaf3;
  border-radius: 5px;
}
.page-contact .form-contact .col-content textarea {
  box-shadow: none;
  border: 1px solid #e6eaf3;
  border-radius: 5px;
}
.page-id-45 #footer .form-footer {
  display: none;
}
/* End page-contact */
/* page-about */
.page-about-1 .title-home .section-title {
  margin-bottom: 0;
}
.page-about-1 .row-1 .col-image .col-inner {
  padding-top: 80px;
}
.page-about-1 .row-1 .col-image .image-cover {
  border-radius: 10px;
}
.page-about-1 .row-1 .col-image .img:first-of-type {
  position: absolute;
  width: 45% !important;
  top: 0;
  left: 0;
}
.page-about-1 .row-1 .col-image .img:nth-of-type(2) {
  width: 70% !important;
  margin-left: auto;
}
.page-about-1 .row-1 .col-image,
.page-about-1 .row-2 .col-left {
  padding-right: 30px;
}
.page-about-1 .row-1 .col-text,
.page-about-1 .row-2 .col-right {
  padding-left: 30px;
}
.page-about-1 .row-1 .stack {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.page-about-1 .row-1 .icon-box h4 {
  text-transform: uppercase;
}
.page-about-1 .icon-box p {
  text-align: justify;
}
.page-about-1 .row-2 {
  margin-top: 80px;
}
.page-about-2 .gallery-col.col:nth-of-type(4) {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.page-about-2 .gallery-col:nth-of-type(4) .image-cover {
  padding-top: calc(50% - 10px) !important;
}
.page-about-2 .image-cover {
  border-radius: 6px;
}
/* End page-about */

#footer iframe{
	height: 250px;
}
.wpcf7 .wpcf7-response-output{
	color: white;
	margin: 10px 0 0;
	font-size: 13px;
}
input:autofill {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

input:-webkit-autofill {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    background: 0 0;
    padding: 0;
    font-size: 11px;
    line-height: 15px;
    left: 18px;
    bottom: 0;
}

.wpcf7 .wpcf7-not-valid-tip:after {
    display: none
}
.error404 #main {
    background-color: white !important;
}
.error404 #header{
	background-color: #012623
}
.error404 .error-404 {
	margin-top: 120px;
}
.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;
	color: black
}
.error404 .col-404 a.btn-ha {
	background-color: black;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 15px;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: black;
	border: 1px solid black;
}
.error404 #main{
	background-color: white !important
}
@media screen and (max-width: 1199.98px) {
  .header-nav-main > .menu-item {
    margin: 0 7px;
  }
  #header .header-call {
    font-size: 14px;
  }
  .logo-center .logo {
    margin: 0 15px;
  }
  .sec-home-1 .row-about .col-right p {
    font-size: 14px;
    line-height: 18px;
  }
  .sec-home-1 .row-about .col-right {
    padding-left: 15px;
  }
  .sec-home-1 .row-bottom .icon-box-img {
    width: 40px !important;
  }
  .sec-home-1 .row-bottom .icon-box p {
    font-size: 12px;
  }
  .sec-home-1 .row-bottom {
    margin-top: 10px;
  }
  #main .sec-home-2 {
    padding-top: 30px;
  }
  .sec-home-2 .row-product + .row-product {
    margin-top: 40px;
  }
  .sec-home-4 .product-fip .flip-page-1 {
    order: 3;
    flex-basis: 100%;
    max-width: 100%;
  }
  .sec-home-4 .product-fip {
    flex-wrap: wrap;
    padding: 20px 30px;
  }
  .sec-home-4 .product-fip .flip-page-3 {
    flex: 1;
    max-width: unset;
  }
  .home-news .blog-left .image-cover {
    padding-top: 60% !important;
  }
  .title-home .section-title-normal span {
    font-size: 40px;
  }
  .page-about-1 .row-1 .col-image {
    flex-basis: 70%;
    max-width: 70%;
  }
  .page-about-1 .row-1 .col-text {
    flex-basis: 100%;
    max-width: 100%;
    order: -1;
    padding-left: 15px;
  }
}

@media screen and (max-width: 849.98px) {
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    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 {
    padding: 14px 30px 14px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }
  #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 {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
	  margin-right: 10px;
  }
  #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: #012623;
    width: 375px;
  }
  .mobile-sidebar .logo-mobile {
    padding: 30px 30px 20px;
    border-bottom: 1px solid #ffffff5e;
  }
	.off-canvas .sidebar-menu{
		padding-top: 10px
	}
  .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;
  }
  #main-menu.mobile-sidebar input[type='search'] {
    background-color: rgb(255 255 255 / 20%);
    color: #fff;
  }
  #main-menu.mobile-sidebar input[type='search']::placeholder {
    color: #fff;
    opacity: 1;
  }
  #main-menu.mobile-sidebar .icon-search {
    transform: translateY(-3px);
  }
  .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 strong {
    display: none;
  }
  .category-filtering .filter-button {
    margin: 0;
  }
  .blog-featured-title + #main .post-sidebar {
    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;
  }
  #header.transparent .header-main {
    height: 70px;
  }
  #header.transparent #logo img, #header .stuck #logo img {
    max-height: 50px !important;
    height: 60px !important;
  }
  #main .sec-home-1 {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .sec-home-1 .row-bottom .icon-box h3 {
    font-size: 16px;
  }
  .sec-home-1 .row-bottom .icon-box p br {
    display: none;
  }
  .sec-home-4 .product-fip .flip-page-2 {
    flex-basis: 33%;
    max-width: 33%;
  }
  .sec-home-4 .entry-title {
    font-size: 24px;
  }
  .sticky-shrink .stuck .header-main {
    height: 70px !important;
  }
  #header .stuck #logo img {
    height: 60px;
  }
  .off-canvas-left .mfp-content {
    background-color: rgb(1, 38, 35);
  }
  #shop-sidebar .widget-title {
    font-size: 18px;
  }
  #shop-sidebar .widget:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .single #wrapper .product-page-title {
    padding-top: 70px !important;
  }
  .single #product-sidebar > .col-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .single #product-sidebar .icon-box {
    width: 50%;
  }
  .single #product-sidebar .icon-box:last-of-type {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .row.blog-top .col-left h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .blog-wrapper .archive-page-header h2.page-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .box-blog-post .box-text .post-title a {
    font-size: 16px !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;
  }

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

  #wrapper .button.btn-viewall {
    height: 47px;
    padding: 0 18px;
  }
  #wrapper .product-small.box .product-title a {
  }
  .product-small.box .add-to-cart-button a {
    height: 40px;
    padding: 0 15px;
    text-transform: unset;
    font-size: 13px;
    margin-top: 10px;
  }
  .product-small.box .box-text {
    padding: 10px;
  }
  .product-small.box .price-wrapper .amount {
    font-size: 16px;
  }

  .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;
  }
  .title-home .section-title-normal span {
    font-size: 25px;
  }
  .title-home .section-title-normal:before,
  .title-home .section-title-normal:after {
    width: 50px;
    height: 50px;
  }
  .title-home .sub-title {
    font-size: 14px;
    letter-spacing: 5px;
  }
  .sec-home-2 .product-small.col,
  .sec-home-4 .product-small.col {
    flex-basis: 50%;
    max-width: 50%;
  }
  .sec-home-4 .product-fip .flip-page-2 {
    flex-basis: 60%;
    max-width: 60%;
  }
  .sec-home-4 .product-fip .flip-page-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .sec-home-4 .entry-title {
    font-size: 20px;
  }
  .sec-home-4 .product-fip {
    justify-content: center;
  }
  .sec-home-form .col-form .col-inner {
    padding: 40px 20px;
  }
  .page-about-1 .row-1 .col-image,
  .page-about-1 .row-2 .col-right {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-contact .info-contact h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 575.98px) {
  #main .page-contact {
    padding-top: 40px;
  }
  .product-small.box .add-to-cart-button {
    position: unset;
    transform: unset;
    font-size: 12px;
  }
  .product-small.box {
    padding: 0;
  }
  .sec-home-3 .col:first-of-type {
    padding-bottom: 15px !important;
  }
  #main .sec-home-2 {
    padding-bottom: 10px;
    padding-top: 45px;
  }
  #wrapper .product-small.box .product-title a {
    font-size: 14px;
  }
  .title-home .section-title {
    margin-bottom: 20px;
  }
  .home-news .col-right > .col-inner,
  .home-news .blog-left .box-text {
    padding: 15px;
  }
  .sec-home-form .form-home {
    flex-wrap: wrap;
    background: transparent;
    justify-content: center;
  }
  .sec-home-form .form-home .wpcf7-form-control-wrap {
    width: 100%;
    flex: unset;
  }
  .sec-home-form .form-home input {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
  }
  .sec-home-4 .product-fip {
    padding: 15px 0;
  }
  .row-slider .flickity-prev-next-button {
    opacity: 0;
  }
  .sec-home-4 .product-short-description {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 15px;
  }
  .page-about-1 .row-1 .stack {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  #main .page-about-1 {
    padding: 40px 0;
  }
  .page-about-2 .title-home .section-title-normal span {
    font-size: 20px;
  }
  .title-home .section-title-normal:before,
  .title-home .section-title-normal:after {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .title-home .section-title-normal:after {
    margin-left: 10px;
    margin-right: 0;
  }
  .page-about-1 .row-1 .col-image .img:nth-of-type(2) {
    width: 80% !important;
  }
  .page-about-1 .row-2 {
    margin-top: 30px;
  }
  .page-about-1 .row-2 .col-left {
    padding-right: 15px;
  }
  #main .page-about-2 {
    padding-top: 0;
  }
  .page-about-2 .gallery-col.col:nth-of-type(4) {
    flex-basis: 100%;
    max-width: 100%;
    order: 1;
    padding-bottom: 0;
  }
  #footer .sec-menu {
    padding-top: 40px;
  }
  .page-contact .form-contact .col-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-contact .form-contact .wpcf7-form-control-wrap:nth-of-type(n + 3) {
    grid-column: unset;
  }
  .blog-archive .box-text .post-title a {
    margin-bottom: 0;
  }
  .single #product-sidebar .icon-box {
    width: 50%;
	}
	.single #product-sidebar .icon-box-img img {
		padding-top: 0;
		height: 35px;
	}
}
@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);
  }
}
