.inner_page .item_props {
    padding: 0 0 20px;
}
.inner_page .item_props div {
    padding: 5px 0;
    color: #2C2C2C;
}
.inner_page .item_props div span {
    color: #981853;
}
.inner_page .item_props div font {
    color: #727c8f;
}
.inner_page .item_price {
    padding: 10px 0 30px 0;
    font-size: 1.6em;
    color: #2C2C2C;
}
.inner_page .item_price_info {
    font-size: 12px;
    color: #727c8f;
    padding: 6px 0 0;
}
.inner_page .item_price b {
    font-size: 1.3em;
    color: #2C2C2C;
    font-weight: 400;
}
.inner_page .button {
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none;
}
.inner_page .button__primary {
    border: 1px solid #981853 !important;
    color: #981853;
}
.inner_page .button__primary:hover {
    border: 1px solid #981853;
    color: #fff;
    background: #981853 !important;
}
.inner_page .button__inverse {
    border: 1px solid #981853;
    background: #981853 !important;
    color: #fff;
}
.inner_page .button__inverse:hover {
    border: 1px solid #981853;
    color: #981853;
    background: #fff !important;
}
.inner_page iframe {
    max-width: 100% !important;
}
.inner_page #TopMenu .desktop_menu.active {
    padding: 20px;
    background: #fff;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}
.inner_page #TopMenu .desktop_menu.active a {
    color: #ad2564;
    text-decoration: none;
}
.inner_page #TopMenu .desktop_menu.active .tp2 {
    color: #ad2564;
}
.inner_page #TopMenu .desktop_menu.active .tp5 {
    background-color: transparent;
}
.inner_page #TopMenu .desktop_menu.active .tp1 {
    border-bottom: none;
}
.inner_page #TopMenu .desktop_menu.active .tp1Last {
    border-bottom: none;
}
.inner_page #TopMenu .desktop_menu.active .tp3 {
    color: #222222 !important;
    font-size: 15px;
    padding: 5px 10px;
    cursor: pointer;
    cursor: hand;
}
.inner_page #TopMenu .desktop_menu.active .tp1 {
    margin-right: 0;
}
@media (max-width: 768px) {
    .inner_page .desktop_menu {
        border: none;
    }
    .inner_page .desktop_menu a {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }
    .inner_page .submenu {
        position: static;
        display: none !important;
        margin: 10px 0 0;
        padding: 5px 0;
        background: #991753;
    }
    .inner_page .open .submenu {
        display: block !important;
    }
    .inner_page #TopMenu .desktop_menu .submenu .tp3 {
        color: #fff !important;
        border: none;
    }
    .inner_page #TopMenu .tp6 {
        display: none;
    }
    .inner_page #TopMenu .tp3A {
        color: #ad2564;
    }
    .inner_page #TopMenu .tp1 {
        padding-bottom: 5px;
    }
}
.inner_page .product_icon {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 100;
}
.inner_page .product_sale {
    background: #981853;
    color: #fff;
    padding: 4px 13px 6px;
    border-radius: 15px;
    font-size: 18px;
}