body {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Global dark theme text color overrides */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}

p, span, div, a {
    color: #ffffff !important;
}

/* Specific dark theme overrides */
.page-product-content .product-item .top {
    color: #ffffff !important;
}

.page-product-content .title-box .title {
    color: #ffffff !important;
}

.page-product-content .title-box .sub-title {
    color: #cccccc !important;
}

.page-service-content .title-box .title {
    color: #ffffff !important;
}

.page-service-content .service-item .title {
    color: #ffffff !important;
}

.page-about-content .about-text .main-title {
    color: #ffffff !important;
}

.page-about-content .about-text .about-text-item .right .title {
    color: #ffffff !important;
}

body.page-news .newest-box .newest-item .item-title a {
    color: #ffffff !important;
}

.newes-tags a {
    color: #ffffff !important;
}

body.page-categories .top-order-wrap .right .order-item .order-icon {
    color: #ffffff !important;
}

.filter-sidebar .filter-sidebar-item .title {
    color: #ffffff !important;
}

body.page-product .page-product-top .product-info .product-title {
    color: #ffffff !important;
}

body.page-product .page-product-top .product-info .product-param li {
    color: #ffffff !important;
}

body.page-product .page-product-top .product-info .product-param li span.title {
    color: #cccccc !important;
}

body.page-product .page-product-top .product-info .sub-product-title {
    color: #cccccc !important;
}

body.page-cart .cart-data {
    background-color: #000000 !important;
    color: #ffffff !important;
}

body.page-cart .cart-data .title {
    color: #ffffff !important;
}

/* Form and input styling */
.form-control {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #555555 !important;
}

.form-control::placeholder {
    color: #aaaaaa !important;
}

/* Table styling */
.table {
    color: #ffffff !important;
    background-color: #000000 !important;
}

/* Checkout page fixes - override white text on light backgrounds */
body.page-checkout .checkout-data {
    background-color: #F8F9FA !important;
}

body.page-checkout .checkout-data .title,
body.page-checkout .checkout-data p,
body.page-checkout .checkout-data span,
body.page-checkout .checkout-data div,
body.page-checkout .checkout-data label,
body.page-checkout .checkout-data .form-control {
    color: #212529 !important;
    background-color: transparent !important;
}

body.page-checkout .payment-method-item,
body.page-checkout .billing-method-item {
    background-color: #ffffff !important;
}

body.page-checkout .payment-method-item *,
body.page-checkout .billing-method-item * {
    color: #212529 !important;
}

/* Billing methods section - dark text on white/light background */
body.page-checkout .checkout-info .checkout-select-wrap .select-item .left .select-title,
body.page-checkout .checkout-info .checkout-select-wrap .select-item,
body.page-checkout .checkout-info .checkout-select-wrap .select-item *,
body.page-checkout .checkout-info .form-check-label {
    color: #212529 !important;
}

/* Section titles and labels remain white on dark background */
body.page-checkout .checkout-info .title-wrap .title,
body.page-checkout .checkout-info .address-name,
body.page-checkout .checkout-info .address-info {
    color: #ffffff !important;
}

/* Secondary text elements */
body.page-checkout .checkout-info .text-secondary {
    color: #6c757d !important;
}

/* Alert messages in checkout */
body.page-checkout .alert {
    color: #721c24 !important;
    background-color: #f8d7da !important;
}

/* Order summary sidebar - keep dark text on light background */
body.page-checkout .checkout-data .checkout-data-content,
body.page-checkout .checkout-data .cart-data-list {
    color: #212529 !important;
}

/* Account order page fixes - Order Successful container */
.success-code-container,
.order-success-container,
.success-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

.success-code-container *,
.order-success-container *,
.success-container * {
    color: #212529 !important;
}

.success-title,
.order-success-title {
    color: #28a745 !important;
}

/* Account page general fixes */
body.page-account .account-content,
body.page-account .order-info-content,
body.page-account .white-bg,
body.page-account .light-bg {
    background-color: #ffffff !important;
}

body.page-account .account-content *,
body.page-account .order-info-content *,
body.page-account .white-bg *,
body.page-account .light-bg * {
    color: #212529 !important;
}

/* Order status and details text fixes */
.order-status,
.order-details,
.order-summary {
    background-color: #f8f9fa !important;
}

.order-status *,
.order-details *,
.order-summary * {
    color: #212529 !important;
}

.table th, .table td {
    color: #ffffff !important;
    border-color: #555555 !important;
}

/* Card backgrounds */
.card, .account-card-box {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Additional black backgrounds for all content areas */
.container, .row, .col, .content, .main-content {
    background-color: transparent !important;
}

/* Specific page content backgrounds */
.page-content, .module-content, .section-content {
    background-color: #000000 !important;
}

/* Product and content cards */
.product-item, .blog-item, .news-item {
    background-color: #000000 !important;
}

/* Login and form boxes */
.login-register-box, .checkout-box, .form-box {
    background-color: #000000 !important;
}

/* Header dropdown menus */
.dropdown-menu {
    background-color: #000000 !important;
    border: 1px solid #555555 !important;
}

.dropdown-menu .dropdown-item {
    color: #ffffff !important;
    background-color: transparent !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
}

/* Language and currency dropdowns */
header .header-top .language-switch .dropdown-menu,
header .header-desktop .right .icons .account-icon .dropdown-menu {
    background-color: #000000 !important;
    border: 1px solid #555555 !important;
}

header .header-top .language-switch .dropdown-menu a,
header .header-desktop .right .icons .account-icon .dropdown-menu a {
    color: #ffffff !important;
}

header .header-top .language-switch .dropdown-menu a:hover,
header .header-desktop .right .icons .account-icon .dropdown-menu a:hover {
    background-color: #333333 !important;
}

/* Navigation dropdown menus */
header .header-desktop .left .menu .navbar .nav-item .dropdown-menu {
    background-color: #000000 !important;
    border: 1px solid #555555 !important;
}

header .header-desktop .left .menu .navbar .nav-item .dropdown-menu a {
    color: #ffffff !important;
}

header .header-desktop .left .menu .navbar .nav-item .dropdown-menu a:hover {
    background-color: #333333 !important;
}

/* Button color fixes - change red buttons to teal */
.btn-primary {
    background-color: #19beba !important;
    border-color: #19beba !important;
    color: #ffffff !important;
}

.btn-primary:hover {
    background-color: #82e0e1 !important;
    border-color: #82e0e1 !important;
    color: #ffffff !important;
}

.btn-danger, .btn-error {
    background-color: #19beba !important;
    border-color: #19beba !important;
    color: #ffffff !important;
}

.btn-danger:hover, .btn-error:hover {
    background-color: #82e0e1 !important;
    border-color: #82e0e1 !important;
    color: #ffffff !important;
}

/* Main buttons that should be teal */
.mian-btn, .main-btn {
    background-color: #19beba !important;
    border-color: #19beba !important;
    color: #ffffff !important;
}

.mian-btn:hover, .main-btn:hover {
    background-color: #82e0e1 !important;
    border-color: #82e0e1 !important;
    color: #ffffff !important;
}

/* Form submit buttons */
.form-submit, .btn-submit button {
    background-color: #19beba !important;
    border-color: #19beba !important;
    color: #ffffff !important;
}

.form-submit:hover, .btn-submit button:hover {
    background-color: #82e0e1 !important;
    border-color: #82e0e1 !important;
    color: #ffffff !important;
}

/* Any remaining red elements */
.text-danger, .text-error {
    color: #19beba !important;
}

.bg-danger, .bg-error {
    background-color: #19beba !important;
}

/* Price colors that might be red */
.price-new, .product-price .price {
    color: #19beba !important;
}

/* Homepage feature text elements - make them teal */
.header-box-1-img p {
    color: #82e0e1 !important;
}

/* Feature benefits text */
.game-03, .game-04, .game-05 {
    color: #82e0e1 !important;
}

/* Any feature text or benefit descriptions */
.feature-text, .benefit-text, .highlight-text {
    color: #82e0e1 !important;
}

/* Why section features */
.why-box .flex h2 {
    color: #82e0e1 !important;
}

.why-box .flex h5 {
    color: #82e0e1 !important;
}

/* Module titles and feature highlights */
.module-title {
    color: #82e0e1 !important;
}

.module-sub-title {
    color: #82e0e1 !important;
}

/* Specific targeting for "Level Up Your Monetization" */
.game-start-box .module-title {
    color: #82e0e1 !important;
}

/* Main page section titles that should be teal */
.header-box-1-big {
    color: #82e0e1 !important;
}

/* Statistics section - numbers and labels */
.tongji-box h1 {
    color: #82e0e1 !important;
}

.tongji-box .tongji-box-title {
    color: #82e0e1 !important;
}

/* Game Studios/Servers section titles */
.game-studios-game-servers-box h1 {
    color: #82e0e1 !important;
}

.game-studios-game-servers-box h3 {
    color: #82e0e1 !important;
}

/* Statistics numbers like "150k+", "1000+", "20+ Years", "Worldwide" */
.game_13, .game_15, .game_17, .game_19 {
    color: #82e0e1 !important;
}

/* Statistics labels - removed from teal, will be set to white below */

/* "Are You A Shop Owner?" type headings */
.game_06, .game_08 {
    color: #82e0e1 !important;
}

/* White text overrides for specific elements - using higher specificity */
/* "Looking for an easy, transparent..." descriptive text */
body .header-box-1-small,
body .game-studios-game-servers-box .header-box-1-small {
    color: #ffffff !important;
}

/* Statistics labels that should be white - override any previous teal */
body .game_14, 
body .game_16, 
body .game_18, 
body .game_20 {
    color: #ffffff !important;
}

/* Subtitle descriptions */
body .game_07, 
body .game_09 {
    color: #ffffff !important;
}

/* Descriptive paragraph text */
.header-box-1 p,
.game-studios-game-servers-box p {
    color: #ffffff !important;
}

/* Any text that mentions features like "No hidden fees", "7-day payout", etc */
.feature-item, .benefit-item, .highlight-item {
    color: #82e0e1 !important;
}

/* Specific targeting for payment feature text */
p[style*="color: #82e0e1"] {
    color: #82e0e1 !important;
}

/* Footer section titles - make them teal */
footer .footer-box .footer-top-links .footer-link-title {
    color: #82e0e1 !important;
}

/* Footer headings like "Policies & Legal", "About Us" */
footer .footer-link-title,
footer .footer-section-title,
footer h3, footer h4, footer h5 {
    color: #82e0e1 !important;
}

/* Footer links remain white */
footer .footer-box a {
    color: #ffffff !important;
}

footer .footer-box a:hover {
    color: #82e0e1 !important;
}

.min-h1 {
    min-height: 100px
}

.min-h2 {
    min-height: 200px
}

.min-h3 {
    min-height: 300px
}

.min-h4 {
    min-height: 400px
}

.min-h5 {
    min-height: 500px
}

.min-h6 {
    min-height: 600px
}

.wp-100 {
    flex: 0 0 100px;
    width: 100px
}

.wp-200 {
    flex: 0 0 200px;
    width: 200px
}

.wp-300 {
    flex: 0 0 300px;
    width: 300px
}

.wp-400 {
    flex: 0 0 400px;
    width: 400px
}

.wp-500 {
    flex: 0 0 500px;
    width: 500px
}

.wp-600 {
    flex: 0 0 600px;
    width: 600px
}

.wp-700 {
    flex: 0 0 700px;
    width: 700px
}

.wp-800 {
    flex: 0 0 800px;
    width: 800px
}

.wp-900 {
    flex: 0 0 900px;
    width: 900px
}

.wp-1000 {
    flex: 0 0 1000px;
    width: 1000px
}

.wp-100- {
    flex: 0 0 calc(100% - 100px);
    width: calc(100% - 100px)
}

.wp-200- {
    flex: 0 0 calc(100% - 200px);
    width: calc(100% - 200px)
}

.wp-300- {
    flex: 0 0 calc(100% - 300px);
    width: calc(100% - 300px)
}

.wp-400- {
    flex: 0 0 calc(100% - 400px);
    width: calc(100% - 400px)
}

.wp-500- {
    flex: 0 0 calc(100% - 500px);
    width: calc(100% - 500px)
}

.wp-600- {
    flex: 0 0 calc(100% - 600px);
    width: calc(100% - 600px)
}

.wp-700- {
    flex: 0 0 calc(100% - 700px);
    width: calc(100% - 700px)
}

.wp-800- {
    flex: 0 0 calc(100% - 800px);
    width: calc(100% - 800px)
}

.wp-900- {
    flex: 0 0 calc(100% - 900px);
    width: calc(100% - 900px)
}

.wp-1000- {
    flex: 0 0 calc(100% - 1000px);
    width: calc(100% - 1000px)
}

.h-min-100 {
    min-height: 100px
}

.h-min-200 {
    min-height: 200px
}

.h-min-300 {
    min-height: 300px
}

.h-min-400 {
    min-height: 400px
}

.h-min-500 {
    min-height: 500px
}

.h-min-600 {
    min-height: 600px
}

.h-min-700 {
    min-height: 700px
}

.h-min-800 {
    min-height: 800px
}

.h-min-900 {
    min-height: 900px
}

.h-min-1000 {
    min-height: 1000px
}

.w-min-100 {
    min-width: 100px
}

.w-min-200 {
    min-width: 200px
}

.w-min-300 {
    min-width: 300px
}

.w-min-400 {
    min-width: 400px
}

.w-min-500 {
    min-width: 500px
}

.w-min-600 {
    min-width: 600px
}

.w-min-700 {
    min-width: 700px
}

.w-min-800 {
    min-width: 800px
}

.w-min-900 {
    min-width: 900px
}

.w-min-1000 {
    min-width: 1000px
}

.w-max-100 {
    max-width: 100px
}

.w-max-200 {
    max-width: 200px
}

.w-max-300 {
    max-width: 300px
}

.w-max-400 {
    max-width: 400px
}

.w-max-500 {
    max-width: 500px
}

.w-max-600 {
    max-width: 600px
}

.w-max-700 {
    max-width: 700px
}

.w-max-800 {
    max-width: 800px
}

.w-max-900 {
    max-width: 900px
}

.w-max-1000 {
    max-width: 1000px
}

.hp-100 {
    height: 100px
}

.hp-200 {
    height: 200px
}

.hp-300 {
    height: 300px
}

.hp-400 {
    height: 400px
}

.hp-500 {
    height: 500px
}

.hp-600 {
    height: 600px
}

.hp-700 {
    height: 700px
}

.hp-800 {
    height: 800px
}

.hp-900 {
    height: 900px
}

.hp-1000 {
    height: 1000px
}

.wh-10 {
    flex: 0 0 10px;
    height: 10px;
    width: 10px
}

.wh-20 {
    flex: 0 0 20px;
    height: 20px;
    width: 20px
}

.wh-30 {
    flex: 0 0 30px;
    height: 30px;
    width: 30px
}

.wh-40 {
    flex: 0 0 40px;
    height: 40px;
    width: 40px
}

.wh-50 {
    flex: 0 0 50px;
    height: 50px;
    width: 50px
}

.wh-60 {
    flex: 0 0 60px;
    height: 60px;
    width: 60px
}

.wh-70 {
    flex: 0 0 70px;
    height: 70px;
    width: 70px
}

.wh-80 {
    flex: 0 0 80px;
    height: 80px;
    width: 80px
}

.wh-90 {
    flex: 0 0 90px;
    height: 90px;
    width: 90px
}

.wh-100 {
    flex: 0 0 100px;
    height: 100px;
    width: 100px
}

a {
    text-decoration: none
}

.cursor-pointer {
    cursor: pointer
}

.btn-primary {
    color: #fff!important
}

.table-response thead,[v-cloak] {
    display: none
}

@media (min-width:768px) {
    .table-response thead {
        display: table-header-group
    }
}

.table-response:not(.table-response.table-bordered) tr td:first-child,.table-response:not(.table-response.table-bordered) tr th:first-child {
    padding-left: 0
}

.table-response:not(.table-response.table-bordered) tr td:last-child,.table-response:not(.table-response.table-bordered) tr th:last-child {
    padding-right: 0
}

.table-response td {
    clear: both;
    display: block;
    text-align: right
}

.table-response td:before {
    content: attr(data-title) ": ";
    float: left
}

@media (min-width:768px) {
    .table-response td:before {
        display: none
    }

    .table-response td {
        display: table-cell;
        text-align: left
    }
}

@media (max-width:768px) {
    .table-response td {
        border-bottom: none
    }

    .table-response td:last-child {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 14px;
        padding-bottom: 24px
    }
}

.quantity-wrap {
    align-items: center;
    border: 1px solid #e6e6e6;
    display: flex;
    height: inherit;
    overflow: hidden;
    position: relative;
    width: 140px
}

.quantity-wrap.disabled:before {
    background-color: hsla(0,0%,100%,.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.quantity-wrap input {
    border: none;
    box-shadow: none!important;
    font-size: 18px;
    height: inherit;
    padding: 0;
    text-align: center
}

.quantity-wrap input::-webkit-inner-spin-button,.quantity-wrap input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.quantity-wrap div {
    align-items: center;
    color: #666;
    cursor: pointer;
    display: flex;
    flex: 0 0 38px;
    font-size: 18px;
    height: inherit;
    justify-content: center;
    width: 38px
}

.quantity-wrap div:hover {
    color: #19beba
}

.tabs-plus {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 24px;
    padding-bottom: 6px
}

.tabs-plus .nav-item {
    margin-right: 10px
}

@media (min-width:768px) {
    .tabs-plus .nav-item {
        margin-right: 40px
    }
}

.tabs-plus .nav-link {
    border: none!important;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative
}

@media (min-width:768px) {
    .tabs-plus .nav-link {
        font-size: 18px
    }
}

.tabs-plus .nav-link:after {
    background-color: #19beba;
    bottom: -6px;
    content: "";
    display: none;
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform .3s;
    width: 100%
}

.tabs-plus .nav-link.active {
    color: #19beba;
    font-weight: 700
}

.tabs-plus .nav-link.active:after {
    display: block;
    transform: scaleX(1)
}

.is-up-file .img-upload-item {
    border-style: dashed!important
}

.is-up-file .img-upload-item:hover {
    background-color: #f4f4f4!important;
    border-color: #19beba!important
}

.is-up-file .img-upload-item:active {
    background-color: #e4e4e4!important
}

.is-up-file .img-upload-item .tool-wrap>div:first-of-type {
    border-right: 1px solid #fff
}

.is-up-file .img-upload-item .tool-wrap>div:hover {
    background-color: #1d4ff3
}

.swiper .swiper-pagination-bullet-active {
    background-color: #19beba
}

.page-head {
    background: #eff1fe;
    padding: 40px 0;
    text-align: center
}

@media (max-width:768px) {
    .page-head {
        padding: 20px 0
    }
}

.page-head .page-title {
    color: #333;
    font-size: 30px;
    margin-bottom: 14px
}

.page-head .breadcrumb {
    font-size: 15px;
    margin-bottom: 0
}

.page-head .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: "\f285";
    font-family: bootstrap-icons;
    font-size: 12px;
    margin-top: 3px
}

.page-head .breadcrumb a {
    text-decoration: none
}

.page-product-content {
    margin-top: 3rem
}

@media (max-width:992px) {
    .page-product-content {
        margin-top: 1.5rem
    }
}

.page-product-content .title-box {
    margin-bottom: 40px;
    text-align: center
}

.page-product-content .title-box .title {
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px
}

.page-product-content .title-box .sub-title {
    color: #666;
    font-size: 16px
}

.page-product-content .product-item {
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(194,49,244,.1);
    margin-bottom: 30px
}

.page-product-content .product-item .top {
    align-items: center;
    background-color: #f3f7ff;
    display: flex;
    height: 70px;
    color:#000;
}

.page-product-content .product-item .top .left {
    align-items: center;
    background-color: #19beba;
    display: flex;
    height: 70px;
    justify-content: center;
    width: 70px
}

.page-product-content .product-item .top .left i {
    color: #fff;
    font-size: 20px
}

.page-product-content .product-item .top .name {
    font-size: 18px;
    padding: 0 10px 0 20px
}

.page-product-content .product-item .content {
    color: #555;
    font-size: 15px;
    line-height: 2;
    padding: 20px
}

@media (min-width:992px) {
    .page-product-content .product-item .content {
        height: 220px
    }
}

.page-service-content {
    color: #606b86;
    margin-top: 3rem
}

.page-service-content .title-box {
    margin-bottom: 60px
}

@media (max-width:992px) {
    .page-service-content .title-box {
        margin-bottom: 30px
    }
}

.page-service-content .title-box .title {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px
}

@media (max-width:992px) {
    .page-service-content .title-box .title {
        font-size: 22px;
        text-align: center
    }
}

.page-service-content .title-box .sub-title {
    font-size: 16px;
    max-width: 550px
}

@media (max-width:992px) {
    .page-service-content .title-box .sub-title {
        font-size: 12px;
        text-align: center
    }
}

@media (min-width:992px) {
    .page-service-content .title-box .sub-title {
        line-height: 1.8
    }

    .page-service-content .service-row-2 {
        padding-left: 64px
    }
}

.page-service-content .service-icon {
    max-width: 500px
}

@media (max-width:992px) {
    .page-service-content .service-icon {
        display: flex;
        justify-content: center;
        margin-bottom: 20px
    }

    .page-service-content .service-icon img {
        max-width: 80%
    }
}

.page-service-content .service-item {
    margin-bottom: 50px
}

@media (max-width:992px) {
    .page-service-content .service-item {
        margin-bottom: 20px
    }
}

.page-service-content .service-item .icon {
    align-items: center;
    background-color: #fcf3f4;
    border-radius: 50%;
    display: flex;
    height: 46px;
    justify-content: center;
    margin-bottom: 20px;
    width: 46px
}

.page-service-content .service-item .icon i {
    color: #fa4949;
    font-size: 18px
}

.page-service-content .service-item .title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px
}

.page-service-content .service-item .sub-title {
    color: #606b86;
    font-size: 14px;
    line-height: 1.8
}

.page-about-content {
    margin-top: 3rem
}

.page-about-content .about-text .main-title {
    color: #fff;
    font-size: 26px;
    margin-bottom: 50px
}

@media (max-width:992px) {
    .page-about-content .about-text .main-title {
        font-size: 20px;
        margin-bottom: 30px
    }
}

.page-about-content .about-text .about-text-item {
    display: flex;
    margin-bottom: 40px
}

.page-about-content .about-text .about-text-item:last-child {
    margin-bottom: 0
}

.page-about-content .about-text .about-text-item .left {
    flex: 0 0 40px;
    width: 40px
}

.page-about-content .about-text .about-text-item .left i {
    color: #19beba;
    font-size: 24px
}

.page-about-content .about-text .about-text-item .right .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px
}

.page-about-content .about-text .about-text-item .right .sub-title {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    max-width: 460px
}

.page-about-content .home-contact {
    background-color: #f9f9fc;
    background: linear-gradient(180deg,#f9f9fc,#fff);
    padding: 60px 0
}

.layui-layer-btn .layui-layer-btn0 {
    background-color: #19beba;
    border-color: #19beba
}

input[type=password] {
    font-family: Arial
}

header .dropdown {
    cursor: pointer
}

header .dropdown:hover .dropdown-menu {
    display: block
}

header .header-top {
    align-items: center;
    background-color: #000;
    color: #fff;
    display: flex;
    height: 40px
}

header .header-top .top-info a {
    color: inherit;
    margin-right: 10px
}

header .header-top .top-info a:hover>a {
    color: #19beba
}

header .header-top .language-switch .dropdown {
    cursor: pointer
}

header .header-top .language-switch .dropdown:hover>a {
    color: #19beba
}

header .header-top .language-switch .dropdown>a {
    border: none;
    border-radius: 0;
    color: inherit;
    height: 40px;
    line-height: 40px;
    padding: 0
}

header .header-top .language-switch .dropdown>a img {
    width: 20px
}

header .search-group {
    background-color: #1D1F21;
    position: relative
}

header .search-group:hover input {
    /*background-color: #eee*/
}

header .search-group input {
    background-color: #1D1F21;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    font-size: 16px;
    height: 44px;
    padding-right: 40px;
    width: 210px;
    color: #fff;
    text-indent: 10px;
}

header .search-group input::input-placeholder {
    color: #ddd;
}

header .search-group .btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

header .search-group .btn i {
    font-size: 22px;
    color: #fff;
}

header .header-desktop {
    padding: 30px 0
}

@media (max-width:992px) {
    header .header-desktop {
        display: none
    }
}

header .header-desktop .left {
    align-items: center;
    display: flex
}

header .header-desktop .left .logo {
    margin-bottom: 0;
    max-height: 60px;
    max-width: 180px
}

header .header-desktop .left .menu {
    margin-left: 40px
}

header .header-desktop .left .menu .navbar {
    padding: 0
}

header .header-desktop .left .menu .navbar .nav-item>.dropdown>.nav-link,header .header-desktop .left .menu .navbar .nav-item>.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 14px;
    padding-left: 6px;
    padding-right: 6px;
    position: relative
}

header .header-desktop .left .menu .navbar .nav-item>.dropdown>.nav-link:after,header .header-desktop .left .menu .navbar .nav-item>.nav-link:after {
    border-bottom: 2px solid;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    transition: width .3s;
    width: 0
}

header .header-desktop .left .menu .navbar .nav-item:hover>.dropdown>.nav-link:after,header .header-desktop .left .menu .navbar .nav-item:hover>.nav-link:after {
    left: 0;
    width: 100%
}

header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu {
    border: none;
    border-radius: 2px;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    display: block
}

header .header-desktop .right {
    align-items: center;
    display: flex
}

header .header-desktop .right .dropdown .dropdown-toggle:after {
    display: none
}

header .header-desktop .right .icons {
    align-items: center;
    display: flex
}

header .header-desktop .right .icons .account-icon .dropdown-menu {
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    left: 50%;
    text-align: center;
    transform: translateX(-50%)
}

header .header-desktop .right .icons .account-icon .dropdown-menu a {
    padding: 10px 0
}

header .header-desktop .right .icons .item {
    margin-left: 26px;
    position: relative
}

header .header-desktop .right .icons .item .icon-quantity {
    align-items: center;
    background-color: #19beba;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 11px;
    height: 18px;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -5px;
    width: 18px
}

header .header-mobile {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px
}

@media (min-width:992px) {
    header .header-mobile {
        display: none
    }
}

header .header-mobile .logo {
    margin-bottom: 0;
    max-height: 50px;
    max-width: 160px
}

header .header-mobile .mb-icon i {
    font-size: 30px;
    line-height: 1
}

header .header-mobile .header-cart-icon {
    position: relative
}

header .header-mobile .header-cart-icon .icon-quantity {
    align-items: center;
    background-color: #19beba;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 11px;
    height: 18px;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -5px;
    width: 18px
}

header .header-mobile #mobile-menu-offcanvas {
    width: 76%
}

header .header-mobile #mobile-menu-offcanvas .offcanvas-header {
    display: flex;
    justify-content: space-between
}

header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group {
    margin-right: 10px
}

header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group input {
    height: 38px
}

header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group .btn i {
    font-size: 18px;
    color: #000;
}

header .header-mobile #mobile-menu-offcanvas .offcanvas-header .account-icon img {
    width: 24px
}

header .header-mobile #mobile-menu-offcanvas .close-offcanvas {
    align-items: center;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    display: flex;
    font-size: 24px;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px
}

header .header-mobile #mobile-menu-offcanvas .close-offcanvas:active {
    background-color: #f1f1f1
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap {
    padding: 0
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item {
    /*border-bottom: 1px solid #e5e5e5*/
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text {
    align-items: center;
    display: flex;
    justify-content: space-between
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a {
    align-items: center;
    display: flex;
    flex: 1;
    height: 44px;
    padding: 0 14px
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a:active {
    background-color: #eee
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a .badge {
    font-weight: 400;
    margin-left: 13px;
    position: relative
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a .badge:before {
    border: 5px solid transparent;
    border-right-color: inherit;
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%)
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span {
    align-items: center;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span:active {
    background-color: #eee
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span[aria-expanded=true] i {
    transform: rotate(180deg)
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse {
    border-top: 1px solid #19beba
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group {
    padding: 5px 0
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title {
    height: 44px
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title span {
    align-items: center;
    display: flex;
    height: 42px;
    justify-content: center;
    margin-right: -10px;
    width: 44px
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title span:active {
    background-color: #eee
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title span[aria-expanded=true] i:before {
    content: "\f63b"
}

header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .nav a {
    color: #c2c2c2
}

footer {
    background: #000;
    margin-top: 20px;
    overflow: hidden;
    position: relative
}

@media (min-width:768px) {
    footer {
        margin-top: 50px
    }
}

footer:after,footer:before {
    background-image: url(/icon/footer-1.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 300px;
    position: absolute;
    width: 20%
}

footer:before {
    background-image: url(/icon/footer-1.svg);
    left: 0;
    top: 0;
    width: 50%
}

@media (min-width:768px) {
    footer:before {
        top: -5%;
        width: 30%
    }
}

footer:after {
    background-image: url(/icon/footer-2.svg);
    background-position: bottom;
    bottom: 0;
    right: 0;
    width: 36%
}

@media (min-width:768px) {
    footer:after {
        bottom: -5%;
        width: 15%
    }
}

footer .footer-box {
    z-index: 1
}

footer .footer-box,footer .footer-box a {
    color: #aaa;
    position: relative
}

footer .footer-box a:hover:after {
    left: 0;
    width: 100%
}

footer .footer-box a:after {
    border-bottom: 1px solid;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    transition: width .3s;
    width: 0
}

footer .footer-box .footer-top-links {
    padding: 10px 0
}

@media (min-width:768px) {
    footer .footer-box .footer-top-links {
        padding: 40px 0
    }
}

@media (min-width:992px) {
    footer .footer-box .footer-top-links .about {
        padding-right: 60px
    }
}

footer .footer-box .footer-top-links .about .about-text {
    padding-top: 6px
}

footer .footer-box .footer-top-links .footer-link-title {
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: space-between
}

@media (min-width:768px) {
    footer .footer-box .footer-top-links .footer-link-title {
        font-size: 18px;
        margin-bottom: 20px
    }
}

footer .footer-box .footer-top-links .footer-link-title .footer-link-icon.active i:before {
    content: "\f63b"
}

@media (min-width:768px) {
    footer .footer-box .footer-top-links .footer-link-title .footer-link-icon {
        display: none
    }
}

footer .footer-box .footer-top-links .footer-item {
    padding-bottom: 10px;
    padding-top: 10px
}

footer .footer-box .footer-top-links .footer-item .footer-item-content {
    display: none;
    padding-right: 26px
}

@media (min-width:768px) {
    footer .footer-box .footer-top-links .footer-item .footer-item-content {
        display: block
    }
}

footer .footer-box .footer-top-links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer .footer-box .footer-top-links ul li {
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
    padding: 6px 0
}

footer .footer-box .footer-top-links ul li a:hover {
    color: #19beba
}

footer .footer-box .bottom-box {
    padding: 26px 0
}

@media (max-width:768px) {
    footer .footer-box .bottom-box {
        padding: 10px 0
    }

    footer .footer-box .bottom-box .left-links {
        text-align: center
    }
}

footer .footer-box .bottom-box .copyright-text {
    text-align: right
}

@media (max-width:768px) {
    footer .footer-box .bottom-box .copyright-text {
        margin-top: 10px;
        text-align: center
    }
}

footer .footer-box .bottom-box .payment-icon {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

@media (max-width:768px) {
    footer .footer-box .bottom-box .payment-icon {
        justify-content: center;
        margin-top: 10px
    }
}

footer .footer-box .bottom-box .payment-icon img {
    margin-left: 10px;
    max-width: 50px
}

body.page-home .module-title-wrap {
    margin-bottom: 30px
}

body.page-home .module-title-wrap .module-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .7rem;
    position: relative;
    text-align: center
}

@media (max-width:768px) {
    body.page-home .module-title-wrap .module-title {
        font-size: 1.4rem;
        margin-bottom: .2rem
    }
}

body.page-home .module-title-wrap .module-sub-title {
    color: #768088;
    font-size: 1rem;
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    max-width: 840px;
    text-align: center
}

@media (max-width:768px) {
    body.page-home .module-title-wrap .module-sub-title {
        font-size: .87rem
    }
}

body.page-home .module-line {
    margin-bottom: 20px
}

@media (min-width:768px) {
    body.page-home .module-line {
        margin-bottom: 40px
    }
}

@font-face {
    font-display:swap;font-family:Jost;font-style:normal;font-weight:500;font-weight:400;src:url(/vendor/font/jost/Jost-Regular.ttf) format("truetype")
}

@font-face {
    font-display:swap;font-family:Jost;font-style:normal;font-weight:700;src:url(/vendor/font/jost/Jost-Medium.ttf) format("truetype")
}

@media (min-width:992px) {
    body.page-news .newest-box {
        padding-right: 50px
    }
}

body.page-news .newest-box .newest-item {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
}

body.page-news .newest-box .newest-item .item-img {
    flex: 0 0 150px;
    margin-right: 20px;
    width: 150px;
}
body.page-news .newest-box .newest-item .item-img img{
    border-radius: 6px;
}
@media (max-width:768px) {
    body.page-news .newest-box .newest-item .item-img {
        flex: 0 0 90px;
        margin-right: 10px;
        width: 90px
    }
}

body.page-news .newest-box .newest-item .item-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

body.page-news .newest-box .newest-item .item-title a {
    color: #222
}

body.page-news .newest-box .newest-item .item-title a:hover {
    color: #19beba
}

@media (max-width:768px) {
    body.page-news .newest-box .newest-item .item-title {
        font-size: 16px;
        margin-bottom: 6px
    }
}

body.page-news .newest-box .newest-item .item-summary {
    color: #666;
    line-height: 1.7;
    margin-bottom: 10px
}

@media (min-width:768px) {
    body.page-news .newest-box .newest-item .item-summary {
        font-size: 15px
    }
}

.newes-tags {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.newes-tags i {
    color: #666
}

.newes-tags a {
    background-color: #e5f0fe;
    border: 1px solid #cad8ff;
    border-radius: 4px;
    color: #444;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    padding: 1px 4px;
    transition: all .3s
}

.newes-tags a:hover {
    background-color: #19beba;
    border-color: #19beba;
    color: #fff
}

.newes-sidebar .search-box {
    margin-bottom: 40px
}

.newes-sidebar .sidebar-item {
    margin-bottom: 30px
}

.newes-sidebar .sidebar-item:last-child {
    margin-bottom: 0
}

.newes-sidebar .sidebar-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px
}

.newes-sidebar .sidebar-list ul {
    list-style: none;
    padding-left: 0
}

.newes-sidebar .sidebar-list ul a {
    border-bottom: 1px solid #eee;
    color: #eee;
    display: block;
    font-size: 16px;
    padding: 10px 0;
    transition: all .3s
}

.newes-sidebar .sidebar-list ul a:hover {
    color: #19beba
}

body.page-news-details .newest-box {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 20px
}

@media (min-width:992px) {
    body.page-news-details .newest-box {
        min-height: 500px
    }
}

@media (max-width:768px) {
    body.page-news-details .newest-box {
        margin-bottom: 20px;
        padding: 10px
    }
}

body.page-news-details .newest-box .newes-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width:768px) {
    body.page-news-details .newest-box .newes-title {
        font-size: 20px;
        margin-bottom: 10px
    }
}

body.page-news-details .newest-box .newes-top {
    color: #666;
    display: flex;
    margin-bottom: 30px
}

body.page-news-details .newest-box .newes-top>div {
    margin-right: 10px
}

@media (min-width:992px) {
    body.page-news-details .newest-box .newes-top>div {
        margin-right: 40px
    }
}

body.page-news-details .newest-box .newes-top>div i {
    color: #19beba;
    margin-right: 4px
}

.module-swiper .swiper-slide img {
    width: 100%
}

.module-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 30px
}

.module-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #19beba!important
}

.product-grid-item {
    margin-bottom: 16px
}

@media (min-width:992px) {
    .product-grid-item {
        margin-bottom: 30px
    }

    .product-grid-item:hover .product-bottom-btns {
        transform: translateY(0)!important
    }

    .product-grid-item:hover .product-price {
        transform: translateY(100%)
    }
}

.product-grid-item .image {
    border-radius: 6px;
    overflow: hidden;
    position: relative
}

.product-grid-item .image .cancel-favorite {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
    color: #b00101;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 36px
}

.product-grid-item .image .cancel-favorite:hover {
    background-color: #b00101;
    color: #fff
}

.product-grid-item .image .bonus-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2
}

.product-grid-item .image .bonus-badge .bonus-badge-text {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 3px
}

.product-grid-item .image .bonus-badge .bonus-badge-text i {
    font-size: 10px
}

.product-grid-item .image .discount-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2
}

.product-grid-item .image .discount-badge .discount-badge-text {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
    display: inline-block
}

.product-grid-item .product-item-info {
    text-align: center
}

.product-grid-item .product-item-info .product-name {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .5rem;
    margin-top: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-grid-item .product-item-info .product-name a {
    color: inherit
}

.product-grid-item .product-item-info .product-name a:hover {
    color: #19beba;
    text-decoration: underline
}

.product-grid-item .product-item-info .product-bottom {
    overflow: hidden;
    position: relative
}

.product-grid-item .product-item-info .product-bottom-btns {
    transform: translateY(-100%);
    transition: transform .3s
}

.product-grid-item .product-item-info .product-bottom-btns .btn-add-cart {
    color: #19beba;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline
}

.product-grid-item .product-item-info .product-price {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    transition: transform .3s;
    width: 100%
}

.product-grid-item .product-item-info .product-price .price-new {
    color: #19beba;
    font-size: 1rem;
    font-weight: 700
}

.product-grid-item .product-item-info .product-price .price-old {
    color: #768088;
    font-size: .9rem;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: line-through
}

.product-grid-item .product-item-info .product-price .price-new.sale-price {
    color: #e74c3c;
    font-size: 1.1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
}

.product-grid-item .product-item-info .product-price .bonus-tokens {
    margin-top: 4px
}

.product-grid-item .product-item-info .product-price .bonus-tokens .bonus-text {
    font-size: 0.8rem;
    color: #28a745;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px
}

.module-product-tab .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: -6px
}

@media (min-width:992px) {
    .module-product-tab .nav-tabs {
        margin-bottom: 40px
    }
}

.module-product-tab .nav-tabs .nav-link {
    border: none!important;
    border-radius: 50px;
    color: #7e7e7e;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    background: #fff;
}

@media (min-width:992px) {
    .module-product-tab .nav-tabs .nav-link {
        font-size: 14px;
        margin: 0 10px;
        background: #fff;
    }
}

.module-product-tab .nav-tabs .nav-link:hover {
    background-color: #ffebf2
}

.module-product-tab .nav-tabs .nav-link.active {
    background-color: #ffebf2;
    color: #19beba
}

.blog-item {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .blog-item {
        margin-bottom: 30px
    }
}

.blog-item .image {
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative
}

.blog-item .blog-item-info .blog-catalog {
    color: #19beba;
    font-weight: 700;
    margin-bottom: 4px
}

.blog-item .blog-item-info .blog-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .blog-item .blog-item-info .blog-title {
        font-size: 18px
    }
}

.blog-item .blog-item-info .author-wrap {
    align-items: center;
    color: #777;
    display: flex
}

.blog-item .blog-item-info .author-wrap .blog-author {
    margin-right: 20px
}

body.page-login {
    margin-bottom: 0!important
}

.login-register-box {
    background-color: #303030;
    margin: 30px auto;
    max-width: 540px;
    padding: 16px
}

@media (min-width:992px) {
    .login-register-box {
        margin: 70px auto;
        padding: 36px
    }
}

.login-register-box.iframe {
    margin: 10px 0 0
}

.login-register-box .login-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.login-register-box .login-sub-title {
    color: #d4d4d4;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center
}

.login-register-box .form-group input {
    border: none;
    border-radius: 0;
    font-size: 15px;
    height: 44px
}

.login-register-box .btn-submit {
    margin-top: 30px
}

@media (min-width:400px) {
    .login-register-box .btn-submit {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

.login-register-box .btn-submit .form-submit {
    display: block;
    width: 50%
}

.login-register-box .btn-submit a {
    color: #fff;
    display: block;
    font-weight: 700;
    margin-left: 10px;
}

@media (max-width:768px) {
    .login-register-box .btn-submit {
        text-align: center;
        margin-top: 30px
    }
    .login-register-box .btn-submit .form-submit {
        display: inline-block;
        width: 50%;
        margin-bottom: 20px;
    }
}

.breadcrumb-wrap {
    background: linear-gradient(to bottom, #000 0%, #252424 100%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 14px;
    padding: 20px 0
}

@media (min-width:768px) {
    .breadcrumb-wrap {
        margin-bottom: 30px;
        padding: 40px 0
    }
}

.breadcrumb-wrap .breadcrumb {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0
}

.breadcrumb-wrap .breadcrumb li {
    align-items: center;
    display: flex;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase
}

.breadcrumb-wrap .breadcrumb li a {
    color: #fff;
    text-decoration: none
}

.breadcrumb-wrap .breadcrumb li .home-icon {
    margin-right: 4px
}

.breadcrumb-wrap .breadcrumb li:not(:last-child) {
    margin-right: 10px
}

.breadcrumb-wrap .breadcrumb li:not(:last-child):after {
    content: ">";
    margin: 0 10px
}

.account-card-box {
    border: 1px solid #ecf0f4;
    padding: 16px
}

@media (min-width:992px) {
    .account-card-box {
        min-height: 621px
    }
}

@media (min-width:768px) {
    .account-card-box {
        padding: 30px
    }
}

.account-card-box .account-card-title {
    margin-bottom: 30px
}

.account-card-box .account-card-title span {
    font-size: 16px;
    font-weight: 700
}

@media (min-width:768px) {
    .account-card-box .account-card-title span {
        font-size: 20px
    }
}

.account-card-box .account-card-sub-title {
    margin-bottom: 16px
}

.account-card-box .account-card-sub-title span {
    font-size: 16px;
    font-weight: 700
}

body.page-account .account-info .account-data {
    border-bottom: 1px solid #ecf0f4;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-bottom: 50px
}

body.page-account .account-info .account-data .account-item-data {
    text-align: center
}

body.page-account .account-info .account-data .account-item-data .value {
    font-size: 2rem;
    font-weight: 700
}

body.page-account .account-info .no-order {
    background-color: #f6f6f6;
    font-size: 1rem;
    color: #333
}

body.page-account .account-info .no-order a {
    color: #457c46
}

body.page-account .account-info .no-order a span {
    color: #333
}

.account-sidebar {
    border: 1px solid #e8eef3;
    margin-bottom: 20px
}

.account-sidebar .account-user {
    align-items: center;
    border-bottom: 1px solid #e8eef3;
    display: flex;
    margin: 16px;
    padding-bottom: 20px
}

@media (min-width:768px) {
    .account-sidebar .account-user {
        margin: 30px;
        padding-bottom: 30px
    }
}

.account-sidebar .account-user .profile {
    align-items: center;
    border: 1px solid #e8eef3;
    border-radius: 50%;
    display: flex;
    flex: 0 0 60px;
    height: 60px;
    justify-content: center;
    margin-right: 14px;
    overflow: hidden;
    width: 60px
}

.account-sidebar .account-user .account-name .name {
    font-size: .9rem
}

.account-sidebar .account-links {
    list-style: none;
    padding-left: 0
}

.account-sidebar .account-links li.active a {
    border-left: 2px solid #fff;
    color: #fff
}

.account-sidebar .account-links li a {
    align-items: center;
    border-left: 2px solid transparent;
    color: #7c818b;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    margin: 20px 0;
    padding: 6px 10px 6px 18px
}

@media (min-width:768px) {
    .account-sidebar .account-links li a {
        margin: 26px 0;
        padding: 6px 10px 6px 30px
    }
}

.account-sidebar .account-links li a:hover {
    color: #fff
}

.account-sidebar .account-links li a i {
    color: #7c818b;
    font-size: 20px;
    margin-right: 20px
}

.account-table-box td,.account-table-box th {
    padding: 10px 0
}

.account-table-box th {
    border-bottom: none;
    font-size: 14px
}

.account-table-box tr:last-child td {
    border-bottom: none
}

body.page-categories .top-order-wrap {
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
    padding-bottom: 10px
}

body.page-categories .top-order-wrap .right {
    align-items: center;
    display: flex
}

@media (max-width:768px) {
    body.page-categories .top-order-wrap .right {
        justify-content: space-between;
        width: 100%
    }
}

body.page-categories .top-order-wrap .right .order-item {
    align-items: center;
    border-right: 1px solid #eee;
    display: flex;
    margin-right: 10px;
    padding-right: 10px
}

body.page-categories .top-order-wrap .right .order-item span {
    color: #fff
}

body.page-categories .top-order-wrap .right .order-item:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

body.page-categories .top-order-wrap .right .order-item .form-select {
    border: none;
    padding-bottom: 0;
    padding-top: 0
}

body.page-categories .top-order-wrap .right .order-item .order-icon {
    color: #333;
    font-size: 20px;
    margin-left: 10px;
    padding: 0 6px
}

body.page-categories .top-order-wrap .right .order-item .order-icon.active {
    background-color: #eee
}

.filter-sidebar .filter-sidebar-item {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .filter-sidebar .filter-sidebar-item {
        margin-bottom: 40px
    }
}

.filter-sidebar .filter-sidebar-item .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px
}

.filter-sidebar .filter-sidebar-item #filter-category>.accordion-item>.accordion-title {
    padding: 4px 0
}

.filter-sidebar .filter-sidebar-item #filter-category .accordion-item {
    border: none;
    background-color: transparent !important;
}

.filter-sidebar .filter-sidebar-item #filter-category {
    background-color: transparent !important;
}

.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 30px
}

.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title>a {
    color: #ccc !important;
    font-size: 16px;
}

.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title>a:hover {
    color: #fff !important;
}

.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title .accordion-button {
    background-color: transparent!important;
    box-shadow: none;
    height: 30px;
    width: 30px
}

.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title .accordion-button:after {
    --bs-accordion-btn-icon-width: .8rem;
    opacity: .7
}

.filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-body {
    padding: 0 0 0 14px
}

@media (max-width:992px) {
    body.page-product .breadcrumb-wrap {
        display: none
    }
}

body.page-product .page-product-top {
    margin-bottom: 20px
}

@media (min-width:992px) {
    body.page-product .page-product-top {
        margin-bottom: 40px
    }
}

@media (max-width:992px) {
    body.page-product .page-product-top .product-left-col {
        padding: 0
    }
}

body.page-product .page-product-top .product-images {
    display: flex
}

@media (max-width:992px) {
    body.page-product .page-product-top .product-images {
        margin-bottom: 10px
    }
}

body.page-product .page-product-top .product-images .sub-product-img {
    width: 100%
}

@media (min-width:992px) {
    body.page-product .page-product-top .product-images .sub-product-img {
        flex: 0 0 100px;
        margin-right: 20px;
        width: 100px
    }

    body.page-product .page-product-top .product-images .sub-product-img:hover .swiper .sub-product-btn {
        display: block
    }

    body.page-product .page-product-top .product-images .sub-product-img .swiper {
        height: 100%
    }
}

body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide {
    display: flex;
    justify-content: center
}

@media (min-width:992px) {
    body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide {
        cursor: pointer;
        width: 100px
    }

    body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide img {
        border: 1px solid #eee
    }

    body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide:hover img {
        border-color: #19beba
    }
}

body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn {
    display: none
}

body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div {
    align-items: center;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 30px;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9
}

body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div:hover {
    background-color: rgba(0,0,0,.5)
}

body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div.sub-product-prev {
    top: 0
}

body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div.sub-product-next {
    bottom: 0
}

@media (min-width:992px) {
    body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-pagination {
        display: none
    }
}

body.page-product .page-product-top .product-images .main-product-img {
    cursor: pointer
}

@media (max-width:992px) {
    body.page-product .page-product-top .product-images .main-product-img {
        display: none
    }
}

@media (min-width:992px) {
    body.page-product .page-product-top .product-info {
        padding-left: 20px
    }
}

body.page-product .page-product-top .product-info .product-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (min-width:992px) {
    body.page-product .page-product-top .product-info .product-title {
        font-size: 24px
    }
}

body.page-product .page-product-top .product-info .product-price {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding-bottom: 10px
}

@media (min-width:992px) {
    body.page-product .page-product-top .product-info .product-price {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

body.page-product .page-product-top .product-info .product-price .price {
    color: #19beba;
    font-size: 20px;
    font-weight: 700
}

@media (min-width:992px) {
    body.page-product .page-product-top .product-info .product-price .price {
        font-size: 26px
    }
}

body.page-product .page-product-top .product-info .product-price .old-price {
    color: #fff;
    font-size: 16px;
    text-decoration: line-through
}

body.page-product .page-product-top .product-info .stock-wrap>div {
    font-size: 14px;
    font-weight: 700
}

body.page-product .page-product-top .product-info .stock-wrap .badge {
    background-color: #1a1a1a !important;
    color: #cccccc !important;
    border: 1px solid #555555 !important;
    padding: 4px 12px;
}

body.page-product .page-product-top .product-info .stock-wrap>div.in-stock {
    background-color: #1a3a1a !important;
    color: #4ade80 !important;
    border: 1px solid #4ade80 !important;
}

body.page-product .page-product-top .product-info .stock-wrap>div.out-stock {
    background-color: #3a1a1a !important;
    color: #ef4444 !important;
    border: 1px solid #ef4444 !important;
}

body.page-product .page-product-top .product-info .sub-product-title {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px
}

/* Disabled buttons styling */
body.page-product .product-info-btns button:disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    background-color: #555555 !important;
    border-color: #444444 !important;
}

body.page-product .product-info-btns button.btn-primary:disabled {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

body.page-product .product-info-btns button.buy-now:disabled {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #aaaaaa !important;
}

/* Disabled quantity controls */
body.page-product .quantity-wrap.disabled {
    opacity: 0.4 !important;
    pointer-events: none !important;
}

body.page-product .quantity-wrap.disabled input {
    background-color: #555555 !important;
    color: #aaaaaa !important;
}

/* Seller disabled message */
body.page-product .seller-disabled-message {
    color: #ff6b6b !important;
    font-size: 14px;
    font-style: italic;
}

body.page-product .page-product-top .product-info .product-param {
    font-size: 14px;
    list-style: none;
    margin: 10px 0;
    padding: 0
}

body.page-product .page-product-top .product-info .product-param .category-link {
    color: #cccccc !important;
    text-decoration: none;
}

body.page-product .page-product-top .product-info .product-param .category-link:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

@media (min-width:992px) {
    body.page-product .page-product-top .product-info .product-param {
        margin: 20px 0
    }
}

body.page-product .page-product-top .product-info .product-param li {
    color: #fff;
    line-height: 1.8;
    padding: 2px 0
}

body.page-product .page-product-top .product-info .product-param li span.title {
    color: #fff
}

body.page-product .page-product-top .product-info .product-variant-box {
    margin-bottom: 20px
}

body.page-product .page-product-top .product-info .product-variant-box .product-variant {
    margin-bottom: 6px
}

body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px
}

body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
    display: inline-flex;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 14px
}

body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.disabled {
    border-color: #ddd;
    border-style: dashed;
    color: #999;
    text-decoration: line-through
}

body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.active {
    border-color: #19beba;
    border-style: solid;
    color: #19beba
}

body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name:hover {
    border-color: #19beba
}

body.page-product .page-product-top .product-info .product-info-bottom {
    margin-bottom: 20px
}

@media (min-width:992px) {
    body.page-product .page-product-top .product-info .product-info-bottom {
        align-items: center;
        display: flex;
        height: 50px
    }
}

@media (max-width:992px) {
    body.page-product .page-product-top .product-info .product-info-bottom .quantity-wrap {
        height: 40px;
        margin-bottom: 10px
    }
}

body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns {
    height: inherit
}

@media (min-width:992px) {
    body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns {
        margin-left: 20px
    }
}

@media (max-width:992px) {
    body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns {
        display: flex;
        height: 40px
    }
}

body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn {
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    height: inherit;
    padding: 0 20px
}

@media (max-width:992px) {
    body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn {
        width: 50%
    }
}

body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.buy-now {
    background-color: #e6e8eb;
    color: #333
}

body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.buy-now:hover {
    background-color: #d9dce1
}

body.page-product .page-product-top .product-info .add-wishlist {
    cursor: pointer;
    font-weight: 700
}

body.page-product .page-product-top .product-info .add-wishlist:hover {
    text-decoration: underline
}

body.page-product .product-description {
    margin-bottom: 40px
}

body.page-cart .products-table .product-item {
    align-items: center;
    display: flex
}

body.page-cart .products-table .td-image {
    padding: 0;
    width: 100px
}

@media (min-width:768px) {
    body.page-cart .products-table .td-image {
        width: 70px
    }
}

body.page-cart .products-table .product-image {
    height: 90px;
    width: 90px
}

@media (min-width:768px) {
    body.page-cart .products-table .product-image {
        height: 50px;
        margin-right: 10px;
        width: 50px
    }
}

body.page-cart .products-table .product-image img {
    max-height: 100%
}

body.page-cart .products-table .quantity-wrap {
    height: 27px;
    width: 90px
}

body.page-cart .products-table .quantity-wrap>div {
    font-size: 14px
}

@media (min-width:768px) {
    body.page-cart .products-table .quantity-wrap {
        height: 40px;
        width: 120px
    }

    body.page-cart .products-table .quantity-wrap>div {
        font-size: 18px
    }
}

body.page-cart .products-table .quantity-wrap input {
    font-size: 14px
}

@media (max-width:768px) {
    body.page-cart .products-table tr {
        position: relative
    }

    body.page-cart .products-table .td-price,body.page-cart .products-table .td-subtotal,body.page-cart .products-table thead {
        display: none
    }

    body.page-cart .products-table .td-product-check {
        padding-left: 0
    }

    body.page-cart .products-table .td-product-info {
        padding: 20px 0 20px 10px;
        width: 100%
    }

    body.page-cart .products-table .td-delete {
        padding-right: 0
    }
}

@media (min-width:768px) {
    body.page-cart .products-table .mb-price {
        display: none
    }
}

body.page-cart .cart-data {
    background-color: #f8f9fa;
    padding: 26px;
    color:#000;
}

body.page-cart .cart-data .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

body.page-cart .cart-data .cart-data-list {
    list-style: none;
    padding: 0
}

body.page-cart .cart-data .cart-data-list>li {
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    padding: 16px 0
}

body.page-cart .cart-data .cart-data-list>li:last-child {
    border-bottom: none
}

body.page-cart .cart-data .cart-data-list>li:last-child>span:last-child {
    color: #19beba;
    font-size: 24px;
    font-weight: 700
}

body.page-checkout .layer-login {
    color: red
}

body.page-checkout .breadcrumb-wrap {
    margin-bottom: 0
}

body.page-checkout footer {
    margin-top: 0
}

@media (min-width:768px) {
    body.page-checkout .checkout-container {
        max-width: 100%;
        padding: 0
    }

    body.page-checkout .checkout-container>.row {
        margin: 0
    }

    body.page-checkout .checkout-container>.row .col-md-7,body.page-checkout .checkout-container>.row>.col-md-5 {
        padding: 0
    }
}

body.page-checkout .title-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px
}

body.page-checkout .title-wrap>.title {
    font-size: 15px;
    font-weight: 700
}

@media (min-width:768px) {
    body.page-checkout .title-wrap>.title {
        font-size: 18px
    }
}

body.page-checkout .checkout-info {
    padding-top: 20px
}

@media (min-width:768px) {
    body.page-checkout .checkout-info {
        margin-left: auto;
        max-width: 720px;
        padding: 40px
    }
}

body.page-checkout .checkout-info .checkout-item {
    margin-bottom: 20px
}

@media (min-width:768px) {
    body.page-checkout .checkout-info .checkout-item {
        margin-bottom: 40px
    }
}

body.page-checkout .checkout-info .checkout-select-wrap .select-item {
    align-items: center;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-top: -1px;
    padding: 10px 20px;
    position: relative;
    background: #fff;
}

body.page-checkout .checkout-info .checkout-select-wrap .select-item:first-child,body.page-checkout .checkout-info .checkout-select-wrap .select-item:first-child:before {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

body.page-checkout .checkout-info .checkout-select-wrap .select-item:last-child,body.page-checkout .checkout-info .checkout-select-wrap .select-item:last-child:before {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

body.page-checkout .checkout-info .checkout-select-wrap .select-item:before {
    border: 1px solid #8446e0;
    bottom: -1px;
    content: "";
    display: none;
    inset-block-start: -1px;
    left: -1px;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: -1px;
    inset: -1px;
    z-index: 1
}

body.page-checkout .checkout-info .checkout-select-wrap .select-item.active {
    background-color: #fbefff
}

body.page-checkout .checkout-info .checkout-select-wrap .select-item.active:before {
    display: block
}

body.page-checkout .checkout-info .checkout-select-wrap .select-item.active .left i {
    color: #8446e0
}

body.page-checkout .checkout-info .checkout-select-wrap .select-item.active .left i:before {
    content: "\f517"
}

body.page-checkout .checkout-info .checkout-select-wrap .select-item .left {
    align-items: center;
    display: flex
}

body.page-checkout .checkout-info .checkout-select-wrap .select-item .left i {
    color: #888;
    font-size: 18px
}

body.page-checkout .checkout-info .checkout-select-wrap .select-item .left .select-title {
    font-size: 14px;
    margin-left: 14px;
    color:#000
}

body.page-checkout .checkout-info .checkout-select-wrap .select-item .icon {
    height: 34px;
    max-width: 200px
}

body.page-checkout .checkout-info .checkout-select-wrap .select-item .icon img {
    max-height: 100%
}

@media (min-width:768px) {
    body.page-checkout .checkout-data {
        background-color: #f8f9fa;
        border-left: 1px solid #e9edf1;
        height: 100%;
        padding: 0 40px
    }
}

@media (max-width:768px) {
    body.page-checkout .checkout-data {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    body.page-checkout .checkout-data .checkout-data-content {
        max-width: 430px;
        padding: 40px 0;
        color:#000;
    }
}

body.page-checkout .checkout-data .checkout-data-content .products-table-title {
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: space-between;
    padding-bottom: 10px
}

body.page-checkout .checkout-data .checkout-data-content .products-table-wrap {
    margin-bottom: 20px;
    margin-top: 20px
}

body.page-checkout .checkout-data .checkout-data-content .products-table-wrap .products-table-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

body.page-checkout .checkout-data .checkout-data-content .products-table td {
    padding-left: 0;
    padding-right: 0
}

body.page-checkout .checkout-data .checkout-data-content .products-table .product-item {
    align-items: center;
    display: flex
}

body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 50px;
    margin-right: 14px;
    position: relative;
    width: 50px
}

body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image .icon-quantity {
    align-items: center;
    background-color: #19beba;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 11px;
    height: 18px;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -5px;
    width: 18px
}

body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image img {
    max-height: 100%
}

body.page-checkout .checkout-data .cart-data-list {
    border-top: 1px solid #eee;
    list-style: none;
    padding: 0;
    color:#000;
}

body.page-checkout .checkout-data .cart-data-list>li {
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    padding: 16px 0
}

body.page-checkout .checkout-data .cart-data-list>li:last-child {
    border-bottom: none
}

body.page-checkout .checkout-data .cart-data-list>li:last-child>span:last-child {
    color: #19beba;
    font-size: 24px;
    font-weight: 700
}

body.page-order .account-card-title,body.page-order .tabs-plus {
    margin-bottom: 16px
}

body.page-order-info .products-table td,body.page-order-info .products-table th {
    padding-left: 0;
    padding-right: 0
}

body.page-order-info .products-table .product-item {
    align-items: center;
    display: flex
}

body.page-order-info .products-table .product-item .product-image {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 50px;
    margin-right: 14px;
    position: relative;
    width: 50px
}

body.page-order-info .products-table .product-item .product-image .icon-quantity {
    align-items: center;
    background-color: #19beba;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 11px;
    height: 18px;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -5px;
    width: 18px
}

body.page-order-info .products-table .product-item .product-image img {
    max-height: 100%
}

body.page-addresses .address-card {
    border: 1px solid #e9ecef;
    border-radius: 4px;
    margin-bottom: 20px
}

body.page-addresses .address-card .address-card-header {
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px
}

body.page-addresses .address-card .address-card-header .address-card-title {
    margin: 0
}

body.page-addresses .address-card .address-card-header .address-card-actions {
    align-items: center;
    display: flex
}

body.page-addresses .address-card .address-card-header .address-card-actions a {
    margin-left: 10px
}

body.page-addresses .address-card .address-card-body {
    padding: 15px
}

body.page-addresses .address-card .address-card-body p {
    margin: 0
}

body.page-brands .brand-group {
    width: 100%
}

body.page-brands .brand-group .btn {
    border: 1px solid #e8e8e8
}

body.page-brands .brand-group .btn:hover {
    background-color: #f4f4f4
}

body.page-brands .brands-wrap {
    margin-top: 30px
}

body.page-brands .brands-wrap .item ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -10px;
    padding-left: 0
}

body.page-brands .brands-wrap .item ul li {
    margin-bottom: 20px;
    padding: 0 10px
}

body.page-brands .brands-wrap .item ul li a {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

body.page-brands .brands-wrap .item ul li a .img {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    width: 99px
}

body.page-checkout-success .checkout-success-box {
    border: 1px solid #ecf0f4;
    margin: 0 auto;
    max-width: 730px;
    padding: 20px 10px
}

@media (min-width:768px) {
    body.page-checkout-success .checkout-success-box {
        padding: 30px
    }
}

body.page-checkout-success .checkout-success-box .order-success-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

body.page-checkout-success .checkout-success-box .order-success-icon img {
    max-width: 170px
}

@media (min-width:768px) {
    body.page-checkout-success .checkout-success-box .order-success-icon img {
        max-width: 200px
    }.min-h1 {
         min-height: 100px
     }

    .min-h2 {
        min-height: 200px
    }

    .min-h3 {
        min-height: 300px
    }

    .min-h4 {
        min-height: 400px
    }

    .min-h5 {
        min-height: 500px
    }

    .min-h6 {
        min-height: 600px
    }

    .wp-100 {
        flex: 0 0 100px;
        width: 100px
    }

    .wp-200 {
        flex: 0 0 200px;
        width: 200px
    }

    .wp-300 {
        flex: 0 0 300px;
        width: 300px
    }

    .wp-400 {
        flex: 0 0 400px;
        width: 400px
    }

    .wp-500 {
        flex: 0 0 500px;
        width: 500px
    }

    .wp-600 {
        flex: 0 0 600px;
        width: 600px
    }

    .wp-700 {
        flex: 0 0 700px;
        width: 700px
    }

    .wp-800 {
        flex: 0 0 800px;
        width: 800px
    }

    .wp-900 {
        flex: 0 0 900px;
        width: 900px
    }

    .wp-1000 {
        flex: 0 0 1000px;
        width: 1000px
    }

    .wp-100- {
        flex: 0 0 calc(100% - 100px);
        width: calc(100% - 100px)
    }

    .wp-200- {
        flex: 0 0 calc(100% - 200px);
        width: calc(100% - 200px)
    }

    .wp-300- {
        flex: 0 0 calc(100% - 300px);
        width: calc(100% - 300px)
    }

    .wp-400- {
        flex: 0 0 calc(100% - 400px);
        width: calc(100% - 400px)
    }

    .wp-500- {
        flex: 0 0 calc(100% - 500px);
        width: calc(100% - 500px)
    }

    .wp-600- {
        flex: 0 0 calc(100% - 600px);
        width: calc(100% - 600px)
    }

    .wp-700- {
        flex: 0 0 calc(100% - 700px);
        width: calc(100% - 700px)
    }

    .wp-800- {
        flex: 0 0 calc(100% - 800px);
        width: calc(100% - 800px)
    }

    .wp-900- {
        flex: 0 0 calc(100% - 900px);
        width: calc(100% - 900px)
    }

    .wp-1000- {
        flex: 0 0 calc(100% - 1000px);
        width: calc(100% - 1000px)
    }

    .h-min-100 {
        min-height: 100px
    }

    .h-min-200 {
        min-height: 200px
    }

    .h-min-300 {
        min-height: 300px
    }

    .h-min-400 {
        min-height: 400px
    }

    .h-min-500 {
        min-height: 500px
    }

    .h-min-600 {
        min-height: 600px
    }

    .h-min-700 {
        min-height: 700px
    }

    .h-min-800 {
        min-height: 800px
    }

    .h-min-900 {
        min-height: 900px
    }

    .h-min-1000 {
        min-height: 1000px
    }

    .w-min-100 {
        min-width: 100px
    }

    .w-min-200 {
        min-width: 200px
    }

    .w-min-300 {
        min-width: 300px
    }

    .w-min-400 {
        min-width: 400px
    }

    .w-min-500 {
        min-width: 500px
    }

    .w-min-600 {
        min-width: 600px
    }

    .w-min-700 {
        min-width: 700px
    }

    .w-min-800 {
        min-width: 800px
    }

    .w-min-900 {
        min-width: 900px
    }

    .w-min-1000 {
        min-width: 1000px
    }

    .w-max-100 {
        max-width: 100px
    }

    .w-max-200 {
        max-width: 200px
    }

    .w-max-300 {
        max-width: 300px
    }

    .w-max-400 {
        max-width: 400px
    }

    .w-max-500 {
        max-width: 500px
    }

    .w-max-600 {
        max-width: 600px
    }

    .w-max-700 {
        background: #303030;
        max-width: 700px;
        border-radius: 10px;
        padding-top: 1.5rem;
    }

    .w-max-800 {
        max-width: 800px
    }

    .w-max-900 {
        max-width: 900px
    }

    .w-max-1000 {
        max-width: 1000px
    }

    .hp-100 {
        height: 100px
    }

    .hp-200 {
        height: 200px
    }

    .hp-300 {
        height: 300px
    }

    .hp-400 {
        height: 400px
    }

    .hp-500 {
        height: 500px
    }

    .hp-600 {
        height: 600px
    }

    .hp-700 {
        height: 700px
    }

    .hp-800 {
        height: 800px
    }

    .hp-900 {
        height: 900px
    }

    .hp-1000 {
        height: 1000px
    }

    .wh-10 {
        flex: 0 0 10px;
        height: 10px;
        width: 10px
    }

    .wh-20 {
        flex: 0 0 20px;
        height: 20px;
        width: 20px
    }

    .wh-30 {
        flex: 0 0 30px;
        height: 30px;
        width: 30px
    }

    .wh-40 {
        flex: 0 0 40px;
        height: 40px;
        width: 40px
    }

    .wh-50 {
        flex: 0 0 50px;
        height: 50px;
        width: 50px
    }

    .wh-60 {
        flex: 0 0 60px;
        height: 60px;
        width: 60px
    }

    .wh-70 {
        flex: 0 0 70px;
        height: 70px;
        width: 70px
    }

    .wh-80 {
        flex: 0 0 80px;
        height: 80px;
        width: 80px
    }

    .wh-90 {
        flex: 0 0 90px;
        height: 90px;
        width: 90px
    }

    .wh-100 {
        flex: 0 0 100px;
        height: 100px;
        width: 100px
    }

    a {
        text-decoration: none
    }

    .cursor-pointer {
        cursor: pointer
    }

    .btn-primary {
        color: #fff!important
    }

    .table-response thead,[v-cloak] {
        display: none
    }

    @media (min-width:768px) {
        .table-response thead {
            display: table-header-group
        }
    }

    .table-response:not(.table-response.table-bordered) tr td:first-child,.table-response:not(.table-response.table-bordered) tr th:first-child {
        padding-left: 0
    }

    .table-response:not(.table-response.table-bordered) tr td:last-child,.table-response:not(.table-response.table-bordered) tr th:last-child {
        padding-right: 0
    }

    .table-response td {
        clear: both;
        display: block;
        text-align: right
    }

    .table-response td:before {
        content: attr(data-title) ": ";
        float: left
    }

    @media (min-width:768px) {
        .table-response td:before {
            display: none
        }

        .table-response td {
            display: table-cell;
            text-align: left
        }
    }

    @media (max-width:768px) {
        .table-response td {
            border-bottom: none
        }

        .table-response td:last-child {
            border-bottom: 1px solid #e6e6e6;
            margin-bottom: 14px;
            padding-bottom: 24px
        }
    }

    .quantity-wrap {
        align-items: center;
        border: 1px solid #e6e6e6;
        display: flex;
        height: inherit;
        overflow: hidden;
        position: relative;
        width: 140px
    }

    .quantity-wrap.disabled:before {
        background-color: hsla(0,0%,100%,.5);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
    }

    .quantity-wrap input {
        border: none;
        box-shadow: none!important;
        font-size: 18px;
        height: inherit;
        padding: 0;
        text-align: center
    }

    .quantity-wrap input::-webkit-inner-spin-button,.quantity-wrap input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .quantity-wrap div {
        align-items: center;
        color: #666;
        cursor: pointer;
        display: flex;
        flex: 0 0 38px;
        font-size: 18px;
        height: inherit;
        justify-content: center;
        width: 38px
    }

    .quantity-wrap div:hover {
        color: #19beba
    }

    .tabs-plus {
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 24px;
        padding-bottom: 6px
    }

    .tabs-plus .nav-item {
        margin-right: 10px
    }

    @media (min-width:768px) {
        .tabs-plus .nav-item {
            margin-right: 40px
        }
    }

    .tabs-plus .nav-link {
        border: none!important;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        padding-left: 2px;
        padding-right: 2px;
        position: relative
    }

    @media (min-width:768px) {
        .tabs-plus .nav-link {
            font-size: 18px
        }
    }

    .tabs-plus .nav-link:after {
        background-color: #19beba;
        bottom: -6px;
        content: "";
        display: none;
        height: 2px;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transition: transform .3s;
        width: 100%
    }

    .tabs-plus .nav-link.active {
        color: #19beba;
        font-weight: 700
    }

    .tabs-plus .nav-link.active:after {
        display: block;
        transform: scaleX(1)
    }

    .is-up-file .img-upload-item {
        border-style: dashed!important
    }

    .is-up-file .img-upload-item:hover {
        background-color: #f4f4f4!important;
        border-color: #19beba!important
    }

    .is-up-file .img-upload-item:active {
        background-color: #e4e4e4!important
    }

    .is-up-file .img-upload-item .tool-wrap>div:first-of-type {
        border-right: 1px solid #fff
    }

    .is-up-file .img-upload-item .tool-wrap>div:hover {
        background-color: #1d4ff3
    }

    .swiper .swiper-pagination-bullet-active {
        background-color: #19beba
    }

    .page-head {
        background: #eff1fe;
        padding: 40px 0;
        text-align: center
    }

    @media (max-width:768px) {
        .page-head {
            padding: 20px 0
        }
    }

    .page-head .page-title {
        color: #333;
        font-size: 30px;
        margin-bottom: 14px
    }

    .page-head .breadcrumb {
        font-size: 15px;
        margin-bottom: 0
    }

    .page-head .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
        content: "\f285";
        font-family: bootstrap-icons;
        font-size: 12px;
        margin-top: 3px
    }

    .page-head .breadcrumb a {
        text-decoration: none
    }

    .page-product-content {
        margin-top: 3rem
    }

    @media (max-width:992px) {
        .page-product-content {
            margin-top: 1.5rem
        }
    }

    .page-product-content .title-box {
        margin-bottom: 40px;
        text-align: center
    }

    .page-product-content .title-box .title {
        color: #fff;
        font-size: 26px;
        margin-bottom: 10px
    }

    .page-product-content .title-box .sub-title {
        color: #666;
        font-size: 16px
    }

    .page-product-content .product-item {
        background-color: #fff;
        box-shadow: 0 10px 30px 0 rgba(194,49,244,.1);
        margin-bottom: 30px
    }

    .page-product-content .product-item .top {
        align-items: center;
        background-color: #f3f7ff;
        display: flex;
        height: 70px;
        color: #000
    }

    .page-product-content .product-item .top .left {
        align-items: center;
        background-color: #19beba;
        display: flex;
        height: 70px;
        justify-content: center;
        width: 70px
    }

    .page-product-content .product-item .top .left i {
        color: #fff;
        font-size: 20px
    }

    .page-product-content .product-item .top .name {
        font-size: 18px;
        padding: 0 10px 0 20px
    }

    .page-product-content .product-item .content {
        color: #555;
        font-size: 15px;
        line-height: 2;
        padding: 20px
    }

    @media (min-width:992px) {
        .page-product-content .product-item .content {
            height: 220px
        }
    }

    .page-service-content {
        color: #606b86;
        margin-top: 3rem
    }

    .page-service-content .title-box {
        margin-bottom: 60px
    }

    @media (max-width:992px) {
        .page-service-content .title-box {
            margin-bottom: 30px
        }
    }

    .page-service-content .title-box .title {
        color: #fff;
        font-size: 26px;
        margin-bottom: 20px
    }

    @media (max-width:992px) {
        .page-service-content .title-box .title {
            font-size: 22px;
            text-align: center
        }
    }

    .page-service-content .title-box .sub-title {
        font-size: 16px;
        max-width: 550px
    }

    @media (max-width:992px) {
        .page-service-content .title-box .sub-title {
            font-size: 12px;
            text-align: center
        }
    }

    @media (min-width:992px) {
        .page-service-content .title-box .sub-title {
            line-height: 1.8
        }

        .page-service-content .service-row-2 {
            padding-left: 64px
        }
    }

    .page-service-content .service-icon {
        max-width: 500px
    }

    @media (max-width:992px) {
        .page-service-content .service-icon {
            display: flex;
            justify-content: center;
            margin-bottom: 20px
        }

        .page-service-content .service-icon img {
            max-width: 80%
        }
    }

    .page-service-content .service-item {
        margin-bottom: 50px
    }

    @media (max-width:992px) {
        .page-service-content .service-item {
            margin-bottom: 20px
        }
    }

    .page-service-content .service-item .icon {
        align-items: center;
        background-color: #fcf3f4;
        border-radius: 50%;
        display: flex;
        height: 46px;
        justify-content: center;
        margin-bottom: 20px;
        width: 46px
    }

    .page-service-content .service-item .icon i {
        color: #fa4949;
        font-size: 18px
    }

    .page-service-content .service-item .title {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px
    }

    .page-service-content .service-item .sub-title {
        color: #606b86;
        font-size: 14px;
        line-height: 1.8
    }

    .page-about-content {
        margin-top: 3rem
    }

    .page-about-content .about-text .main-title {
        color: #fff;
        font-size: 26px;
        margin-bottom: 50px
    }

    @media (max-width:992px) {
        .page-about-content .about-text .main-title {
            font-size: 20px;
            margin-bottom: 30px
        }
    }

    .page-about-content .about-text .about-text-item {
        display: flex;
        margin-bottom: 40px
    }

    .page-about-content .about-text .about-text-item:last-child {
        margin-bottom: 0
    }

    .page-about-content .about-text .about-text-item .left {
        flex: 0 0 40px;
        width: 40px
    }

    .page-about-content .about-text .about-text-item .left i {
        color: #19beba;
        font-size: 24px
    }

    .page-about-content .about-text .about-text-item .right .title {
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px
    }

    .page-about-content .about-text .about-text-item .right .sub-title {
        color: #fff;
        font-size: 14px;
        line-height: 2;
        max-width: 460px
    }

    .page-about-content .home-contact {
        background-color: #f9f9fc;
        background: linear-gradient(180deg,#f9f9fc,#fff);
        padding: 60px 0
    }

    .layui-layer-btn .layui-layer-btn0 {
        background-color: #19beba;
        border-color: #19beba
    }

    input[type=password] {
        font-family: Arial
    }

    header .dropdown {
        cursor: pointer
    }

    header .dropdown:hover .dropdown-menu {
        display: block
    }

    header .header-top {
        align-items: center;
        background-color: #000;
        color: #fff;
        display: flex;
        height: 40px
    }

    header .header-top .top-info a {
        color: inherit;
        margin-right: 10px
    }

    header .header-top .top-info a:hover>a {
        color: #19beba
    }

    header .header-top .language-switch .dropdown {
        cursor: pointer
    }

    header .header-top .language-switch .dropdown:hover>a {
        color: #19beba
    }

    header .header-top .language-switch .dropdown>a {
        border: none;
        border-radius: 0;
        color: inherit;
        height: 40px;
        line-height: 40px;
        padding: 0
    }

    header .header-top .language-switch .dropdown>a img {
        width: 20px
    }

    header .search-group {
        background-color: #1D1F21;
        position: relative
    }

    header .search-group:hover input {
        /*background-color: #eee*/
    }

    header .search-group input {
        background-color: #1D1F21;
        border: none;
        border-radius: 4px;
        box-shadow: none;
        font-size: 16px;
        height: 44px;
        padding-right: 40px;
        width: 210px;
        color: #fff;
        text-indent: 10px;
    }

    header .search-group input::input-placeholder {
        color: #ddd;
    }

    header .search-group .btn {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    header .search-group .btn i {
        font-size: 22px;
        color: #fff;
    }

    header .header-desktop {
        padding: 30px 0
    }

    @media (max-width:992px) {
        header .header-desktop {
            display: none
        }
    }

    header .header-desktop .left {
        align-items: center;
        display: flex
    }

    header .header-desktop .left .logo {
        margin-bottom: 0;
        max-height: 60px;
        max-width: 180px
    }

    header .header-desktop .left .menu {
        margin-left: 40px
    }

    header .header-desktop .left .menu .navbar {
        padding: 0
    }

    header .header-desktop .left .menu .navbar .nav-item>.dropdown>.nav-link,header .header-desktop .left .menu .navbar .nav-item>.nav-link {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        margin: 0 14px;
        padding-left: 6px;
        padding-right: 6px;
        position: relative
    }

    header .header-desktop .left .menu .navbar .nav-item>.dropdown>.nav-link:after,header .header-desktop .left .menu .navbar .nav-item>.nav-link:after {
        border-bottom: 2px solid;
        bottom: 0;
        content: "";
        position: absolute;
        right: 0;
        transition: width .3s;
        width: 0
    }

    header .header-desktop .left .menu .navbar .nav-item:hover>.dropdown>.nav-link:after,header .header-desktop .left .menu .navbar .nav-item:hover>.nav-link:after {
        left: 0;
        width: 100%
    }

    header .header-desktop .left .menu .navbar .nav-item:hover .dropdown-menu {
        border: none;
        border-radius: 2px;
        box-shadow: 0 4px 20px rgba(0,0,0,.1);
        display: block
    }

    header .header-desktop .right {
        align-items: center;
        display: flex
    }

    header .header-desktop .right .dropdown .dropdown-toggle:after {
        display: none
    }

    header .header-desktop .right .icons {
        align-items: center;
        display: flex
    }

    header .header-desktop .right .icons .account-icon .dropdown-menu {
        border: none;
        box-shadow: 0 4px 20px rgba(0,0,0,.1);
        left: 50%;
        text-align: center;
        transform: translateX(-50%)
    }

    header .header-desktop .right .icons .account-icon .dropdown-menu a {
        padding: 10px 0
    }

    header .header-desktop .right .icons .item {
        margin-left: 26px;
        position: relative
    }

    header .header-desktop .right .icons .item .icon-quantity {
        align-items: center;
        background-color: #19beba;
        border-radius: 50%;
        color: #fff;
        display: flex;
        font-size: 11px;
        height: 18px;
        justify-content: center;
        position: absolute;
        right: -10px;
        top: -5px;
        width: 18px
    }

    header .header-mobile {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 10px
    }

    @media (min-width:992px) {
        header .header-mobile {
            display: none
        }
    }

    header .header-mobile .logo {
        margin-bottom: 0;
        max-height: 50px;
        max-width: 160px
    }

    header .header-mobile .mb-icon i {
        font-size: 30px;
        line-height: 1
    }

    header .header-mobile .header-cart-icon {
        position: relative
    }

    header .header-mobile .header-cart-icon .icon-quantity {
        align-items: center;
        background-color: #19beba;
        border-radius: 50%;
        color: #fff;
        display: flex;
        font-size: 11px;
        height: 18px;
        justify-content: center;
        position: absolute;
        right: -10px;
        top: -5px;
        width: 18px
    }

    header .header-mobile #mobile-menu-offcanvas {
        width: 76%
    }

    header .header-mobile #mobile-menu-offcanvas .offcanvas-header {
        border-bottom: 1px solid #f1f1f1;
        display: flex;
        justify-content: space-between
    }

    header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group {
        margin-right: 10px
    }

    header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group input {
        height: 38px
    }

    header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group .btn i {
        font-size: 18px;
        color: #000;
    }

    header .header-mobile #mobile-menu-offcanvas .offcanvas-header .account-icon img {
        width: 24px
    }

    header .header-mobile #mobile-menu-offcanvas .close-offcanvas {
        align-items: center;
        background-color: #fff;
        border-radius: 0 5px 5px 0;
        display: flex;
        font-size: 24px;
        height: 50px;
        justify-content: center;
        position: absolute;
        right: -26px;
        top: 50%;
        transform: translateY(-50%);
        width: 26px
    }

    header .header-mobile #mobile-menu-offcanvas .close-offcanvas:active {
        background-color: #f1f1f1
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap {
        padding: 0
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item {
        border-bottom: 1px solid #e5e5e5
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a {
        align-items: center;
        display: flex;
        flex: 1;
        height: 44px;
        padding: 0 14px
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a:active {
        background-color: #eee
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a .badge {
        font-weight: 400;
        margin-left: 13px;
        position: relative
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>a .badge:before {
        border: 5px solid transparent;
        border-right-color: inherit;
        content: "";
        position: absolute;
        right: 100%;
        top: 50%;
        transform: translateY(-50%)
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span {
        align-items: center;
        display: flex;
        height: 44px;
        justify-content: center;
        width: 44px
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span:active {
        background-color: #eee
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text>span[aria-expanded=true] i {
        transform: rotate(180deg)
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse {
        border-top: 1px solid #19beba
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group {
        padding: 5px 0
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title {
        height: 44px
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title span {
        align-items: center;
        display: flex;
        height: 42px;
        justify-content: center;
        margin-right: -10px;
        width: 44px
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title span:active {
        background-color: #eee
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .children-title span[aria-expanded=true] i:before {
        content: "\f63b"
    }

    header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap #menu-accordion .accordion-item>.accordion-collapse .children-group .nav a {
        color: #333
    }

    footer {
        background: #000;
        margin-top: 20px;
        overflow: hidden;
        position: relative
    }

    @media (min-width:768px) {
        footer {
            margin-top: 50px
        }
    }

    footer:after,footer:before {

        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 300px;
        position: absolute;
        width: 20%
    }

    footer:before {

        left: 0;
        top: 0;
        width: 50%
    }

    @media (min-width:768px) {
        footer:before {
            top: -5%;
            width: 30%
        }
    }

    footer:after {
        background-image: url(/icon/footer-2.svg);
        background-position: bottom;
        bottom: 0;
        right: 0;
        width: 36%
    }

    @media (min-width:768px) {
        footer:after {
            bottom: -5%;
            width: 15%
        }
    }

    footer .footer-box {
        z-index: 1
    }

    footer .footer-box,footer .footer-box a {
        color: #aaa;
        position: relative
    }

    footer .footer-box a:hover:after {
        left: 0;
        width: 100%
    }

    footer .footer-box a:after {
        border-bottom: 1px solid;
        bottom: 0;
        content: "";
        position: absolute;
        right: 0;
        transition: width .3s;
        width: 0
    }

    footer .footer-box .footer-top-links {
        padding: 10px 0
    }

    @media (min-width:768px) {
        footer .footer-box .footer-top-links {
            padding: 40px 0
        }
    }

    @media (min-width:992px) {
        footer .footer-box .footer-top-links .about {
            padding-right: 60px
        }
    }

    footer .footer-box .footer-top-links .about .about-text {
        padding-top: 6px
    }

    footer .footer-box .footer-top-links .footer-link-title {
        color: #fff;
        display: flex;
        font-size: 15px;
        font-weight: 700;
        justify-content: space-between
    }

    @media (min-width:768px) {
        footer .footer-box .footer-top-links .footer-link-title {
            font-size: 18px;
            margin-bottom: 20px
        }
    }

    footer .footer-box .footer-top-links .footer-link-title .footer-link-icon.active i:before {
        content: "\f63b"
    }

    @media (min-width:768px) {
        footer .footer-box .footer-top-links .footer-link-title .footer-link-icon {
            display: none
        }
    }

    footer .footer-box .footer-top-links .footer-item {
        padding-bottom: 10px;
        padding-top: 10px
    }

    footer .footer-box .footer-top-links .footer-item .footer-item-content {
        display: none;
        padding-right: 26px
    }

    @media (min-width:768px) {
        footer .footer-box .footer-top-links .footer-item .footer-item-content {
            display: block
        }
    }

    footer .footer-box .footer-top-links ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    footer .footer-box .footer-top-links ul li {
        font-size: 16px;
        font-weight: 700;
        margin-right: 20px;
        padding: 6px 0
    }

    footer .footer-box .footer-top-links ul li a:hover {
        color: #19beba
    }

    footer .footer-box .bottom-box {
        padding: 26px 0
    }

    @media (max-width:768px) {
        footer .footer-box .bottom-box {
            padding: 10px 0
        }

        footer .footer-box .bottom-box .left-links {
            text-align: center
        }
    }

    footer .footer-box .bottom-box .copyright-text {
        text-align: right
    }

    @media (max-width:768px) {
        footer .footer-box .bottom-box .copyright-text {
            margin-top: 10px;
            text-align: center
        }
    }

    footer .footer-box .bottom-box .payment-icon {
        align-items: center;
        display: flex;
        justify-content: flex-end
    }

    @media (max-width:768px) {
        footer .footer-box .bottom-box .payment-icon {
            justify-content: center;
            margin-top: 10px
        }
    }

    footer .footer-box .bottom-box .payment-icon img {
        margin-left: 10px;
        max-width: 50px
    }

    body.page-home .module-title-wrap {
        margin-bottom: 30px
    }

    body.page-home .module-title-wrap .module-title {
        color: #fff;
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: .7rem;
        position: relative;
        text-align: center
    }

    @media (max-width:768px) {
        body.page-home .module-title-wrap .module-title {
            font-size: 2rem;
            margin-bottom: .2rem
        }
    }

    body.page-home .module-title-wrap .module-sub-title {
        color: #768088;
        font-size: 1rem;
        line-height: 1.4;
        margin-left: auto;
        margin-right: auto;
        max-width: 840px;
        text-align: center
    }

    @media (max-width:768px) {
        body.page-home .module-title-wrap .module-sub-title {
            font-size: .87rem
        }
    }

    body.page-home .module-line {
        margin-bottom: 20px
    }

    @media (min-width:768px) {
        body.page-home .module-line {
            margin-bottom: 40px
        }
    }

    @font-face {
        font-display:swap;font-family:Jost;font-style:normal;font-weight:500;font-weight:400;src:url(/vendor/font/jost/Jost-Regular.ttf) format("truetype")
    }

    @font-face {
        font-display:swap;font-family:Jost;font-style:normal;font-weight:700;src:url(/vendor/font/jost/Jost-Medium.ttf) format("truetype")
    }

    @media (min-width:992px) {
        body.page-news .newest-box {
            padding-right: 50px
        }
    }

    body.page-news .newest-box .newest-item {
        background-color: #fff;
        border-bottom: 1px solid #eee;
        display: flex;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    body.page-news .newest-box .newest-item .item-img {
        flex: 0 0 150px;
        margin-right: 20px;
        width: 150px
    }

    @media (max-width:768px) {
        body.page-news .newest-box .newest-item .item-img {
            flex: 0 0 90px;
            margin-right: 10px;
            width: 90px
        }
    }

    body.page-news .newest-box .newest-item .item-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px
    }

    body.page-news .newest-box .newest-item .item-title a {
        color: #222
    }

    body.page-news .newest-box .newest-item .item-title a:hover {
        color: #19beba
    }

    @media (max-width:768px) {
        body.page-news .newest-box .newest-item .item-title {
            font-size: 16px;
            margin-bottom: 6px
        }
    }

    body.page-news .newest-box .newest-item .item-summary {
        color: #666;
        line-height: 1.7;
        margin-bottom: 10px
    }

    @media (min-width:768px) {
        body.page-news .newest-box .newest-item .item-summary {
            font-size: 15px
        }
    }

    .newes-tags {
        align-items: center;
        display: flex;
        margin-bottom: 10px
    }

    .newes-tags i {
        color: #666
    }

    .newes-tags a {
        background-color: #e5f0fe;
        border: 1px solid #cad8ff;
        border-radius: 4px;
        color: #444;
        display: inline-block;
        font-size: 12px;
        margin-right: 10px;
        padding: 1px 4px;
        transition: all .3s
    }

    .newes-tags a:hover {
        background-color: #19beba;
        border-color: #19beba;
        color: #fff
    }

    .newes-sidebar .search-box {
        margin-bottom: 40px
    }

    .newes-sidebar .sidebar-item {
        margin-bottom: 30px
    }

    .newes-sidebar .sidebar-item:last-child {
        margin-bottom: 0
    }

    .newes-sidebar .sidebar-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 6px
    }

    .newes-sidebar .sidebar-list ul {
        list-style: none;
        padding-left: 0
    }

    .newes-sidebar .sidebar-list ul a {
        border-bottom: 1px solid #eee;
        color: #eee;
        display: block;
        font-size: 16px;
        padding: 10px 0;
        transition: all .3s
    }

    .newes-sidebar .sidebar-list ul a:hover {
        color: #19beba
    }

    body.page-news-details .newest-box {
        border: 1px solid #eee;
        border-radius: 6px;
        padding: 20px
    }

    @media (min-width:992px) {
        body.page-news-details .newest-box {
            min-height: 500px
        }
    }

    @media (max-width:768px) {
        body.page-news-details .newest-box {
            margin-bottom: 20px;
            padding: 10px
        }
    }

    body.page-news-details .newest-box .newes-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px
    }

    @media (max-width:768px) {
        body.page-news-details .newest-box .newes-title {
            font-size: 20px;
            margin-bottom: 10px
        }
    }

    body.page-news-details .newest-box .newes-top {
        color: #666;
        display: flex;
        margin-bottom: 30px
    }

    body.page-news-details .newest-box .newes-top>div {
        margin-right: 10px
    }

    @media (min-width:992px) {
        body.page-news-details .newest-box .newes-top>div {
            margin-right: 40px
        }
    }

    body.page-news-details .newest-box .newes-top>div i {
        color: #19beba;
        margin-right: 4px
    }

    .module-swiper .swiper-slide img {
        width: 100%
    }

    .module-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 30px
    }

    .module-swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #19beba!important
    }

    .product-grid-item {
        margin-bottom: 16px
    }

    @media (min-width:992px) {
        .product-grid-item {
            margin-bottom: 30px
        }

        .product-grid-item:hover .product-bottom-btns {
            transform: translateY(0)!important
        }

        .product-grid-item:hover .product-price {
            transform: translateY(100%)
        }
    }

    .product-grid-item .image {
        border-radius: 6px;
        overflow: hidden;
        position: relative
    }

    .product-grid-item .image .cancel-favorite {
        align-items: center;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 2px 2px 10px rgba(0,0,0,.1);
        color: #b00101;
        cursor: pointer;
        display: flex;
        font-size: 15px;
        height: 36px;
        justify-content: center;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 36px
    }

    .product-grid-item .image .cancel-favorite:hover {
        background-color: #b00101;
        color: #fff
    }

    .product-grid-item .image .bonus-badge {
        position: absolute;
        top: 8px;
        left: 8px;
        z-index: 2
    }

    .product-grid-item .image .bonus-badge .bonus-badge-text {
        background: linear-gradient(135deg, #28a745, #20c997);
        color: white;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
        display: inline-flex;
        align-items: center;
        gap: 3px
    }

    .product-grid-item .image .bonus-badge .bonus-badge-text i {
        font-size: 10px
    }

    .product-grid-item .image .discount-badge {
        position: absolute;
        top: 8px;
        left: 8px;
        z-index: 2
    }

    .product-grid-item .image .discount-badge .discount-badge-text {
        background: linear-gradient(135deg, #dc3545, #c82333);
        color: white;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
        display: inline-block
    }

    .product-grid-item .product-item-info {
        text-align: center
    }

    .product-grid-item .product-item-info .product-name {
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: .5rem;
        margin-top: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .product-grid-item .product-item-info .product-name a {
        color: inherit
    }

    .product-grid-item .product-item-info .product-name a:hover {
        color: #19beba;
        text-decoration: underline
    }

    .product-grid-item .product-item-info .product-bottom {
        overflow: hidden;
        position: relative
    }

    .product-grid-item .product-item-info .product-bottom-btns {
        transform: translateY(-100%);
        transition: transform .3s
    }

    .product-grid-item .product-item-info .product-bottom-btns .btn-add-cart {
        color: #19beba;
        font-size: 16px;
        font-weight: 700;
        text-decoration: underline
    }

    .product-grid-item .product-item-info .product-price {
        align-items: center;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 0;
        transition: transform .3s;
        width: 100%
    }

    .product-grid-item .product-item-info .product-price .price-new {
        color: #19beba;
        font-size: 1rem;
        font-weight: 700
    }

    .product-grid-item .product-item-info .product-price .price-old {
        color: #768088;
        font-size: .9rem;
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: line-through
    }

    .product-grid-item .product-item-info .product-price .price-new.sale-price {
        color: #e74c3c;
        font-size: 1.1rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
    }

    .product-grid-item .product-item-info .product-price .bonus-tokens {
        margin-top: 4px
    }

    .product-grid-item .product-item-info .product-price .bonus-tokens .bonus-text {
        font-size: 0.8rem;
        color: #28a745;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.3px
    }

    .module-product-tab .nav-tabs {
        border: none;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: -6px
    }

    @media (min-width:992px) {
        .module-product-tab .nav-tabs {
            margin-bottom: 40px
        }
    }

    .module-product-tab .nav-tabs .nav-link {
        border: none!important;
        border-radius: 50px;
        color: #7e7e7e;
        font-size: 12px;
        font-weight: 700;
        margin: 0;
        background: #fff;
    }

    @media (min-width:992px) {
        .module-product-tab .nav-tabs .nav-link {
            font-size: 14px;
            margin: 0 10px;
            background: #fff;
        }
    }

    .module-product-tab .nav-tabs .nav-link:hover {
        background-color: #ffebf2
    }

    .module-product-tab .nav-tabs .nav-link.active {
        background-color: #ffebf2;
        color: #19beba
    }

    .blog-item {
        margin-bottom: 10px
    }

    @media (min-width:768px) {
        .blog-item {
            margin-bottom: 30px
        }
    }

    .blog-item .image {
        border-radius: 6px;
        margin-bottom: 12px;
        overflow: hidden;
        position: relative
    }

    .blog-item .blog-item-info .blog-catalog {
        color: #19beba;
        font-weight: 700;
        margin-bottom: 4px
    }

    .blog-item .blog-item-info .blog-title {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px
    }

    @media (min-width:768px) {
        .blog-item .blog-item-info .blog-title {
            font-size: 18px
        }
    }

    .blog-item .blog-item-info .author-wrap {
        align-items: center;
        color: #777;
        display: flex
    }

    .blog-item .blog-item-info .author-wrap .blog-author {
        margin-right: 20px
    }

    body.page-login {
        margin-bottom: 0!important
    }

    .login-register-box {
        background-color: #303030;
        margin: 30px auto;
        max-width: 540px;
        padding: 16px
    }

    @media (min-width:992px) {
        .login-register-box {
            margin: 70px auto;
            padding: 36px
        }
    }

    .login-register-box.iframe {
        margin: 10px 0 0
    }

    .login-register-box .login-title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
        color: #fff
    }

    .login-register-box .login-sub-title {
        color: #d4d4d4;
        font-size: 16px;
        margin-bottom: 30px;
        text-align: center
    }

    .login-register-box .form-group input {
        border: none;
        border-radius: 0;
        font-size: 15px;
        height: 44px
    }

    .login-register-box .btn-submit {
        margin-top: 30px
    }

    @media (min-width:400px) {
        .login-register-box .btn-submit {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
        }
    }

    .login-register-box .btn-submit .form-submit {
        display: block;
        width: 50%
    }

    .login-register-box .btn-submit a {
        color: #fff;
        display: block;
        font-weight: 700
    }
    @media (max-width:768px) {
        .login-register-box .btn-submit {
            text-align: center;
            margin-top: 30px
        }
        .login-register-box .btn-submit .form-submit {
            display: inline-block;
            width: 50%;
            margin-bottom: 20px;
        }
    }
    .breadcrumb-wrap {
        background: linear-gradient(to bottom, #000 0%, #252424 100%);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 14px;
        padding: 20px 0
    }

    @media (min-width:768px) {
        .breadcrumb-wrap {
            margin-bottom: 30px;
            padding: 40px 0
        }
    }

    .breadcrumb-wrap .breadcrumb {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 0
    }

    .breadcrumb-wrap .breadcrumb li {
        align-items: center;
        display: flex;
        font-size: 20px;
        line-height: 1;
        text-transform: uppercase
    }

    .breadcrumb-wrap .breadcrumb li a {
        color: #fff;
        text-decoration: none
    }

    .breadcrumb-wrap .breadcrumb li .home-icon {
        margin-right: 4px
    }

    .breadcrumb-wrap .breadcrumb li:not(:last-child) {
        margin-right: 10px
    }

    .breadcrumb-wrap .breadcrumb li:not(:last-child):after {
        content: ">";
        margin: 0 10px
    }

    .account-card-box {
        border: 1px solid #ecf0f4;
        padding: 16px
    }

    @media (min-width:992px) {
        .account-card-box {
            min-height: 621px
        }
    }

    @media (min-width:768px) {
        .account-card-box {
            padding: 30px
        }
    }

    .account-card-box .account-card-title {
        margin-bottom: 30px
    }

    .account-card-box .account-card-title span {
        font-size: 16px;
        font-weight: 700
    }

    @media (min-width:768px) {
        .account-card-box .account-card-title span {
            font-size: 20px
        }
    }

    .account-card-box .account-card-sub-title {
        margin-bottom: 16px
    }

    .account-card-box .account-card-sub-title span {
        font-size: 16px;
        font-weight: 700
    }

    body.page-account .account-info .account-data {
        border-bottom: 1px solid #ecf0f4;
        margin-bottom: 50px;
        margin-top: 50px;
        padding-bottom: 50px
    }

    body.page-account .account-info .account-data .account-item-data {
        text-align: center
    }

    body.page-account .account-info .account-data .account-item-data .value {
        font-size: 2rem;
        font-weight: 700
    }

    body.page-account .account-info .no-order {
        background-color: #f6f6f6;
        font-size: 1rem
    }

    body.page-account .account-info .no-order a {
        color: #457c46
    }

    .account-sidebar {
        border: 1px solid #e8eef3;
        margin-bottom: 20px
    }

    .account-sidebar .account-user {
        align-items: center;
        border-bottom: 1px solid #e8eef3;
        display: flex;
        margin: 16px;
        padding-bottom: 20px
    }

    @media (min-width:768px) {
        .account-sidebar .account-user {
            margin: 30px;
            padding-bottom: 30px
        }
    }

    .account-sidebar .account-user .profile {
        align-items: center;
        border: 1px solid #e8eef3;
        border-radius: 50%;
        display: flex;
        flex: 0 0 60px;
        height: 60px;
        justify-content: center;
        margin-right: 14px;
        overflow: hidden;
        width: 60px
    }

    .account-sidebar .account-user .account-name .name {
        font-size: .9rem
    }

    .account-sidebar .account-links {
        list-style: none;
        padding-left: 0
    }

    .account-sidebar .account-links li.active a {
        border-left: 2px solid #fff;
        color: #fff
    }

    .account-sidebar .account-links li a {
        align-items: center;
        border-left: 2px solid transparent;
        color: #7c818b;
        display: flex;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1;
        margin: 20px 0;
        padding: 6px 10px 6px 18px
    }

    @media (min-width:768px) {
        .account-sidebar .account-links li a {
            margin: 26px 0;
            padding: 6px 10px 6px 30px
        }
    }

    .account-sidebar .account-links li a:hover {
        color: #fff
    }

    .account-sidebar .account-links li a i {
        color: #7c818b;
        font-size: 20px;
        margin-right: 20px
    }

    .account-table-box td,.account-table-box th {
        padding: 10px 0
    }

    .account-table-box th {
        border-bottom: none;
        font-size: 14px
    }

    .account-table-box tr:last-child td {
        border-bottom: none
    }

    body.page-categories .top-order-wrap {
        align-items: center;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: space-between;
        margin-bottom: 26px;
        padding-bottom: 10px
    }

    body.page-categories .top-order-wrap .right {
        align-items: center;
        display: flex
    }

    @media (max-width:768px) {
        body.page-categories .top-order-wrap .right {
            justify-content: space-between;
            width: 100%
        }
    }

    body.page-categories .top-order-wrap .right .order-item {
        align-items: center;
        border-right: 1px solid #eee;
        display: flex;
        margin-right: 10px;
        padding-right: 10px
    }

    body.page-categories .top-order-wrap .right .order-item span {
        color: #fff
    }

    body.page-categories .top-order-wrap .right .order-item:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0
    }

    body.page-categories .top-order-wrap .right .order-item .form-select {
        border: none;
        padding-bottom: 0;
        padding-top: 0
    }

    body.page-categories .top-order-wrap .right .order-item .order-icon {
        color: #333;
        font-size: 20px;
        margin-left: 10px;
        padding: 0 6px
    }

    body.page-categories .top-order-wrap .right .order-item .order-icon.active {
        background-color: #eee
    }

    .filter-sidebar .filter-sidebar-item {
        margin-bottom: 20px
    }

    @media (min-width:768px) {
        .filter-sidebar .filter-sidebar-item {
            margin-bottom: 40px
        }
    }

    .filter-sidebar .filter-sidebar-item .title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 14px
    }

    .filter-sidebar .filter-sidebar-item #filter-category>.accordion-item>.accordion-title {
        padding: 4px 0
    }

    .filter-sidebar .filter-sidebar-item #filter-category .accordion-item {
        border: none
    }

    .filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title {
        align-items: center;
        display: flex;
        justify-content: space-between;
        min-height: 30px
    }

    .filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title>a {
        color: #fff;
        font-size: 16px;
    }

    .filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title .accordion-button {
        background-color: transparent!important;
        box-shadow: none;
        height: 30px;
        width: 30px
    }

    .filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-title .accordion-button:after {
        --bs-accordion-btn-icon-width: .8rem;
        opacity: .7
    }

    .filter-sidebar .filter-sidebar-item #filter-category .accordion-item .accordion-body {
        padding: 0 0 0 14px
    }

    @media (max-width:992px) {
        body.page-product .breadcrumb-wrap {
            display: none
        }
    }

    body.page-product .page-product-top {
        margin-bottom: 20px
    }

    @media (min-width:992px) {
        body.page-product .page-product-top {
            margin-bottom: 40px
        }
    }

    @media (max-width:992px) {
        body.page-product .page-product-top .product-left-col {
            padding: 0
        }
    }

    body.page-product .page-product-top .product-images {
        display: flex
    }

    @media (max-width:992px) {
        body.page-product .page-product-top .product-images {
            margin-bottom: 10px
        }
    }

    body.page-product .page-product-top .product-images .sub-product-img {
        width: 100%
    }

    @media (min-width:992px) {
        body.page-product .page-product-top .product-images .sub-product-img {
            flex: 0 0 100px;
            margin-right: 20px;
            width: 100px
        }

        body.page-product .page-product-top .product-images .sub-product-img:hover .swiper .sub-product-btn {
            display: block
        }

        body.page-product .page-product-top .product-images .sub-product-img .swiper {
            height: 100%
        }
    }

    body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide {
        display: flex;
        justify-content: center
    }

    @media (min-width:992px) {
        body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide {
            cursor: pointer;
            width: 100px
        }

        body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide img {
            border: 1px solid #eee
        }

        body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide:hover img {
            border-color: #19beba
        }
    }

    body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn {
        display: none
    }

    body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div {
        align-items: center;
        background-color: rgba(0,0,0,.3);
        color: #fff;
        cursor: pointer;
        display: flex;
        font-size: 20px;
        height: 30px;
        justify-content: center;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 9
    }

    body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div:hover {
        background-color: rgba(0,0,0,.5)
    }

    body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div.sub-product-prev {
        top: 0
    }

    body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div.sub-product-next {
        bottom: 0
    }

    @media (min-width:992px) {
        body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-pagination {
            display: none
        }
    }

    body.page-product .page-product-top .product-images .main-product-img {
        cursor: pointer
    }

    @media (max-width:992px) {
        body.page-product .page-product-top .product-images .main-product-img {
            display: none
        }
    }

    @media (min-width:992px) {
        body.page-product .page-product-top .product-info {
            padding-left: 20px
        }
    }

    body.page-product .page-product-top .product-info .product-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px
    }

    @media (min-width:992px) {
        body.page-product .page-product-top .product-info .product-title {
            font-size: 24px
        }
    }

    body.page-product .page-product-top .product-info .product-price {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    @media (min-width:992px) {
        body.page-product .page-product-top .product-info .product-price {
            margin-bottom: 20px;
            padding-bottom: 20px
        }
    }

    body.page-product .page-product-top .product-info .product-price .price {
        color: #19beba;
        font-size: 20px;
        font-weight: 700
    }

    @media (min-width:992px) {
        body.page-product .page-product-top .product-info .product-price .price {
            font-size: 26px
        }
    }

    body.page-product .page-product-top .product-info .product-price .old-price {
        color: #fff;
        font-size: 16px;
        text-decoration: line-through
    }

    body.page-product .page-product-top .product-info .stock-wrap>div {
        font-size: 14px;
        font-weight: 700
    }

    body.page-product .page-product-top .product-info .stock-wrap>div.in-stock {
        background-color: #eef8ee;
        color: #3fc158
    }

    body.page-product .page-product-top .product-info .stock-wrap>div.out-stock {
        background-color: #e3e3e3;
        color: #777
    }

    body.page-product .page-product-top .product-info .sub-product-title {
        color: #fff;
        font-size: 14px;
        line-height: 1.8;
        margin-top: 10px
    }

    body.page-product .page-product-top .product-info .product-param {
        font-size: 14px;
        list-style: none;
        margin: 10px 0;
        padding: 0
    }

    @media (min-width:992px) {
        body.page-product .page-product-top .product-info .product-param {
            margin: 20px 0
        }
    }

    body.page-product .page-product-top .product-info .product-param li {
        color: #fff;
        line-height: 1.8;
        padding: 2px 0
    }

    body.page-product .page-product-top .product-info .product-param li span.title {
        color: #fff
    }

    body.page-product .page-product-top .product-info .product-variant-box {
        margin-bottom: 20px
    }

    body.page-product .page-product-top .product-info .product-variant-box .product-variant {
        margin-bottom: 6px
    }

    body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-title {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 6px
    }

    body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name {
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 2px;
        cursor: pointer;
        display: inline-flex;
        margin-bottom: 10px;
        margin-right: 10px;
        padding: 5px 14px
    }

    body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.disabled {
        border-color: #ddd;
        border-style: dashed;
        color: #999;
        text-decoration: line-through
    }

    body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.active {
        border-color: #19beba;
        border-style: solid;
        color: #19beba
    }

    body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name:hover {
        border-color: #19beba
    }

    body.page-product .page-product-top .product-info .product-info-bottom {
        margin-bottom: 20px
    }

    @media (min-width:992px) {
        body.page-product .page-product-top .product-info .product-info-bottom {
            align-items: center;
            display: flex;
            height: 50px
        }
    }

    @media (max-width:992px) {
        body.page-product .page-product-top .product-info .product-info-bottom .quantity-wrap {
            height: 40px;
            margin-bottom: 10px
        }
    }

    body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns {
        height: inherit
    }

    @media (min-width:992px) {
        body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns {
            margin-left: 20px
        }
    }

    @media (max-width:992px) {
        body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns {
            display: flex;
            height: 40px
        }
    }

    body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn {
        border-radius: 0;
        font-size: 16px;
        font-weight: 700;
        height: inherit;
        padding: 0 20px
    }

    @media (max-width:992px) {
        body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn {
            width: 50%
        }
    }

    body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.buy-now {
        background-color: #e6e8eb;
        color: #333
    }

    body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.buy-now:hover {
        background-color: #d9dce1
    }

    body.page-product .page-product-top .product-info .add-wishlist {
        cursor: pointer;
        font-weight: 700
    }

    body.page-product .page-product-top .product-info .add-wishlist:hover {
        text-decoration: underline
    }

    body.page-product .product-description {
        margin-bottom: 40px
    }

    body.page-cart .products-table .product-item {
        align-items: center;
        display: flex
    }

    body.page-cart .products-table .td-image {
        padding: 0;
        width: 100px
    }

    @media (min-width:768px) {
        body.page-cart .products-table .td-image {
            width: 70px
        }
    }

    body.page-cart .products-table .product-image {
        height: 90px;
        width: 90px
    }

    @media (min-width:768px) {
        body.page-cart .products-table .product-image {
            height: 50px;
            margin-right: 10px;
            width: 50px
        }
    }

    body.page-cart .products-table .product-image img {
        max-height: 100%
    }

    body.page-cart .products-table .quantity-wrap {
        height: 27px;
        width: 90px
    }

    body.page-cart .products-table .quantity-wrap>div {
        font-size: 14px
    }

    @media (min-width:768px) {
        body.page-cart .products-table .quantity-wrap {
            height: 40px;
            width: 120px
        }

        body.page-cart .products-table .quantity-wrap>div {
            font-size: 18px
        }
    }

    body.page-cart .products-table .quantity-wrap input {
        font-size: 14px
    }

    @media (max-width:768px) {
        body.page-cart .products-table tr {
            position: relative
        }

        body.page-cart .products-table .td-price,body.page-cart .products-table .td-subtotal,body.page-cart .products-table thead {
            display: none
        }

        body.page-cart .products-table .td-product-check {
            padding-left: 0
        }

        body.page-cart .products-table .td-product-info {
            padding: 20px 0 20px 10px;
            width: 100%
        }

        body.page-cart .products-table .td-delete {
            padding-right: 0
        }
    }

    @media (min-width:768px) {
        body.page-cart .products-table .mb-price {
            display: none
        }
    }

    body.page-cart .cart-data {
        background-color: #f8f9fa;
        padding: 26px;
        color:#000;
    }

    body.page-cart .cart-data .title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px
    }

    body.page-cart .cart-data .cart-data-list {
        list-style: none;
        padding: 0
    }

    body.page-cart .cart-data .cart-data-list>li {
        align-items: center;
        border-bottom: 1px solid #eee;
        display: flex;
        font-size: 15px;
        justify-content: space-between;
        padding: 16px 0
    }

    body.page-cart .cart-data .cart-data-list>li:last-child {
        border-bottom: none
    }

    body.page-cart .cart-data .cart-data-list>li:last-child>span:last-child {
        color: #19beba;
        font-size: 24px;
        font-weight: 700
    }

    body.page-checkout .layer-login {
        color: red
    }

    body.page-checkout .breadcrumb-wrap {
        margin-bottom: 0
    }

    body.page-checkout footer {
        margin-top: 0
    }

    @media (min-width:768px) {
        body.page-checkout .checkout-container {
            max-width: 100%;
            padding: 0
        }

        body.page-checkout .checkout-container>.row {
            margin: 0
        }

        body.page-checkout .checkout-container>.row .col-md-7,body.page-checkout .checkout-container>.row>.col-md-5 {
            padding: 0
        }
    }

    body.page-checkout .title-wrap {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 14px
    }

    body.page-checkout .title-wrap>.title {
        font-size: 15px;
        font-weight: 700
    }

    @media (min-width:768px) {
        body.page-checkout .title-wrap>.title {
            font-size: 18px
        }
    }

    body.page-checkout .checkout-info {
        padding-top: 20px
    }

    @media (min-width:768px) {
        body.page-checkout .checkout-info {
            margin-left: auto;
            max-width: 720px;
            padding: 40px
        }
    }

    body.page-checkout .checkout-info .checkout-item {
        margin-bottom: 20px
    }

    @media (min-width:768px) {
        body.page-checkout .checkout-info .checkout-item {
            margin-bottom: 40px
        }
    }

    body.page-checkout .checkout-info .checkout-select-wrap .select-item {
        align-items: center;
        border: 1px solid #e3e3e3;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        margin-top: -1px;
        padding: 10px 20px;
        position: relative;
        background: #fff;
    }

    body.page-checkout .checkout-info .checkout-select-wrap .select-item:first-child,body.page-checkout .checkout-info .checkout-select-wrap .select-item:first-child:before {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px
    }

    body.page-checkout .checkout-info .checkout-select-wrap .select-item:last-child,body.page-checkout .checkout-info .checkout-select-wrap .select-item:last-child:before {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px
    }

    body.page-checkout .checkout-info .checkout-select-wrap .select-item:before {
        border: 1px solid #8446e0;
        bottom: -1px;
        content: "";
        display: none;
        inset-block-start: -1px;
        left: -1px;
        pointer-events: none;
        position: absolute;
        right: -1px;
        top: -1px;
        inset: -1px;
        z-index: 1
    }

    body.page-checkout .checkout-info .checkout-select-wrap .select-item.active {
        background-color: #fbefff
    }

    body.page-checkout .checkout-info .checkout-select-wrap .select-item.active:before {
        display: block
    }

    body.page-checkout .checkout-info .checkout-select-wrap .select-item.active .left i {
        color: #8446e0
    }

    body.page-checkout .checkout-info .checkout-select-wrap .select-item.active .left i:before {
        content: "\f517"
    }

    body.page-checkout .checkout-info .checkout-select-wrap .select-item .left {
        align-items: center;
        display: flex
    }

    body.page-checkout .checkout-info .checkout-select-wrap .select-item .left i {
        color: #888;
        font-size: 18px
    }

    body.page-checkout .checkout-info .checkout-select-wrap .select-item .left .select-title {
        font-size: 14px;
        margin-left: 14px;
        color:#000;
    }

    body.page-checkout .checkout-info .checkout-select-wrap .select-item .icon {
        height: 34px;
        max-width: 200px
    }

    body.page-checkout .checkout-info .checkout-select-wrap .select-item .icon img {
        max-height: 100%
    }

    @media (min-width:768px) {
        body.page-checkout .checkout-data {
            background-color: #f8f9fa;
            border-left: 1px solid #e9edf1;
            height: 100%;
            padding: 0 40px
        }
    }

    @media (max-width:768px) {
        body.page-checkout .checkout-data {
            margin-bottom: 40px
        }
    }

    @media (min-width:768px) {
        body.page-checkout .checkout-data .checkout-data-content {
            max-width: 100%;
            padding: 40px 0;
            color:#000
        }
    }

    body.page-checkout .checkout-data .checkout-data-content .products-table-title {
        align-items: center;
        border-bottom: 1px solid #e3e3e3;
        display: flex;
        font-size: 14px;
        font-weight: 700;
        justify-content: space-between;
        padding-bottom: 10px
    }

    body.page-checkout .checkout-data .checkout-data-content .products-table-wrap {
        margin-bottom: 20px;
        margin-top: 20px
    }

    body.page-checkout .checkout-data .checkout-data-content .products-table-wrap .products-table-list {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px
    }

    body.page-checkout .checkout-data .checkout-data-content .products-table td {
        padding-left: 0;
        padding-right: 0
    }

    body.page-checkout .checkout-data .checkout-data-content .products-table .product-item {
        align-items: center;
        display: flex
    }

    body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image {
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        height: 50px;
        margin-right: 14px;
        position: relative;
        width: 50px
    }

    body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image .icon-quantity {
        align-items: center;
        background-color: #19beba;
        border-radius: 50%;
        color: #fff;
        display: flex;
        font-size: 11px;
        height: 18px;
        justify-content: center;
        position: absolute;
        right: -10px;
        top: -5px;
        width: 18px
    }

    body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image img {
        max-height: 100%
    }

    body.page-checkout .checkout-data .cart-data-list {
        border-top: 1px solid #eee;
        list-style: none;
        padding: 0;
        color:#000;
    }

    body.page-checkout .checkout-data .cart-data-list>li {
        align-items: center;
        border-bottom: 1px solid #eee;
        display: flex;
        font-size: 15px;
        justify-content: space-between;
        padding: 16px 0
    }

    body.page-checkout .checkout-data .cart-data-list>li:last-child {
        border-bottom: none
    }

    body.page-checkout .checkout-data .cart-data-list>li:last-child>span:last-child {
        color: #19beba;
        font-size: 24px;
        font-weight: 700
    }

    body.page-order .account-card-title,body.page-order .tabs-plus {
        margin-bottom: 16px
    }

    body.page-order-info .products-table td,body.page-order-info .products-table th {
        padding-left: 0;
        padding-right: 0
    }

    body.page-order-info .products-table .product-item {
        align-items: center;
        display: flex
    }

    body.page-order-info .products-table .product-item .product-image {
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        height: 50px;
        margin-right: 14px;
        position: relative;
        width: 50px
    }

    body.page-order-info .products-table .product-item .product-image .icon-quantity {
        align-items: center;
        background-color: #19beba;
        border-radius: 50%;
        color: #fff;
        display: flex;
        font-size: 11px;
        height: 18px;
        justify-content: center;
        position: absolute;
        right: -10px;
        top: -5px;
        width: 18px
    }

    body.page-order-info .products-table .product-item .product-image img {
        max-height: 100%
    }

    body.page-addresses .address-card {
        border: 1px solid #e9ecef;
        border-radius: 4px;
        margin-bottom: 20px
    }

    body.page-addresses .address-card .address-card-header {
        align-items: center;
        border-bottom: 1px solid #e9ecef;
        display: flex;
        justify-content: space-between;
        padding: 10px 15px
    }

    body.page-addresses .address-card .address-card-header .address-card-title {
        margin: 0
    }

    body.page-addresses .address-card .address-card-header .address-card-actions {
        align-items: center;
        display: flex
    }

    body.page-addresses .address-card .address-card-header .address-card-actions a {
        margin-left: 10px
    }

    body.page-addresses .address-card .address-card-body {
        padding: 15px
    }

    body.page-addresses .address-card .address-card-body p {
        margin: 0
    }

    body.page-brands .brand-group {
        width: 100%
    }

    body.page-brands .brand-group .btn {
        border: 1px solid #e8e8e8
    }

    body.page-brands .brand-group .btn:hover {
        background-color: #f4f4f4
    }

    body.page-brands .brands-wrap {
        margin-top: 30px
    }

    body.page-brands .brands-wrap .item ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0 -10px;
        padding-left: 0
    }

    body.page-brands .brands-wrap .item ul li {
        margin-bottom: 20px;
        padding: 0 10px
    }

    body.page-brands .brands-wrap .item ul li a {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    body.page-brands .brands-wrap .item ul li a .img {
        border: 1px solid #e8e8e8;
        margin-bottom: 10px;
        width: 99px
    }

    body.page-checkout-success .checkout-success-box {
        border: 1px solid #ecf0f4;
        margin: 0 auto;
        max-width: 730px;
        padding: 20px 10px
    }

    @media (min-width:768px) {
        body.page-checkout-success .checkout-success-box {
            padding: 30px
        }
    }

    body.page-checkout-success .checkout-success-box .order-success-icon {
        display: flex;
        justify-content: center;
        margin-bottom: 20px
    }

    body.page-checkout-success .checkout-success-box .order-success-icon img {
        max-width: 170px
    }

    @media (min-width:768px) {
        body.page-checkout-success .checkout-success-box .order-success-icon img {
            max-width: 200px
        }
    }

    body.page-checkout-success .checkout-success-box .checkout-success-table td,body.page-checkout-success .checkout-success-box .checkout-success-table th {
        padding: 10px 0
    }

    body.page-checkout-success .checkout-success-box .checkout-success-title {
        margin-bottom: 20px;
        text-align: center
    }

    @media (min-width:768px) {
        body.page-checkout-success .checkout-success-box .checkout-success-title {
            margin-bottom: 30px
        }
    }

    body.page-checkout-success .checkout-success-box .checkout-success-title span {
        font-size: 18px;
        font-weight: 700
    }

    @media (min-width:768px) {
        body.page-checkout-success .checkout-success-box .checkout-success-title span {
            font-size: 30px
        }
    }

}

body.page-checkout-success .checkout-success-box .checkout-success-table td,body.page-checkout-success .checkout-success-box .checkout-success-table th {
    padding: 10px 0
}

body.page-checkout-success .checkout-success-box .checkout-success-title {
    margin-bottom: 20px;
    text-align: center
}

@media (min-width:768px) {
    body.page-checkout-success .checkout-success-box .checkout-success-title {
        margin-bottom: 30px
    }
}

body.page-checkout-success .checkout-success-box .checkout-success-title span {
    font-size: 18px;
    font-weight: 700
}

@media (min-width:768px) {
    body.page-checkout-success .checkout-success-box .checkout-success-title span {
        font-size: 30px
    }
}

/* Fix for white-on-white text issues */
#modalHint .modal-content {
    background-color: #fff !important;
}

#modalHint .modal-body {
    color: #333 !important;
    background-color: #fff !important;
}

#modalHint .modal-body p {
    color: #333 !important;
}

#modalHint .modal-title {
    color: #333 !important;
}

#modalHint .modal-header {
    color: #333 !important;
    background-color: #fff !important;
}

#modalHint .modal-footer {
    background-color: #fff !important;
}

#modalHint .btn-close {
    opacity: 0.8 !important;
}

