.mce-payment-confirm {
    width: 100%;
    height: 100%;
}
.mce-payment-confirm .verify-payment {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mce-payment-confirm .verify-payment .result {
    width: 350px;
    min-height: 200px;
    background: whitesmoke;
    border-radius: 8px;
    padding-bottom: 20px;
}
.mce-payment-confirm .verify-payment .result .icon {
    position: relative;
    margin: auto;
    top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.mce-payment-confirm .verify-payment .result .content {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    position: relative;
    margin: -30px auto auto;
}
.mce-payment-confirm .verify-payment .result .content .status-bold {
    text-align: center;
    margin-bottom: 20px;
}
.mce-payment-confirm .verify-payment .result .content .info li {
    margin-bottom: 10px;
}
.mce-payment-confirm .verify-payment .result .content .notice {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mce-payment-confirm .verify-payment-go-home {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mce-products {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    padding: 20px 0;
}
.mce-products .sidebar {
    flex: 3;
    -ms-flex: 3;
    -webkit-flex: 3;
    padding: 12px;
    border-radius: 8px;
    background: #f0f0f0;
    overflow: auto;
}
.mce-products .sidebar .close-sidebar {
    display: none;
}

.filters {
    width: 100%;
    padding: 0;
}
.filters .filter-item {
    background: white;
    padding: 6px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.filters li .header {
    cursor: pointer;
    height: 40px;
}
.filters .head-title {
    width: 100%;
    height: 100%;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filters .head-title i {
    font-size: 12px;
}
.filters .header.opened .icon:not(.unset-rotate) {
    rotate: 90deg;
}
html[dir="rtl"] .filters .header.opened .icon:not(.unset-rotate) {
    rotate: -90deg;
}
.filters hr {
    background: #ccc;
    height: 2px;
    margin-top: 5px;
    display: none;
}
.filters .header.opened hr {
    display: block;
}
.filters .filter-content {
    display: none;
}
.filters .category-list {
    padding: 0;
    margin-top: 20px;
}
.filters .category-list li {
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.5;
    margin-left: 6px;
}
html[dir="rtl"] .filters .category-list li {
    margin-left: 0;
    margin-right: 6px;
}
.filters .category-list li i {
    margin-left: 0;
    margin-right: 5px;
}
html[dir="rtl"] .filters .category-list li i {
    margin-right: 0;
    margin-left: 5px;
}
.filters .category-list li label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.filters .category-list li input {
    margin: 0 5px 0 0;
}
html[dir="rtl"] .filters .category-list li input {
    margin: 0 0 0 5px;
}

.mce-products .content {
    flex: 10;
    -ms-flex: 10;
    -webkit-flex: 10;
    overflow: auto;
    padding: 0 12px 0 12px;
}

form.search-products {
    width: 100%;
    display: flex;
}
form.search-products input {
    width: 100%;
    border-radius: 0.25rem 0 0 0.25rem;
    color: black;
    padding: 0 6px;
    font-size: 13px;
    background: #f0f0f0;
}
html[dir="rtl"] form.search-products input {
    border-radius: 0 0.25rem 0.25rem 0;
}
form.search-products button {
    height: 45px;
    width: 60px;
    font-size: 24px;
    border-radius: 0 0.25rem 0.25rem 0 !important;
}
html[dir="rtl"] form.search-products button {
    border-radius: 0.25rem 0 0 0.25rem !important;
    background: #e7e5e5;
}
form.search-products .advanced-filters {
    color: black;
    margin-left: 10px;
    width: 200px;
    font-size: 14px;
    display: none;
}
form.search-products button,
form.search-products button:hover,
form.search-products button:active,
form.search-products button:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.listing-products-filter-cn {
    height: auto;
    overflow: auto;
    min-height: 45px;
}
.listing-products-filter {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    list-style: none;
    min-width: 768px;
    height: auto;
    border-bottom: 0;
    padding: 0;
}
.listing-products-filter .silent-text {
    margin-right: 5px;
}
html[dir="rtl"] .listing-products-filter .silent-text {
    margin-right: 0;
    margin-left: 5px;
}
.listing-products-filter li {
    display: inline-flex;
    list-style: none;
}
.listing-products-filter li:first-child i {
    display: inline-block;
    position: relative;
    top: 3.5px;
    margin: 0 5px 0 0;
}
html[dir="rtl"] .listing-products-filter li:first-child i {
    margin: 0 0 0 5px;
}
.listing-products-filter li:not(li:first-child) {
    margin: 0 10px 0 0;
    color: black;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-radius: 8px;
    cursor: pointer;
    overflow: auto;
    background: whitesmoke;
}
.listing-products-filter li.active:not(li:first-child) {
    color: white;
    background: #017ab4;
}

.filter-range {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.filter-range li {
    width: 50%;
    text-align: center;
    font-size: 13px;
    line-height: 1.692;
    letter-spacing: .3px;
    color: #858585;
    padding: 10px 6px 15px;
    position: relative;
}
.filter-range li span {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    font-size: 13px;
    font-weight: 700;
}
.filter-range li input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid #dee2e6;
    background-color: #f5f5f5;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    margin: 6px 0;
    text-align: center;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 700;
}
.filter-range li.label {
    width: auto;
    padding: unset;
}

.mce-filter-price {
    text-align: center;
    min-height: 145px;
    padding: 8px 0;
}
.mce-filter-price .filter-slider {
    padding: 18px 25px 18px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html[dir="rtl"].mce-filter-price .filter-slider {
    padding: 18px 5px 18px 25px;
}
html[dir="rtl"] .mce-filter-price .filter-slider {
    padding: 18px 25px 18px 5px;
}
.mce-filter-price .filter-slider .noUi-horizontal {
    height: 4px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.mce-filter-price .filter-slider .noUi-target {
    background-color: #c4c4c4;
    border: 0;
}
.mce-filter-price .filter-slider .noUi-connect,
.mce-filter-price .filter-slider .noUi-origin {
    left: 0;
}
.mce-filter-price .filter-slider .noUi-connect {
    background: #017ab4;
}
.mce-filter-price .filter-slider .noUi-handle {
    width: 19px;
    height: 19px;
    top: -7px;
    border: 0;
    border-radius: 50%;
    background: #017ab4;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    cursor: pointer;
}
html[dir="rtl"] .mce-filter-price .filter-slider .noUi-handle {
    position: relative;
    top: -7.2px;
    left: 0;
    right: -12px;
}
.mce-filter-price .filter-slider .noUi-handle::before,
.mce-filter-price .filter-slider .noUi-handle::after {
    display: none;
}

.mce-products-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.mce-products-list .product-item {
    width: 24%;
    margin-right: 10px;
    margin-bottom: 10px;
}
html[dir="rtl"] .mce-products-list .product-item {
    margin-right: 0;
    margin-left: 10px;
}
.mce-products-list .product-item:nth-child(4n) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mce-product-card {
    width: 100%;
    height: 280px;
    background: white;
    border-radius: 4px;
    padding: 6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 1px;
}
.mce-product-card img {
    width: 100%;
    height: 150px;
    border-radius: inherit;
}
.mce-product-card .mce-product-bottom {
    width: 100%;
    height: calc(100% - 150px);
    padding: 5px 0;
    position: relative;
    font-weight: bolder;
}
.mce-product-bottom .mce-product-title {
    width: 100%;
    height: 40px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
.mce-product-bottom .mce-product-options {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    padding: 0 5px;
}

.mce-product-price .price {
    font-family: ufocms-bold;
    font-weight: 300;
    position: relative;
    font-size: 16px;
    margin-right: 5px;
}
html[dir="rtl"] .mce-product-price .price {
    margin-right: 0;
    margin-left: 5px;
}
.mce-product-price .discount {
    font-family: ufocms;
    font-size: 13px;
    color: #868686;
    margin-right: 15px;
    position: relative;
    top: 5px;
}
html[dir="rtl"] .mce-product-price .discount {
    margin-right: 0;
    margin-left: 15px;
}
.mce-product-price .mce-symbol-currency {
    font-family: ufocms-bold;
}

.mce-product {
    width: 100%;
    height: fit-content;
    margin-top: 20px;
}
.mce-product .mce-product-top {
    border-radius: 12px;
    background: #FFF;
    padding: 18px;
}
.mce-product-gallery {
    width: 25%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mce-product-gallery img {
    width: 280px;
    height: 100%;
    border-radius: 8px;
}
.mce-product-details {
    padding: 0 12px;
    width: 50%;
}
.mce-product-properties {
    padding: 0 12px;
}
.mce-product-properties li {
    list-style-type: "⦿";
    color: black;
    font-size: 15px;
    margin-bottom: 5px;
}
.mce-product-properties li .value {
    color: #555;
}
.mce-product-details .mce-product-note {
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-top: 15px;
}
.mce-product-actions {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.mce-product-color-picker {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 10px;
}
.mce-product-color-picker [data-color] {
    width: 30px;
    height: 30px;
    background: var(--mce-product-color);
    border-radius: 50%;
    border: 3px solid #ccc;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 5px;
}
.mce-product-color-picker [data-color]:hover,
.mce-product-color-picker [data-color].active {
    border-color: #5252cc;
}
html[dir="rtl"] .mce-product-color-picker [data-color] {
    margin-right: 0;
    margin-left: 5px;
}

.mce-price-container {
    height: 50px;
}

.mce-product-contents {
    width: 100%;
    height: fit-content;
    margin-top: 20px;
}
.mce-product-contents .mce-product-tabs {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 0 20px;
}
.mce-product-contents .mce-product-tabs li {
    min-width: 120px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.mce-product-contents .mce-product-tabs li.active {
    border-bottom: 3px solid blue;
}
.mce-product-content-tabs [data-tab] {
    width: 100%;
    min-height: 100px;
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 20px;
    display: none;
}
.mce-product-content-tabs [data-tab].no-bg {
    background: transparent;
}
.mce-product-content-tabs [data-tab].active {
    display: block;
}
.mce-product-content-tabs .ufo-comment-wrp {
    border: unset;
}

.mce-cn-cart-actions,
.mce-price-container[data-color] {
    display: none;
}
.mce-cn-cart-actions:nth-child(1),
.mce-price-container[data-color]:nth-child(1) {
    display: block;
}

.mce-inc-dec-cart {
    width: 100px;
    height: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 2px solid #eaeaea;
    border-radius: 4px;
    margin-right: 30px;
}
html[dir="rtl"] .mce-inc-dec-cart {
    margin-right: 0;
    margin-left: 30px;
}
.mce-inc-dec-cart div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mce-inc-dec-cart div .count {
    font-size: 14px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.mce-inc-dec-cart div i {
    font-size: 12px;
    cursor: pointer;
}
.mce-inc-dec-cart div i.disabled {
    color: #ccc;
}
.mce-inc-dec-cart div i.ufo-icon-trash {
    font-size: 14px;
}
.mce-inc-dec-cart div [data-action="dec"] {
    color: red;
}

.mce-cart {
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.mce-cart-steps {
    width: 100%;
    height: 60px;
    background: #001CFF;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    position: relative;
}
.mce-cart-steps .mce-cart-step {
    width: fit-content;
    font-weight: bolder;
    color: #CCF;
}
.mce-cart-steps .mce-cart-step.active {
    color: white;
}
.mce-cart-steps .mce-cart-step i {
    font-size: 20px;
}
.mce-cart-steps .mce-cart-step span {
    margin: 0 5px;
    font-size: 15px;
}
.mce-cart-steps .mce-cart-step:first-child {
    justify-content: flex-start;
}
.mce-cart-steps .mce-cart-step:last-child {
    justify-content: flex-end;
}
.mce-cart-steps .space-line {
    content: "";
    width: calc(100% - 70%);
    height: 3px;
    background: #cccccc;
}

.mce-cart-content {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.mce-cart-content .mce-cart-main-content {
    width: 70%;
    border-radius: 12px;
    padding: 10px;
    background: white;
}

.mce-cart-main-content .mce-cart-list {
    width: 100%;
    min-height: 100px;
    background: white;
    border-radius: 12px;
}
.mce-cart-main-content .mce-cart-list .mce-cart-product {
    width: 100%;
    height: 150px;
    border-bottom: 3px solid #ccc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mce-cart-main-content .mce-cart-list .mce-cart-product:last-child {
    border: none;
}
.mce-cart-list .mce-cart-product .mce-img,
.mce-img img {
    width: 120px;
    height: 120px;
    border-radius: 6px;
}
.mce-cart-product .mce-details {
    width: 60%;
    height: 100%;
    padding: 12px;
}
.mce-product-attributes {
    padding: 10px 0;
    overflow: auto;
    height: calc(100% - 25px);
}
.mce-cart-product .mce-prices {
    width: 30%;
    height: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
}

.mce-cart-product-inc-dec {
    width: 110px;
    height: 40px;
    border: 2px solid #cccccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    padding: 0 10px;
    margin-top: 20px;
}
.mce-cart-product-inc-dec i {
    font-size: 13px;
    cursor: pointer;
}
.mce-cart-product-inc-dec i.disabled {
    color: #cccccc;
}
.mce-cart-product-inc-dec i[data-action="dec"] {
    color: red;
}
.mce-cart-product-inc-dec .count {
    font-size: 14px;
    user-select: none;
}

.mce-cart-content .mce-cart-invoice-cn {
    width: 30%;
    padding: 0 0 0 8px;
}
html[dir="rtl"] .mce-cart-content .mce-cart-invoice-cn {
    padding: 0 8px 0 0;
}
.mce-cart-invoice-cn .mce-cart-invoice {
    width: 100%;
    height: fit-content;
    border-radius: 12px;
    background: white;
    padding: 12px 20px;
}
.mce-cart-invoice-cn .mce-cart-invoice hr {
    border-bottom: dashed 2px #cccccc;
    margin: 10px 0;
}
.mce-apply-coupon {
    grid-gap: 5px;
    margin-bottom: 20px;
}
.mce-apply-coupon input {
    height: 40px;
    border-radius: 6px;
}
.mce-apply-coupon button {
    height: 40px;
    font-size: 14px;
}

.mce-address-grids {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.mce-address-grids .mce-address {
    height: 125px;
    border: 3px solid #ccc;
    border-radius: 8px;
    position: relative;
    background: white;
    cursor: pointer;
}
.mce-address-grids .mce-address.active,
.mce-address-grids .mce-address:hover {
    border-color: #0a53be;
    transition: all .3s linear;
}
.mce-address-grids .mce-address:before {
    content: "";
    width: 15px;
    height: 15px;
    margin: 7px 5px;
    position: absolute;
    border-radius: 50%;
    background: #cccccc;
}
.mce-address-grids .mce-address.active:before,
.mce-address-grids .mce-address:hover:before {
    background: #0a53be;
    outline: 2px solid #ccc;
    transition: all .3s linear;
}
.mce-address-grids .mce-address .mce-text-address {
    width: 100%;
    margin: 0;
    font-size: 13px;
}

.mce-select-boxes {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}
.mce-select-boxes .mce-select-box {
    min-height: 80px;
    border: 3px solid #cccccc;
    border-radius: 6px;
    padding: 0 6px;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}
.mce-select-boxes .mce-select-box input {
    width: 20px;
}
.mce-select-boxes .mce-select-box .mce-select-box-cn {
    height: 100%;
    padding: 4px;
}

.mce-grid-address {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.mce-card-address {
    width: 100%;
    height: 200px;
    background: white;
    border: 3px solid #ccc;
    border-radius: 12px;
    cursor: pointer;
}
.mce-card-address .ufo-icon-plus {
    font-size: 60px;
    margin-bottom: 20px;
}
.mce-card-address .mce-address-options span {
    border-right: 2px solid #ccc;
    padding: 0 5px;
}
html[dir='rtl'] .mce-card-address .mce-address-options span {
    border-right: 0;
    border-left: 2px solid #ccc;
}
.mce-card-address .mce-address-options span:last-child {
    border: none !important;
}
.mce-card-address hr {
    height: 2px;
}
.mce-card-address ul {
    margin: 0;
    padding: 0;
}
.mce-card-address ul li {
    margin-bottom: 8px;
}

@media screen and (max-width: 680px) {
    .mce-products {
        display: block;
        padding: 10px;
    }
    .mce-products .content {
        padding: 0 !important;
    }

    .mce-products .sidebar {
        display: none;
    }
    .mce-products .sidebar.opened {
        position: absolute;
        top: 10px;
        right: 0;
        left: 0;
        margin: auto;
        width: 90%;
        height: 590px;
        z-index: 10;
        display: block;
    }
    .mce-products .sidebar.opened .close-sidebar {
        display: block;
    }

    form.search-products .advanced-filters {
        font-size: 13px;
        display: block;
    }

    .mce-products .content {
        padding: 0;
    }

    .mce-products-page {
        overflow: auto;
        padding-bottom: 20px !important;
    }
    .mce-products-list {
        align-items: center;
        flex-direction: column;
    }
    .mce-products-list .product-item {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mce-product .mce-product-top {
        width: 100%;
        display: block;
    }
    .mce-product .mce-product-gallery {
        width: 100%;
        height: 200px;
    }
    .mce-product .mce-product-details {
        padding: 0 12px;
        width: 100%;
    }
    .mce-product .mce-product-details .mce-product-title {
        margin-top: 10px;
    }
    .mce-product .mce-product-actions {
        width: 100%;
    }

    .mce-cart-steps {
        display: none;
    }
    .mce-cart-content {
        display: block;
    }
    .mce-cart-content .mce-cart-invoice-cn {
        width: 100%;
        padding: 0 !important;
        margin-top: 10px;
    }

    .mce-cart-product {
        flex-wrap: wrap;
    }
    .mce-cart-content .mce-cart-main-content,
    .mce-cart-invoice-cn {
        width: 100%;
    }
    .mce-cart-main-content .mce-cart-list .mce-cart-product {
        width: 100%;
        height: 240px;
    }
    .mce-cart-product .mce-details {
        width: 60%;
        height: 130px;
    }
    .mce-cart-product .mce-prices {
        width: 100%;
        height: 100px;
    }

    .mce-address-grids,
    .mce-select-boxes {
        grid-template-columns: repeat(1, 1fr);
    }

    .mce-grid-address {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (min-width: 680px) and (max-width: 1024px) {
    .mce-products-list .product-item {
        width: 48%;
        margin-right: 10px !important;
    }

    html[dir="rtl"] .mce-products-list .product-item {
        margin-right: 0 !important;
        margin-left: 10px !important;
    }
    .mce-products-list .product-item:nth-child(1n) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mce-product .mce-product-top {
        flex-wrap: wrap;
    }
    .mce-product-gallery {
        width: 50%;
    }
    .mce-product-details {
        padding: 0 12px;
        width: 50%;
    }
    .mce-product-actions {
        width: 100%;
        margin-top: 15px;
    }

    .mce-address-grids,
    .mce-select-boxes {
        grid-template-columns: repeat(2, 1fr);
    }

    .mce-grid-address {
        grid-template-columns: repeat(2, 1fr);
    }
}