/*
Theme Name: Astra child
Author: Manojsunsoft
Description: this is astra child theme
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/*
Theme Name: Your Child Theme
Template: your-parent-theme
Description: Custom child theme with header, footer, and homepage template.
Author: Yash
Version: 1.0
*/

/* ==============================
   Global Styles
============================== */
body {
  font-family: 'Marcellus', serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background: #fafafa;
  color: #333;
}


a {
  color: #0073aa;
  text-decoration: none;
  transition: 0.3s ease;
}

a:hover {
  color: #005177;
}

/* Container */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

section.related.products a.added_to_cart.wc-forward {
    width: 100%!important;
    padding-bottom: 6px!important;
    line-height: 24px!important;
    margin-top: 10px!important;
}
/* Utility */
.text-center {
  text-align: center;
}
.mt-2 { margin-top: 20px; }
.mt-4 { margin-top: 40px; }
.btn {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    transition: 0.3s;
    border: 2px solid #fff;
    border-radius: 30px;
}
.btn:hover {
  background: #fff;
  color:#000;
}
.hero-content h1 {
    color: #fff;
    text-shadow: 0px 4px 3px #000;
}
/* ==============================
   Header Custom Style
============================== */
.site-header{
    background: #faece6;
    border-top: 0px solid #3a1a74;
    padding: 12px 0px;
    /* border-bottom: 1px solid; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 999;
}
button.search-submit.ast-search-submit {
    background: #c94c4c!important;
}
.site-header .container.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo text */
.logo a {
  font-size: 18px;
  font-weight: 500;
  color: #1c2b33;
  text-decoration: none;
}

.logo a:hover {
  color: #3a1a74;
}

/* Navigation */
.main-nav {
  flex: 1;
  text-align: center;
}

nav.main-nav .menu {
    display: inline-flex;
    gap: 28px;
    align-items: center;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.main-nav .menu li {
  list-style: none;
}

.main-nav .menu a {
  font-size: 16px;
  font-weight: 400;
  color: #1c2b33;
  text-decoration: none;
  transition: color 0.3s ease;
}

.main-nav .menu a:hover {
  color: #3a1a74; /* Purple hover */
}

/* Cart icon */
.cart a {
  display: inline-block;
}

.cart img {
  width: 22px;
  height: auto;
}



/* ==============================
   Responsive
============================== */
@media (max-width: 768px) {
  .site-header .container.nav {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }

  .main-nav .menu {
    flex-direction: column;
    gap: 12px;
  }
}

a.btn:hover {
    border-color: #c94c4c;
}
/* ==============================
   Homepage (front-page.php)
============================== */
.hero {
    color: #fff;
    padding: 100px 20px;
    text-align: center;
    height: 672px;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
  font:normal normal normal 70px/1em marcellus,serif;
}

.hero p {
    font-size: 18px;
    max-width: 700px;
    margin: 60px auto 30px;
    width: 400px;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 60px 0;
}

.feature-box {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  text-align: center;
}

.feature-box:hover {
  transform: translateY(-8px);
}

.feature-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #0073aa;
}

.feature-box p {
  font-size: 15px;
  color: #666;
}

.cta-section {
  background: #0073aa;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  border-radius: 8px;
  margin: 80px 0;
}

.cta-section h2 {
  margin-bottom: 20px;
  font-size: 32px;
}

.cta-section .btn {
  background: #fff;
  color: #0073aa;
  font-weight: 600;
}
.cta-section .btn:hover {
  background: #eee;
}

/* ==============================
   Footer
============================== */
.site-footer {
  background: #222;
  color: #aaa;
  padding: 40px 20px;
  margin-top: 60px;
}

.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-widget {
  flex: 1 1 250px;
}

.footer-widget h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget ul li {
  margin-bottom: 10px;
}

.footer-widget ul li a {
  color: #aaa;
  font-size: 14px;
}

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

.site-footer .bottom-bar {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #444;
  font-size: 14px;
}

/* ==============================
   Responsive
============================== */
@media (max-width: 768px) {
  .site-header .container {
    flex-wrap: wrap;
  }
  .site-nav {
    display: none;
    width: 100%;
  }
  .site-nav ul {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
  }
  .site-nav.active {
    display: block;
  }
  .menu-toggle {
    display: block;
    color: #333;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero p {
    font-size: 16px;
  }
  .site-footer .container {
    flex-direction: column;
    text-align: center;
  }
}
input.search-submit {
    display: none;
}
form.search-form label {
    display: flex;
    gap: 10px;
    position: relative;
}
button.search-submit.ast-search-submit {
    padding: 10px;
}
ul#menu-footer {
    list-style: none;
}
ul#menu-footer li{
	color: #fff;
}
/* Journey Section */
.journey {
  padding: 60px 0%;
  background: #faece6;
}

.journey h1 {
    font-size: 70px;
    margin-bottom: 20px;
    font: normal normal normal 70px / 1em 'Marcellus', serif;
    color: rgb(40, 56, 81);
    letter-spacing: -0.04em;
}

.journey-content {
  display: flex;
  align-items: flex-start;
}

.journey .image-box {
  text-align: center;
}

.journey .image-box img {
  max-width: 400px;
}

.btn {
  display: inline-block;
  background: #c94c4c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 15px;
}

/* Core Principles */
.principles {
  padding: 60px 10%;
  background: #fffdf5;
  text-align: center;
}

.principles h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.principles .subtitle {
  font-weight: bold;
  margin-bottom: 5px;
}

.principles .desc {
  max-width: 700px;
  margin: 0 auto 40px;
}

.principle-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.principle {
  flex: 1;
  min-width: 250px;
  text-align: center;
}

.principle h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #223344;
}

.principle h4 {
  font-weight: normal;
  font-style: italic;
  margin-bottom: 10px;
    color: #c94c4c;
}

/* Discover Button */
.discover {
  background: #c94c4c;
}

/* Chat Buttons */
.chat-btn {
  background: #223344;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
}

.image-box .chat-btn {
  margin-top: 20px;
}

/* Floating chat */
.floating-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.journey-content div {
    border-top: 1px solid #283851;
}
.journey .text {
    padding: 60px 60px 60px 0;
}
.journey .image-box {
    text-align: center;
    border-left: 1px solid #283851;
    padding: 60px 60px 0px 160px;
}
.woocommerce-js h2 {
    margin-bottom: .7em;
    font: normal normal normal 70px / 1em marcellus, serif;
    letter-spacing: -0.04em;
    color: #283851;
}
.principles .subtitle {
    margin-bottom: 32px;
    text-align: center;
    color: #283851;
    letter-spacing: 0em;
    color: #c94c4c;
    font-weight:600;
    margin-bottom: 20px;
    font: normal normal normal 24px / 1.4em marcellus, serif;
}
.principle {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
}
.principle p{
    margin-bottom:10px;
}
.principle:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.principles .desc {
    max-width: 700px;
    margin: 0 auto 20px;
    font: normal normal normal 18px / 1.3em league-spartan-light, sans-serif;
}
/* General Page Styling */
body.page-template-page-faq {
    background-color: #fcf9f3;
    font-family: 'Georgia', serif;
    color: #2c2c2c;
}

/* FAQ Container */
.faq-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 20px;
    background-color: transparent;
}

/* FAQ Title */
.faq-title {
    font-size: 3rem;
    text-align: left;
    /*margin-bottom: 60px;*/
    color: #1a1a1a;
    border-bottom: 1px solid #000;
    padding-bottom: 60px;
    font-weight: normal;
}
.faq-page h2 {
    font-weight: 600;
    text-align: left!important;
}

/* Each FAQ Item */
.faq-item {
    padding: 40px 0;
    border-bottom: 1px solid #000;
    position:relative;
}

/* FAQ Question */
.faq-question {
    font-size: 1.2rem;
    font-weight: normal;
    /*margin-bottom: 20px;*/
    color: #2f2f2f;
    text-align:left;
}
.faq-page  h2{
     text-align:left;
}

/* FAQ Answer */
.faq-answer {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a4a;
    text-align: left;
}
.faq-question::before {
      content: "\f107"; /* Font Awesome angle-right */
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 10px;
      transition: transform 0.3s ease;
      cursor: pointer;
      position:absolute;
      right:0;
}


.faq-answer {
  display: none;
  margin-top: 20px;

}

/* Open state */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question::before {
  content: "\f106"; /* fa-chevron-down */
}
/*.faq-item.active h2.faq-question::before {
  transform: rotate(90deg);
}*/

/* Ordered List (Returns Section) */
.faq-answer ol {
    padding-left: 20px;
    margin-top: 10px;
}

.faq-answer li {
    margin-bottom: 10px;
}
h2.faq-question {
    font-weight: 600!important;
}

/* Nested Lists */
.faq-answer ul {
    list-style: circle;
    margin-left: 20px;
    padding-left: 10px;
}

/* Chat Widget Adjustments (optional) */
.faq-page .chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.shop-container {
    display: flex;
    gap: 30px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #fefbf5;
}

.shop-sidebar {
    width: 250px;
    flex-shrink: 0;
    font-family: 'Georgia', serif;
    font-size: 16px;
    color: #2c2c2c;
}

.shop-main {
    flex: 1;
}

.woocommerce-products-header__title {
    font-size: 2rem;
    margin-bottom: 30px;
    font-family: 'Georgia', serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    color: #1a1a1a;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 25px;
    width: 100%;
}

.woocommerce ul.products li.product {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #eaeaea;
    text-align: center;
    font-family: 'Georgia', serif;
    transition: box-shadow 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
    margin: 10px 0;
}

.woocommerce ul.products li.product .price {
    color: #444;
    font-size: 1rem;
    margin-bottom: 10px;
}

.shop-sidebar h2.widgettitle {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    color: #222;
}

.shop-sidebar ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.shop-sidebar ul li {
    margin-bottom: 8px;
}

.shop-sidebar label {
    cursor: pointer;
}
img.shop_page_image {
    height: 280px;
    width: 100%;
    object-fit: cover;
}
h2.woocommerce-loop-product__title {
    font-size: 16px;
}
a.custom-logo-link img {
    width: 50px;
    border-radius: 50%;
    margin-right: 5px;
}
.logo {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
}
.container.story-flex {
    display: flex;
    gap: 50px;
}
section.our-story {
    margin: 100px 0;
}
section.products {
    margin: 100px 0;
}
.section-header {
    display: flex;
    justify-content: space-between;
    /* height: auto; */
    align-items: center;
}
#cpops-floating-cart{
	display:none;
}
a#cart_button_click {
    width: 25px;
    height: 21px;
}
.Q8TtId circle, .Q8TtId path, .Q8TtId polygon, .Q8TtId polyline, .Q8TtId rect {
    fill: #283851;
}
.products-grid li {
    list-style: none;
}
header.site-header.fixed {
    position: fixed;
    width: 100%;
	top:0;
}
.post-title a {
    letter-spacing: 0;
}
/* Hero Section */
.contact-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.contact-hero .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
}

.contact-hero .hero-content {
    position: relative;
    z-index: 2;
}

.contact-hero h1 {
    font-size: 42px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    text-shadow: 0 4px 3px #000;
}

/* Content & Form Section */
/*.contact-container {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
}*/
.contact-container {
    max-width:1000px;
    margin: 60px auto;
    padding: 0 20px;
    width: 100%;
    
}

.contact-description {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    background: #fff;
    padding: 40px 0px;
    /*border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    border-top: 5px solid #c94c4c;*/
    position:relative;
}
/*.contact_info {
    position: absolute;
    top: 5%;
    left: 72%;
}*/
.all_field label, .message_div label {
    line-height: 35px;
}
ul.socials {
    list-style: none;
}

/* Contact Form 7 */
.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 4px;
}

.contact-form input[type="submit"] {
    background: #c94c4c;
    color: #fff;
    padding: 12px 40px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
	margin-top: 5px;
}

.contact-form input[type="submit"]:hover {
    background: #152037;
}

.main_field{
    gap:1px!important;
}
/* Responsive */
@media(max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
    .contact-description.info_main {
    gap: 40px!important;
    flex-direction: column;
    padding:0px!important;
}
}
/*.main_field {
    display: flex;
    justify-content: space-evenly;
}*/
.main_field {
    grid-template-columns: auto!important;
}
.contact-form p {
    margin-bottom: 0;
}
.message_div {
    width: 48%;
}
.all_field {
    width: 48%;
}
a.btn.homepage_shop_button{
    color: #fff;
    background: transparent;
    border-radius: 25px;
    padding: 10px 35px;
	border: 1px solid #fff;
}
a.btn.homepage_shop_button:hover {
    background: #fff;
    color: #283851;
}
input#search-field {
    background: transparent;
    border-radius: 20px;
    padding-right:40px!important;
}
.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.mobile-toggle span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
}

/* Mobile */
@media (max-width: 768px) {
  .main-nav {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    width: 200px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }

  .main-nav.active {
    display: flex;
  }

  .mobile-toggle {
    display: flex;
  }

  .nav {
    justify-content: space-between;
    align-items: center;
  }
  .mobile-toggle{
   right: 23px!important;
  }
  form.search-form {
    margin-left: 0px!important;
}
button.search-submit.ast-search-submit {
    padding: 10px 10px!important;
}
.main-nav.active {
    visibility: visible!important;
}
.main-nav .menu a {
    padding: 10px!important;
}
/*.swiper-button-next, .swiper-button-prev {
    display: none!important;
}*/
.swiper-wrapper {
    display:inline-flex!important;
}
.woocommerce ul.products li.product.mobile-align-left, .woocommerce-page ul.products li.product.mobile-align-left {
    margin-bottom: 20px;
}
}
.mobile-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333; /* change color if needed */
  border-radius: 2px;
  transition: all 0.3s ease;
}
.mobile-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mobile-toggle.open span:nth-child(2) {
  opacity: 0;
}
.mobile-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
header.woocommerce-products-header {
    margin-top: 20px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-color: #283851;
}
.woocommerce-pagination ul.page-numbers {
    text-align: center;
}
.woocommerce-pagination ul li a.page-numbers {
    color: #283851;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #283851;
    color: #ffffff;
}
.woocommerce-ordering select {
    padding: 5px 20px !important;
}
.prev-product a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.next-product a {
    display: flex;
    align-items: center;
    gap: 5px;
}
a:focus {
    outline: none !important;
}
button.search-submit.ast-search-submit {
    padding: 9px 10px;
    background: transparent;
    position: absolute;
    right: 0px;
}
form.search-form {
    width: 70%;
    margin: 0 auto;
	margin-bottom: 50px;
}
/*-------------New Footer--------------*/
footer.footer-new {
    background: #fff;
    padding: 60px 0;
    border-top: 1px solid #f1f1f1;
}
.inner-footer-new {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.footer-grid img {
    width: 100%;
    max-width: max-content;
    height: 50px;
    margin-bottom: 10px;
}
.footer-grid p {
    margin: 0 0 10px;
}
.footer-grid h3 {
    font-size: 20px;
    margin: 0 0 15px;
}
.footer-grid ul {
    margin: 0;
    padding: 0;
}
.footer-grid ul li {
    list-style-type: none;
    margin: 0 0 10px;
}
.footer-grid ul li a {
    text-decoration: none;
    color: #000;
}
.footer-grid:nth-child(3) {
    margin-right: 30px;
}
.newsletter-box {
    position: relative;
   /* background: #f7f7f7;
    padding: 10px;*/
}
.newsletter-box input {
    width: 90%;
    background: #fff !important;
    border: 1px solid #d1d5db;
    outline: none !important;
    border-radius: 5px!important;
}
.newsletter-box button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: #c94c4c;
    border: none;
    padding: 12px;
    font-weight:500;
    border-radius: 0px 5px 5px 0px;
}
.copyright p {
    margin: 0;
    text-align: center;
    padding: 16px;
    background: #f9c5b4;
}
ul.footer_items li {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.social-icons a{
display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #c94c4c;
    color: #fff;
    -webkit-transition: .3s 
ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s 
ease-in-out;
    line-height: 30px;
    will-change: transform;

}

/*ul.footer_items i {
    color: #c94c4c;
}*/
ul.socials {
    display: flex;
    gap: 10px;
    margin-left: 0;
}
ul.socials li > a{
    color:#fff;
}
ul.socials li > a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

ul#menu-footer li> a:before {
    margin-right: 6px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 28px;
    color: #1c2b33;
}
ul#menu-footer li {
    position: relative;
    padding-left: 14px;
}

ul#menu-footer > li:hover {
    transform: translateX(2px);
}
ul#menu-footer > li{
    transition: transform 0.3s 
ease;
}
/*header css */

form.search-form {
    margin-bottom: 0px;
}

ul.products.columns-4{
 margin-left: 0px;
}

.products.columns-4 .astra-shop-summary-wrap {
    background: #fff;
    padding: 12px!important;
}
.products.columns-4 .astra-shop-thumbnail-wrap {
    margin-bottom: 0px;
}

section.products h2.top_picks {
    margin-bottom: 30px;
}
.section-header {
    margin: 0px 0 30px!important;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff!important;
}

.products-grid li {
    padding: 10px!important;
    /*background: #fff!important;
    box-shadow: 0 0 11px #eee;
    border-radius: 5px;*/
    border:1px solid #000!important;
}

.woocommerce nav.woocommerce-pagination ul li > a{
    /*border: 1px solid #c94c4c;*/
    width: 33px;
    border-radius: 5px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid #c94c4c;
    width: 33px;
    border-radius: 5px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #c94c4c;
    color: #ffffff;
    width: 33px!important;
    padding: 3px 12px;
     border: 1px solid #c94c4c;
    border-radius: 5px;
}
.woocommerce nav.woocommerce-pagination ul li > a:hover{
    background:none;
    color:#c94c4c;
}
.woocommerce-js ul.products li.product a img, .woocommerce-page ul.products li.product a img {
     margin-bottom:0px;
}
.woocommerce-js .products .star-rating {
    margin:0px;
}
.woocommerce nav.woocommerce-pagination ul li > a:focus{
    background:none;
}
.post-thumbnail img {

    height: 230px;
}

ul.page-numbers {
    margin-top: 45px!important;
}
.woocommerce-js nav.woocommerce-pagination ul li a, .woocommerce-js nav.woocommerce-pagination ul li span {
    padding: .2em;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
    padding: 7px 10px;
}
.ast-article-post {
    margin-bottom: inherit;
}
select.orderby {
    border: 1px solid #000!important;
}

.products-grid li:hover{
    transition: box-shadow 0.3s ease;
}

.post-thumbnail img:hover{
     transform: scale(1.1);
}
.post-thumbnail img{
  transition: .2s;
}
.post-thumbnail {
    overflow: hidden;
    border-radius:10px;
}
.products.columns-4 .astra-shop-thumbnail-wrap{
   overflow: hidden; 
}
.products.columns-4 .astra-shop-thumbnail-wrap img{
  transition: .2s;
}
.products.columns-4 .astra-shop-thumbnail-wrap img:hover{
    transform: scale(1.1);
}
.astra-shop-thumbnail-wrap img:hover{
    transform: scale(1.1); 
}
 .astra-shop-thumbnail-wrap{
   overflow: hidden; 
}
 .astra-shop-thumbnail-wrap img{
  transition: .2s;
}

.swiper-button-prev, .swiper-button-next {
    background: #c94c4c;
    border-radius: 50px;
    width: 40px!important;
    height: 40px!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px!important;
}
.wp-block-woocommerce-cart.alignwide.is-loading ul.wc-block-grid__products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    list-style:none;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
    width: 100%;
    background: #c94c4c;
}
#ast-scroll-top {
    background-color: #c94c4c;
}
/*single product page*/
form.cart {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
 a.added_to_cart {
    width: 30%;
    margin-bottom: 16px;
    border: 1px solid #c94c4c;
    text-align: center;
    color: #c94c4c;
    border-radius: 5px;
}
.woocommerce-js div.product form.cart div.quantity {
    float: left;
    margin: 0 0em 1em 0;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    padding: 7px 15px!important;
    width: 100%;
    
}
.woocommerce-js .quantity input[type=number]:focus {
    border:none!important;
}

button.single_add_to_cart_button.button.alt {
    background: #c94c4c;
}
.quantity {
    width: 200px!important;
    
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    background: #c94c4c!important;
}
.woocommerce-js .quantity input[type=number]{
    padding: 0.3em .5rem!important;
}
.related.products .woocommerce-js ul.products li.product a.ast-loop-product__link {
    min-height: 65px;
}
section.related.products h2.woocommerce-loop-product__title {
    min-height: 55px;
}
.quantity input.qty {
    /*width: 66px!important;*/
    text-align: left!important;
}
input.input-text.qty.text:focus{
    border:none;
}
.product-summary p {
    margin-bottom: 0;
}
section.related.products h2 {
    margin-bottom: 20px;
}
section.related.products span.woocommerce-Price-amount.amount {
    display: block;
    margin-bottom: 25px;
}
section.related.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
    display: block;
    text-align: center;
    background: #c94c4c;
}
p.form-submit input#submit{
     background: #c94c4c!important;
}
.woocommerce .star-rating {
    width: 100%;
}
.woocommerce .products.columns-4:not(.related) .astra-shop-summary-wrap {
    padding-left: 0px;
    padding-right:0px;
}
.product-top-nav {
    padding: 30px 20px!important;
}
.product-gallery img {
    width: 100%;
}
.newsletter-box input[type="text"]:focus {
    outline: none;
    border: 1px solid #ccc;
}
/* checkout page*/
.wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 20px;
    border: 1px solid hsla(0, 0%, 7%, .11);
    /* box-shadow: 0 0 11px#ccc; */
    border-radius: 5px;
    padding-right: 20px!important;
}
.wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
}
.page-id-9 .ast-plain-container.ast-no-sidebar #primary {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
}
/*@media (max-width: 921px) {
.ast-plain-container.ast-no-sidebar #primary {
    padding: 20px!important;
}
}*/
/*privacy */
.privacy-container {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 0px;
    width:90%;
}
.privacy-description {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.privacy-description h2{
    font-size: 18px;
    line-height: 1.6;
    color: #333; 
    margin-bottom:10px;
}
.privacy-description ol, ul {
    margin: 0 0 1.5em 1em;
}
.comments-area .form-submit {
    padding-bottom: 40px;
}
.ast-row.comment-textarea {
    margin: 0;
}
.ast-comment {
    padding-top: 2em;
    padding-bottom: 1.5em;
}
 div > span:empty {
  display: none;
}
.entry-content :where(h1,h2,h3,h4,h5,h6) {
    margin-top: 5px;
    margin-bottom: 5px;
}
nav.navigation.post-navigation .nav-links {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color:#fff;
}
.entry-content ul, .entry-content ol {
    padding-left: 0px;
}

@media(max-width:930px) and (min-width:768px){
  nav.main-nav .menu {
    gap: 10px!important;
}  
.main-nav .menu a {
    padding: 10px 6px!important;
}
}
@media(max-width:1024px) and (min-width:768px){
.inner-footer-new {
    grid-template-columns: repeat(2, 1fr);
} 
form.search-form{
     margin-bottom: 0px!important;
}
.woocommerce ul.products li.product{
    background-color:#fff!important;
}
.astra-shop-thumbnail-wrap img {
    width: 100%;
}
}
@media(max-width:767px){
    .inner-footer-new {
    grid-template-columns: 1fr;
}
.astra-shop-thumbnail-wrap img {
    width:100%;
}
.section-header h2 {
    font-size: 25px!important;
}

form.search-form {
    margin-bottom: 0px!important;
    max-width: 200px!important;
    margin-right: 0px!important;
}
/*.privacy-container {
   padding: 0 20px;
}*/
.contact-hero {
    height: 200px;
}
.contact-hero h1 {
    font-size: 30px;
}
.contact-container {
    padding: 30px 20px;
}
.contact-form, .contact_in {
    flex: 1;
}

.products-grid li{
    background: none!important;
    padding: 10px !important;
    border-radius: 0px!important;   
}
.custom-single-product {
    grid-template-columns: 1fr!important;
}
ul.tabs.wc-tabs {
    gap: 12px!important;
}
ul.tabs.wc-tabs li a {
    font-size: 15px!important;
}
/*.contact_info {  
    top:2%;
    left:5%;
}*/
/*.contact-description {
    padding: 50px 40px 40px!important;
}*/
span.wixui-rich-text__text {
    line-height: 25px;
}
.comments-area .form-submit {
     padding-bottom: 0px!important;
}
.tnp-subscription input[type=submit], .tnp-profile input[type=submit] {
width: auto!important;
}
.tnp-field.tnp-field-button {
    right: 83px!important;
    top: 1px!important;
}
nav.woocommerce-pagination {
    display: block!important;
}
.custom-single-product {
    padding: 0!important;
}
}
.contact-description.info_main{
    display:flex;
    gap:60px;
}
.all_field_main p {
    display: flex;
    gap: 10px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

.tnp-field input[type="submit"] {
    position:absolute;
    background: #c94c4c !important;
    border: none;
    font-size: 15px!important;
}
.tnp-field.tnp-field-email {
    position: relative;
}

input#tnp-1 {
    position: relative;
}
.tnp-field.tnp-field-button {
    position: absolute;
    right: 85px;
    top:0px;
}
input#tnp-1 {
    border: 1px solid #ccc;
}
.tnp-field.tnp-field-email label {
    display: none;
}
button.search-submit.ast-search-submit {
    border-radius: 5px;
}
div#search_error {
    font-size:16px!important;
    position: absolute;
    top: 60px;
    background: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    right: 67px;
    box-shadow: 0 0 11px #eee;

}
div#search_error:before {
        content: "";
        position: absolute;
        bottom: 36px;
        left: 70%;
        transform: translateX(-50%) rotate(180deg);
        border-width: 13px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
        z-index: 0;
}
div#search_error:after {
    content: "";
    position: absolute;
    bottom: 36px;
    left: 64.5%;
    border-width: 13px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    transform: rotate(180deg);
    z-index: 1;
}
main#main {
     margin-left: 0px!important;
}
.breadcrumb {
    padding: 20px;
    background: #FAECE6;
}

.breadcrumb-nav.home-page {
    display: none;
}
.breadcrumb p {
    margin-bottom: 0;
}