/*!
Theme Name: Sellzy
Theme URI: http://creativeuiux.com/sellzy
Author: CretivieUiUX
Author URI: http://creativeuiux.com
Description: Sellzy Multipurpose WooCommerce Theme
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sellzy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sellzy is based on Underscores starter theme framework, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*
 * All main theme CSS is in /assets/css/style.css
 * This file contains only WordPress-required boilerplate classes.
 */

/* --------------------------------------------------------------
 * # Accessibility — WordPress core requires .screen-reader-text
 * -------------------------------------------------------------- */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* --------------------------------------------------------------
 * # Alignments — WordPress editor / Gutenberg alignment classes
 * -------------------------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* --------------------------------------------------------------
 * # Media — WordPress caption & gallery classes
 * -------------------------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* --------------------------------------------------------------
 * # Sticky Posts
 * -------------------------------------------------------------- */
.sticky {
  display: block;
}

/* --------------------------------------------------------------
 * # Skip Link
 * -------------------------------------------------------------- */
.skip-link.screen-reader-text:focus {
  z-index: 999999;
}

/* Blog */
.wp-block-search .wp-block-search__label {
  margin-bottom: 6px;
  display: inline-block;
}

:where(.wp-block-search__input) {
  border-radius: 30px !important;
  border-color: rgba(145, 158, 171, 0.32) !important;
  padding: 10px 16px !important;
}

:where(.wp-block-search__input):focus {
  border-color: #919eab;
  outline: none;
}

:where(.wp-block-search__button) {
  border-radius: 30px;
  background-color: #088178;
  color: #ffffff;
  padding: 10px 16px;
  border: transparent !important;
}

.wp-block-group .wp-block-heading {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 12px;
}

.wp-block-latest-posts li {
  padding: 6px 0;
}

.wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  padding: 6px 0;
  margin-bottom: 0;
}

.navigation.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

.navigation.pagination .nav-links {
  display: flex;
  gap: 6px;
}

.navigation.pagination .nav-links .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe3e8;
  transition: all 0.3s;
}

.navigation.pagination .nav-links .page-numbers.current {
  background-color: rgba(0, 171, 85, 0.08);
  color: #088178;
  border-color: #088178;
  font-weight: 600;
}

.navigation.pagination .nav-links .page-numbers:hover {
  background-color: rgba(0, 171, 85, 0.08);
  color: #088178;
  border-color: #088178;
  font-weight: 600;
}

.nice-select.hidden-variation-select.hidden {
  display: none !important;
}

/* Essential Pages */
.essential-page-content {
  line-height: 1.7;
  color: #344054;
}

/* Headings */
.essential-page-content h1,
.essential-page-content h2,
.essential-page-content h3,
.essential-page-content h4 {
  font-weight: 700;
  color: #212529;
  margin-bottom: 12px;
}

.essential-page-content h1 {
  font-size: 32px;
  line-height: 40px;
  /* margin-top: 24px; */
}

.essential-page-content h2 {
  font-size: 26px;
  line-height: 34px;
  margin-top: 22px;
}

.essential-page-content h3 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
}

.essential-page-content h4 {
  font-size: 18px;
  line-height: 26px;
  margin-top: 18px;
}

/* Paragraph */
.essential-page-content p {
  margin-bottom: 12px;
  font-size: 15px;
  color: #495057;
}

/* Lists */
.essential-page-content ul {
  padding-left: 20px;
  margin-bottom: 12px;
  list-style: disc;
}

.essential-page-content li {
  font-size: 16px;
  color: #495057;
  line-height: 24px;
}

/* Optional: nested list spacing */
.essential-page-content ul ul {
  margin-top: 6px;
}

/* Selected Variation Styles */
.sellzy-variation-btn.active {
  border-color: #088178 !important;
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}

/* For Colors: show an outline so the color itself is still visible */
.variation-color-item .sellzy-variation-btn.active,
.variation-color-item.sellzy-variation-container .sellzy-variation-btn.active {
  outline: 2px solid #088178;
  outline-offset: 2px;
  box-shadow: 0 0 5px rgba(8, 129, 120, 0.5);
}

/* For Sizes: fill the background */
.size-variation-item .sellzy-variation-btn.active,
.size-variation-item.sellzy-variation-container .sellzy-variation-btn.active {
  background-color: #088178 !important;
  color: #fff !important;
  border-color: #088178 !important;
}

/* Ensure data-product_id updates color/price correctly */
.add_to_cart_button.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* Hide WooCommerce "View cart" link after AJAX add to cart */
.added_to_cart {
  display: none !important;
}

.mt-3 {
  margin-top: 12px;
}

.mb-24 {
  margin-bottom: 12px;
}

.max-w-\[520px\] {
  max-width: 520px;
}

.country_to_state.country_select {
  width: 100%;
  height: 46.5px;
}

.nice-select.state_select {
  width: 100%;
  height: 46.5px;
}

.pb-24 {
  padding-bottom: 6rem;
}
.position-sticky {
 position: sticky;
}
.wishlist-table th{
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
}

.wishlist-table td{
    padding-left: 12px;
    padding-right: 12px;
}
.nice-select .list {
    left: auto !important;
    right: 0;
}


