.product-selection-attributes > div > div > label {
    font-size: 1.25rem !important;
    margin-top: 1.5rem !important;
    display: block !important;
}

.product-selection-attributes > div > div > div > select {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem 0.5rem 2.25rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #dee2e6;
    border-radius: 0.3125rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

.blur-section {
    filter: blur(3px);
}

.spinner-loading {
    /*position: absolute;*/
    display: block !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    width: 100%;
    height: 100%;
    background-image: url('/static/firefly/images/loading/spinner.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px;
    z-index: 100;
    filter: none !important;
}

div.editor p {
    text-align: justify;
    font-weight: 400 !important;
}

div.editor img {
    width: 100% !important;
    height: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

div.input-places input {
    margin-bottom: 10px;
}

.asteriskField {
    display: none;
}

.home-page-category {
    position: relative;
    /*border: 1px solid #dee2e6 !important;*/
    /*border-radius: 50%;*/
    /*background-color: #fff;*/
    width: 7rem;
    height: 7rem;
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
    overflow: hidden;
}

.home-page-category > img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: clip;
}

div.form-check-scroll > div.form-check > div.form-group > label {
    display: none !important;
}


/*added*/

.detail-table td {
    vertical-align: middle !important;
    font-size: 0.9rem;
    font-weight: 400;
}

.list-item {
    position: relative;
    max-width: 19rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

.badge-list {
    position: absolute;
    top: 8px;
    padding: 5px 10px;
    color: white;
    border-radius: 15px;
    font-size: 13px;
    top: 5px !important;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
}

.list-discount {
    right: 10px !important;
    background-color: #44cb7d;
}

.list-used {
    left: 10px !important;
    background-color: #a5271a;
}

.swiper2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

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

.homeSlider .swiper-pagination-bullet {
    width: 9px;
    height: 6px;
    background-color: #CDCDCD;
    opacity: 1;
    border-radius: 100px;
}

.homeSlider .swiper-pagination-bullet-active {
    width: 39px;
    background-color: white;
}

.home-swiper-button-next,
.home-swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    background-color: white;
    position: static;
    border-radius: 100%;
}

.home-slider-nav {
    gap: 5.4px;
    z-index: 1;
    position: absolute;
    bottom: 24px;
    right: 48px;
}

.hidden {
    display: none !important;
}

.block {
    display: block !important;
}

.best-selling-product-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}

.list-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 430px) {
}

@media (min-width: 768px) {
    .md\:hidden {
        display: none !important;
    }

    .md\:block {
        display: block !important;
    }

    .post-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (min-width: 984px) {
    .lg\:hidden {
        display: none !important;
    }

    .lg\:block {
        display: block !important;
    }

    .best-selling-product-categories {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 80px;
    }

}

@media (min-width: 1440px) {
    .xl\:hidden {
        display: none !important;
    }

    .xl\:block {
        display: block !important;
    }

    .best-selling-product-categories {
        max-width: 1333.2px;
        margin: 0 auto;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 80px;
    }

    .post-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }
}

.best-selling-product-category {
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.best-selling-product-category span {
    font-size: 18px;
    font-weight: 700;
}

.best-selling-product-category .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* border: 2px solid #979797; */
    outline: 2px solid #979797;
}

.best-selling-product-category:hover .img-container {
    outline: 2px solid #981B21;
}

.best-selling-product-category .default-img {
    color: #981B21;
}

.best-selling-product-category .hover-img {
    opacity: 0;
    position: absolute;
}

.best-selling-product-category:hover .hover-img {
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
}

.post-slider .swiper-pagination-bullets {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
}

.post-slider .swiper-pagination-bullet {
    width: 9px;
    height: 6px;
    background-color: #CDCDCD;
    opacity: 1;
    border-radius: 100px;
}

.post-slider .swiper-pagination-bullet-active {
    width: 39px;
    background-color: #981B21;
}

.list-item {
    max-width: none !important;
}

.post-slider .swiper-button-disabled {
    opacity: 0 !important;
}

/* Responsive Font Sizes */
.fs-12 {
    font-size: 0.75rem !important;
}
.fs-14 {
    font-size: 0.875rem !important;
}
.fs-16 {
    font-size: 1rem !important;
}
.fs-18 {
    font-size: 1.125rem !important;
}
.fs-20 {
    font-size: 1.25rem !important;
}
.fs-24 {
    font-size: 1.5rem !important;
}
.fs-32 {
    font-size: 2rem !important;
}

@media (min-width: 768px) {
    .md\:fs-12 {
        font-size: 0.75rem !important;
    }
    .md\:fs-14 {
        font-size: 0.875rem !important;
    }
    .md\:fs-16 {
        font-size: 1rem !important;
    }
    .md\:fs-18 {
        font-size: 1.125rem !important;
    }
    .md\:fs-20 {
        font-size: 1.25rem !important;
    }
    .md\:fs-24 {
        font-size: 1.5rem !important;
    }
    .md\:fs-32 {
        font-size: 2rem !important;
    }
}

@media (min-width: 984px) {
    .lg\:fs-12 {
        font-size: 0.75rem !important;
    }
    .lg\:fs-14 {
        font-size: 0.875rem !important;
    }
    .lg\:fs-16 {
        font-size: 1rem !important;
    }
    .lg\:fs-18 {
        font-size: 1.125rem !important;
    }
    .lg\:fs-20 {
        font-size: 1.25rem !important;
    }
    .lg\:fs-24 {
        font-size: 1.5rem !important;
    }
    .lg\:fs-32 {
        font-size: 2rem !important;
    }
}

@media (min-width: 1440px) {
    .xl\:fs-12 {
        font-size: 0.75rem !important;
    }
    .xl\:fs-14 {
        font-size: 0.875rem !important;
    }
    .xl\:fs-16 {
        font-size: 1rem !important;
    }
    .xl\:fs-18 {
        font-size: 1.125rem !important;
    }
    .xl\:fs-20 {
        font-size: 1.25rem !important;
    }
    .xl\:fs-24 {
        font-size: 1.5rem !important;
    }
    .xl\:fs-32 {
        font-size: 2rem !important;
    }
}