:root {
  --theme-color: #14787c;
  --theme-color2: #e4be7a;
  --black: #231f20;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'SVN-Poppins';
  --medi: 'SVN-PoppinsMedium';
  --bold: 'SVN-PoppinsBold';
  --light: 'SVN-PoppinsLight';
  --semi: 'SVN-PoppinsSemiBold';
}
@font-face {
  font-family: 'SVN-PoppinsLight';
  src: url('./fonts/SVN-PoppinsLight.woff2') format('woff2'),
    url('./fonts/SVN-PoppinsLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'SVN-Poppins';
  src: url('./fonts/SVN-Poppins.woff2') format('woff2'),
    url('./fonts/SVN-Poppins.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 */
#header .icon-shopping-basket:after {
  background-color: var(--theme-color);
  right: -8px;
  top: -6px;
}
#wrapper #logo img {
  max-height: 50px !important;
}
#header .icon-shopping-basket:before {
  content: '\e0dc';
  font-family: var(--fa6);
  font-weight: 300;
  color: #333;
  font-size: 20px;
}
#header .header-nav-main {
  justify-content: center;
}
#header .searchform {
  border: 1px solid rgba(228, 228, 228, 0.5);
  background-color: rgba(225, 225, 225, 0.51);
  border-radius: 99px;
}
#header .icon-menu:before {
  content: '\f0c9';
  font-family: var(--fa6);
}
#header .search-form {
  flex: 1;
  margin-right: 15px !important;
}
#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 .header-vertical-menu__fly-out {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--theme-color);
  padding: 0 5px;
}
#header .header-vertical-menu__fly-out li a {
  color: #333;
}
#header .header-vertical-menu__fly-out li:hover a {
  color: var(--theme-color2);
}
.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: #333;
  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: var(--theme-color) !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 {
  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-nav-main .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-size: 20px;
}

#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: #333;
  font-size: 16px;
  box-shadow: none;
  width: 40px;
  height: 40px;
}
#header .searchform input[type='search'] {
  border: 0;
  box-shadow: none;
  height: 40px;
  color: #333;
  font-size: 14px;
  background-color: transparent;
  padding: 0 15px;
}
#header .searchform input[type='search']:placeholder {
  color: #333;
  opacity: 1;
}

/* End header */
.product-small .title-wrapper {
  width: 100%;
  text-align: center;
}

.product-small.box .price-wrapper .price > * {
  width: max-content !important;
}
.product-small.box .price-wrapper .price {
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.product-small.box .price-wrapper .price > del {
  font-weight: 100 !important;
  font-size: 14px;
  color: #aeaeae;
}
.product-small.box .price-wrapper .price > del .amount {
  font-family: var(--regular) !important;
  font-weight: 100 !important;
}

.product-main .row .icon-box {
  box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1),
    0 0px 6px 0px rgba(60, 64, 67, 0.25);
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  margin-top: 20px;
  align-items: center;
}
.product-main .icon-box-text p:first-of-type {
  margin-bottom: 4px;
  font-size: 16px;
  font-family: var(--medi);
}
.vertical-thumbnails::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.vertical-thumbnails {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.product-gallery > .row {
  margin-left: 0px !important;
}
.row-product-tab table td,
.row-product-tab table th {
  padding: 15px;
}
.woocommerce-Tabs-panel--description .content {
  height: 330px;
}
.show-more.none:before {
  display: none;
}
.sp-nb .product-small.box .product-title {
  text-align: left;
}
.product-footer .box-noibat .price-wrapper .amount {
  font-size: 14px;
  line-height: 22px;
}
.product-footer .box-noibat .price-wrapper del .amount {
  font-size: 12px !important;
  line-height: 22px;
}
.related-products-wrapper {
  margin-bottom: 50px;
}
/* end header */
/* about */

#wrapper .button.btn-viewall {
  padding: 13px 32px;
  color: #010101;
  font-size: 14px;
  line-height: 20px;
  height: 50px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: var(--semi);
  border-radius: 4px;
  background-color: #fff;
  margin: 15px 0 0;
  box-shadow: inset 0px 0px 0px 0px #efdc25;
  -webkit-transition: all 0.6s cubic-bezier(0.9, 0.24, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.9, 0.24, 0.4, 1);
  --borderWidth: 1px;
  position: relative;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#wrapper .button.btn-viewall:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  height: 52px;
  width: 102.5%;
  background: linear-gradient(-76deg, #16747a 0%, #efdc25 100%);
  border-radius: 5px;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}

#wrapper .button.btn-viewall:hover:after {
  background: linear-gradient(-75deg, #16747a 0%, #efdc25 84%);
}
#wrapper .button.btn-viewall:before {
  content: '';
  width: 100%;
  height: 0%;
  display: block;
  background: #80ffd3;
  position: absolute;
  left: 0%;
  opacity: 0;
  top: 0;
  z-index: -1;
}
#wrapper .button.btn-viewall:hover {
  box-shadow: inset 0px 100px 0px 0px #16747a;
  color: #ffffff;
}
#wrapper .button.btn-viewall:hover:before {
  opacity: 1;
  height: 100%;
}
#wrapper .button.btn-viewall span:after {
  content: '\f178';
  font-family: var(--fa6);
  font-weight: 400;
  margin-left: 6px;
}
.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;

  transform: unset !important;
  color: 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-color2);
}

.slider-nav-circle .flickity-button:hover:before {
  color: #fff;
}

.product-small.box .box-text {
  padding: 18px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.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 .box-image .image-zoom {
  border-radius: 6px;
  padding-top: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.product-small.box {
  box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1),
    0 0px 6px 0px rgba(60, 64, 67, 0.25);
  border-radius: 5px;
  background-color: #fff;
}
.bg-zoom:hover .bg,
.has-hover:hover .image-zoom img {
  transform: scale(1.05);
}

.slider .product-small.box {
  margin-top: 5px;
}
.product-small.box .product-title a {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  font-weight: normal;
  color: #231f20;
  margin: 0px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  text-align: left;
  font-family: var(--semi);
}
.product-small.box .product-title a:hover {
  color: var(--theme-color);
}
.product-small.box .price-wrapper {
  flex: 1;
}
.product-small.box .product-title {
  margin: 0;
}
.product-small.box .price-wrapper .price {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 51px;
}
.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: 14px !important;
  line-height: 23px;
  color: #666;
  margin-right: 0;
  position: relative;
  opacity: 1;
  font-weight: normal;
  text-decoration: line-through;
  font-family: var(--medi);
}

.product-small.box .price-wrapper .amount {
  color: var(--theme-color);
  font-size: 18px;
  line-height: 28px;
  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: #efdc25;
  border-radius: 5px;
  height: 26px;
  max-height: 26px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-family: var(--medi);
  font-weight: normal;
  color: #292929;
}
.product-small.col .add-to-cart-button {
  flex-shrink: 0;
}
.product-small.col .add-to-cart-button a {
  margin: 0;
  background-color: var(--theme-color);
  border: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  transition: all 0.5s;
  font-size: 0 !important;
}
.product-small.col .add-to-cart-button a:hover {
  background-color: var(--theme-color2);
}
.product-small.col .add-to-cart-button a:before {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-flex;
  background: url(./images/add-cart.svg) no-repeat center;
  background-size: 20px 20px;
}

.product-small.col .add-to-cart-button a .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;
}

/* home-sec-1 */
.home-sec-1 .banner .text-box {
  background: rgba(255, 255, 255, 0.85);
  padding: 70px 80px 40px 60px;
}
.home-sec-1 .banner .text-box h2 {
  font-size: 35px;
  font-family: var(--semi);
  color: #333;
  text-transform: uppercase;
  line-height: 1.3;
  max-width: 400px;
}
.home-sec-1 .banner .text-box p {
  color: #333;
  font-size: 15px;
}
/* End home-sec-1 */
/* sec-home-2 */
#main .sec-home-2,
#main .sec-home-3 {
  padding-bottom: 40px;
}
.sec-home-2 .box-category .box-text {
  padding: 10px;
}
.sec-home-2 .box-category .header-title {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--medi);
  margin: 0;
}
.sec-home-2 .col-right .col-inner {
  height: calc(100% - 63px);
  padding: 40px 30px 0px 30px;
  background: #fff;
  position: relative;
}
.sec-home-2 .col-right .col-inner:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  height: 101%;
  width: 101%;
  background: linear-gradient(-76deg, #16747a 0%, #efdc25 100%);
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
.sec-home-2 .col-right h3 {
  text-transform: uppercase;
  font-family: var(--semi);
}
.sec-home-2 .col-right p {
  color: #666666;
}
.sec-home-2 .box-category .box-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.sec-home-2 .box-category:hover .box-image:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.sec-home-2 .box-category:hover .header-title {
  font-family: var(--semi);
}
#main .sec-home-2 .button {
  margin: 0;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
  font-family: var(--semi);
}
#main .sec-home-2 .button:after {
  content: '\f178';
  font-family: var(--fa6);
  font-weight: 400;
  margin-left: 6px;
  color: var(--theme-color);
}
#main .sec-home-2 .button:hover {
  color: var(--theme-color);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/* End sec-home-2 */
/* sec-home-3 */
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  position: absolute;
  top: calc(50% - 35px);
  z-index: 1;
  background-color: #ffffff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  border: 0;
  color: var(--theme-color);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
}
.slick-arrow i {
  font-size: 20.5px;
}
.slick-arrow.slick-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.slick-prev.slick-arrow {
  left: -15px;
}
.slick-next.slick-arrow {
  right: -15px;
}
.uxb-wrapper--ux_products_list .product-small.col:nth-of-type(n + 2) {
  display: none;
}
.sec-home-3 .product-small.col {
  padding-top: 5px;
}
.sec-home-3 .col-left h3 {
  text-transform: uppercase;
  font-size: 34px;
  color: var(--theme-color);
  position: relative;
  padding-bottom: 5px;
}
.sec-home-3 .col-left h3:before {
  content: '';
  width: 100px;
  height: 0;
  display: block;
  border-bottom: 1px solid var(--theme-color);
  position: absolute;
  bottom: 0;
}
.slick-dots li button {
  color: #fff;
  padding: 0;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  overflow: hidden;
  display: none;
}
.slick-dots li {
  margin: 0 5px !important;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  opacity: 0.5;
  cursor: pointer;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
}
/* End sec-home-3 */
/* sec-home-4 */
.sec-home-4 .title h2 {
  text-align: center;
  position: relative;
  font-size: 40px;
  margin-bottom: 10px;
  color: var(--theme-color);
}
.title .dot {
  margin: 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgb(20 120 124 / 80%);
  position: relative;
}

.title .dot:before,
.title .dot:after {
  content: '';
  position: absolute;
  width: 144px;
  height: 1px;
  border-left: 5px;
  border-right: 5px;
  background-color: rgb(20 120 124 / 50%);
  top: 50%;
  transform: translateY(-50%);
}
.title .dot:before {
  left: 35px;
}
.title .dot:after {
  right: 35px;
}
.title-home .section-title-normal span {
  border-bottom: 0;
  font-size: 18px;
  background-color: var(--theme-color);
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 25px;
  color: #fff;
  border-radius: 6px 6px 0 0;
  font-family: var(--semi);
}
.title-home .section-title {
  border-bottom: 2px solid var(--theme-color);
}
.title-home .section-title a {
  font-size: 15px;
}
.title-home .section-title .icon-angle-right:before {
  content: '\f178';
  font-family: var(--fa6);
  font-weight: 400;
}
.sec-home-4 .row-bottom {
  margin-top: 60px;
}

/* End sec-home-4 */
/* sec-home-5 */
.sec-home-5 .col-content .col-inner {
  padding: 80px 60px;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
}
.sec-home-5 .col-content h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.sec-home-5 .col-content h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
.sec-home-5 .col-content p {
  color: #666;
  font-size: 15px;
  line-height: 22px;
}
.section-news {
	padding-bottom: 0!important;
}
.section-news .blog-grid .col.post-item:first-of-type {
  grid-column: span 2;
  grid-row: span 2;
}
.section-news .blog-grid .col.post-item:first-of-type .box-text {
  position: absolute;
  bottom: 0;
  padding: 0;
}
/* End sec-home-5 */
/* sec-news */
.section-news .blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}
/* End sec-news */
.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: 24px;
  font-family: var(--semi);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
}
.box-blog-post:hover .box-text .post-title a {
  color: var(--theme-color);
}
.box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #787878;
  margin: 0;
}
.section-news .blog-grid .post-title {
  color: #292929;
  height: auto !important;
  margin-bottom: 0 !important;
}
.section-news .blog-grid .col.post-item:first-of-type .image-cover {
  padding-top: 95% !important;
}
.section-news .blog-grid .col.post-item .image-cover {
  border-radius: 6px;
}
.section-news .blog-grid .col.post-item:first-of-type .box-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000000)
  );
  background-image: -o-linear-gradient(transparent, #000000);
  background-image: linear-gradient(transparent, #000000);
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-radius: 10px;
}
.section-news .blog-grid .col.post-item:first-of-type .post-title a {
  z-index: 2;
  position: relative;
  color: #fff;
  font-size: 22px;
  padding: 0 25px 30px;
  height: auto;
}
.section-news .blog-grid .col.post-item .post-title a {
  margin-bottom: 0;
}
.section-news .blog-grid .box-text {
  padding-bottom: 1.4em;
  padding: 0.7em 0 1.4em;
}
/* 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: var(--theme-color);
  border-top: 1px solid #e1e1e187;
}
.absolute-footer .copyright-footer {
  color: #e1e1e1;
  width: 100%;
  text-align: center;
}
#footer .form-footer {
  background-color: #f4f4f4;
  padding-top: 30px;
  margin-bottom: -35px;
}
#footer .form-footer .col-form > .col-inner {
  background-color: #fff;
  padding: 20px 12px 20px 12px;
  border-radius: 5px;
}
#footer .form-footer .title p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: var(--bold);
}
#footer .form-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 50px;
}
#footer .form-contact input {
  box-shadow: none;
  border-radius: 5px;
  height: 40px;
  font-size: 15px;
}
#footer .form-contact label {
  font-size: 15px;
  font-weight: normal;
}
#footer .form-contact textarea {
  box-shadow: none;
  border-radius: 5px;
  min-height: 80px;
  margin-bottom: 8px;
}
#footer .form-contact .form-submit button {
  margin: 0;
  width: 100%;
  border-radius: 5px;
  font-weight: normal;
  font-family: var(--semi);
}
#footer .form-contact .col-left input {
  margin-bottom: 20px;
}
#footer .sec-menu {
  padding-bottom: 10px;
  background-color: #F7F7F7;
  padding-top: 80px;
}
#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 .sec-menu {
}

#footer .col-1 .img {
  max-width: 170px;
}
#footer .col-4 .social-footer {
	margin-bottom: 10px;
}
#footer .col-4 .social-footer i {
	margin-right: 10px;
	font-size: 20px;
}
#footer .menu strong,
#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;
  display: block;
}
#footer .menu strong:before {
  position: absolute;
  content: '';
  height: 2px;
  background-color: var(--theme-color);
  bottom: -5px;
  width: 40px;
}
#footer .menu ul {
  list-style: none;
  margin-bottom: 0;
}
#footer .menu ul li {
  margin-left: 0;
}
#footer .menu a {
/*   color: #fff; */
  font-size: 15px;
  line-height: 20px;
  min-height: unset;
  padding: 7.5px 0px;
  position: relative;
  padding-left: 20px;
}
#footer .col-1 .text p {
/*   color: #fff; */
  font-size: 15px;
}
#footer .menu a:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  background-color: #000000;
  border-radius: 50%;
  left: 0;
  top: 12px;
}
#footer .menu 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 .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-main {
  padding-top: 60px;
}
.blog-wrapper.blog-archive {
  padding-top: 0;
  background: rgb(246, 245, 242);
}
.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: 226px 15px 40px;
  z-index: 3;
}
.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 0;
  color: #fff;
  text-align: left;
}
.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;
}

.blog-archive .blog-main {
  padding-top: 50px;
  position: relative;
}
.blog-wrapper.blog-archive {
  padding-top: 0;
  background: #f4f4f4;
}
.blog-archive .box-blog-post .box-image .image-cover {
  border-radius: 6px;
}
.blog-archive .box-blog-post .box-text {
  background: #fff;
  padding: 45px 30px 25px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 0 6px 6px;
}
.blog-archive .box-blog-post .post-title a {
  font-size: 18px;
}
.blog-archive .box-blog-post .badge.post-date {
  right: 30px;
  left: unset;
  top: -37px;
}
.blog-archive .box-blog-post .badge .badge-inner {
  width: 74px;
  height: 74px;
  background-color: var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  box-shadow: 0 0 0 3px #fff;
  border-radius: 50%;
}
.blog-archive .box-blog-post:hover .badge .badge-inner {
  box-shadow: 0 0 0 3px var(--theme-color);
}
.blog-archive .box-blog-post .badge .post-date-day {
  font-size: 24px;
  margin-bottom: 4px;
  display: block;
  font-family: var(--semi);
  font-weight: normal;
}
.blog-archive .box-blog-post .badge .post-date-month {
  font-size: 12px;
  font-family: var(--medi);
  font-weight: normal;
  margin-top: 2px;
}
.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;
}
#main .nav-pagination > li > span.current {
  color: #fff !important;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.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-color);
  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;
}
.header-single {
  margin-bottom: 60px;
}
.single .blog-single .entry-content {
  padding: 0;
}
.blog-single h1.entry-title {
  font-size: 34px;
}
.box-postdate span {
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
  background-color: var(--theme-color);
}
.box-postdate span:before {
  content: '\f017';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 5px;
}
.box-postdate {
  position: relative;
}
.box-postdate:before {
  content: '';
  width: 100%;
  display: block;
  border-bottom: 1px solid #51515121;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.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 {
  margin-bottom: 0;
}
.row-divided > .col + .col:not(.large-12) {
  border: 0;
}
.post-sidebar .featured-posts .title-post {
  font-size: 26px;
  margin-bottom: 19px;
  line-height: 1.5;
}
.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: #070707;
  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 */
/* End blog-single */

/* Product */
.shop-page-title.category-page-title {
  background: #fff;
}
.shop-page-title .page-title-inner {
  padding-top: 0;
  min-height: 50px;
  margin-bottom: 0;
  justify-content: center;
}
.single .page-title {
  background-color: #f4f4f4;
}
.shop-page-title .rank-math-breadcrumb a,
.shop-page-title .rank-math-breadcrumb span {
  color: #515151;
  font-family: var(--regular);
  opacity: 1;
  font-weight: normal;
}
.shop-page-title .rank-math-breadcrumb .last {
  color: var(--theme-color);
}
.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-sidebar .product-categories .cat-item,
#shop-sidebar .filter-price li {
  border: 0 !important;
}

#shop-sidebar .product-categories .cat-item a {
  font-size: 14px;
  color: #212529;
  position: relative;
  padding: 5px 0 5px 25px;
}

#shop-sidebar .product-categories .cat-item a:before,
#shop-sidebar .filter-price a:before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  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,
#shop-sidebar .filter-price .active a:before {
  content: '\f00c';
  font-family: var(--fa6);
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
  font-size: 10px;
}

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

#shop-sidebar .widget {
  width: 100%;
}

#shop-sidebar .widget-title {
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background-color: var(--theme-color);
  color: #fff;
  font-weight: var(--semi);
}
#shop-sidebar .product-categories,
#shop-sidebar .order-list {
  padding: 10px;
}
#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,
#shop-sidebar .widget-title:before {
  content: '\e17c';
  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 .widget-title:before {
  content: '\f02b';
}
#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;
}

#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,
#shop-sidebar .filter-price a:hover {
  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,
#shop-sidebar .filter-price a:hover:before {
  border-color: var(--theme-color);
}
#shop-sidebar .filter-price a {
  font-size: 14px;
  color: #212529;
  position: relative;
  padding: 5px 0 5px 25px;
  display: block;
}
#shop-sidebar .widget {
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.sortbycate {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sortbycate .titlesort {
  color: #000;
  font-size: 14px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.sortbycate .titlesort svg {
  width: 20px;
  height: 20px;
}
.sortbycate .order-list {
  display: flex;
  list-style: none;
  margin: 0;
}
.sortbycate .order-list li + li {
  margin-left: 10px;
}
.sortbycate .order-list li {
  margin-bottom: 0;
}
.sortbycate .order-list a:hover,
.sortbycate .order-list .order-item.active a {
  background-color: var(--theme-color);
  color: #fff;
}
.sortbycate .order-list a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  min-width: 63px;
  background: #fff;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}
.bg-shop {
  background-color: #f4f4f4;
}
.bg-shop .col-product {
  background-color: #fff;
  padding: 20px 15px 20px 15px;
  border-radius: 5px;
}
.title-shop h1.shop-page-title {
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
}
.product-main .product-gallery .zoom-button {
  display: none;
}
.product-main .product-gallery .product-images {
  box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1),
    0 0px 6px 0px rgba(60, 64, 67, 0.25);
  border-radius: 5px;
  overflow: hidden;
}
#main .product-main .product-thumbnails .col {
  padding: 0 5px;
}
.product-main .product-thumbnails a {
  border: 2px solid #ebebeb;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.product-main .product-thumbnails .is-nav-selected a,
.product-main .product-thumbnails a:hover {
  border-color: var(--theme-color2);
}
.product-main .product-thumbnails .is-nav-selected a img {
  border: 0;
}
.product-main .product-gallery .badge {
  margin-left: 0;
}
.product-main .badge-container {
  margin-top: 0;
  left: 10px;
}
.product-main .product-gallery .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: 55px;
  font-family: var(--medi);
  font-weight: normal;
}
.product-main .product-info {
  padding-top: 0;
}
.product-info h1.product-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: var(--semi);
}
.product-info .price-wrapper del {
  order: 2;
  text-decoration: unset;
  margin-left: 15px;
  line-height: 20px;
  position: relative;
}

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

.product-info .price-wrapper ins .amount,
.product-info .price-wrapper span.amount {
  color: var(--theme-color3);
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  font-family: var(--semi);
}
.product-info .price-wrapper del .amount {
  color: #666;
  font-size: 16px;
  opacity: 1;
  font-family: var(--medi);
  text-decoration: line-through;
}
.product-info .price {
  margin: 0 0 15px !important;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  background: rgb(20 120 124 / 30%);
}
.product-info .product-short-description li {
  font-size: 14px;
}
.product-main .product-sidebar {
  padding: 0 15px 0;
}
.product-main .product-sidebar .col-top .col-inner {
  box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1),
    0 0px 6px 0px rgba(60, 64, 67, 0.25);
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}
.product-main .product-sidebar .icon-box {
  box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1),
    0 0px 6px 0px rgba(60, 64, 67, 0.25);
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  margin-top: 10px;
  align-items: center;
}
.product-main .product-sidebar .icon-box-text p:first-of-type {
  margin-bottom: 4px;
  font-size: 16px;
  font-family: var(--medi);
}
.product-main .product-sidebar .icon-box-text p:nth-of-type(2) {
  font-size: 14px;
  line-height: 20px;
}
.product-main .product-sidebar .title p {
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  font-family: var(--semi);
  margin-bottom: 0px;
}
.product-main .product-sidebar .img {
  max-width: 150px;
  margin: 0 auto;
}
.product-main .product-sidebar .text-bottom p {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #212529;
  margin-bottom: 5px;
}
.product-main .product-sidebar .text-bottom a {
  font-size: 29px;
  color: var(--theme-color2);
  display: block;
  margin-top: 10px;
  line-height: 1.1;
  font-family: var(--semi);
}
#main .cate-shop .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
#main .cate-shop .product-category.col {
  flex-basis: 100%;
  max-width: 100%;
  scroll-snap-align: start;
}
.cate-shop .product-category.col:first-of-type {
  grid-row: span 2;
}
.cate-shop .product-category.col:first-of-type .image-cover {
  padding-top: 117% !important;
}
.cate-shop .product-category.col:nth-of-type(n + 2) .image-cover {
  padding-top: 56.25% !important;
}
.cate-shop .product-category.col .box-text {
  text-align: left;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.cate-shop .product-category.col .box-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000000)
  );
  background-image: -o-linear-gradient(transparent, #000000);
  background-image: linear-gradient(transparent, #000000);
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cate-shop .product-category.col .header-title {
  color: #fff;
  font-size: 18px;
}
#comments .commentlist,
#reviews {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#reviews > #comments {
  flex-basis: 65%;
  max-width: 65%;
}
#reviews > #review_form_wrapper {
  flex-basis: 33%;
  max-width: 33%;
}
#reviews > * {
  height: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}
#reviews .comment-form-rating label,
#reviews .stars {
  text-align: center;
}
#reviews .comment-form-rating label {
  font-size: 20px;
}

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

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

  gap: 10px;
}

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

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

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

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

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

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

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

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

#main .product-info .single_add_to_cart_button {
  background: #222;
  color: #fff;
  border: 2px solid var(--theme-color);
  opacity: 1;
  box-shadow: unset;
  width: 100%;
  margin: 0;
  height: 50px;
  border-radius: 6px;
  font-size: 12px;
  padding: 0;
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  flex: 1;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  font-weight: normal;
}
#main .product-info .single_add_to_cart_button .text-main {
  font-size: 14px;
  font-weight: normal;
  font-family: var(--medi);
  text-transform: uppercase;
}

.product-info .single_add_to_cart_button:before {
  content: '\f07a';
  font-family: var(--fa6);
  position: absolute;
  left: 0;
  width: 60px;
  height: 100%;
  top: 0;
  border-radius: 4px 0 0 4px;
  background: #fff;
  color: var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 300;
}
#main .product-info .single_add_to_cart_button:hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.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-color);
  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: 16px;
  line-height: 24px;
  font-weight: normal;
  font-family: var(--semni);
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 7px 15px;
}
.woocommerce-tabs .nav > li.active > a {
  background-color: var(--theme-color);
  color: #fff;
}
.woocommerce-tabs .nav > li.active > a:before {
  display: none;
}
.product-footer .woocommerce-tabs {
  border-top: 0;
  padding-bottom: 0;
}
.product-footer .woocommerce-tabs .tab-panels {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  margin-top: 20px;
}
.woocommerce-Tabs-panel--description .content {
  height: 1130px;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}
.woocommerce-Tabs-panel--description .content.show {
  height: 100%;
}
.product-footer .row-product-tab {
}
.product-footer .show-more {
  position: relative;
	display: none;
}
.product-footer .show-more .btn--view-more .less-text {
  display: none;
}
.product-footer .show-more:before {
  content: '';
  height: 100px;
  margin-top: -60px;
  content: '';
  display: block;
  background: transparent;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.91)),
    color-stop(55%, #fff)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
}
.product-footer .show-more .btn--view-more {
  text-align: center;
}
.product-footer .show-more .btn--view-more a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 15px;
  font-size: 16px;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  color: var(--theme-color);
  margin-top: 20px;
}
.product-footer .show-more.none .btn--view-more a.more-text {
  display: none;
}
.product-footer .show-more.none .btn--view-more a.less-text {
  display: inline-flex;
}
.product-footer .box-noibat {
  border: 1px solid var(--theme-color);
  border-radius: 5px;
}
.product-footer .box-noibat .title p {
  background-color: var(--theme-color);
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  font-size: 20px;
  padding: 8px 10px;
  font-family: var(--medi);
}
.product-footer .box-noibat .product-small.box {
  box-shadow: none !important;
  display: flex;
  align-items: center;
  padding: 0 10px 10px;
}
.product-footer .box-noibat .box-image {
  width: 32%;
  flex-shrink: 0;
}
.product-footer .box-noibat .badge-container {
  display: none;
}
.product-footer .box-noibat .product-small.box .box-text {
  padding: 0 0 0 10px;
}
.product-footer .box-noibat .product-small.box .price-wrapper .price {
  min-height: unset;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
.product-footer .box-noibat .product-title a {
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  margin-bottom: 5px;
}
.product-footer .box-noibat .price-wrapper .amount {
  font-size: 16px;
  line-height: 22px;
}
.product-footer .box-noibat .price-wrapper del .amount {
  margin-left: 6px;
  line-height: 22px;
  font-family: var(--regular);
}
/* End product */
/* page-about */

#wrapper .page-about-1 .img-logo {
  max-width: 230px;
  margin: -100px auto 0;
  background-color: #fff;
  border-radius: 50%;
}

#wrapper .page-about-1 .col-content {
  box-shadow: 0 0 26px 1px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  background-color: #ffffff;
  padding: 0 100px 0px 100px;
  position: relative;
  margin: auto;
  margin-top: -100px;
  max-width: calc(100% - 200px);
}

#wrapper .page-about-1 .content h3 {
  font-size: 16px;
  text-transform: uppercase;
}

#wrapper .page-about-1 .content h2 {
  font-family: var(--medi);
  font-size: 34px;
}
/* #wrapper .page-about-1 .col-content .img-bottom {
  max-width: 80%;
  margin: 0 auto;
} */
.page-about-2 .col {
	padding-bottom: 0;
}
.page-about-2 .col-left h2 {
  font-size: 26px;
  font-family: var(--semi);
}
.page-about-2 .col-left p {
  font-size: 15px;
  color: #666;
  max-width: 350px;
  text-align: justify;
}
.page-about-2 .col-right .col-inner p {
	text-align: justify;
}
.page-about-2 .col-right .col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.page-about-2 .col-inner {
  position: relative;
  background-color: #fff;
  padding: 35px;
}
.page-about-2 .col-inner:before {
  content: '';
  background: linear-gradient(-76deg, #16747a 0%, #efdc25 100%);
  display: block;
  height: calc(100% + 2px);
  position: absolute;
  width: calc(100% + 2px);
  z-index: -1;
  left: -1px;
  top: -1px;
}
.page-about-2 p {
	text-align: justify;
}
/* .page-about-2 .col-right .col-inner .text {
  position: relative;
  background-color: #fff;
  padding: 55px 35px;
} */
/* .page-about-2 .col-right .col-inner .text:before {
  content: '';
  background: linear-gradient(-76deg, #16747a 0%, #efdc25 100%);
  display: block;
  height: calc(100% + 2px);
  position: absolute;
  width: calc(100% + 2px);
  z-index: -1;
  left: -1px;
  top: -1px;
} */

/* End page-about */
/* page-contact */
.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;
}
.wpcf7 .wpcf7-not-valid-tip {
	margin-top: 10px;
}
.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: #ebeef1;
  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;
}
.page-contact .form-contact .col-content textarea {
  box-shadow: none;
  border: 1px solid #e6eaf3;
}
.page-id-45 #footer .form-footer {
  display: none;
}
/* End page-contact */
@media screen and (max-width: 1199.98px) and (min-width: 850px) {
  .header-nav-main > .menu-item {
    margin: 0 10px;
  }
  .sec-home-2 .col-right h3 {
    font-size: 17px;
  }
  .sec-home-2 .col-right .col-inner {
    padding: 16px 15px 0px 15px;
  }
  .sec-home-2 .col-right p {
    font-size: 14px;
  }
  #shop-sidebar .widget-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #header .header-nav-main.nav-right li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 850px) {
  #footer .col-1 {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
  #footer .col-2,
  #footer .col-3 {
    flex-basis: 18.667%;
    max-width: 18.667%;
  }
  #footer .col-4 {
    flex: 1;
    max-width: unset;
  }
}

@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;
  }
  .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: #212121;
    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;
  }
  #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: #fafafa;
    width: 375px;
  }
  .mobile-sidebar .logo-mobile {
    padding: 30px;
    border-bottom: 1px solid #ddd;
  }
  .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: #777;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
  }
  .mobile-sidebar .info_menu ul li i {
    position: absolute;
    left: 0;
    top: 5px;
  }
  #main-menu.mobile-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .category-filtering {
    width: 42px;
    height: 42px;
    background: var(--theme-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: 12;
    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-news .blog-grid .image-cover {
    padding-top: 190px !important;
  }
  .sec-news .blog-grid .post-item:first-of-type .image-cover {
    padding-top: 500px !important;
  }
  .sec-news .blog-grid .post-item:first-of-type .box-text {
    padding: 15px;
  }
  #footer .form-contact {
    gap: 20px;
  }
  .home-sec-1 .banner .text-box {
    padding: 40px;
  }
  .home-sec-1 .banner .text-box h2 {
    max-width: 100%;
  }
  .sec-home-2 .col-right {
    order: -1;
  }
  .sec-home-2 .col-right .col-inner:after {
    display: none;
  }
  .sec-home-2 .col-right .col-inner {
    height: auto;
    padding: 0;
  }
  .slick-prev.slick-arrow,
  .slick-next.slick-arrow {
    opacity: 1;
  }
  .sec-home-5 .col-content .col-inner {
    padding: 40px;
  }
  .section-news .blog-grid {
    grid-gap: 0;
  }
  .section-news .title p {
    font-size: 14px;
  }
  #header .icon-shopping-basket:before {
    color: var(--theme-color);
    font-size: 21px;
    margin-right: 5px;
  }
  #wrapper .page-about-1 .img-logo {
    max-width: 200px;
  }
  #wrapper .page-about-1 .col-content {
    max-width: calc(100% - 30px);
    padding: 0 40px 0;
  }
  #wrapper .page-about-1 .content h2 {
    font-size: 24px;
  }
  .page-about-2 .col-left p {
    max-width: unset;
  }
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.98px) {
	.page-about-2 {
		padding-bottom: 30px!important;
	}
	.page-about-2 .col {
		padding-bottom: 30px;
	}
  .rank-math-breadcrumb a, .rank-math-breadcrumb span{
    font-size:13px;
  }
  .related-products-wrapper{
    padding-top:10px
  }
  #main .sec-home-3{
    padding-bottom:0px;
  }
  body.home {
    overflow-x: hidden;
  }
  #wrapper .button.btn-viewall:after {
    height: 42px;
  }
  .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 .cat-label {
    margin-bottom: 10px;
  }
  #main .slider-nav-circle .flickity-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px;
    background-color: #fff !important;
  }
  #main .slider-nav-circle .flickity-button.next {
    right: -30px;
    left: unset;
  }
  #main .slider-nav-circle .flickity-button.previous {
    left: -30px;
  }
  #main .slider-nav-circle .flickity-button:before {
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color2) !important;
  }

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

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    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: 20px;
  }
  .product-main {
    padding-bottom: 0;
  }
  .product-main .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: 40px;
    padding: 0 18px;
  }
  #wrapper .product-small.box .product-title a {
    font-size: 14px;
  }

  .product-small.box .box-text {
    padding: 10px;
  }
  .product-small.box .price-wrapper .amount {
    font-size: 16px;
  }

  .sec-home1 .col-grid .col-inner {
    display: flex;
    flex-direction: column;
  }
  #main .sec-news .blog-grid {
    display: block;
  }
  .sec-news .blog-grid .box-blog-post {
    margin-bottom: 25px;
  }
  .sec-news .blog-grid .post-item:first-of-type .image-cover {
    padding-top: 100% !important;
  }
  .box-blog-post .from_the_blog_excerpt {
    font-size: 14px;
  }
  #footer .form-contact {
    display: block;
  }
  .bg-shop {
    background-color: #fff;
  }
  .bg-shop .col-product {
    padding: 0;
  }
  .title-shop h1.shop-page-title {
    font-size: 24px;
  }
  .sortbycate .order-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
  }
  .sortbycate .order-list::-webkit-scrollbar {
    display: none;
  }
  .sortbycate .order-list li {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
  }
  body .off-canvas-left .mfp-content {
    max-width: 85% !important;
    width: 310px;
  }
  .single .shop-page-title .rank-math-breadcrumb .last,
  .single .shop-page-title .rank-math-breadcrumb span:nth-last-of-type(2) {
    display: none;
  }
  #main .product-info .single_add_to_cart_button {
    flex: unset;
  }
  .product-info .quantity {
    margin-bottom: 10px;
  }
  .product-main .product-sidebar {
    margin-bottom: 25px;
  }
  .page-contact .info-contact h2 {
    font-size: 24px;
  }
  .page-contact .form-contact .col-content {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
  }
  .home-sec-1 .banner .text-box h2 {
    font-size: 20px;
  }
  .home-sec-1 .banner .text-box {
    padding: 20px;
  }
  .home-sec-1 .banner .text-box p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sec-home-2 .col-right h3,
  .sec-home-3 .col-left h3,
  .sec-home-5 .col-content h2 {
    font-size: 24px;
  }
  #main .sec-home-2 {
    padding-bottom: 10px;
  }
  .sec-home-5 .col-content .col-inner {
    padding: 20px;
  }
  .section-news .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-news .blog-grid .col.post-item:first-of-type {
    grid-column: unset;
    grid-row: unset;
  }
  .section-news .blog-grid .post-item:nth-of-type(n + 2) .box {
    display: flex;
    align-items: center;
  }
  .section-news .blog-grid .post-item:nth-of-type(n + 2) .box-image {
    width: 37%;
    flex-shrink: 0;
  }
  .section-news .blog-grid .post-item:nth-of-type(n + 2) .box-text {
    padding: 0 0 0 10px;
  }
  .section-news .blog-grid .post-item:nth-of-type(n + 2) .post-title {
    font-size: 14px;
  }
  .section-reviews .section-title-main {
    font-size: 15px;
  }
  .section-reviews .icon-box-text p {
    font-size: 17px;
  }
  .section-news .section-title-main {
    font-size: 23px;
    margin-bottom: 20px;
  }
  #footer .sec-menu {
    padding-top: 40px;
  }
  #wrapper .page-about-1 .img-logo {
    max-width: 100px;
    margin-top: -30px;
  }
  #wrapper .page-about-1 .col-content {
    margin-top: -30px;
    padding: 0 20px 15px;
  }
  .page-about-2 .col-right .col-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .cate-shop .product-category.col:first-of-type {
    grid-row: unset;
  }
  #main .cate-shop .row {
    grid-template-rows: 1fr;
    overflow: auto;
    justify-content: start;
    grid-template-columns: repeat(3, 70%);
    scroll-snap-type: x mandatory;
    margin-bottom: 10px;
  }
  #main .cate-shop .row::-webkit-scrollbar {
    display: none;
  }
  #main .cate-shop .product-category.col .image-cover {
    padding-top: 100% !important;
  }
}
@keyframes ripple_video2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes ripple_video {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes shake_ani {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-30deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-30deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
