.shnx-top_content {
    margin-top: 1.5em;
}

@media (min-width: 991.98px) {
    .shnx-top_content {
        margin-top: -2em;
    }
}

.logo-lg-text-dark, .logo-lg-text-light {
    color: var(--ShennX_DC) !important;
}

.owl-shnx .item {
    opacity: 0.2;
    transform: scale(0.95);
    transition: .4s ease all;
}

.owl-shnx .active .item, .owl-shnx .slick-center {
    opacity: 1;
    transform: scale(1);
}

.owl-shnx .item img {
    border-radius: .8em;
}

.owl-shnx .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-shnx .owl-nav button:first-child {
    position: absolute;
    top: -2rem;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    transition: .4s ease all;
    margin-left: 1em;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.owl-shnx .owl-nav button:last-child {
    position: absolute;
    top: -2rem;
    right: 0;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    transition: .4s ease all;
    margin-right: 1em;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.shnx-order_leftside img {
    width: 6.5em;
    height: 6.5em;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: .8em;
}

.shnx-order_leftside .order-divider {
    border-top: 1px solid rgb(var(--ct-gray-300-rgb));
    margin-bottom: .8em;
}

.shnx-order_leftside .card.card-body, .shnx-order_rightside .card.card-body {
    box-shadow: rgba(var(--ShennX_DCRGB), 0.24) 0px 3px 5px;
}

.shnx-order_pay__item {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 5px;
}

.shnx-order_pay__item .shnx-order_pay__item_list {
    display: none;
}

.shnx-order_pay__item .shnx-order_pay__item_list + label {
    margin-bottom: 1rem;
}

.shnx-order_pay__item .shnx-order_pay__item_list + label .content {
    border: 1px solid rgb(var(--ct-gray-300-rgb));
    padding: 0;
    transition: 0.3s ease-in;
    border-radius: .6rem;
}

.shnx-order_pay__item .shnx-order_pay__item_list + label .d-flex.justify-content-between.w-100 {
    padding: .15rem .85rem;
    transition: 0.3s ease-in;
    border-radius: .505rem .505rem 0 0;
    background-color: rgba(255, 255, 255, .7);
}

.shnx-order_pay__item .shnx-order_pay__item_list + label .img {
    width: 50px;
    max-width: 50px;
}

.shnx-order_pay__item .shnx-order_pay__item_list + label span {
    color: rgb(31, 31, 31);
    padding-top: .285rem;
}

.shnx-order_pay__item .shnx-order_pay__item_list + label .card-body.p-0 {
    margin: .45rem
}

.shnx-order_pay__item .shnx-order_pay__item_list:hover + label .content {
    border: 1px solid var(--ShennX_DC);
}

.shnx-order_pay__item .shnx-order_pay__item_list:checked + label .content {
    color: var(--ShennX_DC);
    border: .12em solid var(--ShennX_DC);
    font-weight: bold;
    background-color: rgba(var(--ShennX_DCRGB), .05);
}

.shnx-order_pay__item .shnx-order_pay__item_list:checked + label .content .d-flex.justify-content-between.w-100 {
    background-color: rgb(255, 255, 255);
}

.shnx-order_pay__item .shnx-order_pay__item_footer {
    float: right;
    padding: .6rem;
    margin-bottom: -.9rem;
}

.shnx-order_pay__item .shnx-order_pay__item_footer li {
    background: white;
    border-radius: 10px;
}