/* 
    Theme Name: Katy Harvest Company & Confectionery
    Author: Fixmywebs
    Author URI: https://fixmywebs.com/
    Version: 1.0
*/



* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #e34f4d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rowdies", sans-serif;
  font-weight: 700;
}

.btn {
  background-color: #06683a;
  color: #ffffff;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-radius: 20px;
  transition: all ease-in-out 0.2s;
}

.btn:hover {
  background-color: #86be3e;
  color: #ffffff;
}

.btn2 {
  background-color: #fff;
  color: #39a0a7;
  padding: 14px clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-radius: 20px;
  transition: all ease-in-out 0.2s;
}

.btn2:hover {
  background-color: #5a3956;
  color: #fff;
}

.container-fluid {
  padding: 0 110px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: #00000047; */
  z-index: 9;
}

header .container-fluid {
  padding: 0 60px;
}

header .row {
  align-items: center;
  padding: 15px 0;
  margin-top: 0;
}

header p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}

header p a {
  color: #fff;
}

header .logo img {
  width: 150px;
}

header .nav ul li {
  display: inline-block;
  margin: 0 30px 0 0;
}

header .nav ul li a {
  color: #fff;
  transition: all ease 0.2s;
  font-weight: 600;
  font-size: 16px;
}

header .nav ul li a:hover {
  color: #87bc45;
}

header .header-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

header .header-btn img {
  width: 30px;
}

header .header-bottom {
  /* background-color: #ffffff; */
  border-radius: 8px;
  padding: 10px 40px 10px;
}

.banner {
  position: relative;
  padding: 250px 0 199px;
}

.mobile-header {
  display: none;
}

.banner {
  position: relative;
  width: 100%;
  /* height: 100vh; */
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #00000045; */
  pointer-events: none;
}

.banner video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 2;
}

.about {
  background-color: #ffecf0;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.about .row {
  align-items: center;
  position: relative;
  z-index: 2;
}

.about .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.about .content {
  padding-left: 40px;
}

.about .content h1 {
  color: #87bc45;
  font-size: 55px;
}

.about .content .btn {
  background-color: #06683a;
  margin-top: 20px;
}

.about .content .btn:hover {
  background-color: #86be3e;
}

.about .content .item {
  margin-top: 60px;
}

.about .content .item h3 {
  font-size: 22px;
  margin-top: 20px;
}

.about .bg-1 {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  z-index: 0;
}

.about .bg-2 {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  z-index: 0;
  transform: rotate(180deg);
}

.cat-sec {
  background-color: #fca905;
  padding: 60px 0;
  position: relative;
}

.cat-sec .title h1 {
  color: #87bc45;
}

.cat-sec .item {
  margin-top: 60px;
}

.cat-sec .item {
  text-align: center;
  position: relative;
}

.cat-sec .item img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.cat-sec .item h3 {
  color: #fff;
  font-size: 23px;
}

.cat-sec .item span {
  color: #fff;
}

.cat-sec .item .round {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 226px;
  width: 226px;
  background-color: #ffecf0;
  animation: border-r 5s linear infinite forwards;
  z-index: 0;
}

@keyframes border-r {
  0% {
    border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
  }

  34% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }

  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  }

  100% {
    border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
  }
}

.cat-sec .item::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 75%;
  border-right: 2px dashed #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.cat-sec .row .col-lg-3 {
  width: 20%;
}

.cat-sec .row .col-lg-3:last-child .item::before {
  content: none;
}

.cat-sec .bg1 {
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.cat-sec .bg2 {
  position: absolute;
  bottom: -10%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.cat-sec .container-fluid {
  position: relative;
  z-index: 2;
}

.products {
  padding: 60px 0;
  background-color: #ffecf0;
}

.products .title h1 {
  color: #87bc45;
  font-size: 55px;
}

.products .title {
  margin-bottom: 60px;
}

.products .item {
  text-align: center;
  margin-bottom: 30px;
}

.products .item:last-child {
  margin-bottom: 0;
}

.products .item:hover img {
  border: 5px solid #87bc45;
}

.products .item img {
  width: 230px !important;
  height: 300px;
  object-fit: cover;
  border-radius: 20em;
  margin-bottom: 30px;
  border: 4px solid #fff;
  transition: all ease 0.2s;
}

.products .item h3 {
  color: #87bc45;
  margin-bottom: 30px;
}

.products .item .item-btn {
  display: flex;
  justify-content: center;
  gap: 1px;
}

.products .item .item-btn .price-btn {
  color: #fff;
  background-color: #06683a;
  padding: 16px 20px;
  border-radius: 40px 0 0 40px;
  font-size: 18px;
  font-weight: 600;
}

.products .item .item-btn .p-btn {
  color: #000000;
  background-color: #ffffff;
  padding: 16px 20px;
  border-radius: 0 40px 40px 0;
  font-size: 18px;
  font-weight: 500;
  transition: all ease 0.2s;
}

.products .item .item-btn .p-btn:hover {
  background-color: #87bc45;
  color: #fff;
}

.testimonials {
  background-color: #87bc45;
  padding: 60px 0;
  position: relative;
}

.testimonials .content {
  padding-left: 150px;
}

.testimonials .content h1 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}

.testimonials .content p {
  color: #fff;
}

.testimonials .testi {
  padding: 0px 30px 30px;
  text-align: center;
  position: relative;
  border: 2px dashed #fff;
  min-height: 343px;
}

.testimonials .testi .testi-img {
  margin-top: -60px;
}

.testimonials .testi .testi-img img {
  border-radius: 100%;
  padding: 0;
  width: auto;
  margin: 0 auto;
}

.testimonials .testi img {
  padding-top: 30px;
  width: auto;
  margin: 0 auto;
}

.testimonials .testi .stars {
  margin: 10px 0;
}

.testimonials .testi .stars i {
  color: #ffc30a;
}

.testimonials .testi h3 {
  color: #fff;
  font-size: 25px;
}

.testimonials .testi p {
  color: #fff;
}

.testimonials .owl-carousel .owl-stage-outer {
  padding: 0px 0 0;
}

.testimonials .row {
  align-items: center;
  position: relative;
  z-index: 99;
}

.testimonials .col-lg-7 .row.owl-carousel {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin: 0;
}

.testimonials .img-bg {
  position: absolute;
  top: -10%;
  left: 0;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

.testimonials .img-bg2 {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.testimonials .bg-1 {
  position: absolute;
  bottom: -40%;
  right: 0;
  width: 200px;
}

.sec-form {
  padding: 110px 0 90px;
  background: #ffecf0;
}

.sec-form .container-fluid {
  padding: 0 100px;
}

.sec-form .row {
  align-items: center;
}

.sec-form .image img {
  width: 100%;
  border-radius: 30px;
}

.sec-form .form h1 {
  color: #000;
  font-size: 40px;
  margin-bottom: 20px;
}

.sec-form form input,
.sec-form form textarea {
  background-color: transparent;
  border: none;
  width: 100%;
  border-bottom: 1px solid #0000002d;
  padding: 15px;
  margin-bottom: 20px;
}

.sec-form form .btn {
  background-color: #fd85b2;
  width: auto;
  padding: 14px clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}

footer {
  position: relative;
  background-color: #06683a;
  /* padding: 60px 0 0; */
}

footer .container-fluid {
  padding: 0 100px;
  position: relative;
  z-index: 2;
}

footer .logo img {
  width: 200px;
  margin-bottom: 15px;
}

footer .logo p {
  color: #fff;
  width: 60%;
  margin-bottom: 40px;
}

footer .social {
  padding: 0;
}

footer .social li {
  display: inline-block;
  margin: 0 15px 0 0;
}

footer .social li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  transition: all ease 0.2s;
}

footer .social li a:hover {
  background-color: #000;
  color: #fff;
}

footer .footer-links h3 {
  margin-bottom: 30px;
  color: #fff;
}

footer .footer-links ul li {
  font-size: 16px;
  color: #fff;
  margin: 0 0 15px 0;
}

footer .footer-links ul li i {
  margin-right: 8px;
}

footer .footer-links ul li a {
  color: #fff;
  transition: all ease 0.2s;
  display: flex;
  align-items: baseline;
}

footer .footer-links ul li a:hover {
  color: #000;
}

footer .footer-links ul li a:hover i {
  color: #fff;
}

footer .footer-links ul li a i {
  margin-right: 8px;
}

footer .copyright {
  /* padding: 25px 0; */
  border-top: 1px solid #ffffff45;
  margin-top: 30px;
}

footer .copyright p {
  margin-bottom: 0;
  color: #fff;
}

footer .copyright p a {
  font-size: 25px;
  color: #f6c34e;
  font-weight: bold;
}

footer .row {
  align-items: baseline;
}

footer .img-bg {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

/* inner-banner */

.breadcrumb-sec {
  /* background-image: url(../images/banner/page-banner.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  /* height: 300px; */
  background-blend-mode: color;
  /* background-color: #e34f4d; */
  position: relative;
}

.breadcrumb-content {
  padding: 170px 0 50px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.breadcrumb {
  justify-content: center;
}

.breadcrumb-item a {
  color: #fff;
}

/* contact-page */

.contact-1 {
  color: #000;
}

.contact-group {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px;
  text-align: center;
  height: 200px;
}

.contact-group i {
  color: #87bc45;
  font-size: 40px;
  margin-bottom: 20px;
}

.contact-group a {
  color: #000;
  display: block;
}

.form-page {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
}

.form-page button {
  width: 30%;
  padding: 10px 10px;
  background-color: #87bc45;
  color: #fff;
  border: 1px solid;
  border-radius: 35px;
}

.form-page input,
textarea {
  width: 100%;
  margin: 0px 0 30px;
  background-color: #f5f1f0;
  padding: 5px 10px;
  border: 1px solid #e8e9e4;
  border-radius: 5px;
}

.form-page textarea {
  height: 200px;
}

.form-page h4 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
}

.breadcrumb-sec .bg2 {
  position: absolute;
  bottom: -10%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.banner-content h2 {
  color: #fff;
  font-size: 60px;
}

.nav-tabs .nav-link {
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
  margin: 0 8px;
  background: #f6f6f6;
  color: #444;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
  background: #06683a;
  color: #fff;
  box-shadow: 0 4px 12px #bf8b5c;
}

.nav-tabs .nav-link:hover {
  background: #87bc45;
  color: #000;
}

.nav-tabs {
  border-bottom: none;
}

.banner {
  background-image: url(../images/new/banner-image.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: color;
  background-color: #0000006b;
}

.breadcrumb-sec {
  background-image: url(../images/new/inner-banner-img.png);
  background-blend-mode: color;
  background-color: #0000006b;
}

.breadcrumb-sec h1 {
  color: #fff;
}

.cat-sec .item img {
  width: 200px;
}

.event {
  padding: 61px 0px;
}

.event .title {
  margin-bottom: 60px;
}

.event .title h1 {
  color: #87bc45;
}

.banner-content h6 {
  color: #fff;
  font-size: 20px;
}

.banner-content p {
  color: #fff;
}

.event-box h3 {
  padding: 15px 0px;
}

.event-box img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}


/* mubile header */

.mobile-header .nav a {
  color: #000;
}

.foot {
  padding-top: 20px;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.nav ul li {
  position: relative;
}

.nav ul li a {
  display: block;
  padding: 10px 2px;
  text-decoration: none;
  color: #333;
}

/* Dropdown hidden by default */
.nav ul li .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  /* neeche show hoga */
  left: 0;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  min-width: 200px;
  z-index: 999;
}

/* Dropdown links */
.nav ul li .dropdown-menu li a {
  padding: 10px;
  display: block;
  color: #333;
  white-space: nowrap;
}

.nav ul li .dropdown-menu li a:hover {
  background: #f4f4f4;
}

/* Hover par show */
.nav ul li.dropdown:hover .dropdown-menu {
  display: block;
}

.cart {
  position: relative;
  display: inline-block;
}

.cart img {
  width: 40px;

}


.cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #87bc45;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 50%;
  line-height: 1;
}

/* WOOCOMMERCE */
#prod-container {
  display: flex;
  padding: 50px 1%;
  gap: 30px;
}

@media only screen and (max-width: 500px) {
  #prod-container {
    padding-top: 0px;
    gap: 30px;
    flex-direction: column;
  }
}

.related.products,
#sidebar,
.tabs.wc-tabs,
.woocommerce-Tabs-panel h2:nth-child(1),
.woocommerce-breadcrumb {
  display: none;
}

#prod-container .woocommerce-product-gallery,
#prod-container .summary {
  flex: 0 0 50%;
}

.wc-forward {
  color: #000;
}

#prod-container .woocommerce-product-gallery__image a {
  width: 100%;
}

#prod-container .woocommerce-product-gallery__image a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#prod-container .entry-summary {
  margin: auto;
}

#prod-container h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 0;
}

#prod-container .price {
  color: #3a3a3a !important;
  font-weight: 600;
  font-size: 20px;
  display: block;
}

#prod-container .cart {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  align-items: center;
}

#prod-container .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  margin-top: 0px;
}

#prod-container .single_add_to_cart_button {
  text-align: center;
  color: #ffffff;
  display: inline-block;
  line-height: 1.4;
  margin-left: 6px;
  background-color: #06683a;
  /* box-shadow: 0px 3px 22px 3px #a1c3b4; */
  font-size: 16px;
  padding: 14px 38px;
  position: relative;
  border-radius: 10px;
  text-transform: capitalize;
  border: none;
  font-weight: 600;
  border: 1px solid #e8e8e8;
}

#prod-container .product_meta {
  margin-top: 20px;
}

#prod-container [class~="quantity"] {
  margin-right: 0;
  margin-left: 0px;
}

#prod-container .qty {
  width: 120px !important;
  height: 100% !important;
  text-align: center;
  background-color: #ffffff;
  padding: 15px 0;
  text-align: center !important;
  margin-right: 8px;
  border: 1px solid #00000017;
  border-radius: 12px;
}

.wc-block-components-notice-banner {
  line-height: 2;
  padding: 6px 16px !important;
}

.woocommerce-cart-form__cart-item img {
  width: 65px;
  height: 65px;
}

.woocommerce-cart-form {
  padding: 60px 0 0 0;
}

.woocommerce-cart-form .product-name a {
  color: #000;
  font-weight: 600;
}

.cart-collaterals {
  margin-bottom: 60px;
}

.woocommerce-cart-form input {
  height: 42px;
}

.coupon {
  display: flex;
}

.coupon input {
  width: 150px !important;
  margin-right: 12px;
}

.coupon input[type="email"],
.coupon input[type="text"] {
  padding: 25px 12px 25px !important;
}

@media only screen and (min-width: 1500px) {
  .woo .container {
    max-width: 1400px;
  }
}

.wc-block-components-product-name {
  font-family: "Belleza", sans-serif;
  font-size: 18px !important;
  font-weight: 600;
  color: #000 !important;
}

.wc-block-components-product-details:nth-child(1) .wc-block-components-product-details__quantity {
  display: none;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  padding: 6px 0 16px 16px !important;
  vertical-align: middle !important;
}

.wp-element-button.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  text-align: center;
  color: #ffffff;
  display: inline-block;
  line-height: 1.4;
  margin-top: 10px;
  margin-left: 4px;
  background-color: #06683a;
  /* box-shadow: 0px 3px 22px 3px #a1c3b4; */
  font-size: 16px;
  padding: 14px 38px;
  position: relative;
  border-radius: 8px;
  text-transform: capitalize;
  border: none;
  font-weight: 600;
  text-decoration: none;
}

.is-large.wc-block-cart .wc-block-cart__totals-title,
.wc-block-cart-items__header-image {
  text-align: left !important;
  font-size: 16px !important;
  color: #000 !important;
}

.description-div {
  border-top: 1px solid #dbdbdb;
  padding: 50px 0;
}

.woocommerce-Price-amount.amount {
  font-size: 18px;
  color: #000;
  margin: 0;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
  margin-bottom: 4px !important;
}

.woo {
  padding-top: 50px;
}

.product_meta {
  display: none;
}

.quantity {
  position: relative;
}

.quantity button {
  background-color: transparent;
  border: none;
  font-size: 24px;
  color: #8a59c6;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  padding: 0;
}

button.plus {
  position: absolute;
  right: 15px;
  top: 14px;
}

button.minus {
  position: absolute;
  left: 8px;
  top: 14px;
}

.woocommerce-product-gallery ol.flex-control-nav {
  display: flex;
  width: 97%;
  overflow-x: auto;
  max-width: 620px;
  margin-top: 20px;
  gap: 6px;
  list-style: none;
  padding-left: 0;
}

.woocommerce-product-gallery ol.flex-control-nav li {
  flex: 0 0 20%;
  margin-bottom: 6px;
}

.woocommerce-product-gallery ol.flex-control-nav li img {
  width: 100%;
  border: 1px solid #936b34;
  object-fit: cover;
  border-radius: 6px;
  height: auto;
}

.woocommerce-product-gallery ol.flex-control-nav li img.flex-active {
  border: 3px solid #946b35;
}

.variations_form.cart {
  display: block !important;
}

.woo a {
  color: #fff;
}

.woo-variation-items-wrapper .variable-items-wrapper {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

table.variations {
  width: 100%;
}

table.variations .label {
  display: none !important;
}

table.variations .nice-select {
  display: none !important;
}

table.variations tbody tr {
  display: flex;
  flex-direction: column;
}

table.variations tbody tr .label label {
  font-weight: bold;
}

table.variations tbody tr ul {
  padding: 0;
  margin-top: 0px;
}

.variable-items-wrapper li {
  display: inline-block;
  width: 30%;
  margin-bottom: 10px;
  margin-right: 3px;
  padding: 5px 4px;
  border-radius: 30px;
  text-align: center;
  background-color: #eceef1;
  font-weight: 500;
}

.variable-items-wrapper li.selected {
  background: #3ed9c9;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

.reset_variations {
  color: #000;
}

.variable-items-wrapper li .variable-item-span {
  width: 100%;
  font-size: 12px;
}

th.label {
  width: 100%;
  display: block;
}

.value.woo-variation-items-wrapper,
table.variations .label {
  display: block;
}

table.variations .label {
  vertical-align: baseline;
}

th.label {
  width: 100%;
  display: block;
}

.product-content .box-title a {
  font-size: 20px;
  color: #000;
  height: 60px;
}

.product_meta {
  display: none;
}

#prod-container p {
  margin: 0 0 2px 0;
  padding-top: 7px;
}

td,
th {
  padding: 2px 12px;
}

.wc-block-cart-items .wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-components-quantity-selector__input {
  height: 34px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
  margin-bottom: 3px;
}

.prodprice p {
  display: inline;
  margin-right: 4px;
}

.wc-block-components-product-details.wc-block-components-product-details li {
  display: inline-block;
  margin-right: 10px;
  background-color: #8a59c6;
  color: #fff;
  padding: 0 14px;
  margin-bottom: 7px;
  border-radius: 5px;
  font-size: 11px;
}

.wc-block-components-checkout-step__description {
  font-size: initial !important;
}

.wc-block-components-title.wc-block-components-title {
  font-size: 2.05em !important;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  height: fit-content !important;
  padding: 1rem 2rem !important;
  font-size: 0.9rem !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  left: 1.9625em !important;
  top: 2.062em !important;
  font-size: 12px !important;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label {
  transform: translateY(-20px) scale(0.75) !important;
  font-size: 13px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  padding: 1rem 2rem !important;
  font-size: 0.8rem !important;
  height: fit-content !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  height: fit-content !important;
}

.wc-block-components-address-form__address_2-toggle {
  font-size: 20px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox>span {
  font-size: 20px !important;
}

.wc-block-components-checkbox label {
  align-items: center !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator span {
  font-size: 18px;
}

.is-large.wc-block-cart .wc-block-cart-items th span {
  font-size: 18px;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
  margin-top: 0;
  padding-top: 0;
  font-size: 17px;
}

.wc-block-components-totals-item span {
  font-size: 17px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-wrapper {
  cursor: initial !important;
}

.cart-box {
  position: relative;
  display: inline-block;
}

.cart-link {
  color: #333;
  font-size: 30px;
  text-decoration: none;
  position: relative;
  color: #3ed9c9;
}

.cart-count {
  background: #000000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 0px 9px;
  position: absolute;
  top: -8px;
  /* right: -10px; */
}

.cart-box a span {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 9px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5px;
  right: -10px;
}

.blog-content img {
  width: 100%;
  margin-bottom: 20px;
}

/* Related Blogs */
.related-blogs h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #111;
}

.related-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.related-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.related-card img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
}

.related-card h3 {
  font-size: 16px;
  margin: 0;
  color: #333;
  line-height: normal;
}

.wpcf7-spinner {
  position: absolute;
}

.related-card p {
  font-size: 13px;
  margin: 5px 0 0;
  color: #777;
  line-height: normal;
}

.products p {
  display: -webkit-box;
  /* max-width: 200px; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wpcf7-submit {
  width: 35% !important;
  background-color: #06683a !important;
  color: #fff;
  padding: 10px !important;
}

.wpcf7-spinner {
  position: absolute;
}

.cart-count {
    background: #87bc45;
    padding: 5px 8px;
}

#prod-container .woocommerce-product-gallery__image a img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading:nth-of-type(2), .wp-block-product-new {
    display: none;
}