/**
* Theme Name:        avanam-majori
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-majori
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

.elementor-widget-tmcore-product-categories-carousel.product-cat-style-3 .cat-title {
    text-align: center;
}

.riwa-page-header {
    width: 100%;
    min-height: 180px;
    padding: 30px 20px;
    background: #f5f4f1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.riwa-page-header-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.riwa-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.5;
}

.riwa-breadcrumb a {
    color: #111;
    text-decoration: none;
}

.riwa-breadcrumb a:hover {
    text-decoration: underline;
}

.riwa-breadcrumb span {
    color: #111;
}

.riwa-page-header h1 {
    margin: 0 !important;
    color: #111;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
}
/* Riwa Fashion - Pricing Table */
.price-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin: 0;
    font-size: 15px;
}

/* Table Header */
.price-table table thead th {
    background: #f8f6f3;
    color: #222;
    font-weight: 600;
    text-align: left;
    padding: 15px 18px;
    border: 1px solid #ddd;
    white-space: nowrap;
}

/* Table Body */
.price-table table tbody td {
    padding: 13px 18px;
    border: 1px solid #ddd;
    color: #444;
    vertical-align: middle;
}

/* Serial Number */
.price-table table th:first-child,
.price-table table td:first-child {
    width: 80px;
    text-align: center;
}

/* Outfit / Service */
.price-table table th:nth-child(2),
.price-table table td:nth-child(2) {
    width: 40%;
}

/* Material */
.price-table table th:nth-child(3),
.price-table table td:nth-child(3) {
    width: 25%;
}

/* Price */
.price-table table th:last-child,
.price-table table td:last-child {
    width: 18%;
    font-weight: 600;
    white-space: nowrap;
}

/* Alternate Rows */
.price-table table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Hover */
.price-table table tbody tr:hover {
    background: #f5f3f0;
}
.testimonial-section .item-box::after{
	display:none !important;
}
.site-footer .site-middle-footer-wrap .footer-widget-area .widget li + li {
    margin: 0 !important;
}
/* Mobile */
@media (max-width: 767px) {

    .price-table {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .price-table table {
        min-width: 700px;
        font-size: 14px;
    }

    .price-table table thead th,
    .price-table table tbody td {
        padding: 11px 14px;
    }
}