/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.rank-math-breadcrumb p{
	margin: 0;
}
[class*="wd-swatches"].wd-shape-round .wd-swatch{
	border-radius:4px!important;
	width: 30px!important;
    height: 30px!important;
}




.e-n-tab-title-text:hover{
    border-bottom: 2px solid #fff;
}

/* --- تنظیمات پایه تب‌ها --- */
.e-n-tabs-heading {
    height: 70px;
    background: #030000;
    border-radius: 8px;
}

.e-n-tab-title-text:hover {
    border-bottom: 2px solid #fff;
}

/* --- موبایل: تنظیم الاین متن و آیکون --- */
@media (max-width: 767px) {
    .e-n-tab-title {
        display: flex ;
        flex-direction: row ;
        justify-content: space-between ;
        align-items: center ;
        padding: 0 16px;
    }

    .e-n-tab-title-text {
        text-align: right;
        flex: 1;
        margin-left: 10px; 
    }
.e-n-tab-title-text:hover {
    border-bottom:none;
}
    .e-n-tab-icon {
        flex-shrink: 0;
    }
}



selector .e-n-tab-title[aria-selected="false"] span {
    color: white !important;
}
