/* === MAIN CONTAINER === */
.woocommerce-category-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 60px;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
  margin-top: 80px;
}

/* === DESCRIPTION BOX === */
.woocommerce-category-footer .category-description {
  flex: 1 1 400px;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  padding: 50px;
  border-radius: 12px;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
}

/* === HEADINGS === */
.woocommerce-category-footer h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.woocommerce-category-footer h2::after {
  content: "";
  display: block;
  width: 90%;
  height: 5px;
  background-color: #ff6b6b;
  margin: 15px auto 0;
  border-radius: 2px;
}

/* === MOBILE STYLES === */
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }

  body {
    text-align: right;
  }

  .woocommerce-category-footer {
    flex-direction: column;
    text-align: right;
    padding: 40px 25px;
  }

  .woocommerce-category-footer::before {
    font-size: 1rem;
    top: -20px;
  }

  .woocommerce-category-footer .category-description {
    flex: 1 1 100%;
    text-align: right;
  }
}

/* Style for the product summary container */
.summary.entry-summary {
  padding: 20px;
  background-color: #fff;
  font-family: 'Arial', sans-serif;
  color: #333;
  box-sizing: border-box;
  line-height: 1.6;
  height: auto;
}

/* Heading style for the product title */
.product_title.entry-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2c3e50;
}

/* Product rating */
.woocommerce-product-rating {
  margin-bottom: 20px;
}

/* Style for the product price */
.price {
  font-size: 20px;
  font-weight: bold;
  color: #e67e22;
  margin-bottom: 15px;
}

.woocommerce-product-details__short-description p {
  font-size: 16px;
  color: #34495e;
  margin: 10px 0;
  line-height: 1.5;
}

/* Meta information (category tags) */
.product_meta {
  font-size: 14px;
  color: #95a5a6;
  margin-top: 20px;
}

.product_meta a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product_meta a:hover {
  color: #e67e22;
  text-decoration: underline;
}

.star-rating {
  color: #f39c12;
  margin-right: 5px;
}

.woocommerce-review-link {
  color: #7f8c8d;
  font-size: 14px;
}

.price strong {
  font-size: 18px;
  color: #e74c3c;
}

/* === Breadcrumb Container === */
.woocommerce-breadcrumb {
  font-size: 14px;
  color: #555;
  padding: 8px 0;
  background-color: transparent;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

/* === Breadcrumb Links === */
.woocommerce-breadcrumb a {
  color: #888;
  text-decoration: none;
  font-weight: normal;
  margin-right: 8px;
  transition: color 0.3s ease, transform 0.3s ease;
  font-size: 14px;
}

.woocommerce-breadcrumb a:hover {
  color: #e67e22;
  transform: scale(1.05);
}

.woocommerce-breadcrumb span:after {
  content: " / ";
  color: #999;
  margin: 0 5px;
}

.woocommerce-breadcrumb .current {
  color: #f39c12;
  font-weight: bold;
  font-size: 18px;
  pointer-events: none;
}

/* Description tab */
.woocommerce-Tabs-panel--description {
  box-shadow: none;
}

/* Main flex wrapper for gallery + summary — gallery styles removed */
.vg-product-main-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: 2px solid #f39c12;

  gap: 2rem;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
  align-items: flex-start;
  height: 100%;
}

.vg-product-main-wrapper .summary.entry-summary {
  flex: 1 1 100%;
  box-sizing: border-box;
  height: auto;
}

@media (min-width: 768px) {
  .vg-product-main-wrapper {
    flex-wrap: nowrap;
  }

  .vg-product-main-wrapper .summary.entry-summary {
    flex: 1 1 45%;
    height: auto;
  }
}


/* === Main Product Image Box Styling === */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.08),
            inset 0 -4px 8px rgba(0, 0, 0, 0.04);

	padding: 1rem; /* Adjust as needed */
  border-radius: 12px;
  background-color: #fff;
  max-width: 100%;
  width: 50%;
  height: auto;
}


.flex-control-nav.flex-control-thumbs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.5rem;
  margin-top: 1rem;
}

.flex-control-nav.flex-control-thumbs img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  transition: border-color 0.3s ease;

}

.flex-control-nav.flex-control-thumbs img.active,
.flex-control-nav.flex-control-thumbs img:hover {
  border-color: #f39c12;
}


.woocommerce div.product .images {
	margin-bottom:0px;
	margin:10px;
}
.woocommerce-product-gallery li img.flex-active {
    border: 2px solid var(--color-content-primary);
    padding: 8px;
		border-radius:8px;

}
.woocommerce-product-gallery li img {
    padding: 12px;
		border-radius:8px;
		height:auto;
}

.woocommerce-product-gallery img {
    display: flex;
    justify-self: center;
    padding: 20px;
    height: 31em;
    width: 31em;
	}
.woocommerce-product-gallery--columns-4 li {
    width: 20% !important;
}
/* Style the tab content without affecting its visibility logic */
div#tab-description {
    padding: 2em;
    border-top: 1px solid #f39c12;
    box-shadow:  0 0 10px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.related.products {
  padding: 2em 1em;
  border-radius: 1em;
  margin-top: 3em;
}

.related.products > h2 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 1.5em;
  color: #222;
  position: relative;
}

.related.products > h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #ff6600;
  margin: 0.5em auto 0;
  border-radius: 2px;
}

.related.products ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: center;
}

.related.products ul.products li.product {
  flex: 1 1 calc(25% - 1.5em);
  background: #fff;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related.products ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 16px rgba(0,0,0,0.12);
}

.related.products ul.products li.product img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.related.products .woocommerce-loop-product__title {
  font-size: 1em;
  padding: 0.8em 1em 0 1em;
  color: #333;
  text-align: center;
}

.related.products .price {
  display: block;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #e65c00;
}

.related.products .button {
  display: block;
  width: 80%;
  margin: 0 auto 1.2em;
  padding: 0.6em;
  background-color: #ff6600;
  color: #fff !important;
  text-align: center;
  border-radius: 0.5em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.related.products .button:hover {
  background-color: #e65c00;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .related.products ul.products li.product {
    flex: 1 1 calc(50% - 1.5em);
  }
}

@media (max-width: 600px) {
  .related.products ul.products li.product {
    flex: 1 1 100%;
  }
}

/*Reviews Tab css*/
/* Reviews Tab Styling */
.woocommerce-Tabs-panel--reviews {
    padding: 25px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-top: 30px;
}

.woocommerce-Reviews-title {
    font-size: 1.3em;
    color: #333;
    margin-bottom: 15px;
		margin-right:10px;
}

.commentlist {
    list-style-type: none;
    padding: 10px;
}

.commentlist .review {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.commentlist .review .comment_container {
    display: flex;
    align-items: center;
}

.commentlist .review .comment_container .avatar {
    margin-right: 25px;
		margin-top:10px;
}

.commentlist .review .comment-text {
    flex-grow: 1;
}

.commentlist .review .star-rating {
    margin-bottom: 10px;
}

.commentlist .review .description p {
    font-size: 1em;
    color: #555;
}

.commentlist .review .meta {
    font-size: 0.9em;
    color: #888;
}

.commentlist .review .meta .woocommerce-review__author {
    font-weight: bold;
}

.commentlist .review .meta .woocommerce-review__published-date {
    color: #888;
}

#review_form_wrapper {
    background-color: #f9f9f9;
}

#review_form .comment-form-rating {
    margin-bottom: 15px;
}

#review_form .comment-form-rating label {
    font-weight: bold;
    color: #333;
}

#review_form .stars a {
    font-size: 1.5em;
    color: #ffb400;
    margin-right: 5px;
    cursor: pointer;
}

#review_form .stars a:hover,
#review_form .stars a:focus {
    color: #f9a900;
}

#review_form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    resize: vertical;
    margin-bottom: 15px;
}

#review_form .form-submit {
    text-align: right;
}

#review_form .form-submit .submit {
    background-color: #0067a3;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

#review_form .form-submit .submit:hover {
    background-color: #00527e;
}
.woocommerce .comment-respond {
    padding: 2rem;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .1);
		margin:0.5rem;
    background: #ffffff;
    color: var(--color-content-text);
		border-radius:12px;
}
.w-post-elm.post_image.usg_post_image_1.stretched {
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.w-post-elm.post_image.usg_post_image_1.stretched:hover {
  box-shadow: inset 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.01);
}
