:root {
  --theme-color: #fbab17;
  --theme-color2: #f77c20;
  --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;
}

.add_to_cart_button.added {
	display: block;
}
.product-small.col .add-to-cart-button .added_to_cart {
	display: none;
}

.search-no-results .page-content .search-field {
	border-top-left-radius: 99px;
	border-bottom-left-radius: 99px;
}
.search-no-results .page-content .submit-button {
	border-top-right-radius: 99px;
	border-bottom-right-radius: 99px;
}

.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 .header-bg-color {
  background: linear-gradient(1deg, #fbab173d 0%, #fbab17 100%);
}
#wrapper #logo img {
  max-height: 50px !important;
}
#top-bar .nav .menu-item a {
  font-size: 14px;
  color: #fff;
  opacity: 1;
}
#top-bar .nav .menu-item a:hover {
  color: var(--theme-color2);
}
#top-bar .nav .menu-item {
  margin: 0 10px;
}
.hotline-top {
  font-size: 14px;
  font-family: var(--medi);
}
.hotline-top a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 15px;
  background-color: var(--theme-color2);
  color: #fff;
  font-family: var(--semi);
  border: 1px solid var(--theme-color2);
  transition: all 0.3s;
}
.hotline-top a:hover {
  color: var(--theme-color2);
  background-color: #fff;
}
#header .header-vertical-menu__opener {
  background: #fff;
  padding: 10px 10px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
#header .header-vertical-menu__opener:hover {
  background-color: var(--theme-color2);
  color: #fff;
}
#header .header-vertical-menu__opener .icon-angle-down {
  display: none;
}
#header .header-vertical-menu__opener .header-vertical-menu__title {
  flex: unset;
  font-weight: normal;
  font-family: var(--semi);
}
#header .header-vertical-menu__opener .icon-menu {
  font-size: 20px;
}
#header .icon-menu:before {
  content: '\f0c9';
  font-family: var(--fa6);
}
#header .search-form {
  max-width: 530px;
  flex: 1;
  margin-right: 20px !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-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: #fff;
  padding: 19px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--bold);
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-bottom-nav > .menu-item > a:hover {
  color: #fff !important;
}
.header-bottom-nav > .menu-item > a .box-menu {
  display: none;
}
.header-bottom-nav > .menu-item.active > a {
  color: #fff;
}
.header-bottom-nav > .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-bottom-nav > .menu-item > a:hover:before {
  opacity: 1;
  width: 100%;
  transition: all 0.5s;
}
.header-bottom-nav .header-cart-icon {
  background: #004935;
  width: 39px;
  height: 39px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-bottom-nav .header-cart-icon img {
  width: 18px;
  min-width: auto;
}
.header-bottom-nav .cart-item {
  margin: 0 !important;
}
.header-bottom-nav .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-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 .searchform .button.icon {
  background-color: #fff;
  border: 0;
  color: var(--theme-color);
  font-size: 16px;
  box-shadow: none;
  width: 50px;
  height: 50px;
  border-radius: 0 12px 12px 0;
}
#header .searchform input[type='search'] {
  border: 0;
  box-shadow: none;
  height: 50px;
  color: #333;
  border-radius: 12px 0 0 12px;
  font-size: 14px;
}
#header .searchform input[type='search']:placeholder {
  color: #333;
  opacity: 1;
}
#header .header-cart-link {
  background-color: var(--theme-color2);
  color: #fff;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: normal;
  font-size: 14px;
}
#header .header-cart-link .image-icon {
  margin-left: 0;
  height: 30px;
}
#header .header-cart-link .image-icon img {
  filter: brightness(0) invert(1);
}
#header .header-cart-link:hover {
  color: var(--theme-color2);
  background-color: #fff;
}
#header .header-cart-link:hover img {
  filter: unset;
}
/* End header */
#wrapper .button.btn-viewall {
  margin: 0;
  height: 45px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--medi);
  text-transform: uppercase;
  padding: 0 25px;
  border: 1px solid var(--theme-color2);
  border-radius: 4px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: var(--theme-color2);
}
#wrapper .button.btn-viewall::before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 38px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  transform-origin: center;
  transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}
#wrapper .button.btn-viewall::after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  background-color: var(--theme-color2);
  top: -14px;
  left: -9px;
  transform: rotate(37deg);
}
#wrapper .button.btn-viewall:hover {
  color: #fff;
  box-shadow: none;
}

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

.slider-nav-circle .flickity-button {
  width: 45px !important;
  height: 45px;
  box-shadow: 0px 3px 6px #00000029 !important;
  top: 45% !important;
  margin-top: 0 !important;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  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;
}
.product-small.box:hover {
  box-shadow: 0 0px 2px 0 var(--theme-color), 0 0px 6px 0px var(--theme-color);
}

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

.product-small.box .price-wrapper .amount {
  color: var(--theme-color2);
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  font-family: var(--semi);
}
.product-small.col .badge-container {
  margin-top: 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;
}
.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;
}
.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;
}
/* sec-home1 */
.home #main {
  background-color: #f5f5f5;
}
.sec-home1 .col-grid .col-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 10px;
}
.sec-home1 .col-grid .img {
  margin-bottom: 0;
  border-radius: 6px;
  overflow: hidden;
}
.sec-home1 .col-grid .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sec-home1 .col-grid .img-inner {
  height: 100%;
}
.sec-home1 .col-grid .img:first-of-type {
  grid-row: span 2;
}
/* End sec-home1 */
/* sec-home2 */
.sec-home2 .col-cate > .col-inner,
.col-product > .col-inner,
.sec-news .col-blogs > .col-inner {
  background-color: #fff;
  padding: 20px 12px 20px 12px;
  border-radius: 5px;
}
.sec-home2 .col-cate .product-category .image-cover {
  background-color: #f4f4f4;
  border-radius: 50px;
}
.sec-home2 .product-category .box-text {
  padding: 10px 0;
}
.sec-home2 .product-category .box-text-inner h5 {
  font-size: 15px;
  font-family: var(--regular);
  text-transform: none;
  margin: 0;
}
.sec-home2 .product-category:hover h5 {
  color: var(--theme-color);
}
#main .sec-home2 {
  padding-top: 10px;
}
.title h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
/* End sec-home2 */
/* sec-home3 */
#main .sec-home3 {
  padding-top: 0;
  padding-bottom: 30px;
}
#main .banner-full {
  padding-top: 0;
}
/* End sec-home3 */
.banner-home {
  border-radius: 5px;
  overflow: hidden;
}
/* sec-news */
#main .sec-news .blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 15px;
}
.sec-news .blog-grid .post-item:first-of-type {
  grid-column: span 2;
  grid-row: span 2;
}
.sec-news .blog-grid .post-item:first-of-type .image-cover {
  padding-top: 75% !important;
}
.sec-news .blog-grid .post-item:first-of-type .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 70%
  );
  padding: 30px;
  border-radius: 0 0 6px 6px;
}
.sec-news .blog-grid .post-item:nth-of-type(n + 2) .from_the_blog_excerpt {
  display: none;
}
.sec-news .blog-grid .post-item:first-of-type .post-title a {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}
.sec-news .blog-grid .post-item:first-of-type .from_the_blog_excerpt {
  color: #fff;
}
.sec-news .blog-grid .post-item {
  padding: 0;
}
.sec-news .blog-grid .post-item:nth-of-type(n + 2) .box-text {
  padding: 4px;
}
.sec-news .blog-grid .post-item:nth-of-type(n + 2) .post-title a {
  margin-bottom: 0;
}
.sec-news .blog-grid .image-cover {
  border-radius: 6px;
}
.sec-news {
  text-align: center;
}
/* 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-color2);
}
.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;
}
/* 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: #000;
  border-top: 1px solid #e1e1e187;
}
.absolute-footer .copyright-footer {
  color: #e1e1e1;
  width: 100%;
  text-align: center;
}
#footer .form-footer .wpcf7 .wpcf7-not-valid-tip {
	background-color: unset;
	margin-top: -20px;
	font-size: 13px;
}
#footer .form-footer .wpcf7 .wpcf7-not-valid-tip:after {
	display: none;
}
#footer .form-footer .wpcf7-response-output {
	display: none;
}
#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: #000;
  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 .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-color2);
  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: #fff;
  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 .badge.post-date {
  right: 30px;
  left: unset;
  top: -37px;
}
.blog-archive .box-blog-post .badge .badge-inner {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 6px solid #fff;
  background-color: var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.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;
}
.nav-pagination > li > span.current {
  color: #fff !important;
}
.nav-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px !important;
}
.nav-pagination > li > a:hover {
  color: #fff !important;
}
.nav-pagination .icon-angle-right:before {
  content: '\f061';
  font-family: var(--fa6);
  font-weight: 300;
}
.nav-pagination .icon-angle-left:before {
  content: '\f060';
  font-family: var(--fa6);
  font-weight: 300;
}
/* End blog-archive */
/* blog-single */

.blog-share {
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  border-top: 2px dotted rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 50px;
}
.blog-share .social-icons {
}
.blog-share .social-icons span {
  font-size: 16px;
  font-weight: normal;
  padding-right: 0;
  margin-bottom: 10px;
  color: #515151;
  font-family: var(--semi);
}
.blog-share a.icon {
  color: var(--theme-color2);
  font-size: 18px;
  margin: 5px 10px;
}
.single .featured-title .page-title-inner {
  min-height: unset !important;
  padding: 280px 15px 180px;
}
.single .featured-title .entry-title {
  font-size: 50px;
  font-family: var(--garamond);
  margin-bottom: 0;
}
.header-single {
  margin-bottom: 60px;
}
.single .blog-single .entry-content {
  padding: 0;
}
.blog-single h1.entry-title {
  font-size: 28px;
}
.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 {
  background-color: var(--theme-color2);
  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-color2);
  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(251 171 23 / 20%);
}
.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);
}

#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: 50%;
  transform: translateY(-50%);
  opacity: 1;
  width: 40px !important;
  height: 40px;
  padding: 10px;
}

#main .related-products-wrapper .flickity-button.previous {
  left: 10px !important;
  right: unset!important;
  border: 2px solid #c3c3c3;
  border-radius: 99px;
}

#main .related-products-wrapper .flickity-button.next {
  right: 10px !important;
  border: 2px solid #c3c3c3;
  border-radius: 99px;
}
/* #main .related-products-wrapper:hover .flickity-prev-next-button {
	transform: unset!important;
} */

#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-color2);
  background-color: var(--theme-color2);
  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: '';
  position: absolute;
  left: 0;
  width: 60px;
  height: 100%;
  top: 0;
  border-radius: 4px 0 0 4px;
  background: #fff url(/wp-content/uploads/2023/08/cart.svg) no-repeat center;
  background-size: 30px;
}
#main .product-info .single_add_to_cart_button:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.product-info form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
.product-info form.cart .woocommerce-variation {
  display: none;
}
.product-info .single_variation_wrap {
  width: 100%;
}
.quantity .button {
  background-color: transparent !important;
  border: none !important;
}
.quantity input {
  box-shadow: none;
  border: none !important;
  background: transparent;
}
.quantity {
  border-radius: 4px;
  border: 1px solid var(--theme-color2);
  width: 100px;
  justify-content: space-between;
  height: 50px;
  align-items: center;
}
.quantity .button.minus {
  border-radius: 4px 0 0 4px;
  width: 25px;
  font-size: 16px;
  box-shadow: none;
}
.quantity .button.plus {
  border-radius: 0 4px 4px 0;
  width: 25px;
  font-size: 16px;
  box-shadow: none;
}
.product-info .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 10px;
}
.product-info .quantity {
  margin-bottom: 0;
}
.quantity input[type='number'] {
  height: 100%;
}
.woocommerce-tabs .nav > li > a {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  font-family: var(--semni);
  border: 1px solid var(--theme-color2);
  border-radius: 6px;
  padding: 7px 15px;
}
.woocommerce-tabs .nav > li.active > a {
  background-color: var(--theme-color2);
  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-color2);
  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;
}
.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-color2);
  border-radius: 5px;
  color: var(--theme-color2);
  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-color2);
  border-radius: 5px;
}
.product-footer .box-noibat .title p {
  background-color: var(--theme-color2);
  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 */
.page-about1 .col-left h2,
.page-about2 .row-bottom h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.page-about1 .col-left ul {
  display: flex;
  list-style: none;
  gap: 50px;
  margin-bottom: 0;
  margin-top: 20px;
}
.page-about1 .col-left ul li {
  margin-left: 0;
  font-size: 18px;
  color: #000;
  font-family: var(--medi);
}
.page-about1 .col-left li i {
  margin-right: 7px;
}
.page-about1 .col-left {
  padding-right: 80px;
}
.page-about2 .title h2 {
  font-size: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.page-about2 .stack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
.page-about2 .stack .icon-box {
  padding: 50px 18px 18px 18px;
  box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.058823529411764705);
  text-align: center;
}
.page-about2 .icon-box-img {
  max-width: 48px;
  margin: 0 auto 26px;
}
.page-about2 .icon-box-text h3 {
  font-family: var(--medi);
  font-size: 22px;
}
.page-about2 .icon-box-text p {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.page-about2 .row-top {
  margin-bottom: 80px;
}
.page-about2 .row-bottom .col-left .col-inner {
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.10196078431372549);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 64px 46px 90px 40px;
  width: 120%;
  z-index: 9;
  background-color: #fff;
}
.page-about2 .row-bottom .col-left ul {
  list-style: none;
}
.page-about2 .row-bottom .col-left li {
  margin-left: 0;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
.page-about2 .row-bottom .col-left li:last-of-type,
.page-about2 .row-bottom .col-left ul {
  margin-bottom: 0;
}
.page-about2 .row-bottom .col-left li:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  left: 0;
  position: absolute;
  background: url(./images/icon.svg) no-repeat center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}
/* End page-about */

/* 	404 */
	
.error404 .col-404 .box-image {
	width: 45%;
	margin-bottom: 15px;
}
.error404 .col-404 .page-title {
	font-size: 1.25em;
}
.error404 .col-404 p {
	font-size: 18px;
}
.error404 .col-404 a.btn-ha {
	background-color: var(--theme-color);
	border-radius: 99px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
	display: unset;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	box-shadow: unset;
}
.error404 .site-main {
	padding-top: 0;
}
.error404 .error-404 {
	margin-bottom: 20px;
}
	
/* 	end 404 */

/* page-contact */
.page-contact .img {
  max-width: 500px;
  margin-left: auto;
}
#main .page-contact {
  padding-bottom: 0;
}
.page-contact .info-contact h2 {
  font-size: 40px;
}
.page-contact .info-contact ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 50px;
}
.page-contact .info-contact ul li {
  margin-left: 0;
  padding-left: 42px;
  position: relative;
}
.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;
  position: absolute;
  left: 0;
  top: -4px;
}
.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) {
  #header .header-bottom-nav.nav-right li {
    margin: 0 10px;
  }
  #shop-sidebar .widget-title {
    font-size: 15px;
  }
}
@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) {
	#main-menu .search-field {
		border-top-left-radius: 99px;
    	border-bottom-left-radius: 99px;
		box-shadow: unset;
		border-right: unset;
	}
	#main-menu .submit-button {
		background-color: white;
		border-top-right-radius: 99px;
		border-bottom-right-radius: 99px;
		border-left: unset;
		border-color: #ddd;
	}
	#main-menu .submit-button .icon-search {
		color: #333;
	}
	#main-menu .sidebar-menu {
		padding: 0;
	}
	.product-main .product-info {
		padding-top: 30px;
	}
	.single-post .entry-content img {
		display: block;
		margin: auto;
	}
	.single-post .post-sidebar .list-post {
		display: flex;
    	flex-wrap: wrap;
		justify-content: space-between;
	}
	.single-post .post-sidebar .list-post .box {
		flex-basis: 48%;
		margin: 0;
	}
	.post-sidebar .featured-posts .box-blog a {
		flex-direction: column;
		border-bottom: unset;
	}
	.post-sidebar .featured-posts .box-blog .box-image {
		width: 100%;
	}
	.post-sidebar .featured-posts .box-blog .box-text {
		padding: 10px 0 10px 0;
	}
  .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;
  }
  .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;
  }
  #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: #fff;
    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: 2;
    border: 1px solid #fff;
    border-left: 0;
  }
  .category-filtering .inline-block {
    display: none;
  }
  .category-filtering strong {
    display: none;
  }
  .category-filtering .filter-button {
    margin: 0;
  }
  .blog-featured-title + #main .post-sidebar {
    padding-left: 15px;
  }
  .sec-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;
  }
  .page-about1 .col-left {
    padding-right: 15px;
  }
  #wrapper .page-about1 {
    min-height: unset;
  }
  .page-about1 .col-left h2,
  .page-about2 .row-bottom h2,
  .page-about2 .title h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .page-about2 .stack {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-about2 .row-bottom .col-left .col-inner {
    width: 150%;
  }
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.98px) {
	.single-post .post-sidebar .list-post {
		display: block;
	}
	.related-products-wrapper .flickity-prev-next-button svg {
		max-width: 60%;
	}
	.product-info .quantity {
		height: 40px;
	}
	.related-products-wrapper {
		padding-top: 0;
	}
  .shop-page-title .rank-math-breadcrumb a, .shop-page-title .rank-math-breadcrumb span{
    font-size:13px;
  }
  .sec-news .blog-grid .post-item:first-of-type .post-title a{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sec-news .blog-grid .post-item:nth-of-type(n + 2) .box-text{
    padding: 14px 0 0;
  }
  .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;
  }
  #main .product-info {
    padding-top: 30px;
  }
  .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-about2 .row-bottom .col-left .col-inner {
    width: 100%;
    padding: 25px;
  }
  .page-about2 .stack {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-about1 .col-left h2,
  .page-about2 .row-bottom h2,
  .page-about2 .title h2 {
    font-size: 24px;
  }
  #wrapper .page-about2 {
    padding-bottom: 20px;
  }
  #wrapper .page-about2 .row-bottom .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .page-about1 .col-left ul {
    gap: 0 20px;
    flex-direction: column;
  }
  .page-contact .info-contact h2 {
    font-size: 24px;
  }
  .page-contact .form-contact .col-content {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
  }
  .sec-news .blog-grid .image-cover {
    padding-top: 56.25% !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);
  }
}
