@import url('../../assets/css/variables.css');

body {
    background: var(--tp-color-bg-body) !important;
}

.menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color .2s ease;
    color: var(--tp-color-brand);
}

.language .menu-active-bg .menu-item .menu-link.active {
    background-color: var(--color-primary);
}

#kt_header_secondary_toggle i.active-icon {
    display: none;
}

/* When button has active class */
#kt_header_secondary_toggle.active i.default-icon {
    display: none;
}

#kt_header_secondary_toggle.active i.active-icon {
    display: inline-block;
}

.mobile-header-logo {
    z-index: 11;
    background-color: var(--tp-color-navy-deeper);
}

button.btn.btn-sm {
    padding: calc(0.35rem + 1px) calc(0.5rem + 1px) !important;
}

.btn>i {
    padding-right: 0px;
}

.btn.btn-outline-dashed {
    border: 1px dashed var(--tp-color-gray-dash);
}

.btn.border-light-gray {
    border: 1px solid var(--tp-color-gray-border) !important;
}

.btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: var(--tp-color-brand);
}

.account_button.show.menu-dropdown .fa-angle-down::before {
    content: "\f106";

}

.text-justify {
    text-align: justify;
}

.account_success_badge {
    padding: 3px 5px;
}

.account_dropdown .menu-item .menu-link {
    padding: .45rem 1rem;
}

.app-engage .app-engage-btn.corner-cart .right-per {
    right: 12%;
}




.t4s-quantity-wrapper {
    min-width: 120px;
    width: 150px;
    height: 50px;
    border: 1px solid var(--tp-color-navy-dark);
    text-align: center;
    display: inline-block;
    position: relative;
    order: 1;
    border-radius: 0.475rem;
    background-color: var(--tp-color-navy-dark);
}

.t4s-quantity-wrapper input.t4s-quantity-input[type="number"] {
    width: 60px !important;
    border: 0px;
    height: 38px;
    background: 0px 0px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: var(--secondary-color);
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.selected_final_price {
    height: 50px;

}

.badge-outline-dashed {
    border-width: 1px;
    border-style: dashed;
}

.rounded-xl {
    border-radius: 0.75rem !important;
}

#corner-cowi-cart-sidetab-launcher-text {
    writing-mode: vertical-lr;
}

.form-check.form-check-solid .form-check-input {
    background-color: var(--tp-color-navy-dark);
}

.language .menu .menu-link.active {
    color: var(--tp-color-white);
}


.alert.alert-success {
    background-color: var(--tp-color-success-light);
}

.strike-text-danger {
    text-decoration: line-through;
    color: var(--tp-color-error-danger);
}

.alert-light-bg.alert-warning {
    background-color: var(--tp-color-warning-bg);
}

.alert-light-bg.alert-danger {
    background-color: var(--tp-color-alert-danger-bg) !important;
}

.form-check.form-check-solid .form-check-input:not(:checked) {
    background-color: var(--tp-color-gray-disabled);
}

.breadcrumb-section {
    background-color: var(--tp-color-navy-dark-alpha);
    position: relative;
    overflow: hidden;
}

.breadcrumb-section .breadcrumb-contain {
    padding: calc(26px + 14*(100vw - 320px)/1600) 0;
    text-align: center;
    color: var(--tp-color-text-body);
    font-family: "Public Sans", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-option {
    margin-left: auto;
}

.grid-option ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.grid-option ul li {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: inline-block;
    background: linear-gradient(149.8deg, var(--tp-color-bg-grid-start) 17.21%, var(--tp-color-bg-grid-end) 79.21%);
}

.grid-option ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(5px + 5*(100vw - 320px)/1600);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0em;

}

.grid-option ul li.active {
    background: var(--tp-color-brand);
}



#kt_products.row>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-top: calc(var(--bs-gutter-x)*.5);
    padding-bottom: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y);
}

.product-list-section.list-style>div {
    width: 100% !important;
}

#kt_products .card .card-header {
    justify-content: center;
}

.product-item .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.product-list-section.list-style>div .card .card-header {
    width: 180px;
}

#kt_products.list-style .product-item .btn-primary.w-100 {
    width: fit-content !important;
}

#kt_products.list-style .product-item .product-info {
    margin-top: 10px;
}

.product-list-section .card .card-header {
    position: relative;
}

.product-list-section .card .card-header .img {
    text-align: center;
    padding: 20px;
    display: block;
}

.product-list-section>div .card .card-body {
    text-align: center;
    padding: 0;
}

.product-list-section.list-style>div .card .card-body {
    padding-left: 20px;
    width: calc(100% - 180px);
    text-align: left;
}

.product-list-section.list-style>div .card {
    display: -webkit-box;
}

.product-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.product-card .card-body .flex-grow-1 {
    flex-grow: 1;
}

.product-card .btn-primary {
    margin-top: auto;
    /* Pushes the button to the bottom */
}



.card.product-card .tilt {
    overflow: hidden
}

.card.product-card .img {
    height: 200px;
    overflow: hidden;
    padding: 10px;
}

.card.product-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
    border-radius: 10px;
}

.card.product-card:hover .img img {
    transform: scale(1.05);
    border-radius: 10px;
}

#kt_products.row-cols-xxl-4.row-cols-xl-3.row-cols-lg-3 .card.product-card .img {
    height: 200px;
    width: 200px;
    margin: 12px auto 0;
}

#kt_products.row-cols-xl-3.row-cols-lg-3 .card.product-card .img {
    height: 250px;
    width: 250px;
    margin: 24px auto 0;
}

#kt_products.row-cols-xxl-4.row-cols-xl-3.row-cols-lg-3 .card.product-card.event-item .img {
    height: 250px;
    width: 250px;
    margin: 12px auto 0;
}

#kt_products.row-cols-xl-3.row-cols-lg-3.list-style .card.product-card .img {
    height: 175px;
    width: 175px;
    margin: 0 auto;

}

#kt_products.row-cols-xl-3.row-cols-lg-3.list-style .card.product-card.event-item .img {
    height: 175px;
    width: 175px;

}

#kt_products.row-cols-xl-3.row-cols-lg-3.list-style .card-body {
    margin-top: 10px;
}

#kt_products.row-cols-xl-3.row-cols-lg-3.list-style .btn.btn-primary {
    width: fit-content !important;
}

.footer #perpage {
    background-color: var(--tp-color-white);
    width: 100px;
}

.shop-section .products-thumb:hover {
    background-color: var(--tp-color-bg-thumb-hover);
}

.shop-section .products-thumb:hover span {
    color: var(--tp-color-white);
}

.shop-section .sorting-menu #category-carousel .item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    flex: 0 0 46%;
    max-width: 46%;
    cursor: pointer;
}

.shop-section .sorting-menu #category-carousel .item.active .products-thumb {
    background-color: var(--tp-color-navy-dark);
}

.shop-section .products-thumb {
    padding: 30px 5px;
    border-radius: 10px;
    background-color: var(--tp-color-white);
    box-shadow: 0 0 20px 0 var(--tp-color-shadow-card);
    text-align: center;
    position: relative;
    transition: .5s;
    overflow: hidden;
    height: 100%;
}

.shop-section .sorting-menu #category-carousel .item.active .products-thumb img.back_image:nth-child(1) {
    left: 0;
    bottom: 0;
}

.shop-section .sorting-menu #category-carousel .item.active .products-thumb img.back_image {
    opacity: .2;
    visibility: visible;
}

.shop-section #category-carousel .owl-prev {

    width: 45px;
    height: 45px;
    line-height: 45px !important;
    border-radius: 10px !important;
    color: var(--tp-color-accent-teal) !important;
    background-color: var(--tp-color-navy-deeper) !important;
    font-size: 25px !important;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-section #category-carousel .owl-next {

    width: 45px;
    height: 45px;
    line-height: 45px !important;
    border-radius: 10px !important;
    color: var(--tp-color-accent-teal) !important;
    background-color: var(--tp-color-navy-deeper) !important;
    font-size: 25px !important;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-section .products-thumb:hover img.back_image:nth-child(2) {
    top: 0;
    right: 0;
}

.shop-section .products-thumb:hover img.back_image:nth-child(1) {
    left: 0;
    bottom: 0;
}

.shop-section .products-thumb:hover img.back_image {
    opacity: .2;
    visibility: visible;
}


.shop-section .products-thumb img.back_image:nth-child(1) {
    left: -15px;
    bottom: -15px;
}

.shop-section .products-thumb img.back_image:nth-child(2) {
    top: -15px;
    right: -15px;
}


.shop-section .products-thumb img.back_image {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    max-width: 40px;
}

.shop-section .sorting-menu #category-carousel .item.active .products-thumb span {
    color: var(--tp-color-white);
}

.shop-section .products-thumb span {
    display: block;
    font-weight: 600;
    transition: .5s;
    white-space: normal;
    word-wrap: break-word;
}

.shop-section .sorting-menu #category-carousel {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.shop-section .sorting-menu #category-carousel .item.active .products-thumb img:nth-child(2) {
    top: 0;
    right: 0;
}

.cart-summary-area .discount_column [data-kt-pos-element="discountCost"] {
    color: var(--tp-color-white) !important;
}

.nav-paginator-prev,
.nav-paginator-next {
    padding: 5px !important;
}

#category-list li.nav-item.w-5 {
    max-width: 5%;
    ;
}

#category-list .nav-item .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.col-custom-3 {
    width: 22%;
}

.col-custom {
    width: 78%;
}

.product-details-area .top .top-img {
    text-align: center;
    background-color: var(--tp-color-white);
    border-radius: 10px;
    margin: auto;
}

#kt_products.list-style .product-card .btn-primary {
    width: fit-content;
}

.width-fit-content {
    width: fit-content;

}

.product-details-area .product_add_to_cart li {
    list-style-type: none;
    display: inline-block;
    margin: 7px 10px 10px 0;
}

.product-details-area #variation_cart {
    height: 50px;
}


.product-details-area .products-thumb .top-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: auto;
}

.product-details-area .owl-thumbs .owl-item.active.active-thumb .products-multi-thumb {
    border: 3px solid var(--tp-color-border-thumb);
    border-radius: 10px;
    background-color: var(--tp-color-white);
}

.product-details-area .owl-thumbs .owl-prev {

    width: 45px;
    height: 45px;
    line-height: 45px !important;
    border-radius: 10px !important;
    color: var(--tp-color-accent-teal) !important;
    background-color: var(--tp-color-navy-dark) !important;
    font-size: 25px !important;
    transition: 0.5s;
    align-items: center;
    display: flex;
    justify-content: center;
}

.product-details-area .owl-thumbs .owl-next {

    width: 45px;
    height: 45px;
    line-height: 45px !important;
    border-radius: 10px !important;
    color: var(--tp-color-accent-teal) !important;
    background-color: var(--tp-color-navy-dark) !important;
    font-size: 25px !important;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;

}

.product-details-area .image-slides {

    border-radius: .475rem;


}

.product-details-area .image-slides .top-img img {
    border-radius: .475rem;
}

.product-details-area .products-thumb {
    padding: 30px 5px;
    border-radius: 10px;
    background-color: var(--tp-color-white);
    box-shadow: 0 0 20px 0 var(--tp-color-shadow-card);
    text-align: center;
    position: relative;
    transition: .5s;
    overflow: hidden;

}


.product-details-area .swiper {
    width: 100%;
    height: 100%;
}

.product-details-area .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--tp-color-white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-details-area .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product-details-area .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.product-details-area .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product-details-area .mySwiper2 {
    height: 80%;
    width: 100%;
}

.product-details-area .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.product-details-area .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.product-details-area .mySwiper .swiper-slide img {
    border-color: var(--tp-color-swiper-thumb);
}

.product-details-area .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--tp-color-navy-dark) !important
}

.product-details-area .rounded-lg {
    border-radius: .5rem;
}

.product-details-area .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details-area .bottom .nav-pills {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.product-details-area .bottom .nav-pills li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.product-details-area .bottom .nav-pills li a {
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
}

.product-details-area .products-thumb {
    width: 95%
}



.product-details-area .owl-thumbs .products-multi-thumb .top-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    /* Set a fixed height for the container */
}

.product-details-area .owl-thumbs .products-multi-thumb img {
    max-height: 100%;
    /* Ensure the image does not exceed the container height */
    max-width: 100%;
    /* Ensure the image maintains aspect ratio */
    object-fit: contain;
    /* Scale the image within the bounds while preserving aspect ratio */
}

.product-details-area .image-slides .owl-item .top-img {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Set the desired fixed height for the slides */
}

.product-details-area .image-slides .owl-item img {
    max-height: 100%;
    /* Ensure the image does not exceed the container height */
    max-width: 100%;
    /* Ensure the image maintains aspect ratio */
    object-fit: contain;
    /* Scale the image within the bounds while preserving aspect ratio */
    border-radius: 10px;
}



.ps-related-products img {
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
  }


/* Carousel items styled as Metronic cards */
#related-product .item {
    background: var(--tp-color-white);
    /* Metronic's default card background */
    border: 1px solid var(--tp-color-border-card);
    /* Light border from Metronic */
    border-radius: 0.475rem;
    /* Metronic card border-radius */
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 0 20px var(--tp-color-shadow-light);
    /* Subtle Metronic shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

/* Hover effect for cards */
#related-product .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 30px var(--tp-color-shadow-medium);
}

/* Responsive images within items */
#related-product .item img {
    max-width: 100%;
    height: auto;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

/* Item content styling (e.g., product title, price) */
#related-product .item h3 {
    font-size: 1.1rem;
    font-weight: 500;
    /* Metronic's medium font weight */
    color: var(--tp-color-dark);
    /* Metronic's dark text color */
    margin-bottom: 0.5rem;
}

#related-product .item p {
    font-size: 0.95rem;
    color: var(--tp-color-gray-muted);
    /* Metronic's muted text color */
    margin-bottom: 0;
}

/* Navigation arrows styled like Metronic buttons */
#related-product .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

#related-product .owl-nav button {
    background: var(--bs-primary) !important;
    /* Metronic's light button background */
    color: var(--tp-color-bg-owl-nav) !important;
    /* Metronic's button text/icon color */
    border-radius: 0.475rem !important;
    /* Metronic button border-radius */
    width: 38px;
    height: 38px;
    font-size: 1.2rem !important;
    line-height: 38px !important;
    text-align: center;
    margin: 0 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
    pointer-events: auto;
    border: none !important;
}

#related-product .owl-nav button:hover {
    background: var(--tp-color-bg-btn-dark) !important;
    /* Metronic's primary color */
    color: var(--tp-color-white) !important;
}

/* Disabled navigation buttons */
#related-product .owl-nav button.disabled {
    opacity: 0.5;
    cursor: default;
}

/* Pagination dots styled like Metronic */
#related-product .owl-dots {
    text-align: center;
    margin-top: 1rem;
}

#related-product .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

#related-product .owl-dot span {
    width: 10px;
    height: 10px;
    background: var(--tp-color-gray-light);
    /* Metronic's muted dot color */
    border-radius: 50%;
    display: block;
    transition: background-color 0.3s ease;
}

#related-product .owl-dot.active span,
#related-product .owl-dot:hover span {
    background: var(--shop-secondary-color);
    /* Metronic's primary color */
}

#related-product .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}



.owl-nav {
    display: flex;
    justify-content: center;
}

.card.border-none {
    border: none;
}

.checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item {
    border: none;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.accordion.accordion-flush .accordion-item {
    background-color: var(--tp-color-gray-accordion);
    margin-bottom: 12px;
}

.accordion-button {
    background-color: var(--tp-color-gray-accordion);
}

#pickupTimeSwiper .swiper-slide {
    background-color: var(--tp-color-gray-accordion);
    border-radius: 10px;

}

.swiper-button-disabled {
    display: none !important;
}

#pickupTimeSwiper .swiper-slide {
    max-width: 400px;
    margin: 0 auto;
    /* Centers the swiper */
}


#pickupTimePrev {
    position: absolute;
    left: 17px;
    top: 50%;
    z-index: 2;
}

#pickupTimeNext {
    position: absolute;
    right: 17px;
    top: 50%;
    z-index: 2;
}

#pickupTimeSwiper .swiper-slide .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: var(--tp-color-dark-surface);
    color: var(--tp-color-white);
}

#kt_app_header {
    position: relative;
}

#kt_app_wrapper {
    margin-top: 0;
}

.product-footer {
    position: static;
    /* Allows normal flow on larger screens */
    box-shadow: none;
    z-index: 1;
}

.product-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-footer li {
    text-align: center;
}

.selected_final_price {
    font-size: 1.2rem;
    /* Adjust font size for better readability */
}

.landing-dark-bg {
    margin-bottom: 0;
}

#kt_app_engage {
    z-index: 99;
}

.custom-swal-width {
    max-width: 800px;
    /* Adjust the width as needed */
    width: 90%;
    /* Optional: For responsiveness */
}

.swiper-button .swiper-button-next::after,
.swiper-button .swiper-button-prev::after {
    font-size: 22px !important;
}

.swiper-button .swiper-button-next {
    right: 15px;
}

.swiper-button .swiper-button-prev {
    left: 15px;
}

.box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.stamp {
    transform: rotate(12deg);
    color: var(--tp-color-gray-stamp);
    font-size: 3rem;
    font-weight: 700;
    border: 0.25rem solid var(--tp-color-gray-stamp);
    display: inline-block;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    font-family: 'Courier';
    -webkit-mask-image: url('<?= base_url() ?>/assets/images/sample/grunge.png');
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
    position: absolute;
    left: 25%;
    top: 25%;
    opacity: 0.7;
}

.is-nope {
    color: var(--tp-color-error-stamp);
    border: 0.5rem double var(--tp-color-error-stamp);
    transform: rotate(25deg);
    -webkit-mask-position: 2rem 3rem;
    font-size: 2rem;
}

.is-approved {
    color: var(--tp-color-success-stamp);
    border: 0.5rem solid var(--tp-color-success-stamp);
    -webkit-mask-position: 13rem 6rem;
    transform: rotate(-14deg);
    border-radius: 0;
}

.is-draft {
    color: var(--tp-color-draft);
    border: 1rem double var(--tp-color-draft);
    transform: rotate(-5deg);
    font-size: 6rem;
    font-family: "Open sans", Helvetica, Arial, sans-serif;
    border-radius: 0;
    padding: 0.5rem;
}

.orders-nav.nav-pills .nav-item i {
    color: var(--tp-color-black);
}

.orders-nav.nav-pills .nav-item a.active i {
    color: var(--tp-color-white);
}

#cryptos .crypto-final-price {
    position: absolute;
    right: 50px
}

.custom-word-break {
    word-wrap: break-word;
    word-break: break-word;
}

#cornerCartPrice {
    top: 94%;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group .select2-results__group {
    font-weight: 600;
    font-style: italic;
}

.skeleton-box,
.skeleton-line,
.skeleton-circle {
    background: linear-gradient(90deg, var(--tp-color-skeleton-1) 25%, var(--tp-color-skeleton-2) 50%, var(--tp-color-skeleton-1) 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.4s infinite;
}

.skeleton-line {
    height: 12px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--tp-color-skeleton-3) 25%, var(--tp-color-skeleton-4) 50%, var(--tp-color-skeleton-3) 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.4s infinite;
}

.skeleton-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0 auto;
}

.border-light {
    border: 1px solid var(--tp-color-border-light) !important;
}

.back_image.skeleton-box {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin: 0 auto 4px;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}






#app canvas {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.btn-santa-hat,
.btn-snow {
    position: relative;
    display: inline-block;
}


.btn-santa-hat::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 35px;
    height: 35px;
    background-image: url("/frontend/assets/images/sample/Santa_hat.svg.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none;
    filter: drop-shadow(1px 2px 3px var(--tp-color-shadow-santa));
    transform: rotate(-5deg);
    transition: transform 0.3s ease;
}

.btn-snow::before {

    --snow-image: url("https://assets.codepen.io/4175254/snow-cap-test-2.png");
    content: "";
    position: absolute;
    top: -6px;
    left: calc(var(--overflow-x) * -1);
    border-image-source: var(--snow-image);
    border-image-slice: calc(6 * 56 / 20) fill;
    border-image-width: calc(28px / 3);
    border-image-repeat: round;
    width: 100%;
    height: 28px;
    filter: drop-shadow(0 2px 1px var(--tp-color-shadow-santa));
    opacity: 1;
    -webkit-animation: fade-in 2s;
    animation: fade-in 2s;
}

@-webkit-keyframes fade-in {

    0%,
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {

    0%,
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.btn-santa-hat.logo-btn::before {
    width: 40px;
    height: 43px;
    top: -13px;
    transform: rotate(-21deg);
}



html[data-bs-theme="dark"] body {
    background: var(--tp-color-black) !important;
}

html[data-bs-theme="dark"] .shop-section .products-thumb {
    /* Add your dark theme styles here */
    background-color: var(--tp-color-dark-card);
    color: var(--tp-color-white);
    /* Example: Light text color */
    box-shadow: none;
}

html[data-bs-theme="dark"] .shop-section .products-thumb {
    /* Add your dark theme styles here */
    background-color: var(--tp-color-dark-card);
    color: var(--tp-color-white);
    /* Example: Light text color */
    box-shadow: none;
}

html[data-bs-theme="dark"] .grid-option ul li {
    background: var(--tp-color-bg-dark-grid);
}

html[data-bs-theme="dark"] .grid-option ul li.active {
    background: var(--tp-color-bg-dark-grid-active);

}

html[data-bs-theme="dark"] .accordion-button {
    background-color: var(--tp-color-bg-dark-accordion);
}

html[data-bs-theme="dark"] .accordion-body {
    background-color: var(--tp-color-bg-dark-accordion-body);
}

html[data-bs-theme="dark"] #kt_shopping_cart li.list-group-item {
    background-color: var(--tp-color-dark-bg-alt);
}

html[data-bs-theme="dark"] .payment-method-container label.btn-active-light-primary {
    background-color: var(--tp-color-bg-dark-payment) !important;
}

html[data-bs-theme="dark"] .payment-method-container label.bg-light-primary {
    background-color: var(--tp-color-bg-dark-payment-alt) !important;
}

html[data-bs-theme="dark"] #delivery_options_list label.btn-active-light-primary {
    background-color: var(--tp-color-bg-dark-payment) !important;
}

html[data-bs-theme="dark"] #delivery_options_list label.bg-light-primary {
    background-color: var(--tp-color-success-dark) !important;
}

html[data-bs-theme="dark"] #pickupTimeSwiper .swiper-slide {
    background-color: var(--tp-color-bg-dark-accordion-body);
}

html[data-bs-theme="dark"] .breadcrumb-section {
    background-color: var(--tp-color-bg-dark-breadcrumb);
}


html[data-bs-theme="dark"] .landing-dark-bg {
    background-color: var(--tp-color-dark-bg-alt);
}

html[data-bs-theme="dark"] .bg-success {
    background-color: var(--tp-color-bg-dark-success) !important;
}


html[data-bs-theme="dark"] .btn.btn-primary {
    background-color: var(--tp-color-brand-hover);
}

html[data-bs-theme="dark"] .btn.btn-primary:hover:not(.btn-active) {
    background-color: var(--tp-color-brand-dark) !important;
}

html[data-bs-theme="dark"] #kt_app_header_secondary_container .menu-item {
    border-bottom: 1px dashed var(--tp-color-border-dark);
}

html[data-bs-theme="dark"] .border-light {
    border: 1px solid var(--tp-color-border-dark-alt) !important
}

@media (min-width: 992px) {
    [data-kt-app-header-secondary-sticky="on"] .app-header-secondary {
        height: 100px;
    }
}

@media (max-width: 1399px) {
    .col-custom-3 {
        width: 25%;
    }

    .col-custom {
        width: 75%;
    }
}

@media (max-width: 1199px) {
    .col-custom {
        width: 70%;
    }

    .col-custom-3 {
        width: 30%;
    }




}

@media (max-width: 991px) {
    .col-custom-3 {
        width: 100%;
    }

    .app-header-secondary.app-header-mobile-drawer.drawer.drawer-on {
        width: 300px;
    }

    .shop-section .sorting-menu #category-carousel .item {

        min-width: 95%;
    }

    .app-container-fit-mobile {
        padding-right: 20px !important;
    }


    .col-custom {
        width: 100%;
    }

    .drawer-overlay {
        top: 60px;
    }


    .swiper-section {
        width: 70%;
        margin: 0 auto;
    }

    .category-menu-dropdown {
        margin-top: 50px;
    }

}

@media (max-width: 860px) {
    .shop-section .sorting-menu #category-carousel .item {

        min-width: 95%;
    }


    #kt_shopping_cart .symbol.symbol-70px>img {
        width: 50px;
        height: 50px;
    }


    .product-details-area .owl-thumbs .products-multi-thumb .top-img {
        height: 100px;
    }

    .app-header-secondary.app-header-mobile-drawer.drawer.drawer-on {
        height: 100%;
        width: 300px !important;

    }

    .app-header-mobile-drawer .category-menu-btn {
        width: 100%;
    }


    .checkout-details-section .timeline .timeline-line {
        left: 50%;
    }

    .checkout-details-section .timeline .timeline-icon {
        left: 50%;
        position: absolute;
    }

    .checkout-details-section .timeline .timeline-content.mb-10 {
        margin-bottom: 1.5rem !important;
    }

    .checkout-details-section .timeline .timeline-content.mt-n2 {
        margin-top: 5rem !important;
    }

    .checkout-details-section .timeline .timeline-content.mt-n1 {
        margin-top: 5rem !important;
    }


    .app-engage-btn {
        width: 83px;
        height: 90px;
    }

    .app-engage-btn svg {
        width: 100%;
        height: auto;
    }

    #cornerCartQuantity {
        font-size: 10px !important;
    }

    #cornerCartPrice {
        font-size: 11px !important;
        top: 88% !important;

    }


}

@media (max-width: 650px) {

    .product-details-area .owl-thumbs .top-img {
        margin-bottom: 10px;
    }

    .shop-section .sorting-menu #category-carousel .item {

        max-width: 95%;
    }

    .product-details-area .owl-thumbs .owl-nav {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }




    .product-details-area .owl-thumbs {
        margin-top: 20px;
    }

    .breadcrumb-section .breadcrumb-contain {
        display: block;
    }

    .app-header-secondary.app-header-mobile-drawer.drawer.drawer-on {
        height: 100%;
        width: 300px !important;

    }


    #kt_app_header_secondary_container .menu-item {
        border-bottom: 1px dashed var(--tp-color-border-dashed-light);

    }

    #kt_app_header_secondary_container .menu-item:last-child {
        border-bottom: none;
    }

    .swiper-section {
        width: 100%;
    }

}

@media (max-width: 500px) {
    .app-header-secondary.app-header-mobile-drawer.drawer.drawer-on {
        width: 100% !important;
        box-shadow: 2px 4px 8px 0px var(--tp-color-shadow-dropdown) !important;
        border-radius: 0 0 10px 10px !important;

    }

    .mobile-header-logo {
        width: 100% !important;
    }

    #kt_app_header_primary_container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #kt_app_header_primary_container .btn.btn-icon {
        height: calc(1em + 1.1rem + 2px);
        width: calc(1em + 1.1rem + 2px);
    }

    .shop-section .products-thumb {
        padding: 10px 5px;
    }


    .product-footer .t4s-quantity-wrapper input.t4s-quantity-input[type="number"] {
        width: 40px !important;

    }



    .product-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        /* Ensures it stays on top */
        background-color: var(--tp-color-bg-footer);
        /* Light background */
        box-shadow: 0 -2px 5px var(--tp-color-shadow-medium);
        /* Adds a subtle shadow */
        padding: 10px 15px;
    }

    html[data-bs-theme="dark"] .product-footer {
        background-color: var(--tp-color-bg-dark-breadcrumb);
    }

    .product-footer .price-final {
        position: absolute;
        right: 5%;
    }


    .product_add_to_cart {
        justify-content: flex-start;
        /* Align to the left for larger devices */
    }


    .product-details-area #variant_container label,
    .product-details-area #optional_items_container label,
    .product-details-area #predefine_unit_container label,
    .product-details-area #optional_items_additional_container label {
        width: 100%;
    }

    #kt_products.list-style .product-card .btn-primary {
        width: 100%;
    }



    #kt_products.row-cols-xl-3.row-cols-lg-3 .card.product-card .img {
        height: 150px !important;
        width: 150px !important;
        margin: 10px auto 0;
    }

    #kt_products.row-cols-xl-3.row-cols-lg-3.list-style .card.product-card .img {
        width: 150px
    }

    .card.product-card .bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    .card.product-card .price {
        margin-bottom: 5px
    }

    .card.product-card .btn {
        width: 100%;
        justify-content: center
    }


}