a.button {
    text-align: center;
}

@media (max-width: 768px) and (orientation: portrait) {
    .sidebar {
        width: 100%;
    }
}

/* header menu */
.show-item-has-submenu {
    padding-top: .875em;
    padding-bottom: .875em;
}

.show-item-has-submenu > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.show-item-has-submenu:not(:has(.show-text))::after {
    display: none !important;
}

/*footer*/

.footer__line_item img {
    max-width: 110px;
}

/* text list fix */

.text-part ul, .text-part ul li:last-child {
    margin-bottom: 0 !important;
}

/* main */

.main__heading {
    text-align: left;
}

@media (max-width: 768px) and (orientation: portrait) {
    .main__heading, .main__rating, .main__subheading {
        text-align: center;
    }
}

.text-part p a {
	color: #bd0aff !important;
}