#post-detail {
  padding-bottom: 80px;
}
#post-detail #post-header-area {
  padding: 40px 0;
}
#post-detail #post-header-area .breadcrumbs {
  margin-bottom: 8px;
}
#post-detail #post-header-area .breadcrumbs ul {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: auto;
}
#post-detail #post-header-area .breadcrumbs ul li span,
#post-detail #post-header-area .breadcrumbs ul li a {
  font-size: 16px;
  color: var(--body-text-color);
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
}
#post-detail #post-header-area .breadcrumbs ul li a span {
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
#post-detail #post-header-area .breadcrumbs ul li a span:hover {
  color: var(--hover-color);
}
#post-detail #post-header-area .breadcrumbs ul li.current-page span {
  font-weight: 500;
}
#post-detail #post-header-area .breadcrumbs ul li svg {
  color: var(--body-text-color);
}
#post-detail #post-header-area .post-title-area .post-title {
  color: var(--body-text-color);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}
#post-detail .main-row {
  --gutter-x: 32px;
  --gutter-x2: -32px;
}
#post-detail .main-row .row {
  --gutter-x: 16px;
  --gutter-x2: -16px;
}
#post-detail .post-main .post-thumb {
  margin-bottom: 32px;
  max-width: 100%;
  height: auto;
}
#post-detail .post-main .post-thumb img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
#post-detail .post-main .post-content {
  font-size: 18px;
  color: var(--body-text-color);
  /**
            * Default WISIWYG Editor Styles
            */
}
#post-detail .post-main .post-content #ez-toc-container ul,
#post-detail .post-main .post-content #ez-toc-container ol {
  margin: 0;
}
#post-detail .post-main .post-content iframe {
  max-width: 100%;
  display: block;
}
#post-detail .post-main .post-content p,
#post-detail .post-main .post-content ul,
#post-detail .post-main .post-content ol {
  margin: 24px 0;
}
#post-detail .post-main .post-content h1 {
  font-size: 32px;
}
#post-detail .post-main .post-content h2 {
  font-size: 28px;
}
#post-detail .post-main .post-content h3 {
  font-size: 24px;
}
#post-detail .post-main .post-content h4 {
  font-size: 20px;
}
#post-detail .post-main .post-content h5 {
  font-size: 18px;
}
#post-detail .post-main .post-content h1,
#post-detail .post-main .post-content h2,
#post-detail .post-main .post-content h3,
#post-detail .post-main .post-content h4,
#post-detail .post-main .post-content h5 {
  margin: 12px 0;
  line-height: 1.2;
  font-weight: bold;
  color: var(--body-text-color);
}
#post-detail .post-main .post-content br,
#post-detail .post-main .post-content strong {
  font-weight: bold;
}
#post-detail .post-main .post-content ol {
  list-style: decimal!important;
  padding-left: 24px;
}
#post-detail .post-main .post-content ul {
  padding-left: 24px;
  list-style: disc!important;
}
#post-detail .post-main .post-content a img,
#post-detail .post-main .post-content p img {
  margin-bottom: 24px;
}
#post-detail .post-main .post-content a {
  color: var(--primary-color);
  font-weight: 600;
}
#post-detail .post-main .post-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}
#post-detail .post-main .post-content table {
  border-collapse: collapse;
  margin-bottom: 24px;
  border: 1px solid var(--body-text-color);
  color: var(--body-text-color);
  width: 100%;
}
#post-detail .post-main .post-content table tr {
  border: 1px solid var(--body-text-color);
  width: 100%;
}
#post-detail .post-main .post-content table th,
#post-detail .post-main .post-content table td {
  text-align: left;
  padding: 8px;
  border: 1px solid var(--body-text-color);
}
#post-detail .post-main .post-content .figure.img-full img {
  width: 100%;
}
#post-detail .post-main .post-content .gallery,
#post-detail .post-main .post-content .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
#post-detail .post-main .post-content .gallery .gallery-item,
#post-detail .post-main .post-content .wp-block-gallery .gallery-item,
#post-detail .post-main .post-content .gallery .wp-block-image,
#post-detail .post-main .post-content .wp-block-gallery .wp-block-image {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
#post-detail .post-main .post-content .gallery .gallery-item a,
#post-detail .post-main .post-content .wp-block-gallery .gallery-item a,
#post-detail .post-main .post-content .gallery .wp-block-image a,
#post-detail .post-main .post-content .wp-block-gallery .wp-block-image a {
  display: block;
}
#post-detail .post-main .post-content .gallery .gallery-item a img,
#post-detail .post-main .post-content .wp-block-gallery .gallery-item a img,
#post-detail .post-main .post-content .gallery .wp-block-image a img,
#post-detail .post-main .post-content .wp-block-gallery .wp-block-image a img {
  border: none;
  margin: 0 !important;
  display: block;
}
#post-detail .post-main .post-content .alignleft,
#post-detail .post-main .post-content img.alignleft {
  margin-right: 16px;
  display: inline;
  float: left;
}
#post-detail .post-main .post-content .alignright,
#post-detail .post-main .post-content img.alignright {
  margin-left: 16px;
  display: inline;
  float: right;
}
#post-detail .post-main .post-content .alignnone,
#post-detail .post-main .post-content img.alignnone {
  display: block;
  clear: both;
}
#post-detail .post-main .post-content .aligncenter,
#post-detail .post-main .post-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
#post-detail .rank-math-list-item {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
#post-detail .rank-math-list-item .rank-math-question {
  background-color: #ffffff;
  margin: 0 !important;
  padding: 15px 20px !important;
  cursor: pointer;
  font-size: 17px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}
#post-detail .rank-math-list-item .rank-math-question:hover {
  background-color: #f8f9fa;
}
#post-detail .rank-math-list-item .rank-math-question::after {
  content: '\276F';
  font-size: 14px;
  transition: transform 0.3s ease;
  color: #000;
}
#post-detail .rank-math-list-item .rank-math-question.active::after {
  transform: rotate(90 deg);
}
#post-detail .rank-math-list-item .rank-math-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  background-color: #fff;
}
#post-detail .rank-math-list-item .rank-math-answer p {
  padding: 15px 20px;
  margin: 0;
  line-height: 1.6;
  color: #555;
  border-top: 1px solid #f0f0f0;
}
#post-detail .rank-math-list-item .rank-math-answer.show {
  padding-bottom: 10px;
}
#post-detail .page-text-area {
  text-align: center;
  padding: 120px 0;
}
#post-detail .page-text-area .section-title {
  margin-bottom: 20px;
}
#post-detail .page-text-area .section-text {
  margin-bottom: 40px;
}
#post-detail.archive-page .archive-area {
  --gutter-x: 12px;
  --gutter-x2: -12px;
}
#post-detail.archive-page .archive-area .gen-col-mb {
  margin-bottom: 24px;
}
#post-detail.page-author .author-thumb {
  margin: 0 auto 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
#post-detail.product-single .product-gallery-area .row {
  --gutter-x: 8px;
  --gutter-x2: -8px;
}
#post-detail.product-single .product-gallery-area #big .slick-slide {
  border: 1px solid #efefef;
}
#post-detail.product-single .product-gallery-area #big .slick-slide img {
  aspect-ratio: 1;
  object-fit: cover;
}
#post-detail.product-single .product-gallery-area #small .slick-list {
  padding: 0 !important;
}
#post-detail.product-single .product-gallery-area #small .slick-slide {
  margin: 8px 0;
  border: 1px solid #efefef;
}
#post-detail.product-single .product-gallery-area #small .slick-slide img {
  aspect-ratio: 1;
  object-fit: cover;
  opacity: 0.6;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
#post-detail.product-single .product-gallery-area #small .slick-current img {
  opacity: 1;
}
#post-detail.product-single .product-meta-area {
  padding: 20px 0;
}
#post-detail.product-single .product-meta-area .product_title {
  font-size: 32px;
  color: var(--primary-color);
  margin-bottom: 12px;
  line-height: 1.2;
  font-weight: 400;
}
#post-detail.product-single .product-meta-area .price {
  font-size: 30px;
  color: var(--primary-color);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 28px;
}
#post-detail.product-single .product-meta-area .woocommerce-product-rating .star-rating {
  color: #ffb100;
}
#post-detail.product-single .product-meta-area .woocommerce-product-rating .woocommerce-review-link {
  color: var(--primary-color);
  font-size: 16px;
  margin-left: 8px;
}
#post-detail.product-single .product-meta-area .woocommerce-product-details__short-description {
  font-size: 18px;
  color: #2C2C2C;
  margin-bottom: 24px;
}
#post-detail.product-single .product-meta-area form.cart {
  font-family: var(--main-font);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#post-detail.product-single .product-meta-area .thwepo-extra-options {
  width: 100%;
  border-collapse: collapse;
}
#post-detail.product-single .product-meta-area .thwepo-extra-options tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
#post-detail.product-single .product-meta-area .thwepo-extra-options tr:last-child {
  margin-bottom: 0;
}
#post-detail.product-single .product-meta-area .thwepo-extra-options .value input[type=text] , #post-detail.product-single .thwepof-input-field {
  font-family: var(--main-font);
  font-size: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #ddd;
	    width: 100%;
    max-width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    padding: 5px 10px;
}
#post-detail.product-single .product-meta-area .thwepo-extra-options .value input[type=text]:placeholder , #post-detail.product-single .thwepof-input-field:placeholder {
	color: #555555;
  font-family: var(--main-font);
}
#post-detail.product-single .product-meta-area .thwepo-extra-options td {
  padding: 0;
  width: 100%;
}
#post-detail.product-single .product-meta-area .thwepo-extra-options td.label {
  margin-bottom: 8px;
}
#post-detail.product-single .product-meta-area .thwepo-extra-options label.label-tag {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
}
#post-detail.product-single .product-meta-area .thwepo-extra-options abbr.required {
  color: var(--primary-color);
  text-decoration: none;
  margin-left: 4px;
  font-weight: bold;
}
#post-detail.product-single .product-meta-area .quantity {
  width: 30%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px;
  border: 2px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
#post-detail.product-single .product-meta-area .quantity label.screen-reader-text {
  display: none;
}
#post-detail.product-single .product-meta-area .quantity .qty-btn {
  width: 48px;
  height: 100%;
  border: none;
  border-radius: 4px;
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
#post-detail.product-single .product-meta-area .quantity .qty-btn:hover {
  color: var(--primary-hover-color);
}
#post-detail.product-single .product-meta-area .quantity input.qty {
  width: 100%;
  padding: 8px 16px;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  color: var(--secondary-color);
  background-color: #ffffff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-family: var(--main-font);
}
#post-detail.product-single .product-meta-area .quantity input.qty::-webkit-inner-spin-button,
#post-detail.product-single .product-meta-area .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#post-detail.product-single .product-meta-area .quantity input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
#post-detail.product-single .product-meta-area button.single_add_to_cart_button {
  flex: 1;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background: var(--primary-color);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--main-font);
}
#post-detail.product-single .product-meta-area button.single_add_to_cart_button:hover {
  background: var(--primary-hover-color);
}
#post-detail.product-single .product-meta-area .product_meta {
  margin-top: 32px;
}
#post-detail.product-single .product-meta-area .product_meta .posted_in {
  font-size: 18px;
}
#post-detail.product-single .product-meta-area .product_meta .posted_in a {
  color: var(--primary-color);
}
#post-detail.product-single .product-tab-system {
  margin-top: 80px;
}
#post-detail.product-single .product-tab-system .tab-navs {
  margin-bottom: 40px;
}
#post-detail.product-single .product-tab-system .tab-navs .nav-item {
  padding: 4px 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  border-bottom: 2px solid transparent;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
#post-detail.product-single .product-tab-system .tab-navs .nav-item.active {
  border-bottom: 2px solid var(--text-color);
}
#post-detail .product-list-area {
  --gutter-x: 12px;
  --gutter-x2: -12px;
}
.product-filter {
  margin-bottom: 24px;
  display: flex;
  justify-content: end;
}
.product-filter select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #531918;
  border-radius: 8px;
  padding: 10px 40px 10px 14px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
}
.page-content .woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.page-content .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 8px;
}
.page-content .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px;
  background: #f7f7f7;
  color: var(--primary-color);
  border: 1px solid #eee;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.page-content .woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--primary-hover-color);
  color: #fff;
}
.page-content .woocommerce-MyAccount-navigation ul li.is-active a {
  background: var(--primary-color);
  color: #fff;
}
.page-content .woocommerce-MyAccount-content {
  flex: 1;
  min-width: 300px;
  border: 1px solid #eee;
  padding: 20px;
  box-sizing: border-box;
}
.page-content .woocommerce-MyAccount-content h2,
.page-content .woocommerce-MyAccount-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.page-content .woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
}
.page-content .woocommerce-orders-table th,
.page-content .woocommerce-orders-table td {
  border: 1px solid #eee;
  padding: 10px;
  text-align: left;
}
.page-content .woocommerce-orders-table th {
  background: #f7f7f7;
}
.page-content .woocommerce form .form-row {
  margin-bottom: 15px;
}
.page-content .woocommerce form .form-row label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.page-content .woocommerce form .form-row input.input-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.page-content .woocommerce button.button,
.page-content .woocommerce a.button,
.page-content .woocommerce input.button {
  background: #111;
  color: #fff;
  border: 1px solid #111;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.2s ease;
	margin: 8px 4px;
	font-weight: 400;
  background-color: var(--primary-color);
}
.page-content .woocommerce button.button:hover,
.page-content .woocommerce a.button:hover,
.page-content .woocommerce input.button:hover {
  background: #fff;
  color: #111;
}
.woocommerce-Address-title {
	margin-top:20px;
}
.page-content .woocommerce address {
	font-size:16px;
	font-style:normal;
	margin:10px 0px;
}
.post-card {
  background-color: var(--bg-soft-color);
  min-height: 100%;
  padding: 8px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  position: relative;
}
.post-card .card-thumb {
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.post-card .card-thumb img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.post-card .card-text-area {
  padding: 16px 8px;
}
.post-card .card-text-area .card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--body-text-color);
  line-height: 1.2;
  margin-bottom: 8px;
}
.post-card .card-text-area .card-text {
  color: var(--body-text-color);
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card:hover .card-thumb img {
  scale: 1.1;
}
#meta-products-slider {
  margin-top: 60px;
}
#meta-products-slider .section-title-area {
  margin-bottom: 40px;
  gap: 24px;
}
#meta-products-slider .section-title-area::after {
  content: '';
  flex: 1;
  height: 1px;
  display: block;
  background-color: var(--primary-color);
}
#meta-products-slider .section-title-area .section-title {
  width: fit-content;
}
#meta-products-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  padding: 0;
}
#meta-products-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--bg-dark-color);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
#meta-products-slider .slick-dots li.slick-active button {
  background-color: var(--primary-color);
}
#meta-products-slider .meta-products-slick .slick-track {
  display: flex !important;
}
#meta-products-slider .meta-products-slick .slick-slide {
  height: auto !important;
  display: flex !important;
}
#meta-products-slider .meta-products-slick .slick-slide > div {
  display: flex;
  width: 100%;
}
#meta-products-slider .meta-products-slick .slick-slide {
  margin: 0 16px;
  height: 100%;
}
#meta-products-slider .meta-products-slick .slick-list {
  margin: 0 -16px;
}
#section-quality-area {
  margin-bottom: 80px;
}
#section-quality-area .quality-boxes-area {
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 20px;
}
#section-campaign-banner {
  margin-top: 120px;
}
.shop-text-area {
  margin-top: 120px;
}
.pagination {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: var(--primary-color);
}
.pagination ul li.active span,
.pagination ul li.active a {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--body-text-color);
  font-size: 16px;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sidebar-area .sidebar-form-area {
  background-color: var(--bg-dark-color);
  padding: 40px 24px 32px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
#sidebar-area .sidebar-form-area .form-title-area {
  margin-bottom: 20px;
}
#sidebar-area .sidebar-form-area .form-title-area .text {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#sidebar-area .sidebar-form-area form {
  position: relative;
}
#sidebar-area .sidebar-form-area form .row {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#sidebar-area .sidebar-form-area form .input-area {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
#sidebar-area .sidebar-form-area form .input-area .form-in {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: none;
  padding: 0 20px;
  font-size: 16px;
  color: var(--body-text-color);
  border: 2px solid #fff;
  width: 100%;
  height: 60px;
  -webkit-appearance: none;
  font-family: var(--main-font);
}
#sidebar-area .sidebar-form-area form .input-area .form-in::placeholder {
  color: #555555;
  font-family: var(--main-font);
}
#sidebar-area .sidebar-form-area form .input-area textarea.form-in {
  padding: 20px;
  height: 160px;
  resize: none;
}
#sidebar-area .sidebar-form-area form .button-area {
  position: relative;
}
#sidebar-area .sidebar-form-area form .form-button {
  border: none;
  cursor: pointer;
  color: #fff;
  height: 60px;
  padding: 0 20px;
  font-size: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-family: var(--main-font);
  width: 100%;
  background-color: var(--primary-color);
  -webkit-appearance: none;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sidebar-area .sidebar-form-area form .form-button:hover {
  background-color: var(--secondary-color);
}
/** Custom WooCommerce Codes Start */
.woocommerce #reviews #comments h2 {
  margin-bottom: 24px;
  color: var(--title-color);
}
.woocommerce #review_form_wrapper #reply-title {
  margin-bottom: 12px;
  color: var(--title-color);
  font-weight: 500;
  display: block;
}
.woocommerce #review_form #respond .form-submit input {
  background-color: var(--primary-color);
  color: #fff;
  font-family: var(--main-font);
  font-weight: 500;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce #review_form #respond .form-submit input:hover {
  background-color: var(--primary-hover-color);
}
.button.wc-forward {
  background-color: #606260 !important;
  color: #fff !important;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 4px 12px;
	font-size:16px;
}
.button.wc-forward:hover {
  background-color: var(--primary-hover-color) !important;
}
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  position: relative;
  margin: 0 0 2em;
  background-color: #f1f1f1;
  color: #515151;
  border-top: 3px solid #1e85be;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border-radius: 4px;
}
.woocommerce-info::after,
.woocommerce-message::after,
.woocommerce-error::after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce-info__icon,
.woocommerce-message__icon,
.woocommerce-error__icon {
  margin-right: 0.5em;
  font-family: "WooCommerce";
}
.woocommerce-info__button,
.woocommerce-message__button,
.woocommerce-error__button {
  float: right;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce-info__button:hover,
.woocommerce-message__button:hover,
.woocommerce-error__button:hover {
  text-decoration: underline;
}
.woocommerce-info.woocommerce-error,
.woocommerce-message.woocommerce-error,
.woocommerce-error.woocommerce-error {
  border-top-color: #b81c22;
}
.woocommerce-info.woocommerce-message,
.woocommerce-message.woocommerce-message,
.woocommerce-error.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-info .restore-item,
.woocommerce-message .restore-item,
.woocommerce-error .restore-item {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-error .button {
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
/** Custom WooCommerce Codes End */

/* Checkout  */
#post-detail.page-template-checkout form.checkout .form-row.form-row-first, #post-detail.page-template-checkout form.checkout .form-row.form-row-last {
	width:50% !important;;
}
#post-detail.page-template-checkout form.checkout .form-row {
	margin-bottom:8px;
}
@media (max-width: 1441.98px) {
  #post-detail .main-row {
    --gutter-x: 15px;
    --gutter-x2: -15px;
  }
  #post-detail #post-header-area {
    padding: 32px 0;
  }
  #post-detail #post-header-area .post-title-area .post-title {
    font-size: 32px;
  }
  #post-detail #post-header-area .breadcrumbs ul li span,
  #post-detail #post-header-area .breadcrumbs ul li a {
    font-size: 16px;
  }
  #post-detail .page-text-area {
    padding: 80px 0;
  }
  #post-detail .page-text-area .page-title {
    font-size: 44px;
    margin-bottom: 15px;
  }
  #post-detail .page-text-area .page-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #post-detail.product-single .product-meta-area .product_title {
    font-size: 28px;
  }
  #post-detail.product-single .product-tab-system {
    margin-top: 60px;
  }
  #post-detail.product-single .product-tab-system .tab-navs {
    margin-bottom: 32px;
  }
  #post-detail.product-single .product-tab-system .tab-navs .nav-item {
    padding: 4px 16px;
    font-size: 16px;
  }
  #sidebar-area .sidebar-form-area .form-title-area {
    margin-bottom: 30px;
  }
  #sidebar-area .sidebar-form-area form .input-area {
    margin-bottom: 15px;
  }
  #sidebar-area .sidebar-form-area form .input-area .form-in {
    height: 52px;
  }
  #sidebar-area .sidebar-form-area form .form-button {
    height: 52px;
  }
  #section-quality-area {
    margin-bottom: 60px;
  }
  #section-campaign-banner {
    margin-top: 80px;
  }
  .shop-text-area {
    margin-top: 80px;
  }
}
@media (max-width: 1199.98px) {
  #post-detail #post-header-area .post-header .post-title {
    font-size: 32px;
  }
  #sidebar-area .sidebar-form-area .form-title-area {
    margin-bottom: 20px;
  }
  #sidebar-area .sidebar-form-area form .input-area {
    margin-bottom: 10px;
  }
  #sidebar-area .sidebar-form-area form .input-area .form-in {
    height: 48px;
  }
  #sidebar-area .sidebar-form-area form .form-button {
    height: 48px;
  }
}
@media (max-width: 991.98px) {
  #post-detail {
    padding-bottom: 60px;
  }
  #post-detail #post-header-area {
    padding: 24px 0;
  }
  #post-detail #post-header-area .post-title-area .post-title {
    font-size: 28px;
  }
  #post-detail #post-header-area .breadcrumbs ul li span,
  #post-detail #post-header-area .breadcrumbs ul li a {
    font-size: 14px;
  }
  #post-detail .page-text-area {
    padding: 60px 0;
  }
  #post-detail .page-text-area .page-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
  #post-detail .page-text-area .page-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #post-detail .product-list-area {
    --gutter-x: 8px;
    --gutter-x2: -8px;
  }
  #post-detail .product-list-area .gen-col-mb {
    margin-bottom: 24px;
  }
  #post-detail.product-single .product-meta-area .woocommerce-product-details__short-description {
    font-size: 16px;
  }
  #post-detail.product-single .product-meta-area form.cart {
    gap: 16px 8px;
  }
  #post-detail.product-single .product-meta-area .quantity {
    width: 40%;
    gap: 8px;
  }
  #post-detail.product-single .product-meta-area .quantity input.qty {
    padding: 8px;
  }
  #post-detail.product-single .product-tab-system {
    margin-top: 40px;
  }
  #post-detail.product-single .product-tab-system .tab-navs {
    margin-bottom: 24px;
  }
  #post-detail.product-single .product-tab-system .tab-navs .nav-item {
    padding: 4px 12px;
  }
  .pagination ul li {
    margin-right: 5px;
  }
  .pagination ul li span,
  .pagination ul li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  #sidebar-area {
    margin-top: 40px;
  }
  #section-quality-area {
    margin-bottom: 40px;
  }
  #section-campaign-banner {
    margin-top: 60px;
  }
  .shop-text-area {
    margin-top: 60px;
  }
}
@media (max-width: 767.98px) {
  #post-detail #post-header-area {
    padding: 20px 0;
  }
  #post-detail .post-main .post-content {
    font-size: 16px;
  }
  #post-detail .post-main .post-content h1 {
    font-size: 28px;
  }
  #post-detail .post-main .post-content h2 {
    font-size: 24px;
  }
  #post-detail .post-main .post-content h3 {
    font-size: 20px;
  }
  #post-detail .post-main .post-content h4 {
    font-size: 18px;
  }
  #post-detail .post-main .post-content h5 {
    font-size: 16px;
  }
  #post-detail .post-main .post-content p,
  #post-detail .post-main .post-content ul,
  #post-detail .post-main .post-content ol {
    margin: 16px 0;
  }
  #post-detail .post-main .post-content .gallery,
  #post-detail .post-main .post-content .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  #post-detail .page-text-area {
    padding: 30px 0;
  }
  #post-detail .page-text-area .page-title {
    font-size: 28px;
  }
  #sidebar-area .sidebar-form-area form .input-area .form-in {
    height: 44px;
  }
	#post-detail.page-template-checkout form.checkout .form-row.form-row-first, #post-detail.page-template-checkout form.checkout .form-row.form-row-last {
	width:100% !important;
}
}
@media (max-width: 575px) {
  #post-detail.product-single .product-tab-system .tab-navs {
    margin-bottom: 16px;
  }
  #post-detail.product-single .product-tab-system .tab-navs .nav-item {
    padding: 4px 8px;
  }
}
