.top_bar_val_dropdown {
    z-index: 1; }

.price-old {
    font-weight: normal;
    text-decoration: line-through;
    opacity: 0.8; }

.catalog_line_ifo_wrap {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }

.select_platform_link {
    cursor: pointer; }

.nice-select {
    border: 1px solid #3a3939;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.5%, rgba(29, 30, 37, 0.2)), color-stop(4.75%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.11)), color-stop(4%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.05)));
    background: -o-linear-gradient(bottom, rgba(29, 30, 37, 0.2) 2.5%, rgba(0, 0, 0, 0) 4.75%), -o-linear-gradient(top, rgba(255, 255, 255, 0.11) 0%, rgba(0, 0, 0, 0) 4%), -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background: linear-gradient(0deg, rgba(29, 30, 37, 0.2) 2.5%, rgba(0, 0, 0, 0) 4.75%), linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(0, 0, 0, 0) 4%), linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    text-transform: capitalize;
    height: 42px; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #43484b; }

.top_bar_cart-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }

.cart_icon_count_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: -6px; }

.card_wrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }

.modal-dialog {
    color: #262C2D; }

.form-title {
    font-size: 20px;
    font-weight: 800;
    line-height: normal; }

.modal-content {
    padding: 30px; }

.modal-content a {
    color: #DE2966 !important;
    text-decoration-line: underline !important;
    cursor: pointer; }

.modal-content .custom-checkbox {
    opacity: 1;
    position: relative;
    width: auto;
    height: auto;
    top: 0; }

.btn {
    outline: none; }

.btn-primary {
    color: #fff;
    background-color: #DE2966;
    border-color: #DE2966; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #DE2966;
    border-color: #DE2966; }

.btn-primary:hover {
    color: #fff;
    background-color: #DE2966;
    border-color: #DE2966; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #DE2966; }

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #DE2966; }

label.custom-control-label[for="agreement"] {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px; }

.modal-content .agreement-2 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px; }

.modal-content .agreement-2 a {
    color: rgba(0, 0, 0, 0.6) !important; }

.top_bar_user_icon_link {
    cursor: pointer; }

a {
    color: #DE2966; }

a:hover {
    color: #DE2966;
    /*opacity: 0.8;*/ }

.profile_grid_wrap-password {
    grid-template-columns: 1fr 1fr;
    margin: 10px 0; }

.profile_grid_wrap-password .profile_form_input {
    max-width: none; }

.profile_form_input_with_btn {
    position: relative; }

.profile_form_input_with_btn .text-danger {
    position: absolute;
    font-size: 12px;
    left: 5px;
    bottom: -2px; }

.profile_form_btn.active {
    opacity: 0; }

.profile_form_input[readonly] {
    opacity: 0.5; }

.profile_form_input {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.5%, rgba(29, 30, 37, 0.2)), color-stop(4.75%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.11)), color-stop(4%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.05)));
    background: -o-linear-gradient(bottom, rgba(29, 30, 37, 0.2) 2.5%, rgba(0, 0, 0, 0) 4.75%), -o-linear-gradient(top, rgba(255, 255, 255, 0.11) 0%, rgba(0, 0, 0, 0) 4%), -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background: linear-gradient(0deg, rgba(29, 30, 37, 0.2) 2.5%, rgba(0, 0, 0, 0) 4.75%), linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(0, 0, 0, 0) 4%), linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)); }

.profile_user_img_wrap img {
    border-radius: 80px;
    border: 6px solid #DE2966;
    background: lightgray 50% / cover no-repeat;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    width: 80px;
    height: 80px;
    margin-bottom: 5px; }

.add_wish_list.active svg path {
    fill: #DE2966;
    stroke: #DE2966; }

.sideber_menu_list.sideber_profile_list.show-menu .sideber_menu_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

a#wishlist-total {
    display: none; }

body.body-404 {
    background-image: url(/theme/img/fon404.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.content-error {
    padding-top: 200px;
    padding-bottom: 200px; }

.p-error {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: normal; }

.p-error-404 {
    color: #FFF;
    font-size: 200px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0; }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100; }

.cart-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #303A3E;
    position: fixed;
    top: 0;
    right: -110%;
    width: 405px;
    z-index: 200;
    height: 100%;
    padding: 0;
    visibility: hidden;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    overflow: hidden; }

.cart-fixed.active {
    right: 0;
    visibility: visible; }

.cart-fixed ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }

.cart-ul-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }

.cart-fixed_close {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
    cursor: pointer; }

.cart-li-list {
    display: block;
    height: 100%;
    overflow-y: auto;
    position: relative;
    padding: 10px 20px;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain; }

.cart-li-total {
    display: block;
    background: #303A3E;
    -webkit-box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain; }

.cart-li-list_total {
    margin-left: auto; }

.cart-li-list .table {
    margin-bottom: 0; }

.cart-li-list .table, .cart-li-list tbody, .cart-li-list td {
    display: block;
    border: none; }

.cart-li-list tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    margin-bottom: 10px;
    min-height: 90px;
    background: rgba(255, 255, 255, 0.05); }

.cart-li-list_remove {
    position: absolute;
    bottom: 0;
    right: 0; }

.cart-li-list_remove_btn {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(/theme/img/icon/delete.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer; }

.cart-li-total_inner {
    /*padding: 20px;*/ }

.cart-li-list_img {
    width: 16%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }

.cart-li-list_title small {
    opacity: 0.5; }

.cart-li-list_title b {
    display: block;
    margin-bottom: 5px; }

.cart-icons span {
    opacity: 0.5;
    font-size: 10px; }

.cart-icon {
    padding: 10px; }

.form-group-coupon {
  /*  border-top: 1px solid rgba(255, 255, 255, 0.1); */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    margin-bottom: 10px; }

.form-group-coupon label {
    font-size: 20px;
    font-weight: 800;
    line-height: normal; }

.btn-light {
    background-color: #FFF;
    border-color: #fFFF;
    color: #DE2966; }

.btn {
    font-weight: 700; }

.form-group-coupon input[type="text"] {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.5%, rgba(29, 30, 37, 0.2)), color-stop(4.75%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.11)), color-stop(4%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.05)));
    background: -o-linear-gradient(bottom, rgba(29, 30, 37, 0.2) 2.5%, rgba(0, 0, 0, 0) 4.75%), -o-linear-gradient(top, rgba(255, 255, 255, 0.11) 0%, rgba(0, 0, 0, 0) 4%), -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background: linear-gradient(0deg, rgba(29, 30, 37, 0.2) 2.5%, rgba(0, 0, 0, 0) 4.75%), linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(0, 0, 0, 0) 4%), linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border: none;
    color: white; }

label.error {
    font-size: 13px;
    font-weight: normal;
    color: #ef7b7b; }

.cart-li-total_bottom {
    padding-left: 20px;
    padding-right: 20px; }

.cart-li-total_inner_table {
    padding-left: 5px;
    padding-right: 5px; }

.cart-li-total_inner_table td {
    border: none; }

::-webkit-scrollbar {
    width: .5rem; }

::-webkit-scrollbar-track {
    background: transparent; }

::-webkit-scrollbar-thumb {
    background-color: #383a48;
    border: 2px solid #252733;
    border-radius: .25rem; }

.form_checkout_info_blocks {
    overflow: hidden;
    margin-bottom: 0;
    border: none; }

.form_checkout_info_blocks .cart-li-list_img {
    width: 9%; }

.form_checkout_info_blocks .cart-li-list_remove {
    position: initial; }

.form_checkout_info_blocks .cart-li-list_remove_btn {
    margin-left: auto; }

.form_checkout_info_blocks .text-right.cart-li-list_total {
    text-align: center !important; }

.form_checkout_info_blocks td {
    width: 30%; }

.table td, .table th {
    border-color: #494949; }

.form_checkout_card_item_summ_cur_price span {
    font-weight: normal;
    color: white; }

.form_checkout_card_item_summ_new_price span {
    font-weight: normal;
    color: white; }

.form_checkout_cart_items-last {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    padding-top: 20px; }

.form_radio_btn {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px; }

.custom-control-input ~ .custom-control-label {
    opacity: 0.5; }

.custom-control-input:checked ~ .custom-control-label {
    opacity: 1; }

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #DE2966; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #DE2966; }

#block_shipping {
    display: none; }

.confirm-method {
    padding: 10px;
    border: 1px solid #ffffff21;
    border-radius: 8px;
    margin-top: 20px; }

.confirm-method button, .confirm-method input[type="button"], .confirm-method input[type="submit"] {
    width: 100%; }

.history-table thead {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 4px; }

.history-table td, .history-table th {
    border-top: none; }

.history-table tbody tr:nth-of-type(2n) {
    background: rgba(255, 255, 255, 0.05); }

.o_mob {
    display: none; }

.nice-select .list {
    background-color: #23292b;
    width: 100%;
    max-height: 200px;
    overflow-y: auto; }

.img-thumbnail {
    background-color: transparent; }

.block_account-type.form_checkout_info_blocks {
    -webkit-box-shadow: 0px 0px 33px 0px rgba(222, 41, 102, 0.3);
    box-shadow: 0px 0px 33px 0px rgba(222, 41, 102, 0.3); }

.modal-social table {
    margin: 0 auto; }

.level_item_wrap.doactive .level_track {
    position: absolute;
    width: 100%;
    height: 90%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background: #de2966;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset; }

.level_item_wrap.active .level_track {
    position: absolute;
    width: 30%;
    height: 90%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background: #de2966;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset; }

.level_item_wrap.doactive:first-child .level_track {
    border-radius: 70px 0 0 70px; }

.level_item_wrap.doactive:last-child .level_track {
    border-radius: 0 70px 70px 0; }

.cart-li-list_total {
    width: 30%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; }

.catalog_cart_info {
    /*height: 41%;*/
    position: relative;
    z-index: 3;
    flex: 1;
    justify-content: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.nav-pills.nav-coupons .nav-link.active,
.nav-pills.nav-coupons .show > .nav-link {
    background-color: #DE2966; }

.nav-pills.nav-coupons .nav-link {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.5%, rgba(29, 30, 37, 0.2)), color-stop(4.75%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.11)), color-stop(4%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.05)));
    background: -o-linear-gradient(bottom, rgba(29, 30, 37, 0.2) 2.5%, rgba(0, 0, 0, 0) 4.75%), -o-linear-gradient(top, rgba(255, 255, 255, 0.11) 0%, rgba(0, 0, 0, 0) 4%), -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background: linear-gradient(0deg, rgba(29, 30, 37, 0.2) 2.5%, rgba(0, 0, 0, 0) 4.75%), linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(0, 0, 0, 0) 4%), linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    color: white;
    position: relative; }

.nav-pills.nav-coupons .nav-item {
    margin-right: 10px; }

.tab-content-coupons hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

.catalog_cart_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.search_catalog_input, .form_checkout_info_blocks_input, .top_bar_search_input {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.5%, rgba(29, 30, 37, 0.2)), color-stop(4.75%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.11)), color-stop(4%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.05)));
    background: -o-linear-gradient(bottom, rgba(29, 30, 37, 0.2) 2.5%, rgba(0, 0, 0, 0) 4.75%), -o-linear-gradient(top, rgba(255, 255, 255, 0.11) 0%, rgba(0, 0, 0, 0) 4%), -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background: linear-gradient(0deg, rgba(29, 30, 37, 0.2) 2.5%, rgba(0, 0, 0, 0) 4.75%), linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(0, 0, 0, 0) 4%), linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)); }

.form_checkout_info_blocks {
  /*  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5%, rgba(29, 30, 37, 0.2)), color-stop(1.75%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.11)), color-stop(1%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.05)));
    background: -o-linear-gradient(bottom, rgba(29, 30, 37, 0.2) 0.5%, rgba(0, 0, 0, 0) 1.75%), -o-linear-gradient(top, rgba(255, 255, 255, 0.11) 0%, rgba(0, 0, 0, 0) 1%), -o-linear-gradient(bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background: linear-gradient(0deg, rgba(29, 30, 37, 0.2) 0.5%, rgba(0, 0, 0, 0) 1.75%), linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(0, 0, 0, 0) 1%), linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)); */
    }

@media (max-width: 991px) {
    .form_checkout_info_blocks .cart-li-list_img {
        width: 14%; }
    .history-table thead {
        display: none; }
    .history-table, .history-table td, .history-table tbody {
        display: block; }
    .history-table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
        padding: 5px; }
    .history-table td {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-top: 5px;
        padding-bottom: 5px; }
    .history-table tbody tr {
        background: rgba(255, 255, 255, 0.05); }
    .o_order_id {
        width: 33%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
    .o_products_array {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
    .o_total {
        width: 33%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .o_status {
        width: 50%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
    .o_date_added {
        width: 33%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .o_mob {
        display: block;
        color: rgba(255, 255, 255, 0.5);
        font-size: 12px;
        font-style: normal;
        font-weight: 400; } }

@media (max-width: 560px) {
    .form_checkout_info_blocks .cart-li-list_img {
        width: 24%; }
    .cart-fixed {
        width: 100%; }
    .content-error {
        padding-top: 100px;
        padding-bottom: 100px; }
    .p-error {
        font-size: 20px; }
    .p-error-404 {
        font-size: 100px; }
    .profile_grid_wrap-password {
        grid-template-columns: 1fr; }
    .sideber_menu_list.sideber_profile_list.show-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .sideber_menu_list.sideber_profile_list.show-menu .sideber_menu_item {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .sideber_menu_list.sideber_profile_list.show-menu .sideber_menu_item.ord-active {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
    .top_bar_search_form.act {
        display: block;
        position: fixed;
        top: 57px;
        left: 50%;
        background: #414847;
        width: 96vw;
        z-index: 1;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .cart-li-total_inner_table td {
        padding: .3rem .75rem; } }

@media (max-width: 992px) {
    .container {
        max-width: none; } }