:root {
  --theme-color: #5f2d28;
  --theme-color2: #faf7f2;
  --black: #515151;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'GoogleSans-Regular';
  --medi: 'GoogleSans-Medium';
  --bold: 'GoogleSans-Bold';
  --black: 'GoogleSans-Black';
  --prata: 'Prata';
}

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

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

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

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

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

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

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

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

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

.row-slider .flickity-page-dots {
  bottom: -10px;
}
.slider-nav-reveal {
  overflow: unset;
}
.row-slider .flickity-page-dots .dot.is-selected {
  width: 30px;
  border-radius: 10px;
}
.row-slider .flickity-page-dots .dot {
  background-color: var(--theme-color);
  opacity: 1 !important;
  transition: all 0.5s ease-in;
}
/* Header */
#masthead .image-icon:after {
  top: -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-bottom-nav > .menu-item {
  margin: 0px 15px;
}

.header-bottom-nav .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}
.header-bottom-nav > .menu-item > a {
  color: #292929;
  padding: 14px 0;
  font-size: 16px;
  font-family: var(--medi);
}
.header-bottom-nav > .menu-item > a:hover {
  color: #5f2d28 !important;
}
.header-bottom-nav > .menu-item > a .box-menu {
  display: none;
}
.header-bottom-nav > .menu-item.active > a {
  color: #5f2d28;
}
#header .icon-shopping-basket {
  color: #292929;
}
#header .icon-shopping-basket:before {
  content: '\f07a';
  font-family: var(--fa6);
  font-weight: 300;
}
#header .icon-shopping-basket:after {
	background-color: var(--theme-color);
	box-shadow: unset;
}
.header-bottom-nav .cart-item {
  margin: 0 !important;
}
.header-bottom-nav .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-size: 20px;
}
#header #logo a {
  padding: 10px 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 75px;
}
#header #logo img {
  max-height: 88px !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-bottom-nav .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-bottom-nav .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-bottom-nav .menu-item:not(.menu-item-has-block) .sub-menu a:hover {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.header-bottom-nav.menu-item:not(.menu-item-has-block)
  .sub-menu
  .menu-item:last-of-type
  a {
  border-bottom: 0;
}
.header-bottom-nav .menu-item:after,
.header-bottom-nav .menu-item:before {
  display: none;
}
.header-bottom-nav .menu-item.menu-item-has-block > .sub-menu {
  box-shadow: none;
  border-top: 1px solid #ddd;
}
#header #header-contact li {
  margin: 0;
}
#header-contact .icon-envelop:before,
#header-contact .icon-phone:before {
  content: '\f0e0';
  font-family: var(--fa6);
  color: var(--theme-color);
  font-size: 16px;
}
#header-contact li i {
  margin-right: 5px;
}
#header-contact .icon-phone {
  animation: shake_ani 1s infinite ease-in-out;
  animation: shake_ani 1s infinite ease-in-out;
}

#header-contact .icon-phone:before {
  content: '\f025';
  font-weight: bold;
}
#header #header-contact li a {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  opacity: 1;
  padding: 0px 30px;
  border-right: 1px solid #ebebec;
  height: 40px;
}
#header #header-contact li:first-of-type a {
  border-left: 1px solid #ebebec;
}
#header #header-contact li:last-of-type a {
  font-size: 16px;
  color: var(--theme-color);
  font-family: var(--bold);
}
#header #header-contact li a:after {
  display: none;
}
#header .searchform .button.icon {
  background-color: transparent;
  border: 0;
  color: var(--theme-color);
  font-size: 14px;
  box-shadow: none;
  margin-top: -3px;
}
#header .searchform input[type='search'] {
  border: 0;
  box-shadow: none;
  width: 200px;
  font-size: 14px;
  height: 40px;
  color: #666;
}
#header .search-form {
  width: auto;
}
/* End header */
#wrapper .button.btn-viewall {
  margin: 0;
  height: 45px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--regular);
  text-transform: uppercase;
  padding: 0 25px;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: var(--theme-color);
  color: #fff;
}
#wrapper .button.btn-viewall::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 {
  color: var(--theme-color);
  box-shadow: none;
}

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

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

.home-news .slider-nav-circle .flickity-button {
	background-color: var(--theme-color2)!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 .box-text {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #e6e6e6;
}
.product-small.box .title-wrapper {
  width: 100%;
}
.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 {
  background-color: #faf7f2;
}
.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: #333;
  margin: 0px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: left;
  font-family: var(--prata);
}
.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;
  justify-content: center;
  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(--regular);
}

.product-small.box .price-wrapper .amount {
  color: var(--theme-color);
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  font-family: var(--medi);
}
.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: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-family: var(--medi);
  font-weight: normal;
  color: #fff;
}
.product-small.col .badge-container .badge {
  margin: 0;
}
.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: 40px;
  height: 40px;
  border-radius: 4px;
  padding: 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-small.col .add-to-cart-button .added_to_cart {
  display: none;
}
.product-small.col .add-to-cart-button a:hover:before {
  animation: shake_ani 1s infinite ease-in-out;
}
.product-small.col .add-to-cart-button a:before {
  content: '\f291';
  font-family: var(--fa6);
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

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

.info-sidebar {
  position: fixed;
  bottom: 0;
  right: -525px;
  width: 380px;
  height: calc(100% - 90px);
  padding: 50px;
  background-color: #102750;
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.info-sidebar p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.admin-bar .info-sidebar {
  height: calc(100% - 122px);
}
.info-sidebar .img {
  max-width: 168px;
  margin-bottom: 30px;
}
.info-sidebar.show {
  visibility: visible;
  right: 0;
}
.info-sidebar .btn-close {
  position: absolute;
  top: 21px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
  cursor: pointer;
}
.info-sidebar .btn-close svg {
  fill: currentColor;
}
/* slider-home */
#main .slider-home .slider .flickity-page-dots {
  bottom: 10px;
  left: 0;
  justify-content: flex-start;
  width: 100%;
}
#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 */
/* sec-home-1 */
.sec-home-1 .box:first-of-type {
  display: flex !important;
  align-items: center;
}
.sec-home-1 .slider > .box {
  opacity: 0;
}
.sec-home-1 .box {
  display: flex;
  align-items: center;
  position: relative;
}
.sec-home-1 .box:before {
  content: '';
  width: 500px;
  height: 570px;
  background-color: rgb(249 240 234);
  position: absolute;
  z-index: -1;
  border-radius: 49% 51% 48% 52% / 54% 50% 50% 46%;
  right: 15%;
  top: 6%;
  opacity: 0.5;
}

.sec-home-1 .box-text {
  order: -1;
  padding: 0 55px 0 0;
}
.sec-home-1 .box-image {
  width: 50%;
  flex-shrink: 0;
  border-radius: 300px 300px 20px 20px;
}

.sec-home-1 h2 {
  font-family: var(--prata);
  font-size: 40px;
  line-height: 1.4;
  margin: 0 0 25px;
}

#wrapper .sec-home-1 .button.btn-viewall {
  margin-top: 40px;
}
.sec-home-1 .box-image img {
  border-radius: 300px 300px 20px 20px;
}

.sec-home-1 .is-selected .box-image img {
  -webkit-animation: 1.2s theme_fadeInleft;
  animation: 1.2s theme_fadeInleft;
}
.sec-home-1 .is-selected h2 {
  -webkit-animation: 1.2s theme_fadeInUp;
  animation: 1.2s theme_fadeInUp;
}
.sec-home-1 .is-selected p {
  -webkit-animation: 1.5s theme_fadeInUp;
  animation: 1.5s theme_fadeInUp;
}
#wrapper .sec-home-1 .is-selected .button.btn-viewall {
  -webkit-animation: 1.5s theme_fadeInUp;
  animation: 1.5s theme_fadeInUp;
}
@keyframes theme_fadeInUp {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes theme_fadeInleft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* End sec-home-1 */
/* sec-home-2 */

.title-home h2 {
  font-size: 40px;
  font-family: var(--prata);
  margin-bottom: 5px;
}
.title-home {
  margin-bottom: 30px;
}
.sec-home-2 .box-category {
  overflow: hidden;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 0 5px 15px 0 rgba(91, 91, 91, 0.15);
  padding: 50px 0 40px;
}
.sec-home-2 .box-category .box-image {
  max-width: 100px;
}
.sec-home-2 .box-category .box-text {
  padding-top: 15px;
  padding-bottom: 0;
}
.sec-home-2 .box-category .header-title {
  text-transform: none;
  font-family: var(--prata);
  font-size: 18px;
  margin: 0;
  color: #292929;
}
.sec-home-2 .box-category:hover .header-title {
  color: var(--theme-color);
}

/* End sec-home-2 */
/* sec-home-3 */
.title-left {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.title-left h2 {
  font-size: 40px;
  color: var(--theme-color);
  margin-bottom: 0;
  flex-shrink: 0;
  margin-right: 30px;
  display: inline-block;
  width: fit-content;
  font-family: var(--prata);
}

.title-left:after {
  content: '';
  flex: 1;
  height: 20px;
  background: url(./images/stripe-title2.png) repeat-x left center/auto 100%;
}

/* End sec-home-3 */
/* sec-home-4 */
.sec-home-4 .col-banner,
.sec-home-4 .product-top {
  padding-bottom: 0;
}

/* End sec-home-4 */
/* sec-newhome */
.home-news .box-blog-post,
.blog-archive .box-blog-post {
  padding-left: 54px;
}
.home-news .box-blog-post .box-text,
.blog-archive .box-blog-post .box-text {
  padding: 25px 0 0;
  position: unset;
}
.box-blog-post .box-text .cat-label {
  margin-bottom: 14px;
  margin-top: 0;
}
.home-news .box-blog-post .post-meta,
.blog-archive .box-blog-post .post-meta {
  opacity: 1;
	font-size: 16px;
	color: var(--theme-color);
    margin: 5px 0 5px 0;
    letter-spacing: 1px;
/*   position: absolute;
  position: absolute;
		line-height: 14px;
  left: 0;
  top: 0;
  padding: 20px;
  letter-spacing: 1px;
  transform: rotate(270deg) translate(-100%, 0);
  -webkit-transform: rotate(270deg) translate(-100%, 0);
  -moz-transform: rotate(270deg) translate(-100%, 0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  background-color: #faf7f2; */
}
#main .home-news {
  padding-bottom: 0;
}

.box-blog-post .box-text .post-title a {
  color: #222;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--prata);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
}

.box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #787878 !important;
  margin: 0;
}
/* End sec-newhome */

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

#main .slider .flickity-page-dots li.is-selected {
  opacity: 1;
  width: 10px;
  height: 10px;
}
#main .slider .flickity-page-dots {
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Footer */

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

.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: var(--theme-color);
  width: 100%;
  text-align: center;
}
#footer {
  background-color: #faf7f2;
  border-top: 1px solid rgb(255 255 255 / 30%);
}
#footer .sec-menu .col-1 p {
	text-align: justify;
}
#footer .sec-menu .col-1 {
	padding-bottom: 0;
}
#footer .sec-menu .col-1 .social-footer i {
	color: var(--theme-color);
	font-size: 20px;
	margin-right: 10px;
}
#footer .sec-menu .col-ha {
	padding-bottom: 0;
}
#footer .sec-menu .row1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e187;
	margin-bottom: 20px;
}
#footer .sec-menu .row1 p {
	display: flex;
	align-items: baseline;
	margin-bottom: 0;
}
#footer .sec-menu .row1 .col {
	padding-bottom: 0;
}
#footer .sec-menu .row1 .col1-ha {
	padding-left: 0;
}
#footer .sec-menu .row1 .col3-ha {
	padding-right: 0;
}
#footer .sec-menu .row1 p i {
	margin-right: 5px;
	color: var(--theme-color);
}
#footer .sec-menu .row2 .ux-menu {
	flex-direction: row;
    justify-content: space-between;
}
#footer .sec-menu .row2 .ux-menu span {
	text-transform: uppercase;
}
#footer .sec-menu {
  padding-bottom: 10px;
  padding-top: 60px;
}
#footer .logo-footer img {
  width: auto;
  height: 50px;
}
#footer .col-1 .stack .img {
  max-width: 50px;
  margin-right: 5px !important;
}
#footer a,
#footer p {
  color: #292929;
}
#footer a:hover {
  text-decoration: underline;
  color: var(--theme-color);
}
#footer .col-2 ul {
  list-style: none;
}
#footer .col-2 ul li {
  margin-left: 0;
  padding-left: 22px;
  color: #292929;
  position: relative;
  font-size: 15px;
}
#footer .col-2 ul li i {
  position: absolute;
  left: 0;
  top: 5px;
}
#footer .menu strong,
#footer .col-2 .text > p,
#footer .col-1 strong {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 18px;
}
#footer .menu ul {
  list-style: none;
}
#footer .menu ul li {
  margin-left: 0;
  padding-left: 22px;
  position: relative;
}
#footer .menu ul li:before {
  content: '\f064';
  font-family: var(--fa6);
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
}

/* End Footer */
/* Page aboutus */
.blog-main {
  padding-top: 60px;
  background-color: #fff;
}
.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: 225px 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(--prata);
  margin-bottom: 12px;
  margin-top: 0;
  text-align: left;
  color: #fff;
}
#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,
.shop-page-title .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;
}
.blog-archive .rank-math-breadcrumb span:nth-of-type(n + 3) {
  display: none;
}
.single .shop-page-title .rank-math-breadcrumb a,
.single .shop-page-title .rank-math-breadcrumb span {
  color: #292929;
}
.rank-math-breadcrumb .separator {
  position: relative;
  margin: 0 10px;
  width: 10px;
  display: inline-block;
  color: #fff;
  opacity: 1;
}
/* blog-archive */

.nav-pagination > li > a,
.nav-pagination > li > span {
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: normal;
  font-family: var(--medi);
  color: var(--theme-color) !important;
}
.nav-pagination > li > span.current {
  color: #fff !important;
}
.nav-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px !important;
}
.nav-pagination > li > a:hover {
  color: #fff !important;
}
.nav-pagination .icon-angle-right:before {
  content: '\f061';
  font-family: var(--fa6);
  font-weight: 300;
}
.nav-pagination .icon-angle-left:before {
  content: '\f060';
  font-family: var(--fa6);
  font-weight: 300;
}
/* End blog-archive */
/* blog-single */

.blog-share {
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  border-top: 2px dotted rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 50px;
}
.blog-share .social-icons {
}
.blog-share .social-icons span {
  font-size: 16px;
  font-weight: normal;
  padding-right: 0;
  margin-bottom: 10px;
  color: #515151;
  font-family: var(--semi);
}
.blog-share a.icon {
  color: var(--theme-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;
}
.single .blog-single {
  padding-top: 60px;
}
.single .blog-single .entry-content {
  padding: 0;
}
.blog-single h1.entry-title {
  font-size: 30px;
  font-family: var(--prata);
}

.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-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 .featured-posts .title-post {
  font-size: 26px;
  margin-bottom: 19px;
  line-height: 1.5;
  font-family: var(--prata);
}

.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: #222;
  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;
}
.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: 225px 15px 50px;
}
.sortbycate {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.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 {
  background-color: #5f2d28b3;
  color: #fff;
}
.sortbycate .order-list a {
  display: inline-block;
  padding: 4px 10px;
  height: 32px;
  border-radius: 6px;
  min-width: 63px;
  background: #fff;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  color: #292929;
}
#shop-sidebar .filter-price {
  position: relative;
  height: fit-content;
}
#shop-sidebar .filter-price .filter-price__title i {
  position: absolute;
  font-size: 18px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
#shop-sidebar .widget .widget-title {
  font-size: 14px;
  cursor: pointer;
  z-index: 1;
  color: #292929;
  display: inline-block;
  position: relative;
  padding: 6px 25px 6px 15px;
  transition: all 0.2s ease-in-out;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 1.3;
  height: 32px;
}
#shop-sidebar .widget .widget-title:hover {
  border-color: var(--theme-color);
}
#shop-sidebar .widget .widget-title:before {
  content: '\f0d7';
  font-family: var(--fa6);
  font-weight: 700;
  position: absolute;
  right: 6px;
}
#shop-sidebar .widget {
  margin-right: 15px;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
#shop-sidebar .widget ul li {
  margin: 0;
}
#shop-sidebar .widget ul li.chosen a {
  background-color: #5f2d28b3;
  color: #fff !important;
}
#shop-sidebar .widget ul li.chosen a:before {
  display: none;
}
#shop-sidebar .widget ul li a:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.widget > ul > li .count {
  display: none;
}

.archive .category-page-row {
  padding-top: 60px;
}
.archive .category-page-row .col-header {
  display: flex;
}
.category-page-row .col-header .title-filter {
  font-size: 14px;
  margin-right: 10px;
}
.category-page-row .col-header .title-filter i {
  font-size: 20px;
}
.category-page-row .col-header #shop-sidebar {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.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-main .product-info .info-web {
  list-style: none;
  margin-top: 30px;
}
.product-main .product-info .info-web li {
  font-size: 14px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
.product-main .product-info .info-web li:before {
  content: '\f336';
  font-family: var(--fa6);
  color: var(--theme-color);
  font-weight: bold;
  position: absolute;
  left: 8px;
}
.vertical-thumbnails::-webkit-scrollbar {
  display: none;
}

.product-gallery .col.large-10 {
  padding-bottom: 0;
}
.vertical-thumbnails {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-main .product-gallery .woocommerce-product-gallery a {
  display: block;
  padding-top: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.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-main {
  padding-top: 60px;
}

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

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

.product-info .price-wrapper ins .amount,
.product-info .price-wrapper span.amount {
  color: var(--theme-color3);
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  font-family: var(--bold);
}
.product-info .price-wrapper del .amount {
  color: #bcc5c0;
  font-size: 16px;
}
.product-info .price {
  margin: 0 0 15px !important;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
#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: 30px;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 40px;
}
.related-products-wrapper .row {
  overflow: unset;
}
.related-products-wrapper .product-section-title {
  text-transform: unset;
  font-size: 30px;
  font-family: var(--prata);
  display: flex;
  align-items: center;
}
.related-products-wrapper .product-section-title:after,
.woocommerce-tabs .nav > li > a:after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: var(--theme-color);
  display: block;
  margin-left: 15px;
}
#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;
}

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

.product-info .single_add_to_cart_button,
.product-info .single_buynow_button {
  background: #222;
  color: #fff;
  border: 1px solid #222;
  opacity: 1;
  box-shadow: unset;
  width: calc(50% - 10px);
  margin: 15px 0 0;
  height: 50px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  font-family: var(--bold);
}
.product-info .single_add_to_cart_button {
  border-color: var(--theme-color);
  background-color: var(--theme-color) !important;
  margin-right: 10px;
}
.product-info .single_add_to_cart_button:hover {
  background-color: var(--theme-color2) !important;
  color: #222;
}
.product-info .single_buynow_button {
  margin-right: 0;
  margin-left: 10px;
  color: #222;
}
.product-info .single_buynow_button:hover {
  background-color: var(--theme-color) !important;
  color: #fff;
}
.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 #ddd;
  width: 100px;
  justify-content: space-between;
  height: 45px;
  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-right: 50%;
  margin-bottom: 0;
}
.quantity input[type='number'] {
  height: 100%;
}
.woocommerce-tabs .nav > li > a {
  font-size: 18px;
  font-weight: normal;
  font-family: var(--bold);
  text-transform: unset;
  font-size: 30px;
  font-family: var(--prata);
  display: flex;
  align-items: center;
  color: var(--theme-color);
}
.woocommerce-tabs .nav > li.active > a:before {
  bottom: 0;
  top: unset;
  opacity: 1;
  display: none;
}
.product-footer .woocommerce-tabs {
  border-top: 1px solid #e5e5e5;
}
#wrapper .product-footer .tabs {
  margin-top: 0;
}
.product-footer .woocommerce-tabs .tab-panels {
  padding-top: 20px;
}
/* End product */
/* page-contact */
.page-contact .img {
  max-width: 500px;
  margin-left: auto;
}

#main .page-contact {
  padding-bottom: 20px;
  padding-top: 20px;
}

.page-contact .info-contact h2 {
  font-size: 40px;
  font-family: var(--prata);
}

.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: var(--theme-color2);
  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 */
/* page-about */
.page-about-1 .col-top h2 {
  font-size: 40px;
  font-family: var(--prata);
  margin-bottom: 15px;
}

.page-about-1 .col-top p {
  max-width: 850px;
  margin: 0 auto 30px;
}

.page-about-1 .col-top {
  padding-bottom: 40px;
}

.page-about-1 .col-bottom .col-inner {
  display: grid;
  grid-template-columns: 33.333% auto;
}
.page-about-1 .col-bottom .title h2 {
  color: #222;
  text-transform: uppercase;
  font-size: 30px;
  font-family: var(--medi);
  width: fit-content;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.page-about-1 .col-bottom .title h2:after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #222;
  display: block;
}
.page-about-1 .col-bottom .content strong {
  font-size: 20px;
}
.page-about-1 .col-bottom .content p {
  text-align: justify;
}
#main .page-about-1 {
  padding-bottom: 30px;
}
.page-about-2 .col-left {
  padding-right: 30px;
}
.page-about-2 .col-right {
  padding-left: 30px;
}
.page-about-2 h3 {
  font-size: 36px;
  font-family: var(--prata);
  margin-bottom: 10px;
}
.page-about-2 .row:nth-of-type(2) .col-left {
  text-align: right;
}
.page-about-2 .image-cover {
  border-radius: 6px;
}
.product-ha1 .product:nth-child(4) {
	display: none;
}
/* End page-about */
@media screen and (max-width: 1199.98px) {
  .sec-home-1 h2,
  .title-left h2 {
    font-size: 32px;
  }
  .title-left {
    margin-bottom: 25px;
  }
  #main .slider-nav-circle .flickity-button.previous {
    left: -20px;
  }
  #main .slider-nav-circle .flickity-button.next {
    right: -20px;
    left: unset;
  }
  .box-blog-post .box-text .post-title a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023.98px) {
}
@media screen and (min-width: 850px) {
  #shop-sidebar .widget ul:before {
    content: '';
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ddd;
    top: -16px;
    display: block;
    left: 17px;
    position: absolute;
    z-index: 3;
  }
  .widget_product_categories
    .product-categories
    > li
    > .children
    > li.show
    .children {
    display: block !important;
  }
  .widget .is-divider,
  .widget .widget {
    display: none;
  }
  #shop-sidebar .widget ul {
    position: absolute;
    max-width: 550px;
    min-width: 400px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
    height: auto;
    z-index: 99;
    top: 40px;
    left: 0;
    -webkit-animation: popover-hide-animation 0.1s cubic-bezier(0.4, 0, 0.6, 1);
    animation: popover-hide-animation 0.1s cubic-bezier(0.4, 0, 0.6, 1);
    background: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / 50%);
    padding: 15px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
  }
  #shop-sidebar .widget.show ul {
    opacity: 1;
    visibility: visible;
    grid: none;
  }
  #shop-sidebar .widget ul li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding: 5px 8px;
    text-transform: capitalize;
    font-weight: 400 !important;
    outline: 0 !important;
    transition: all 0.2s ease-in-out;
    min-height: 36px;
    min-width: 36px;
    position: relative;
  }
  .sec-home-2 .product-category:nth-of-type(2),
  .sec-home-2 .product-category:nth-last-of-type(2) {
    margin-top: 80px;
  }
  .sec-home-2 .product-category:nth-of-type(3) {
    margin-top: 160px;
  }
}

@media screen and (max-width: 849.98px) {
	.mobile-sidebar .search-field {
		border-top-left-radius: 99px;
		border-bottom-left-radius: 99px;
		border-right: unset;
	}
	.mobile-sidebar .searchform .submit-button {
		border-top-right-radius: 99px;
		border-bottom-right-radius: 99px;
		height: 40.11px;
	}
	.mobile-sidebar .searchform .submit-button i {
		color: var(--theme-color);
	}
	#footer .sec-menu .row1 .col1-ha {
		padding-left: 15px;
	}
	#footer .sec-menu .row1 .col3-ha {
		padding-right: 15px;
	}
	#footer .sec-menu .col-1 {
		padding-bottom: 30px;
	}
	#footer .sec-menu .row2 .col {
		padding-bottom: 0;
	}
	#footer .sec-menu .row2 .ux-menu span {
		text-transform: none;
	}
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .single .page-title .page-title-inner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title,
  .single .featured-title .entry-title {
    font-size: 40px;
  }
  .row.blog-top {
    background-color: transparent;
  }
  .blog-archive .blog-main:before,
  .blog-archive .project-main:before {
    opacity: 0.5;
  }
  .row.blog-top .col-left .button.btn-viewall {
    margin: 5px 0 30px;
  }
  .row.blog-top .col-right .img {
    margin-bottom: 0;
  }
  .row.blog-top {
    margin-bottom: 40px;
  }
  .row.blog-top .col-left {
    padding: 15px;
  }
  .blog-share {
    order: 1;
    padding: 0 15px 30px;
  }
  .blog-share .social-icons {
    flex-direction: row;
    justify-content: flex-end;
  }
  .blog-share .social-icons {
    margin-top: 15px;
  }

  .product-footer .blog-share {
    padding: 0;
  }

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

  #main-menu.mobile-sidebar .menu-topmobi {
    order: -2;
    background-color: #fff;
    padding: 0 15px;
  }
  #main-menu.mobile-sidebar .menu-topmobi:nth-of-type(1) {
    border-top: 0;
  }
  #main-menu.mobile-sidebar .menu-topmobi .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 10px;
  }
  #main-menu.mobile-sidebar .menu-topmobi .toggle i {
    font-size: 20px;
  }
  #header .cart-item .header-cart-link {
    background: #004935;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #masthead .image-icon img {
    max-width: 18px;
  }

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

  .off-canvas-right .mfp-content {
    padding: 0;
    margin: 0;
    background-color: var(--theme-color);
    width: 375px;
  }
  .mobile-sidebar .logo-mobile {
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-sidebar .logo-mobile img {
    height: 56px;
    object-fit: contain;
  }
  .mfp-close {
    opacity: 1 !important;
    top: 30px;
    right: 30px;
  }
  .mobile-sidebar .info_menu {
    margin-top: auto;
    display: block;
    padding: 0 30px 30px;
  }
  .mobile-sidebar .info_menu ul {
    list-style: none;
  }
  .mobile-sidebar .info_menu ul li {
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
  }
  .mobile-sidebar .info_menu ul li i {
    position: absolute;
    left: 0;
    top: 5px;
  }
  #main-menu.mobile-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .category-filtering {
    width: 42px;
    height: 42px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 2;
    border: 1px solid #fff;
    border-left: 0;
  }
  .category-filtering 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;
  }
  .sec-home-1 .box-text h2 {
    font-size: 20px;
  }
  .sec-home-1 .box-text p {
    font-size: 14px;
  }
  #wrapper .sec-home-1 .button.btn-viewall {
    margin-top: 15px;
  }
  .title-home h2 {
    font-size: 32px;
  }
  .sec-home-2 .product-cat {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
  }
  .sec-home-2 .product-cat .product-category.col {
/*     width: 40%;
    flex-basis: 40%;
    max-width: 40%; */
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .sec-home-4 .product-bottom .product-small.col:nth-of-type(n + 4),
  .sec-home-5 .product-bottom .product-small.col:nth-of-type(n + 7) {
    display: none;
  }
  #header .header-main,
  #header .stuck .header-main {
    height: 70px !important;
  }
  .sec-home-1 .box-text {
    padding-right: 15px;
  }
  .sec-home-1 h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sec-home-1 .box-text p {
    font-size: 12px;
  }
  .title-home h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.98px) {
	.sec-home-4 .product-bottom .product-small.col:nth-of-type(n + 4) {
		display: block;
	}
	.product-ha1 .product:nth-child(4) {
		display: block;
	}
	.home-news .box-blog-post {
		padding-left: inherit;
	}
	#main .slider-home .slider .flickity-page-dots {
		bottom: -5%;
		left: 50%;
		transform: translateX(-30%);
	}
  .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,
  .single .page-title .page-title-inner {
    padding-bottom: 40px;
    padding-top: 130px;
  }
  .single .blog-single {
    padding-top: 40px;
  }
  #header .header-wrapper:after {
    display: none;
  }
  #header .header-wrapper:before {
    height: 70px;
    right: 70px;
  }
  .mobile-nav .icon-menu {
    margin-right: 5px;
  }
  #header #logo img {
    margin: 0;
  }

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

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