.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix::after {
    clear: both;
}
.hide-text {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
}
.input-block-level {
    box-sizing: border-box;
    display: block;
    min-height: 35px;
    width: 100%;
}
.row-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1380px;
}
.row-container::before, .row-container::after {
    content: "";
    display: table;
    line-height: 0;
}
.row-container::after {
    clear: both;
}

/*== style for sitemap and privacy policy == */
.system h5, .system h6 {
    font-size: 20px;
    width: 100%;
}
.system .item-page p {
    margin-left: 40%;
}

/*== style for sitemap and privacy policy END== */