.products-grid {
    .card-footer {
        min-height: 50px !important;
    }

    .card-img-container {
        min-height: 150px !important;
    }
}

.swiper-slide.product-card {
    width: 50%;
}

@media (min-width: 768px) {
    .swiper-slide.product-card {
        width: 33.33333%;
    }
}

@media (min-width: 992px) {
    .swiper-slide.product-card {
        width: 25%;
    }
}

.product-single__media.vertical-thumbnail
    .product-single__thumbnail
    .swiper-slide {
    cursor: pointer;
    opacity: 0.5;
    border: 0;
}

.product-single__media.vertical-thumbnail
    .product-single__thumbnail
    .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.product-single__media.horizontal-thumbnail
    .product-single__thumbnail
    .swiper-slide {
    cursor: pointer;
    opacity: 0.5;
    border: 0;
}

.product-single__media.horizontal-thumbnail
    .product-single__thumbnail
    .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

/** Slideshow **/
.slideshow {
    height: 37.5rem;
}

.slideshow.type3 {
    height: 26.25rem;
}

.slideshow.type4 {
    height: 26.25rem;
}

@media (min-width: 992px) {
    .slideshow {
        height: 50rem;
    }

    .slideshow.type2 {
        height: 56rem;
    }

    .slideshow.type3 {
        height: 35rem;
    }

    .slideshow.type4 {
        height: 37.5rem;
    }

    .slideshow.slideshow-lg {
        height: 47.5rem;
    }

    .slideshow.slideshow-md {
        height: 43.75rem;
    }
}

.slideshow_small {
    height: 20rem;
}

@media (min-width: 992px) {
    .slideshow_small {
        height: 28.125rem;
    }
}

.swiper-slide {
    overflow: hidden;
}

.slideshow-bg {
    height: 100%;
}

.slideshow-bg__img {
    width: 100%;
    height: 100%;
}

.slideshow-character__img {
    max-height: 555px;
}

@media (min-width: 992px) {
    .slideshow-character__img {
        max-height: 733px;
    }
}

.slideshow_small .slideshow-character__img {
    max-height: 20rem;
}

@media (min-width: 992px) {
    .slideshow_small .slideshow-character__img {
        max-height: 28.125rem;
    }
}

.character_bg {
    max-width: 140%;
    width: 43.125rem;
    margin-top: -10%;
}

.slideshow-pagination {
    z-index: 10;
}

.slideshow-pagination.type2 .swiper-pagination-bullet::after {
    color: #767676;
}

.slideshow-pagination.type2 .swiper-pagination-bullet-active {
    border-color: transparent;
}

.slideshow-pagination.type2 .swiper-pagination-bullet-active::after {
    color: #222222;
    width: 0.625rem;
    height: 0.625rem;
    margin-top: -0.3125rem;
    margin-left: -0.3125rem;
}

.slideshow-pagination.position-left-center {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 1rem;
    transform: translateX(-50%);
    display: flex;
    width: auto;
}

@media (min-width: 1500px) {
    .slideshow-pagination.position-left-center {
        left: 3.75rem;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        flex-direction: column;
    }
}

.slideshow-pagination.position-right-center {
    position: absolute;
    left: auto;
    right: 50%;
    top: auto;
    bottom: 1rem;
    transform: translateX(50%);
    display: flex;
    width: auto;
}

@media (min-width: 1500px) {
    .slideshow-pagination.position-right-center {
        right: 3.75rem;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        flex-direction: column;
    }

    .slideshow-pagination.position-right-center.position-right-2 {
        right: 2.6875rem;
    }
}

.lookbook-container .slideshow-pagination.position-right-center {
    position: static;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

@media (min-width: 1500px) {
    .lookbook-container .slideshow-pagination.position-right-center {
        position: absolute;
        right: -3.75rem;
    }

    .lookbook-container
        .slideshow-pagination.position-right-center.position-right-2 {
        right: -2.6875rem;
    }

    .lookbook-container
        .slideshow-pagination.position-right-center.position-right-2
        .swiper-pagination-bullet {
        margin: 0.25rem 0;
    }
}

.blog-pagination,
.testimonial-pagination,
.products-pagination,
.slideshow-pagination {
    z-index: 10;
}

/** Category Banner **/
.category-banner__item {
    position: relative;
}

.category-banner__item-content {
    position: absolute;
    left: 12.2%;
    right: 12.2%;
    bottom: -2.3125rem;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 2.6875rem 2rem 1.625rem;
}

.category-banner__item-content h2,
.category-banner__item-content .h2 {
    margin: 0;
}

.category-banner__item-mark {
    background: #d6001c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 0.75rem 1rem 0.5rem;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    font-size: 0.9375rem;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 6.25rem;
    right: 1.875rem;
    top: 1.875rem;
}

.pos_right-center {
    left: 50%;
}

@media (min-width: 992px) {
    .pos_right-center {
        left: 60%;
    }
}

.navbar-collapse {
    flex-grow: inherit !important;
}

.step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}
.step-card {
    height: 100%;
    transition: all 0.3s ease;
}
.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

a {
    text-decoration: none !important;
}

#sidebar {
    /* padding: 15px 0px 15px 0px; */
    /* border-radius: 10px; */
}

#sidebar .h4 {
    font-weight: 500;
    padding-left: 15px;
}

#sidebar ul {
    list-style: none;
    margin: 0;
    padding-left: 0rem;
}

#sidebar ul li {
    padding: 10px 0;
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 5px solid transparent;
}

#sidebar ul li.active {
    border-left: 5px solid #ff5252;
    background-color: #44007c;
}

#sidebar ul li a {
    display: block;
}

#sidebar ul li a .fa,
#sidebar ul li a .far {
    color: #ddd;
}

#sidebar ul li a .link {
    color: #fff;
    font-weight: 500;
}

#sidebar ul li a .link-desc {
    font-size: 0.8rem;
    color: #ddd;
}

#main-content {
    padding: 30px;
    border-radius: 15px;
}

#main-content .h5,
#main-content .text-uppercase {
    font-weight: 600;
    margin-bottom: 0;
}

#main-content .h5 + div {
    font-size: 0.9rem;
}

#main-content .box {
    padding: 10px;
    border-radius: 6px;
    width: 170px;
    height: 90px;
}

#main-content .box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

#main-content .box .tag {
    font-size: 0.9rem;
    color: #000;
    font-weight: 500;
}

#main-content .box .number {
    font-size: 1.5rem;
    font-weight: 600;
}

.order {
    padding: 10px 30px;
    min-height: 150px;
}

.order .order-summary {
    height: 100%;
}

.order .blue-label {
    background-color: #aeaeeb;
    color: #0046dd;
    font-size: 0.9rem;
    padding: 0px 3px;
}

.order .green-label {
    background-color: #a8e9d0;
    color: #008357;
    font-size: 0.9rem;
    padding: 0px 3px;
}

.order .fs-8 {
    font-size: 0.85rem;
}

.order .rating img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.order .rating .fa,
.order .rating .far {
    font-size: 0.9rem;
}

.order .rating .fa {
    color: #daa520;
}

.order .status {
    font-weight: 600;
}

.order .btn.btn-primary {
    background-color: #fff;
    color: #4e2296;
    border: 1px solid #4e2296;
}

.order .btn.btn-primary:hover {
    background-color: #4e2296;
    color: #fff;
}

.order .progressbar-track {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.order .progressbar-track .progressbar {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0rem;
}

.order .progressbar-track .progressbar li {
    font-size: 1.5rem;
    border: 1px solid #333;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #dddddd;
    z-index: 100;
    position: relative;
}

.order .progressbar-track .progressbar li.green {
    border: 1px solid #007965;
    background-color: #d5e6e2;
}

.order .progressbar-track .progressbar li::after {
    position: absolute;
    font-size: 0.9rem;
    top: 50px;
    left: 0px;
}

#tracker {
    position: absolute;
    border-top: 1px solid #bbb;
    width: 100%;
    top: 25px;
}

#step-1::after {
    content: "Placed";
}

#step-2::after {
    content: "Accepted";
    left: -10px;
}

#step-3::after {
    content: "Packed";
}

#step-4::after {
    content: "Shipped";
}

#step-5::after {
    content: "Delivered";
    left: -10px;
}

/* Backgrounds */
.bg-purple {
    background-color: #55009b;
}

.bg-light {
    background-color: #f0ecec !important;
}

.green {
    color: #007965 !important;
}

/* Media Queries */
@media (max-width: 1199.5px) {
    nav ul li {
        padding: 0 10px;
    }
}

@media (max-width: 500px) {
    .order .progressbar-track .progressbar li {
        font-size: 1rem;
    }

    .order .progressbar-track .progressbar li::after {
        font-size: 0.8rem;
        top: 35px;
    }

    #tracker {
        top: 20px;
    }
}

@media (max-width: 440px) {
    #main-content {
        padding: 20px;
    }

    .order {
        padding: 20px;
    }

    #step-4::after {
        left: -5px;
    }
}

@media (max-width: 395px) {
    .order .progressbar-track .progressbar li {
        font-size: 0.8rem;
    }

    .order .progressbar-track .progressbar li::after {
        font-size: 0.7rem;
        top: 35px;
    }

    #tracker {
        top: 15px;
    }

    .order .btn.btn-primary {
        font-size: 0.85rem;
    }
}

@media (max-width: 355px) {
    #main-content {
        padding: 15px;
    }

    .order {
        padding: 10px;
    }
}

.fw-medium {
    font-weight: 500 !important;
}

.fs-sm {
    font-size: 0.875rem !important;
}

.ratio > * {
    position: relative !important;
}

@media (min-width: 768px) {
    .product-image {
        height: 225px;
    }
}
