.header .header-cart {
    color: var(--app-component-color);
    display: block
}

.header .header-cart .header-cart-text {
    line-height: 20px;
    margin-right: 35px
}

.header .header-cart .total {
    font-size: 12px;
    color: var(--app-theme-color);
    font-weight: 600;
    background: var(--app-theme);
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 60px
}

@media (max-width:991.98px) {
    .header .header-cart .total {
        position: absolute;
        top: 20px;
        right: 0
    }
}

@media (max-width:767.98px) {
    .header .header-cart .total {
        top: 10px
    }
}

.header .header-cart i {
    font-size: 20px;
    float: left;
    margin-right: 5px
}

@media (max-width:991.98px) {
    .header .header-cart i {
        line-height: 40px;
        float: none;
        margin: 0;
        display: block
    }
}

@media (min-width:992px) {

    .header .dropdown.dropdown-hover:focus .dropdown-menu,
    .header .dropdown.dropdown-hover:hover .dropdown-menu {
        display: block;
        position: absolute
    }

    .header .dropdown.dropdown-hover:focus .arrow,
    .header .dropdown.dropdown-hover:hover .arrow {
        display: block
    }
}

@media (max-width:575.98px) {
    .header .dropdown {
        position: initial
    }

    .header .dropdown.show .arrow {
        display: block
    }
}

.header .dropdown .arrow {
    position: relative;
    display: none
}

.header .dropdown .arrow:after,
.header .dropdown .arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -7px
}

.header .dropdown .arrow.top:after,
.header .dropdown .arrow.top:before {
    border: 7px solid transparent;
    border-bottom-color: var(--app-theme);
    top: -2px
}

.header .dropdown-menu {
    margin: 0;
    padding: 0 15px;
    border: none;
    border-top: 3px solid var(--app-theme);
    min-width: 230px;
    box-shadow: 0 16px 16px rgba(0, 0, 0, .15);
    border-radius: 0 0 6px 6px
}

@media (max-width:575.98px) {
    .header .dropdown-menu {
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        transform: none !important
    }
}

.header .dropdown-menu .dropdown-title {
    margin: 0 0 15px;
    color: var(--app-theme)
}

.header .dropdown-menu .dropdown-item {
    padding: 12px 0
}

.header .dropdown-menu .dropdown-item + .dropdown-item {
    border-top: 1px solid var(--app-component-dropdown-border-color)
}

.header .dropdown-menu .dropdown-item:focus,
.header .dropdown-menu .dropdown-item:hover {
    color: var(--app-theme);
    background: 0 0
}

.header .user-img {
    float: left;
    width: 36px;
    height: 36px;
    margin: 10px 10px 10px 0;
    border-radius: 120px
}

@media (max-width:991.98px) {
    .header .user-img {
        float: none;
        margin: 0
    }
}

@media (min-width:768px) {
    .header .navbar-collapse {
        display: block
    }
}

@media (max-width:991.98px) {
    .header .navbar-collapse .nav > li > a {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:767.98px) {
    .header .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 60px;
        background: var(--app-component-dropdown-bg);
        border-top: 1px solid var(--app-component-dropdown-border-color)
    }

    .header .navbar-collapse .nav {
        display: block
    }

    .header .navbar-collapse .nav > li + li {
        border-top: 1px solid var(--app-component-dropdown-border-color)
    }

    .header .navbar-collapse .nav > li > a {
        line-height: 30px;
        padding: 10px 15px;
        font-size: 13px
    }

    .header .navbar-collapse .dropdown-menu {
        position: initial !important;
        margin-top: 0;
        top: 0 !important;
        border-bottom: 3px solid var(--app-theme);
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        transform: none !important
    }
}

.header .navbar-toggle {
    position: relative;
    padding: 9px 15px;
    height: 60px;
    margin: 0;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    border-right: 1px solid var(--app-component-border-color);
    margin-left: -15px
}

@media (min-width:768px) {
    .header .navbar-toggle {
        display: none
    }
}

.header .navbar-toggle:focus {
    outline: 0
}

.header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--app-component-color)
}

.header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

.header.header-inverse {
    background: #262d33
}

.header.header-inverse .header-logo a {
    color: #fff
}

.header.header-inverse .header-logo a .small,
.header.header-inverse .header-logo a small {
    color: #adb5bd
}

.header.header-inverse .header-nav .nav > li.active > a {
    color: var(--app-theme)
}

.header.header-inverse .header-nav .nav > li.divider {
    background: rgba(255, 255, 255, .25)
}

.header.header-inverse .header-nav .nav > li > a {
    color: #fff
}

.header.header-inverse .header-nav .nav > li > a .caret {
    color: rgba(255, 255, 255, .5)
}

.header.header-inverse .header-nav .nav > li > a:focus,
.header.header-inverse .header-nav .nav > li > a:hover {
    color: rgba(255, 255, 255, .5)
}

.header.header-inverse .navbar-toggle {
    border-color: #495057
}

.header.header-inverse .navbar-toggle .icon-bar {
    background: #6c757d
}

@media (max-width:767.98px) {
    .header.header-inverse .navbar-collapse {
        border-color: rgba(255, 255, 255, .25);
        background: #2d353c
    }
}

.header.header-inverse .navbar-collapse .nav > li + li {
    border-color: #495057
}

.top-nav {
    background: #101315;
    z-index: 1015;
    position: relative
}

.top-nav:after,
.top-nav:before {
    content: "";
    display: table;
    clear: both
}

@media (min-width:768px) {
    .top-nav .navbar-collapse {
        display: flex
    }
}

.top-nav .nav {
    padding: 0;
    display: flex;
    flex-direction: row
}

.top-nav .nav.navbar-end {
    margin-left: auto
}

.top-nav .nav > li > a {
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    color: #adb5bd;
    display: block;
    text-decoration: none;
    transition: all .1s linear
}

.top-nav .nav > li > a:focus,
.top-nav .nav > li > a:hover {
    background: 0 0;
    color: #fff
}

.top-nav .flag-img {
    float: left;
    margin: 4px 10px 4px 0;
    height: 12px
}

.top-nav .dropdown-menu {
    background: #2d353c;
    margin-top: 0;
    border: none;
    top: -2px !important;
    border-radius: 0 0 4px 4px
}

.top-nav .dropdown-menu .flag-img {
    width: 20px;
    margin-left: -5px
}

.top-nav .dropdown-menu > li > a {
    color: #fff;
    line-height: 20px
}

.top-nav .dropdown-menu > li > a:focus,
.top-nav .dropdown-menu > li > a:hover {
    background: rgba(0, 0, 0, .25)
}

.theme-panel {
    position: fixed;
    z-index: 1035;
    right: -238px;
    top: 200px;
    width: 238px;
    border-radius: 4px 0 0 4px;
    transition: right .2s linear
}

.theme-panel.active {
    right: 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, .15)
}

.theme-panel .theme-collapse-btn {
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    color: var(--app-component-color);
    background: var(--app-component-bg);
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 16px rgba(0, 0, 0, .15);
    border-radius: 4px 0 0 4px
}

.theme-panel .theme-panel-content {
    padding: 10px;
    background: var(--app-component-bg);
    position: relative;
    border-radius: 4px 0 0 4px
}

.theme-panel .theme-list {
    list-style-type: none;
    margin: 0 -5px -5px 0;
    padding: 0
}

.theme-panel .theme-list > li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

.theme-panel .theme-list > li > a {
    width: 32px;
    height: 32px;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: all .2s linear
}

.theme-panel .theme-list > li.active > a:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: .875rem;
    color: #fff;
    opacity: .75;
    line-height: 36px;
    text-align: center;
    font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto
}

@media (max-width:767.98px) {
    .about-us-content {
        margin-top: 15px
    }
}

.about-us-content > .title {
    font-size: 42px;
    margin: 15px 0 15px
}

@media (max-width:767.98px) {
    .about-us-content > .title {
        font-size: 28px
    }
}

.about-us-content > .desc {
    font-size: 14px;
    margin: 0 0 30px
}

.about-us-content .service {
    text-align: center;
    padding: 20px
}

@media (max-width:767.98px) {
    .about-us-content .service {
        padding: 10px
    }
}

.about-us-content .service .icon {
    font-size: 72px;
    line-height: 1.2
}

@media (max-width:767.98px) {
    .about-us-content .service .icon {
        font-size: 64px
    }
}

.about-us-content .service .title {
    margin: 10px 0;
    font-size: 24px
}

.about-us-content .service .desc {
    color: rgba(var(--app-component-color-rgb), .75);
    line-height: 1.8
}

.about-us {
    padding: 30px 0
}

.about-us .h1,
.about-us h1 {
    font-size: 64px;
    margin: 30px 0
}

@media (max-width:767.98px) {

    .about-us .h1,
    .about-us h1 {
        font-size: 48px;
        margin: 0 0 15px 0
    }
}

.about-us p {
    font-size: 24px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .65);
    line-height: 1.8
}

@media (max-width:767.98px) {
    .about-us p {
        font-size: 18px;
        margin: 0;
        line-height: 1.5
    }
}

.account-container {
    background: var(--app-component-bg);
    position: relative;
    border-radius: 6px;
    display: flex
}

@media (max-width:767.98px) {
    .account-container {
        display: block
    }
}

.account-container .account-sidebar {
    width: 300px;
    padding: 30px 30px;
    position: relative;
    overflow: hidden;
    border-radius: 6px 0 0 6px
}

@media (max-width:991.98px) {
    .account-container .account-sidebar {
        width: 240px
    }
}

@media (max-width:767.98px) {
    .account-container .account-sidebar {
        width: auto;
        position: relative;
        padding: 15px;
        border-radius: 6px 6px 0 0
    }
}

.account-container .account-sidebar .account-sidebar-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:767.98px) {
    .account-container .account-sidebar .account-sidebar-cover {
        display: flex;
        align-items: center
    }
}

.account-container .account-sidebar .account-sidebar-cover img {
    max-height: 100%
}

@media (max-width:767.98px) {
    .account-container .account-sidebar .account-sidebar-cover img {
        max-width: 100%;
        max-height: inherit
    }
}

.account-container .account-sidebar .account-sidebar-cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(45, 53, 60, .9)
}

.account-container .account-sidebar .account-sidebar-content {
    position: relative;
    color: #fff
}

.account-container .account-sidebar .account-sidebar-content .h4,
.account-container .account-sidebar .account-sidebar-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px
}

.account-container .account-sidebar .account-sidebar-content p {
    color: rgba(255, 255, 255, .75)
}

.account-container .account-body {
    padding: 30px 30px
}

@media (max-width:767.98px) {
    .account-container .account-body {
        padding: 15px
    }
}

.account-container .account-body .h4,
.account-container .account-body h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px
}

.account-container .account-body .nav.nav-list {
    margin-bottom: 30px;
    display: block;
    padding: 0
}

.account-container .account-body .nav.nav-list > li > a {
    padding: 0;
    color: var(--app-component-color)
}

.account-container .account-body .nav.nav-list > li > a:focus,
.account-container .account-body .nav.nav-list > li > a:hover {
    background: 0 0;
    color: var(--app-component-color);
    text-decoration: none
}

.account-container .account-body .nav.nav-list > li + li {
    margin-top: 5px
}

.contentAnimated {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important
}

.finishAnimated {
    -webkit-animation: none !important;
    animation: none !important
}

.badge {
    display: inline;
    padding: .35em .65em;
    vertical-align: middle
}

.breadcrumb {
    font-size: .8125rem;
    padding: 0;
    margin: 0 0 15px;
    background: 0 0
}

.breadcrumb .breadcrumb-item {
    line-height: 28px
}

.breadcrumb .breadcrumb-item a {
    color: var(--app-component-color)
}

.btn {
    font-weight: 600
}

.btn.btn-icon {
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border-radius: 28px
}

.btn.btn-icon.btn-xs {
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 16px
}

.btn-group-sm > .btn.btn-icon,
.btn.btn-icon.btn-sm {
    width: 22px;
    height: 22px;
    font-size: 11px;
    line-height: 22px
}

.btn-group-lg > .btn.btn-icon,
.btn.btn-icon.btn-lg {
    width: 34px;
    height: 34px;
    font-size: 17px;
    line-height: 34px
}

.btn.btn-theme {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 6px
}

.btn.btn-xs {
    font-size: 12px;
    line-height: 18px;
    padding: 1px 5px
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 2px
}

.carousel .carousel-inner,
.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .item,
.slider .carousel {
    min-height: 450px
}

@media (max-width:575.98px) {

    .carousel .carousel-inner,
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .item,
    .slider .carousel {
        min-height: 300px
    }
}

.carousel .container {
    position: relative
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    background: rgba(0, 0, 0, .6) !important;
    width: 40px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    z-index: 10
}

.carousel .carousel-control-next i,
.carousel .carousel-control-prev i {
    display: block;
    margin: 0;
    text-align: center;
    line-height: 60px;
    height: 60px;
    font-size: 32px
}

.carousel .carousel-caption {
    text-shadow: none;
    right: 0;
    left: 0;
    bottom: auto;
    top: 60px;
    bottom: 60px;
    font-weight: 300
}

@media (max-width:575.98px) {
    .carousel .carousel-caption {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .35)
    }
}

.carousel .carousel-caption .container {
    padding: 0 60px
}

@media (max-width:575.98px) {
    .carousel .carousel-caption .container {
        padding: 0
    }
}

.carousel .carousel-caption .title {
    font-size: 64px;
    margin: 0
}

@media (max-width:575.98px) {
    .carousel .carousel-caption .title {
        font-size: 48px
    }
}

.carousel .carousel-caption .price {
    font-size: 36px;
    margin: 0;
    font-weight: 600
}

@media (max-width:575.98px) {
    .carousel .carousel-caption .price {
        font-size: 28px;
        margin-bottom: 0 !important
    }
}

.carousel .carousel-caption .price .small,
.carousel .carousel-caption .price small {
    font-size: 24px
}

@media (max-width:575.98px) {

    .carousel .carousel-caption .price .small,
    .carousel .carousel-caption .price small {
        font-size: 18px
    }
}

.carousel .carousel-caption .price span {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding-left: 10px;
    padding-right: 10px
}

.carousel .carousel-caption .btn {
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    margin-top: 30px;
    border-radius: 6px
}

@media (max-width:575.98px) {
    .carousel .carousel-caption .btn {
        margin-top: 15px
    }
}

.carousel .carousel-caption .btn:focus,
.carousel .carousel-caption .btn:hover {
    background: #fff;
    color: #2d353c
}

.carousel .carousel-caption p {
    margin-bottom: 0;
    font-size: 26px
}

@media (max-width:575.98px) {
    .carousel .carousel-caption p {
        font-size: 18px
    }
}

.carousel .carousel-caption.text-inverse .btn {
    border-color: #2d353c;
    color: #2d353c
}

.carousel .carousel-caption.text-inverse .btn:focus,
.carousel .carousel-caption.text-inverse .btn:hover {
    background: #2d353c;
    color: #fff
}

.carousel .carousel-caption.carousel-caption-right {
    text-align: right
}

@media (max-width:575.98px) {
    .carousel .carousel-caption.carousel-caption-right {
        text-align: center;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .35)
    }
}

.carousel .carousel-caption.carousel-caption-left {
    text-align: left
}

@media (max-width:575.98px) {
    .carousel .carousel-caption.carousel-caption-left {
        text-align: center;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .35)
    }
}

.carousel .carousel-item-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.carousel .carousel-indicators li {
    border-width: 2px
}

.carousel .product-img {
    position: absolute;
    top: 40px;
    max-height: 370px
}

.carousel .product-img.left {
    left: 60px
}

@media (max-width:575.98px) {
    .carousel .product-img.left {
        left: 10%;
        right: 10%;
        max-width: 80%
    }
}

.carousel .product-img.right {
    right: 60px
}

@media (max-width:575.98px) {
    .carousel .product-img.right {
        left: 10%;
        right: 10%;
        max-width: 80%
    }
}

.carousel .product-img.bottom {
    bottom: 0
}

.carousel .bg-cover-img {
    max-width: 100%;
    position: absolute;
    min-height: 100%
}

.category-container {
    border: 1px solid var(--app-component-border-color);
    background: var(--app-component-bg);
    display: flex;
    flex: 1;
    border-radius: 6px
}

.category-container:after,
.category-container:before {
    content: "";
    display: table;
    clear: both
}

@media (max-width:767.98px) {
    .category-container {
        background: 0 0;
        border: none;
        display: block
    }
}

.category-container .category-sidebar {
    width: 250px;
    padding: 20px
}

@media (max-width:1199.98px) {
    .category-container .category-sidebar {
        width: 200px
    }
}

@media (max-width:767.98px) {
    .category-container .category-sidebar {
        width: auto;
        padding: 0;
        margin-bottom: 20px
    }
}

@media (max-width:1199.98px) {
    .category-container .category-sidebar + .category-detail {
        margin-left: 0;
        border-left: 1px solid var(--app-component-border-color)
    }
}

@media (max-width:767.98px) {
    .category-container .category-sidebar + .category-detail {
        border: none
    }
}

@media (max-width:1199.98px) {
    .category-container .category-sidebar + .category-detail .category-item.full {
        margin: -1px -1px 0 -1px;
        border-radius: 6px 0 0 0
    }

    .category-container .category-sidebar + .category-detail .category-item.full .item {
        border-radius: 0 6px 0 0
    }
}

@media (max-width:767.98px) {
    .category-container .category-sidebar + .category-detail .category-item.full .item {
        border-radius: 6px
    }
}

.category-container .category-sidebar .category-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media (max-width:767.98px) {
    .category-container .category-sidebar .category-list {
        margin-bottom: -5px
    }
}

@media (max-width:767.98px) {
    .category-container .category-sidebar .category-list > li {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 20px
    }
}

.category-container .category-sidebar .category-list > li + li {
    border-top: 1px solid var(--app-component-border-color)
}

@media (max-width:767.98px) {
    .category-container .category-sidebar .category-list > li + li {
        border-top: none
    }
}

.category-container .category-sidebar .category-list > li > a {
    color: rgba(var(--app-component-color-rgb), .75);
    font-weight: 600;
    display: block;
    padding: 8px 0;
    line-height: 20px;
    font-size: 13px
}

@media (max-width:767.98px) {
    .category-container .category-sidebar .category-list > li > a {
        padding: 0
    }
}

.category-container .category-sidebar .category-list > li > a:focus,
.category-container .category-sidebar .category-list > li > a:hover {
    text-decoration: none;
    color: var(--app-component-color)
}

.category-container .category-sidebar .category-list > li.list-header {
    font-size: 10px;
    color: #cb4278;
    font-weight: 700;
    padding-bottom: 8px;
    text-transform: uppercase
}

@media (max-width:767.98px) {
    .category-container .category-sidebar .category-list > li.list-header {
        display: none
    }
}

.category-container .category-detail {
    flex: 1
}

@media (min-width:1200px) {
    .category-container .category-detail {
        display: flex
    }
}

@media (max-width:1199.98px) {
    .category-container .category-detail .category-item {
        margin-bottom: 0
    }
}

.category-container .category-detail .category-item.full + .category-item.list .item-row:first-child .item:last-child {
    border-radius: 0 6px 0 0
}

.category-container .category-detail .category-item.full + .category-item.list .item-row:last-child .item:last-child {
    border-radius: 0 0 6px 0
}

.category-item.full {
    width: 250px;
    height: 100%;
    margin: 0;
    display: block;
    position: relative;
    text-decoration: none
}

@media (max-width:1199.98px) {
    .category-item.full {
        float: none;
        width: auto;
        height: auto
    }
}

.category-item.full .item {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    overflow: hidden
}

@media (max-width:991.98px) {
    .category-item.full .item {
        position: relative;
        top: 0;
        bottom: 0
    }
}

@media (max-width:767.98px) {
    .category-item.full .item {
        border-radius: 6px;
        margin: 0 0 15px
    }
}

.category-item.full .item .item-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:991.98px) {
    .category-item.full .item .item-cover {
        display: flex;
        align-items: center
    }
}

.category-item.full .item .item-cover img {
    max-height: 100%
}

@media (max-width:991.98px) {
    .category-item.full .item .item-cover img {
        width: 100%;
        max-width: 100%;
        max-height: inherit
    }
}

.category-item.full .item .item-cover a {
    color: #fff
}

.category-item.full .item .item-info {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    color: rgba(255, 255, 255, .75)
}

@media (max-width:991.98px) {
    .category-item.full .item .item-info {
        position: relative
    }
}

.category-item.full .item .item-info.top {
    bottom: auto;
    top: 0
}

.category-item.full .item .item-info.bottom {
    top: auto;
    bottom: 0
}

.category-item.full .item .item-title {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff
}

.category-item.full .item .item-desc {
    font-size: 13px;
    margin: 0 0 5px
}

.category-item.full .item .item-price {
    font-size: 24px;
    line-height: 1.2;
    color: #fff
}

.category-item.full .item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1010
}

.category-item.list {
    flex: 1
}

@media (max-width:991.98px) {
    .category-item.list {
        background: var(--app-component-bg);
        border-radius: 4px
    }
}

@media (max-width:575.98px) {
    .category-item.list {
        background: 0 0
    }
}

.category-item.list .item-row {
    display: flex;
    flex-wrap: wrap
}

.category-item.list .item-row:first-child .item.item-thumbnail:first-child {
    border-radius: 6px 0 0 0
}

.category-item.list .item-row:last-child .item.item-thumbnail:first-child {
    border-radius: 0 0 0 6px
}

.category-item.list .item-row + .item-row .item {
    border-top: 1px solid var(--app-component-border-color)
}

.category-item.list .item {
    width: 33.33%;
    border: none;
    margin: 0;
    background: 0 0;
    border-radius: 0 !important
}

@media (max-width:991.98px) {
    .category-item.list .item {
        margin-bottom: 0
    }
}

@media (max-width:575.98px) {
    .category-item.list .item {
        float: none;
        width: 100%;
        margin: 0 0 15px;
        border: 1px solid var(--app-component-border-color);
        background: var(--app-component-bg);
        border-radius: 6px !important
    }
}

.category-item.list .item + .item {
    border-left: 1px solid var(--app-component-border-color)
}

.checkout-info-list {
    font-size: 12px;
    margin: 0;
    padding-left: 20px
}

.checkout-question-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px
}

.checkout-question-list > li + li {
    margin-top: 10px
}

.checkout-question-list .question {
    color: var(--app-component-color);
    font-weight: 600
}

.checkout-question-list .question a {
    display: block;
    color: var(--app-component-color);
    text-decoration: none
}

.checkout-question-list .answer {
    color: rgba(var(--app-component-color-rgb), .5);
    font-size: 13px;
    padding: 5px 0 5px 20px
}

.checkout-question-list .dash {
    width: 20px;
    text-align: center;
    float: left
}

.checkout {
    background: var(--app-component-bg);
    border-radius: 6px
}

.checkout .checkout-header {
    padding: 25px 30px;
    background: #2d353c;
    border-radius: 6px 6px 0 0
}

.dark-mode .checkout .checkout-header {
    background: #20252a
}

@media (max-width:991.98px) {
    .checkout .checkout-header {
        white-space: nowrap;
        overflow: scroll;
        padding: 15px
    }
}

@media (max-width:991.98px) {
    .checkout .checkout-header .row {
        display: block
    }
}

@media (max-width:991.98px) {
    .checkout .checkout-header .row > div {
        display: inline-block;
        width: auto
    }
}

.checkout .checkout-header .row > div + div {
    border-left: 1px solid #495057
}

.checkout .checkout-body {
    padding: 25px 30px
}

@media (max-width:767.98px) {
    .checkout .checkout-body {
        padding: 15px;
        font-size: 12px
    }
}

.checkout .checkout-footer {
    padding: 25px 30px;
    text-align: right;
    background: var(--bs-light);
    border-radius: 0 0 6px 6px;
    text-align: center
}

@media (max-width:767.98px) {
    .checkout .checkout-footer {
        padding: 15px
    }
}

.checkout .checkout-footer .btn {
    float: none !important;
    margin: 5px
}

@media (max-width:767.98px) {
    .checkout .checkout-footer .btn {
        padding: 8px 15px !important;
        font-size: 12px !important;
        width: auto !important
    }
}

.checkout .checkout-footer .btn-white {
    border-color: transparent
}

.checkout .checkout-title {
    font-weight: 600;
    margin: 0 0 30px
}

@media (max-width:767.98px) {
    .checkout .checkout-title {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.checkout .checkout-title .small,
.checkout .checkout-title small {
    display: block;
    font-size: 14px
}

.checkout .checkout-message {
    padding: 20px 40px
}

@media (max-width:767.98px) {
    .checkout .checkout-message {
        padding: 0
    }
}

.checkout .checkout-message .h1,
.checkout .checkout-message h1 {
    margin: 0 0 30px;
    font-size: 36px;
    text-align: center
}

@media (max-width:767.98px) {

    .checkout .checkout-message .h1,
    .checkout .checkout-message h1 {
        font-size: 28px;
        margin-bottom: 15px
    }
}

.checkout .checkout-message .h1 .small,
.checkout .checkout-message .h1 small,
.checkout .checkout-message h1 .small,
.checkout .checkout-message h1 small {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    color: rgba(var(--app-component-color-rgb), .5)
}

@media (max-width:767.98px) {

    .checkout .checkout-message .h1 .small,
    .checkout .checkout-message .h1 small,
    .checkout .checkout-message h1 .small,
    .checkout .checkout-message h1 small {
        font-size: 14px;
        margin-top: 5px
    }
}

.checkout .table.table-cart th {
    border: none;
    padding: 10px 20px 5px
}

@media (max-width:767.98px) {
    .checkout .table.table-cart th {
        padding: 10px 15px 5px
    }
}

.checkout .table.table-cart td {
    padding: 15px 20px
}

@media (max-width:767.98px) {
    .checkout .table.table-cart td {
        padding: 15px
    }
}

.checkout .table.table-cart .cart-product .product-img {
    width: 120px;
    float: left
}

@media (max-width:767.98px) {
    .checkout .table.table-cart .cart-product .product-img {
        width: 80px
    }
}

.checkout .table.table-cart .cart-product .product-img + .product-info {
    margin-left: 135px
}

@media (max-width:767.98px) {
    .checkout .table.table-cart .cart-product .product-img + .product-info {
        white-space: nowrap;
        margin-left: 95px
    }
}

.checkout .table.table-cart .cart-product .product-img img {
    max-width: 100%
}

.checkout .table.table-cart .cart-product .product-info .title {
    font-size: 16px;
    font-weight: 600
}

@media (max-width:767.98px) {
    .checkout .table.table-cart .cart-product .product-info .title {
        font-size: 14px
    }
}

.checkout .table.table-cart .cart-product .product-info .desc {
    font-weight: 600;
    font-size: 12px;
    color: rgba(var(--app-component-color-rgb), .5)
}

.checkout .cart-qty {
    width: 160px
}

.checkout .cart-qty .qty-desc {
    font-size: 12px;
    color: rgba(var(--app-component-color-rgb), .5);
    margin-top: 5px
}

.checkout .cart-qty .cart-qty-input {
    display: flex;
    align-items: center
}

.checkout .cart-qty .cart-qty-input .form-control,
.checkout .cart-qty .cart-qty-input .qty-control {
    float: none;
    width: auto
}

.checkout .cart-qty .cart-qty-input .form-control {
    width: 36px;
    margin: 0 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center
}

.checkout .cart-qty .cart-qty-input .qty-control {
    color: #adb5bd;
    width: 26px;
    height: 26px;
    background: var(--bs-light);
    font-size: 12px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

.checkout .cart-qty .cart-qty-input .qty-control:focus,
.checkout .cart-qty .cart-qty-input .qty-control:hover {
    background: #e9ecef;
    color: #20252a
}

.checkout .cart-control,
.checkout .cart-total {
    width: 100px
}

.checkout .table.table-payment-summary {
    border-bottom: 1px solid var(--app-component-border-color);
    margin-bottom: 30px
}

@media (max-width:767.98px) {
    .checkout .table.table-payment-summary tr:last-child td {
        border-bottom: none
    }
}

.checkout .table.table-payment-summary td,
.checkout .table.table-payment-summary th {
    padding: 10px 15px
}

@media (max-width:767.98px) {

    .checkout .table.table-payment-summary td,
    .checkout .table.table-payment-summary th {
        display: block
    }

    .checkout .table.table-payment-summary td:after,
    .checkout .table.table-payment-summary td:before,
    .checkout .table.table-payment-summary th:after,
    .checkout .table.table-payment-summary th:before {
        content: "";
        display: table;
        clear: both
    }
}

.checkout .table.table-payment-summary .field {
    font-weight: 600;
    width: 50%;
    text-align: right
}

@media (max-width:767.98px) {
    .checkout .table.table-payment-summary .field {
        width: auto;
        border-bottom: none;
        padding-bottom: 0;
        text-align: left
    }
}

@media (max-width:767.98px) {
    .checkout .table.table-payment-summary .field + .value {
        border-top: none;
        padding-top: 0
    }
}

.checkout .table.table-payment-summary .product-summary .product-summary-img {
    width: 120px;
    float: left;
    margin-right: 10px
}

@media (max-width:767.98px) {
    .checkout .table.table-payment-summary .product-summary .product-summary-img {
        width: 80px
    }
}

.checkout .table.table-payment-summary .product-summary .product-summary-img img {
    max-width: 100%
}

.checkout .table.table-payment-summary .product-summary .product-summary-info .title {
    font-weight: 600;
    font-size: 16px
}

@media (max-width:767.98px) {
    .checkout .table.table-payment-summary .product-summary .product-summary-info .title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px
    }
}

.checkout .table.table-payment-summary .product-summary .product-summary-info .desc {
    font-size: 12px;
    font-weight: 600;
    color: rgba(var(--app-component-color-rgb), .5)
}

.dropdown-menu-cart {
    width: 360px;
    left: auto !important;
    right: 0 !important;
    margin-right: -145px !important
}

@media (max-width:767.98px) {
    body .header .dropdown .dropdown-menu-cart {
        transform: none !important;
        top: 100% !important;
        margin: 0 !important
    }
}

.dropdown-menu-cart .cart-header {
    padding: 15px
}

.dropdown-menu-cart .cart-header + .cart-body {
    border-top: 1px solid var(--app-component-dropdown-border-color)
}

.dropdown-menu-cart .cart-body {
    padding: 15px
}

.dropdown-menu-cart .cart-body + .cart-footer {
    border-top: 1px solid var(--app-component-dropdown-border-color)
}

.dropdown-menu-cart .cart-footer {
    padding: 15px
}

.dropdown-menu-cart .cart-item {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.dropdown-menu-cart .cart-item > li {
    display: table;
    width: 100%
}

.dropdown-menu-cart .cart-item > li + li {
    padding-top: 10px;
    border-top: 1px solid var(--app-component-dropdown-border-color);
    margin-top: 10px
}

.dropdown-menu-cart .cart-item > li > div {
    display: table-cell;
    vertical-align: middle
}

.dropdown-menu-cart .cart-item > li .h4,
.dropdown-menu-cart .cart-item > li h4 {
    font-size: 14px;
    margin: 3px 0
}

.dropdown-menu-cart .cart-item > li .price {
    color: rgba(var(--app-component-color-rgb), .5);
    font-weight: 600;
    margin: 0
}

.dropdown-menu-cart .cart-title {
    font-weight: 600;
    font-size: 14px;
    margin: 0
}

.dropdown-menu-cart .cart-item-image {
    width: 80px;
    height: 60px;
    padding: 5px;
    overflow: hidden;
    text-align: center;
    border: 1px solid var(--app-component-dropdown-border-color);
    display: flex;
    align-items: center;
    border-radius: 4px;
    float: left
}

.dropdown-menu-cart .cart-item-image + .cart-item-info {
    padding-left: 15px
}

.dropdown-menu-cart .cart-item-image img {
    max-width: 100%;
    max-height: 100%
}

.dropdown-menu-cart .cart-item-info {
    width: 80%
}

.dropdown-menu-cart .cart-item-info + .cart-item-close {
    padding-left: 15px
}

.dropdown-menu-cart .cart-item-close a {
    font-size: 18px;
    color: var(--app-component-color);
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    display: block;
    text-decoration: none;
    background: var(--bs-light);
    border-radius: 24px
}

.dropdown-menu-cart .cart-item-close a:focus,
.dropdown-menu-cart .cart-item-close a:hover {
    background: #adb5bd;
    color: #495057
}