.royal-group-attribute {
    position: relative;
}

.royal-group-attribute {
    margin: 10px 0px;
    overflow: hidden;
}

.royal-group-attribute-category-title-on-top .royal-group-attributes-wrap:not(.hidden-attribute) {
    display: flex;
}
.royal-group-attributes-wrap.hidden-attribute {
    display: none;
}
.royal-group-attribute .royal-group-attributes-wrap {
    font-size: 14px;
}

.royal-attribute-group-wrap.attribute-inline {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.royal-attribute-group-wrap.attribute-inline>span {
    width: auto !important;
}

.royal-attribute-group-wrap.attribute-inline span {
    margin-bottom: 0px !important;
}

.royal-group-attribute-section-all-in-one-title .royal-group-attributes-wrap .royal-attribute-group-wrap.attribute-inline,
.royal-attribute-group-wrap.attribute-inline {
    width: calc(100% - 23%);
}

.royal-group-attribute .hidden-parent {
    display: none;
}

.royal-group-attribute .hidden-parent.show {
    display: flex;
}
.royal-group-attribute.royal-group-attribute-section-category-title-on-top .hidden-parent.show {
    display: block;
}

.royal-group-attribute-toggle-open {
    position: absolute;
    color: var(--primary_color) !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.royal-group-attribute-toggle-close {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    position: relative;
    visibility: hidden;
    opacity: 0;
    color: var(--primary_color);
    cursor: pointer;
}

.royal-group-attribute.showAttrs {
    height: auto !important;
}

.royal-group-attribute-toggle-open.hide {
    visibility: hidden;
    opacity: 0;
}

.royal-group-attribute-toggle-close.show {
    visibility: visible;
    opacity: 1;
}

.icon-img-group img {
    display: inline-block;
    width: 26px;
    height: auto;
}

.royal-group-attribute-category-title-on-top {
    margin-bottom: 35px;
}

.royal-group-attribute-category-title-on-top .royal-group-attributes-wrap:not(.hidden-attribute) {
    display: flex;
}

.royal-group-attribute-category-title-on-top .royal-group-attributes-wrap .royal-attribute-title-group {
    width: 23%;
}
.royal-group-attribute-category-title-on-top .royal-group-attributes-wrap .royal-attribute-group-wrap {
    width: calc(100% - 23%);
}

.royal-group-attribute-category-title-on-top .royal-attribute-title-group>span {
    width: 100% !important;
    display: flex;
    align-items: center;
    gap: 5px;
}
.royal-group-attribute .royal-group-attributes-item, .royal-group-attribute .royal-group-attribute-toggle-close, 
.royal-group-attribute .royal-group-attribute-toggle-open {
    font-size: 14px;
}
.royal-attribute-group-wrap.attribute-inline>span:after {
    content: ',';
    margin-right: 2px;
}
.royal-attribute-group-wrap.attribute-inline>span:last-child:after {
    content: '';
}
.royal-attribute-title-group span.royal-attribute-title-group-heading,
.royal-attribute-title-group.other-attributes {
    font-size: 16px;
    margin-bottom: 20px;
}

.royal-group-attribute .group-title {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

.royal-attribute-group-wrap>a>span,
.royal-attribute-group-wrap>span {
    display: flex;
    align-items: center;
    width: 100% !important;
    padding: 5px 12px;
    margin-bottom: 6px;
    line-height: 33px;
    border-radius: 4px;
}



.royal-group-attributes-wrap .royal-attribute-title-group span.royal-attribute-name {
    display: inline-block;
    width: calc(100% - 6px) !important;
    padding: 5px 12px;
    margin-bottom: 6px;
    line-height: 33px;
    border-radius: 4px;
}

.royal-attribute-group-wrap>span>span {
    border: none !important;
    display: flex;
    align-items: center;
}




/* Mobile Style ==> Start */
@media only screen and (max-width: 800px) {

    .royal-group-attribute-category-title-on-top .royal-attribute-title-group>span {
        background: none !important;
        margin-bottom: 0;
    }
    .royal-group-attribute-category-title-on-top.hidden-parent {
        display: none;
    }
    .royal-group-attribute .royal-group-attribute-category-title-on-top.hidden-parent.show, 
    .royal-group-attribute .royal-group-attribute-category-title-on-top {
        flex-direction: column;
    }
    p.royal-attribute-title-group-heading {
        width: 100% !important;
        margin-bottom: 18px;
    }
    .royal-group-attribute-category-title-on-top .royal-group-attributes-wrap .royal-attribute-title-group {
        width: 35% !important;
        background: #f0f0f1;
        font-weight: 700 !important;
    }
    .royal-group-attribute-category-title-on-top .royal-group-attributes-wrap {
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #dfdfdf;
        font-size: 0.8em;
    }
    .royal-group-attribute-category-title-on-top .royal-group-attributes-wrap:last-child {
        border-bottom: none;
    }
    .royal-group-attribute-category-title-on-top .royal-group-attributes-wrap .royal-attribute-group-wrap {
        width: 65% !important;
        background: #ffffff !important;
        padding: 5px 0;
    }
    .royal-attribute-group-wrap>a>span, 
    .royal-attribute-group-wrap>span {
        margin-bottom: 0;
        background: #fff !important;
        padding: 0 10px;
    }
    .royal-group-attributes-wrap .royal-attribute-title-group span.royal-attribute-name {
        margin-bottom: 0px;
    }



}
/* Mobile Start ==> End */

