#btn-navigation{
    z-index: 999;
    position: fixed;
    top: 84px;
    right: -85px;
}
#btn-navigation button{
    background: #01007F;
    color: #fff;
    width: 150px;
    transform: rotate(-90deg);
    font-size: 12px;
    margin: -40px 25px 0 0;
}

.mpdemo-content {
    max-width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    flex-direction: column;
    width: 320px;
    color: #333;
    will-change: transform;
    box-sizing: border-box;
}

.navigation-content {
    overflow-y: auto;
    padding: 10px;
    border-left: 1px solid #d8d8d8;
    height: calc(100% - 200px);
    background: #f6f6f7;
    box-sizing: border-box;
}

.navigation-cloudways {
    width: 100%;
    height: 160px;
    background: #f6f6f7;
    padding: 10px;
    border-left: 1px solid #d8d8d8;
    cursor: pointer;
    box-sizing: border-box;
}

.navigagion-header {
    position: relative;
    padding: 10px 15px;
    background: #01007F;
}

.navigation-title {
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 20px;
    font-size: 16px;
}

.navigation-close {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    width: 40px;
    height: 40px;
    background: #01007F;
    border: none !important;
    color: #fff;
}
.navigation-close:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 14px;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    padding-top: 2px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.navigation-close:hover{
    background: #01007F;
    color: #d8d8d8;
}

.purchase-action {
    padding: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.action-top {
    width: 100%;
    display: inline-block;
}

.image-ex {
    float: left;
    width: 85px;
    height: 85px;
    box-shadow: 0 0 0 1px #d8d8d8;
    margin-bottom: 10px;
    margin-right: 10px;
}

.info-ex {
    float: left;
    width: calc(100% - 95px);
}

.ex-name {
    font-size: 13px;
    font-weight: 550;
    margin-bottom: 5px;
}

.eddition {
    width: 100%;
    border-radius: 4px;
    font-weight: 550;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    margin: 0 !important;
}

.install-service {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}

.install-service input {
    float: left;
    margin-top: 0px;
}

.install-service p {
    font-size: 12px;
    font-weight: 550;
    display: inline-block;
    float: left;
    width: 85%;
    margin-bottom: 5px !important;
}

.checkout{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.btn-checkout {
    text-align: center;
    height: 25px;
    background: #01007F;
    color: #fff !important;
    border: 1px solid #01007F;
    font-weight: 700;
    border-radius: 4px;
    font-size: 18px;
    padding: 8px 15px;
    display: inline-block !important;
}

.btn-checkout:hover {
    background: #01007F;
    color: #d9d9d9!important;
    border: 1px solid #01007F;
    text-decoration: none;
    webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.price-ex {
    display: flex;
    justify-content: center;
    float: right;
    text-align: right;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
    padding: 3px 0;
}

.price-ex p{
    margin: 0 !important;
}

.link-action {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.link-item {
    margin-bottom: 10px;
}

.link-item h4 {
    margin: 0;
}

.ex-version {
    padding: 0;
    font-weight: 600;
    margin-bottom: 10px;
}

.nav-link {
    list-style: none;
    margin: 0 !important;
    padding: 10px 0;
}

.nav-link .nav-item {
    margin: 0;
    position: relative;
    display: block;
}

.nav-link .nav-item.active a {
    text-decoration: none;
    color: #1979c3;
}

.nav-link .nav-item a {
    padding: 7px 38px;
    color: #303030;
    line-height: 1.2;
    display: block;
    font-weight: 600;
    font-size: 13px;
}

.nav-link .nav-item a:hover {
    text-decoration: none;
    color: #1979c3;

}

.nav-item:before {
    font-size: 10px;
    top: 6px;
    left: 20px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    font-weight: normal;
    text-align: center;
    position: absolute;
}

.notice {
    padding: 12px 10px;
    font-weight: 600;
}

.hyva #btn-navigation button {
    background: #01007F;
    border: 1px solid #cccccc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 7px 15px;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
}
.hyva #install {
    margin-right: 7px;
}

.hyva .close-button {
    color: white;
    background-color: transparent;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.hyva .nav-item:before,.hyva .navigation-close:before {
    content: unset;
}
.hyva .mpdemo-content,.hyva .btn-navigation{margin-right: 1vw;}
.hyva .close-button:focus {
    outline: none;
}
@media (max-width: 768px) {
    .hyva .close-button {
        font-size: 18px;
    }
}
