.wide .p-final-price-wrapper {
    position: relative;
}

@media screen and (min-width: 990px) {
    .type-detail .p-final-price-wrapper .price-standard {
        float: left;
        display: block;
    }

    .type-detail .p-final-price-wrapper .price-save {
        display: block;
    }

    .type-detail .p-final-price-wrapper>strong {
        float: left;
    }

    .type-detail .vipClub {
        max-width: max-content;
        margin-left: 10px;
        position: absolute;
        bottom: 0px;
        display: inline-block;
        float: left;
        width: max-content;
    }
}

.vipClub .headText {
    font-family: futura-pt-bold, sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

@media (min-width: 768px) {
    .wide .p-final-price-wrapper {
        _width: 50%;
        width: max-content;
    }
}


/* VIP */
.p-final-price-wrapper>strong {
    width: max-content;
    display: inline;
}

.p-final-price-wrapper .usr-vip {
    font-size: 15px;
    margin: 15px 0px 0px 0px;
    display: block;
}

.p-final-price-wrapper .usr-vip-text {
    position: relative;
    top: -4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.0px;
    background: #bc9e5b;
    padding: 2px 8px;
    border-radius: 4px;
}

.p-final-price-wrapper .usr-vip-price {
    color: #bc9e5b;
    /* font-weight: 800; */
    font-size: 15px;
    position: relative;
    top: -3px;
    left: 5px;
}

@media (max-width: 990px) {
    .vipClub .mobileElement .accordion__body .row {
        min-height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 20px;
        margin-bottom: 0px;
    }

    .type-detail .accordion__header.border,
    .type-detail .accordion__header.vip {
        height: 60px;
    }
}

@media (max-width: 500px) {
    .type-detail .price-final-holder {
        font-size: 25px;
        text-align: center;
        display: block;
    }

    .type-detail .price-final-holder .usr-vip {
        text-align: left;
    }

    .type-detail .p-final-price-wrapper .usr-vip-text {
        max-width: max-content;
        margin-left: auto;
        margin-right: auto;
    }

    .type-detail .p-final-price-wrapper .usr-vip-price {
        position: relative;
        top: -2px;
        left: 0px;
        text-align: center;
    }

    .type-detail .vipClub {
        _margin-left: 0px;
        font-size: 12px;
    }
}

@media (min-width: 480px) {
    .navigation-buttons {
        z-index: 1 !important;
    }
}


/* Modal button */

.modal-btn {
    letter-spacing: 0.22px;
    border: none;
    outline: none;
    font-size: 13px;
    cursor: pointer;
    padding: 3px 0px 1px 0px;
    background-color: transparent;
    color: #000000;
    border-bottom: 2px dotted #000000 !important;
}

.modal-btn:hover {
    letter-spacing: 0.22px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 3px 0px 1px 0px;
    background-color: transparent;
    color: #000000;
    border-bottom: 2px dotted #000000 !important;
}


/* Modal */

.modal {
    background-color: rgba(0, 0, 0, .65);
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Modal Content */

.modal-content {
    position: relative;
    top: 0px;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    background-color: #e5f361;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-animated-in {
    animation: totop-in .3s ease;
}

.modal-animated-out {
    animation: totop-out .3s ease forwards;
}

.modal-header {
    background-color: #111;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
}

.modal-content .close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #222;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.modal-content .close:hover {
    background-color: #fff;
    color: #222;
}


/* Modal Body */

.modal-body {
    padding: 0 20px;
}

.modal-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.modal-body ul li {
    position: relative;
    display: block;
    margin-left: 20px;
    color: #555;
}

.modal-body ul li::before {
    position: absolute;
    content: '\f00c';
    color: #5cc560;
    left: -20px;
    top: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


/* Modal Footer */

.modal-footer {
    background-color: #111;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
}

.modal-header h3,
.modal-footer h3 {
    color: #fff;
}


/*
.type-detail .p-final-price-wrapper>strong {
    font-weight: 800;
}
*/


/* Keyframes */

@keyframes totop-in {
    0% {
        top: 600px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes totop-out {
    0% {
        top: 0px;
        opacity: 1;
    }

    100% {
        top: -100%;
        opacity: 0;
    }
}

.vipClub * {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    border-color: #dddddd;
}

.screenElementHeader img {
    max-width: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.vipClub body {
    background-color: rgba(0, 0, 0, 0.288);
}

.vipClub .screenElement {
    background-color: white;
    position: absolute;
    padding: 6rem 4rem;
    margin: 5rem 0px;
    width: 770px;
}

.vipClub .headText {
    font-weight: 900;
    font-size: 2rem;
    line-height: 2.2rem;
    position: relative;
    bottom: 10px;
}

.vipClub .light {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.803);
    line-height: 2.2rem;
    letter-spacing: .012rem;
}

.vipClub .lighter {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.803);
    line-height: 2.0rem;
}

.vipClub .medium {
    padding-bottom: 1rem;
    color: rgba(0, 0, 0, 0.803);
    font-weight: 500;
    border-bottom: 1px solid black;
}

.vipClub .bold {
    font-weight: bold;
    font-size: 14px;
    line-height: 2.0rem;
    height: 50px;
}

.vipClub .vip {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 2.0rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    background-color: #BC9E5B;
    color: white;
}

.vipClub .screenElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 3rem;
}

.vipClub .gold {
    color: #bc9d5b;
}

.vipClub .fa-check-circle {
    font-size: 2.5rem !important;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

.vipClub .fa-check-circle {
    /*
    position: relative;
    top: 3px;
    */
    margin: 5px;
}

.vipClub th:first-child {
    padding-right: 3rem;
    text-align: left;
}

.vipClub .goldBorder th:first-child {
    font-size: 12px;
    letter-spacing: 0.1rem;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dddddd;
    width: auto;
}

.vipClub .goldBorder th {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    width: 160px;
}

.vipClub .goldBorder .none {
    opacity: 0;
}

.vipClub table tr:nth-child(1) th:nth-child(1) {
    z-index: 8;
    position: relative;
    top: 0px;
    background: white;
}

.vipClub table .noBorder th:first-child {
    z-index: 8;
    position: relative;
    top: 0px;
    background: white;
}

.vipClub table tr:nth-child(2) {
    height: 30px;
}

.vipClub table tr:nth-child(2) th {
    font-weight: 400;
    letter-spacing: .10rem;
    border-bottom: 2px solid black;
}

.vipClub table tr:nth-child(1) th:nth-child(2) {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.vipClub table tr:nth-child(2) th:nth-child(2) {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.vipClub table tr th:nth-child(3) {
    border-left: none;
    text-align: center;
    position: relative;
    -webkit-box-shadow: -7px 0px 11px -1px rgba(188, 157, 91, 0.201);
    box-shadow: -7px 0px 11px -1px rgba(188, 157, 91, 0.201);
    position: relative;
}

.vipClub table {
    position: relative;
    padding-bottom: .6rem;
    padding-top: .4rem;
}

.vipClub table:after {
    top: 0%;
    content: ' ';
    position: absolute;
    height: 97%;
    width: 100%;
    z-index: 0;
    -webkit-box-shadow: 8px 0px 10px -6px rgba(188, 157, 91, 0.201);
    box-shadow: 8px 0px 10px -6px rgba(188, 157, 91, 0.201);
    /*
    -webkit-box-shadow: 8px 0px 12px -2px rgba(188, 157, 91, 0.201);
            box-shadow: 8px 0px 12px -2px rgba(188, 157, 91, 0.201);
    */
}

.vipClub table tr:nth-child(1) th:nth-child(3) {
    -webkit-box-shadow: -5px -14px 11px -1px rgba(188, 157, 91, 0.201);
    box-shadow: -5px -14px 11px -1px rgba(188, 157, 91, 0.201);
}

.vipClub table .noBorder th:first-child {
    background-color: white;
    border: none;
    position: relative;
}

.vipClub table tr th:nth-child(2) {
    text-align: center;
    z-index: 1;
}

.vipClub table tr th:nth-child(4) {
    z-index: 1;
}

.vipClub .box {
    position: absolute;
    z-index: 3;
    background-color: red;
    height: 500px;
    width: 100px;
    left: 700px;
}

.vipClub .goRegister {
    position: relative;
    height: 63px;
}

.vipClub .goRegister a {
    display: block;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.8px;
    top: 0;
    width: 90%;
    height: 80%;
    left: 5%;
    top: 10%;
    text-transform: uppercase;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    background-color: BLACK;
    color: white;
    text-decoration: none;
    position: absolute;
    line-height: 4.2;
    -webkit-transition: .6s;
    transition: .6s;
}

.vipClub .goVip {
    position: relative;
    height: 63px;
}

.vipClub table tr th.goVip {
    -webkit-box-shadow: -1px 23px 23px -1px rgba(188, 157, 91, 0.201);
    box-shadow: -1px 23px 23px -1px rgba(188, 157, 91, 0.201);
}

.vipClub .goVip a {
    display: block;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.4px;
    top: 0;
    width: 90%;
    height: 80%;
    z-index: 20;
    left: 5%;
    top: 10%;
    line-height: 4.2;
    text-transform: uppercase;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    background-color: #BC9E5B;
    color: white;
    text-decoration: none;
    position: absolute;
    -webkit-transition: .6s;
    transition: .6s;
}

.vipClub .goVip a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.vipClub .goRegister a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.vipClub .screenElementFooter {
    position: relative;
    margin-top: -59px;
    z-index: 10;
    max-width: 50%;
}

.vipClub .screenElementFooter p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.603);
    line-height: 1.4;
    margin: 0;
    max-width: 300px;
}

.vipClub .fa-times {
    font-size: 32px;
    margin-left: auto;
    right: 0;
    top: 0;
    padding: 2rem;
    -webkit-transition: .6s;
    transition: .6s;
    position: absolute;
    cursor: pointer;
}

.vipClub .fa-times:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 800px) {

    p,
    th {
        font-size: 14px;
    }

    .vipClub .screenElementFooter {
        position: static;
        margin-top: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 980px) {
    .vipClub .mobileElement {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .vipClub .screenElement {
        display: none;
    }

    .type-detail .p-final-price-wrapper .usr-vip-price {
        font-size: 15px;
    }

    .type-detail .p-final-price-wrapper .usr-vip-text {
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        font-weight: 500;
        background: #bc9e5b;
        padding: 2px 8px;
        border-radius: 4px;
        letter-spacing: 1.0px;
    }

    .type-detail .btn.btn-conversion,
    .type-detail a.btn.btn-conversion,
    .type-detail .btn.btn-cart,
    .type-detail a.btn.btn-cart {
        color: #fff;
        border-color: #000;
        background-color: #000;
        width: 100%;
        font-size: 25px;
        text-transform: unset;
        font-weight: 700;
    }

    .type-detail .p-to-cart-block .add-to-cart-button.btn-conversion::before {
        display: none;
    }
}

.vipClub .mobileElement {
    background-color: white;
    z-index: 2;
    padding: 4em 2rem;
    margin: 20px 0;
}

.vipClub .mobileElement .content {
    margin: 30px auto;
    max-width: 580px;
}

.vipClub .mobileElement .accordion__item {
    background: #fffffe;
    border-radius: 4px;
    margin-top: 20px;
}

.vipClub .mobileElement .accordion__item:not(:last-child) {
    margin-bottom: 15px;
}

.vipClub .mobileElement .accordion__header {
    padding: 20px;
    padding-right: 50px;
    font-weight: 600;
    font-size: 1.6rem;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.vipClub .mobileElement .border {
    background-color: rgba(0, 0, 0, 0.803);
    color: white;
}

.vipClub .mobileElement .arrow {
    top: 25px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: solid white;
    position: absolute;
    right: 25px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.vipClub .mobileElement .accordion__body {
    padding: 20px 20px 60px 20px;
    font-weight: 300;
    font-size: 0.875rem;
    color: #5f6c7b;
    line-height: 1.5;
    display: none;
    border-right: 1px solid rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    border-left: 1px solid rgba(0, 0, 0, 0.8);
    -o-border-image: initial;
    border-image: initial;
    border-top: none;
}

.vipClub .mobileElement .open-accordion .accordion__body {
    display: block;
}

.vipClub .mobileElement .open-accordion .accordion__header .arrow {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vipClub .mobileElement .accordion__body .vip {
    background-color: #bc9d5b;
    color: white;
}

@media (min-width: 990px) {
    .vipClub .mobileElement .accordion__body .row {
        min-height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 20px;
        margin-bottom: 10px;
    }
}

.vipClub .mobileElement .accordion__body .row i {
    font-size: 18px;
    margin: 0;
    margin-right: 10px;
}

.vipClub .mobileElement .accordion__body .row .lighter {
    margin-bottom: 0;
    line-height: 1.5;
}

.vipClub .mobileElement .vip-body {
    border: 2px solid #bc9d5b;
}

.vipClub .mobileElement .accordion__body {
    position: relative;
}

.vipClub .mobileElement .fa-check-circle {
    color: rgba(0, 0, 0, 0.8);
}

.vipClub .mobileElement .gold {
    color: #bc9d5b;
}

.vipClub .mobileElement .goReg,
.vipClub .mobileElement .goVips {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vipClub .mobileElement .goVips a {
    background-color: #bc9d5b;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 1rem 5px;
    opacity: 0;
    border: 1px solid #bc9d5b;
}

.vipClub .mobileElement .goReg a {
    background-color: rgba(0, 0, 0, 0.803);
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.4rem;
    opacity: 0;
    padding: 1rem 5px;
    border: 1px solid rgba(0, 0, 0, 0.803);
}

.vipClub .mobileElement .open-accordion .goVips a,
.vipClub .mobileElement .open-accordion .goReg a {
    text-transform: uppercase;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 1;
}

@media screen and (max-width: 450px) {
    .vipClub .mobileElementContent .content {
        margin: 15px 0;
    }
}

@media screen and (max-width: 375px) {
    .vipClub .mobileElement {
        padding: 0;
    }

    .vipClub .mobileElementHeader {
        padding: 4em 15px 15px 15px;
    }

    .vipClub .mobileElementFooter {
        padding: 0em 15px 15px 15px;
    }
}

@media screen and (min-width: 990px) {
    .p-to-cart-block {
        padding: 10px 0px;
    }
}

@media screen and (max-width: 990px) {
    .p-to-cart-block {
        border-width: 0 0 1px;
        border-style: none none solid;
        border-color: #e7e7e7;
        padding: 10px 10px;
        display: flex;
        flex-flow: row;
        justify-content: left;
        flex-direction: column;
    }

    .p-final-price-wrapper {
        flex-basis: 100%;
        _background: red;
    }

    .p-add-to-cart-wrapper {
        flex-basis: 100%;
        _background: red;
    }

    .p-to-cart-block .p-final-price-wrapper {
        margin: 10px 0px;
        text-align: left;
    }

    #product-detail-form .p-to-cart-block {
        padding: 10px 0px;
    }
}

@media screen and (min-width: 501px) and (max-width: 990px) {
    .vipClub {
        position: relative;
        top: -2px;
        margin-left: 5px;
        display: inline-block;
        }
    }

@media (max-width: 400px) {
    .p-to-cart-block .p-final-price-wrapper {
        text-align: left;
        width: 100%;
    }

    .type-detail .p-add-to-cart-wrapper {
        flex-basis: 100%;
        width: 100%;
    }

    .type-detail .btn.btn-conversion,
    .type-detail a.btn.btn-conversion,
    .type-detail .btn.btn-cart,
    .type-detail a.btn.btn-cart {
        color: #fff;
        border-color: #000;
        background-color: #000;
        width: 100%;
        padding: 15px 0px;
        margin: 0px;
    }

    .type-detail .price-final-holder {
        font-size: 25px;
        text-align: left;
        /*margin: 5px 0px;
        display: block;*/
    }
}

@media screen and (max-width: 990px) and (min-width: 400px) {
    .type-detail .price-final-holder .usr-vip {
        text-align: left;
        display: inline-block;
    }
}

@media screen and (max-width: 500px) and (min-width: 300px) {
    .vipClub {
        position: relative;
        top: 0px;
        left: 0px;
        margin-left: 10px;
        max-width: max-content;
        display: inline-block;
    }

    .type-detail .price-final-holder .usr-vip {
        text-align: left;
        float: none;
        margin-left: 10px;
    }
}

@media screen and (min-width: 300px) and (max-width: 990px) {

    .price-standard {
        float: left;
    }

    .price-save {
        display: block;
    }

    .price-final.price-action {
        display: inline-block;
    }

    .price-final.price-action {
        display: inline-block;
    }

    .p-to-cart-block .p-final-price-wrapper {
        width: 100%;
        text-align: left;
    }

    .type-detail .p-add-to-cart-wrapper {
        flex-basis: 100%;
        width: 100%;
    }

    .type-detail .btn.btn-conversion,
    .type-detail a.btn.btn-conversion,
    .type-detail .btn.btn-cart,
    .type-detail a.btn.btn-cart {
        color: #fff;
        border-color: #000;
        background-color: #000;
        width: 100%;
        margin: 0px;
    }

    .type-detail .p-final-price-wrapper .usr-vip {
        font-size: 15px;
        margin: 16px 0px 0px 0px;
        display: block;
    }

    .type-detail .price-final-holder {
        font-size: 25px;
        text-align: left;
        display: inline-block;
        width: max-content;
    }
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
    .type-product .p-to-cart-block {
        display: flex;
        flex-direction: column;
    }

    .type-product .p-to-cart-block .p-final-price-wrapper,
    .type-product .p-to-cart-block .p-add-to-cart-wrapper {
        width: 100%;
    }

    .type-product .p-to-cart-block .p-add-to-cart-wrapper {
        margin: 20px 0px;
    }
}



.filter-section-button+.filter-section-button {
    display: none;
}

@media screen and (max-width: 990px) {
    .p-code {
        display: none !important;
    }

    .flag.flag-new {
        display: none;
    }

    .flag.flag-freeshipping {
        display: none;
    }

    .products-block>div {
        max-width: 48%;
        margin: 1%;
        float: left;
    }

    .price-standard>span {
        display: none;
    }

    .tab-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .products-block .p .name {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 1.4;
        text-decoration: none;
        min-height: 50px;
    }

    .products-block>div .p .availability {
        display: block;
        padding-top: 19px;
        font-size: 13px;
        min-height: 70px;
    }

    .products-block>div .p .name {
        min-height: 70px;
    }
}

@media screen and (min-width: 300px) and (max-width: 500px) {
    .type-detail .price-final-holder {
        font-size: 25px;
        text-align: left;
        display: inline-block;
        width: max-content;
    }

    .type-detail .vipClub {
        max-width: max-content;
        margin-left: 5px;
        display: inline-block;
        width: max-content;
    }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
    /*
    .type-detail .vipClub {
        max-width: max-content;
        margin-left: 10px;
        position: absolute;
        top: 38px;
        display: inline-block;
        width: max-content;
        }
        */

    .type-detail .vipClub {
        max-width: max-content;
        margin-left: 10px !important;
        position: absolute;
        top: auto;
        bottom: 4px !important;
        display: inline-block;
        width: max-content;
    }
}