/* Category Box Styles */
.woo_category_box {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    height: 200px !important;
}


#category-slider .owl-item img {
    display: block;
    width: 100%;
    height: 145.33px !important;
}

/* Utility Classes */
.shadow-sm {
    box-shadow: 0 .225rem .35rem rgb(0 0 0 / 15%) !important;
}

/* Offer Item Styles */
.offer_item_thumb img {
    display: block;
    width: 50% !important;
    height: 50% !important;
    margin: auto !important;
    padding: 30px;
}


/* Modal Styles */
.modal-lg {
    max-width: 900px;
}

.modal-content {
    border-radius: 8px;
    overflow: hidden;
}

/* Product Gallery Styles */
.product-gallery-wrap {
    position: relative;
    margin-bottom: 30px;
}

.sp-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.gallery-main {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-main .swiper-slide {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.gallery-main img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.gallery-thumbs {
    height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #007bff;
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff !important;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Product Info Styles */
.woo_pr_detail {
    padding: 20px 0;
}

.woo_pr_title {
    font-size: 24px;
    margin-bottom: 15px;
}

.woo_pr_price {
    font-size: 24px;
    margin-bottom: 20px;
}

.org_price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.8em;
    margin-left: 10px;
}

/* Wishlist Button Styles */
.woo_cart_btn.btn_save {
    background: #fff;
    transition: all 0.3s ease;
}

.woo_cart_btn.btn_save.active {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
}

.woo_cart_btn.btn_save.active i {
    color: #ffffff !important;
}

.wishlist-btn {
    cursor: pointer;
    transition: all 0.3s ease;
}

.wishlist-btn.active {
    color: #ff0000;
}

/* Reviews styling */
.woo_pr_reviews_wrap {
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.woo_pr_review_title {
    font-size: 18px;
    margin-bottom: 15px;
}

.review-summary {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.overall-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.avg-rating {
    font-size: 24px;
    font-weight: bold;
}

.rating-stars i {
    color: #ffc107;
}

.total-reviews {
    color: #666;
    margin-left: 5px;
}

.single-review {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0;
}

.review-header {
    margin-bottom: 10px;
}

.review-title {
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0;
}

.review-meta {
    font-size: 12px;
    color: #666;
}

.review-author {
    font-weight: 500;
}

.review-date {
    margin-left: 10px;
}

.review-content p {
    margin-bottom: 0;
}

/* Rating select */
.rating-select {
    display: flex;
    gap: 5px;
    font-size: 20px;
    margin-bottom: 15px;
}

.rating-select i {
    cursor: pointer;
    color: #ffc107;
}

/* Review form */
#review-form-container {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}

#product-review-form .form-group {
    margin-bottom: 15px;
}

/* Product Cart Styles */
.woo_product_cart ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woo_product_cart ul li {
    display: inline-block;
    margin: 5px;
}

.woo_product_cart a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.woo_product_cart a:hover {
    background-color: #007bff;
    color: #fff;
    transform: scale(1.1);
}

.woo_product_cart i {
    font-size: 18px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .modal-lg {
        max-width: 95%;
        margin: 10px;
    }

    .gallery-main .swiper-slide {
        height: 300px;
    }

    .gallery-thumbs {
        height: 80px;
    }

    .gallery-thumbs .swiper-slide {
        width: 80px;
    }
}
@media screen and (max-width: 600px) {
  .woo_category_box {
    height: 230px !important;
  }
 .offer_item_thumb img {
    display: block;
    /* width: 100% !important;
    height: 50% !important; */
    margin: auto !important;
    padding: 30px;
}
.explore-padding{
    padding: 0px !important;
}

}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .woo_category_box {
    height: 250px !important;
  }
}