.variant-btn,
.variantTypeLabel {
    color: #222;
    font-size: 1rem;
    font-weight: 500
}

.product-details {
    padding-top: 9rem
}

.variant-picker {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    margin: 18px 0 0
}

.variant-btn {
    border: 1.5px solid #eee;
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    transition: border-color .2s, color .2s;
    min-width: 80px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap
}

.variant-btn.active,
.variant-btn:focus {
    border-color: #dc3545;
    color: #dc3545;
    outline: 0
}

.variant-btn.out-of-stock,
.variant-btn.out-of-stock:focus,
.variant-btn.out-of-stock:hover {
    border-color: #ddd;
    color: #999;
    cursor: not-allowed
}

.variant-btn.out-of-stock {
    opacity: .5;
    background: #f5f5f5;
    position: relative
}

@media (max-width:991px) {
    .variantTypeLabel {
        font-size: .875rem
    }
}

.breadcrumb-container {
    background: #fff;
    padding: 10px 20px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -25px
}

.custom-breadcrumb {
    background: 0 0;
    padding: 8px 0;
    margin-bottom: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap
}

.custom-breadcrumb::-webkit-scrollbar,
.custom-list::-webkit-scrollbar,
.review-container::-webkit-scrollbar {
    display: none
}

.custom-breadcrumb,
.custom-list,
.review-container {
    scrollbar-width: none
}

.breadcrumb-separator {
    display: inline-flex;
    align-items: center;
    color: #81858b;
    margin: 0 8px
}

.custom-breadcrumb .breadcrumb-item a {
    color: #81858b;
    text-decoration: none;
    transition: color .3s;
    font-weight: 500
}

.discount-badge {
    background: #d32f2f;
    color: #fff;
    border-radius: 20px;
    padding: 1px 6px;
    font-size: .75rem;
    font-weight: 700;
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 1.6
}

.custom-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 15px;
    list-style: none;
    font-weight: 400
}

.custom-list li {
    position: relative;
    padding-right: 1.2rem;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #000
}

.custom-list li::before {
    content: "";
    position: absolute;
    right: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    background-color: #d32f2f;
    border-radius: 50%
}

.see-all-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative
}

.see-all-container::after,
.see-all-container::before {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #ddd
}

.see-all-container::before {
    margin-right: 10px
}

.see-all-container::after {
    margin-left: 10px
}

.see-all-review {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    cursor: pointer
}

.see-all-review .circle {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px
}

.see-all-review .circle i {
    font-size: 1.2rem
}

.see-all-review span {
    margin-top: 5px;
    font-size: .6rem;
    font-weight: 500
}

.desktop-show-more-link {
    text-align: center;
    margin-top: 16px;
    font-size: .875rem;
    font-weight: 600
}

.more-images {
    margin-top: 15px
}

.more-images img {
    max-width: 70px;
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer
}

.price-info p {
    margin: .5rem 0;
    font-size: .875rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #81858b;
    gap: 5px
}

.price-info p i {
    color: #81858b;
    font-size: 1rem;
    flex-shrink: 0
}

.section-title {
    margin-bottom: 15px;
    margin-top: 20px;
    padding-bottom: 5px;
    font-size: 1rem;
    font-weight: 700;
    color: #212121
}

#quantity,
.price-layout {
    text-align: center
}

.pill-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: .9rem;
    font-weight: 500;
    gap: 6px
}

.pill-badge-light {
    background-color: #f0f0f1;
    color: #424750
}

.pill-badge-primary {
    background-color: #ede7ff;
    color: #5f2ef6
}

.inline-font-size-1rem,
.pill-badge i,
.tab-expand-link i {
    font-size: 1rem
}

.product-stats {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: nowrap
}

.table-responsive {
    line-height: 180%;
    font-size: .875rem;
    text-align: right;
    padding-left: 0;
    margin-right: -20px;
    padding-right: 0
}

.align-baseline {
    align-self: baseline
}

.mobile-add-to-cart,
.single-row-title::after {
    display: none
}

.rating-summary {
    border-radius: .5rem;
    text-align: right
}

.rating-summary-placeholder {
    min-height: 50px;
    padding: 0.5rem;
    margin-bottom: 0;
}

.rating-summary .score,
.similar-title {
    font-size: 1.1rem
}

.rating-summary .count {
    font-size: .9rem
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.product-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2;
    color: #0c0c0c
}

.price-layout .old-price-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5rem
}

.price-layout .old-price-discount del {
    margin-left: .5rem;
    color: #c3c3ce
}

.price-layout .final-price {
    font-weight: 700;
    color: #0c0c0c;
    font-size: 1.1rem
}

.no-vertical-borders td,
.no-vertical-borders th {
    border-left: none !important;
    border-right: none !important;
    padding: .9rem 1rem !important
}

.no-vertical-borders td {
    color: #3f4064;
    font-weight: 500
}

.custom-modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.custom-modal-header h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600
}

.custom-modal-header .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem
}

.custom-modal-tabs {
    border-bottom: 1px solid #eee;
    padding: 0 1rem;
    display: flex;
    justify-content: center
}

.custom-modal-tabs .nav-tabs,
.product-specifications-table tr:last-child {
    border-bottom: none
}

.custom-modal-tabs .nav-item {
    margin-bottom: -1px
}

.custom-modal-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #666;
    font-weight: 500;
    margin: 0 .5rem;
    padding: .75rem 1rem;
    transition: color .3s, border-color .3s
}

.custom-modal-tabs .nav-link:hover {
    color: #000;
    border-color: #ddd
}

.custom-modal-tabs .nav-link.active {
    color: #000;
    border-bottom: 2px solid #000;
    font-weight: 700;
    font-size: 1rem
}

.custom-modal-tabs .nav-link.active i,
.pagination .page-item .page-link:hover,
.review-icons i.ri-thumb-down-line:hover {
    color: #dc3545
}

.modal-body {
    padding: 1rem 1.5rem;
    overflow-y: auto
}

.see-all-text i {
    vertical-align: middle;
    margin-left: 4px
}

.see-all-text {
    font-size: .875em;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.review-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #e0e0e2;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 15px;
    font-size: .85rem;
    width: 100%
}

.review-box:last-child {
    border-bottom: none
}

.review-header,
.review-username {
    margin-bottom: 5px
}

.review-username {
    display: inline-flex;
    align-items: center;
    font-size: .9rem;
    font-weight: 500
}

.review-username i {
    margin-right: .5rem;
    color: var(--bs-success);
    vertical-align: middle
}

.review-text {
    flex: 1;
    margin-bottom: 10px;
    text-align: right;
    line-height: 2;
    font-weight: 400
}

@media (min-width:768px) {

    .review-text,
    .table-responsive {
        text-align: justify
    }
}

.review-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px
}

.review-date {
    font-size: .75rem;
    color: #666;
    font-weight: 500
}

.review-icons i {
    font-size: 1.2rem;
    cursor: pointer;
    margin-left: 10px;
    color: #888
}

.review-icons i:hover {
    color: #000
}

.review-icons i.ri-thumb-up-line:hover {
    color: #198754
}

.review-icons {
    display: flex;
    align-items: center
}

.thumb-group {
    display: inline-flex;
    align-items: center
}

.thumb-down-count,
.thumb-up-count {
    font-size: .85rem;
    color: #888
}

.reviews-layout-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 100%
}

.reviews-main-col {
    flex: 1;
    min-width: 0
}

.reviews-main-col-inner {
    background: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    padding: 15px;
    transition: box-shadow 0.3s ease;
    height: fit-content;
}

.reviews-main-col-inner .single-row-header {
    margin-bottom: 1rem;
}

.reviews-main-col-inner .rating-summary {
    margin-bottom: 15px;
}

.reviews-main-col-inner .reviews-empty-state {
    margin-bottom: 15px;
    text-align: right;
}

.reviews-main-col-inner:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.review-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 0 0 10px;
    align-items: stretch
}

.reviews-empty-state {
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin-bottom: 15px;
}

.reviews-empty-text {
    font-size: 0.9375rem;
    color: #444;
    line-height: 2;
    margin-top: 10px;
}

.sticky-product-card {
    width: 300px;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
    align-self: start;
    height: fit-content
}

.sticky-product-card-inner {
    background: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    padding: 15px;
    transition: box-shadow 0.3s ease
}

.sticky-product-card-inner:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12)
}

.sticky-product-link {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 12px
}

.sticky-product-image {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden
}

.sticky-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.sticky-product-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
    line-height: 2;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: right
}

.sticky-product-price {
    text-align: center;
    margin-bottom: 15px
}

.sticky-old-price-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5rem
}

.sticky-old-price-discount del {
    margin-left: .5rem;
    color: #c3c3ce
}

.sticky-discount-badge {
    background: #d32f2f;
    color: #fff;
    border-radius: 20px;
    padding: 1px 6px;
    font-size: .75rem;
    font-weight: 700;
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 1.6
}

.sticky-final-price {
    font-weight: 700;
    color: #0c0c0c;
    font-size: 1.1rem
}

.sticky-final-price .currency {
    color: #0c0c0c;
    font-weight: 900;
    font-size: .6rem;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.sticky-final-price .currency-sup {
    font-size: .6rem;
    color: #0c0c0c;
    font-weight: 900;
    position: absolute;
    top: -10px;
    right: 10px
}

.sticky-product-actions {
    width: 100%
}

.sticky-product-actions .btn-add-to-cart {
    background: #dc3545 !important;
    color: #fff !important;
    border: none !important;
    line-height: 2.17;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 500;
    width: 100% !important;
    min-width: 100% !important
}

.sticky-product-actions .btn-add-to-cart:focus,
.sticky-product-actions .btn-add-to-cart:hover {
    background: #d63046 !important;
    color: #fff !important
}

.sticky-product-actions .cart-counter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    padding: 6px 18px;
    width: 100%;
    gap: 12px
}

.sticky-product-actions .cart-counter-box button {
    background: #fff;
    border: none;
    outline: 0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s
}

.sticky-product-actions .cart-counter-box button:active {
    background: #f8f8f8
}

.sticky-product-actions .cart-counter-box .cart-qty {
    font-size: 1.3rem;
    font-weight: 700;
    color: #d32f2f;
    min-width: 24px;
    text-align: center
}

.sticky-product-actions .cart-counter-box i {
    color: #d32f2f;
    font-size: 1.5rem;
    vertical-align: middle
}

@media (max-width:991.98px) {

    .container,
    .container-fluid,
    main {
        overflow-x: hidden;
        max-width: 100%;
        box-sizing: border-box
    }

    .reviews-layout-wrapper {
        flex-direction: column;
        gap: 0
    }

    .reviews-main-col {
        width: 100%
    }

    .reviews-main-col-inner {
        border: none;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
    }

    .reviews-main-col-inner:hover {
        box-shadow: none;
    }

    .review-container {
        display: block !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
        gap: 0;
        padding: 0;
        align-items: stretch
    }

    .review-container .review-box {
        width: 100% !important;
        border: none;
        border-bottom: 1px solid #e0e0e2;
        border-radius: 0;
        padding: 10px;
        margin-bottom: 15px;
        min-height: 0 !important
    }

    .review-container .review-box:last-child {
        margin-bottom: 0;
        border-bottom: none
    }

    .review-box .review-actions,
    .review-box .review-header,
    .review-box .review-text {
        padding: 5px 0
    }

    .desktop-star-icon {
        display: none !important
    }

    .reviews-empty-text {
        font-size: 0.8125rem;
    }

    .see-all-review {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 20px auto 0;
        cursor: pointer;
        max-width: 300px
    }
}

.mobile-title {
    font-size: .8125rem;
    color: #888;
    font-weight: 500
}

#desktopMainImage,
#mainProductImage {
    transition: opacity .2s
}

.price-info {
    line-height: 2
}

.quantity-selector input.form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
    border-color: transparent !important;
    background: 0 0
}

.quantity-selector input.form-control {
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    background: 0 0
}

.btn-add-to-cart {
    background: #dc3545 !important;
    color: #fff !important;
    border: none !important;
    line-height: 2.17;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 500;
    width: 100% !important;
    min-width: 100% !important
}

.btn-add-to-cart:focus,
.btn-add-to-cart:hover {
    background: #d63046 !important;
    color: #fff !important
}

.price-layout .final-price .currency {
    color: #0c0c0c;
    font-weight: 900;
    font-size: .6rem;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.price-layout .final-price .currency-sup {
    font-size: .6rem;
    color: #0c0c0c;
    font-weight: 900;
    position: absolute;
    top: -10px;
    right: 10px
}

.product-gallery {
    display: flex;
    flex-direction: column;
    align-items: center
}

.product-gallery .main-image img {
    width: 320px;
    height: 320px;
    object-fit: contain;
    border-radius: 12px;
    background: #fff
}

.product-gallery .thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    overflow-x: auto;
    justify-content: center
}

.product-gallery .thumbnail {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    transition: border-color .2s
}

.product-gallery .thumbnail.active {
    border-color: #dc3545
}

.review-text {
    font-size: 14px
}

@media screen and (min-width:992px) {
    .product-container {
        padding: 10px 1rem
    }

    .product-details {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .review-container {
        display: block !important;
        overflow-x: visible !important;
        overflow-y: visible !important
    }

    .review-container .review-box {
        width: 100% !important;
        border: none;
        border-bottom: 1px solid #e0e0e2;
        border-radius: 0;
        padding: 10px;
        margin-bottom: 15px;
        min-height: 0 !important
    }

    .review-container .review-box:last-child {
        margin-bottom: 0;
        border-bottom: none
    }

    .review-box .review-actions,
    .review-box .review-header,
    .review-box .review-text {
        padding: 5px 0
    }

    .see-all-review {
        display: none !important
    }

    .desktop-add-to-cart,
    .image-column {
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 4px;
        padding: 10px
    }

    .quantity-select {
        width: -webkit-fill-available
    }
}

@media (min-width:576px) and (max-width:991.98px) {

    .d-none.d-sm-block,
    .desktop-add-to-cart,
    .desktop-title,
    .image-column {
        display: none !important
    }

    .product-container [class*=col-md-] {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .d-block.d-sm-none,
    .mobile-add-to-cart {
        display: block !important
    }

    .image-column {
        display: block !important;
        width: 100% !important
    }

    .mobile-title {
        display: none !important;
        display: flex !important
    }

    .d-block.d-sm-none.mb-2 .d-flex.align-items-center.justify-content-between,
    .d-block.d-sm-none.mb-2 .d-flex.justify-content-between,
    .d-block.d-sm-none.mb-2>.d-flex.justify-content-between {
        flex-wrap: nowrap !important
    }

    .d-block.d-sm-none.mb-2 .mobile-title {
        flex: 1 1 auto;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .d-block.d-sm-none.mb-2>.d-flex.justify-content-between>.d-flex.align-items-center {
        flex: 0 0 auto
    }
}

@media (min-width:768px) and (max-width:991.98px) {

    .text-center.d-lg-none,
    .text-center.d-md-none {
        display: block !important
    }
}

@media (max-width:991.98px) {
    .image-column {
        height: auto;
        display: block;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
        padding: 15px
    }

    .product-gallery {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .product-gallery .main-image img {
        width: 280px;
        height: 280px;
        object-fit: contain;
        border-radius: 12px;
        background: #fff
    }

    .product-gallery .thumbnails {
        display: flex;
        gap: 8px;
        margin-top: 12px;
        overflow-x: auto;
        justify-content: center;
        padding-bottom: 5px;
        width: 100%
    }

    .product-gallery .thumbnail {
        width: 56px;
        height: 56px;
        object-fit: contain;
        border: 2px solid transparent;
        border-radius: 8px;
        cursor: pointer;
        background: #fff;
        transition: border-color .2s;
        flex-shrink: 0
    }

    .product-gallery .thumbnail.active {
        border-color: #dc3545
    }

    .modal-dialog {
        max-width: 100%;
        margin: 0
    }

    .modal-content {
        height: 100vh;
        border: 0;
        border-radius: 0
    }

    .similar-title {
        font-size: .875rem
    }

    .review-date,
    .review-username {
        font-size: .6875rem
    }

    .thumb-down-count,
    .thumb-up-count {
        font-size: .75rem
    }
}

.buyer-badge {
    background: #e7f6e7;
    color: #388e3c;
    font-size: .625rem;
    border-radius: 8px;
    padding: 0 8px;
    margin-right: 6px;
    line-height: 2.17;
    font-weight: 500
}

.custom-review-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem .5rem;
    border-bottom: 1px solid #eee;
    background: #fff
}

.custom-review-modal-header .close {
    background: 0 0;
    border: none;
    font-size: 1.5rem;
    color: #222;
    padding: 0;
    margin-left: .5rem
}

.review-submit-btn,
.review-submit-btn:hover {
    background: #dc3545
}

.custom-review-modal-header .modal-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 auto 0 0;
    text-align: center;
    flex: 1
}

.review-textarea::placeholder {
    color: #81858b;
    font-weight: 500;
    line-height: 2;
}

.review-textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: .75rem 1rem;
    font-size: .95rem;
    margin-bottom: .75rem;
    outline: 0;
    transition: border .2s;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.review-textarea::-webkit-scrollbar {
    display: none;
}

.review-textarea:active,
.review-textarea:focus {
    border: 1px solid #81858b;
    outline: 0
}

.review-textarea {
    min-height: 70px;
    resize: none
}

.review-char-count {
    font-size: .8rem;
    color: #888;
    text-align: left;
    margin-bottom: .5rem;
    margin-top: -.5rem
}

.review-stars-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.2rem 0
}

.review-stars-row .review-stars {
    display: flex;
    gap: 32px;
    margin-bottom: .5rem;
    justify-content: center
}

.review-stars-row .review-stars i {
    font-size: 1.4rem !important;
    color: #d3d3d3;
    cursor: pointer;
    transition: color .2s;
    vertical-align: middle
}

.review-stars-row .review-stars i.active,
.review-stars-row .review-stars i.selected {
    color: #ffc107 !important;
    text-shadow: 0 0 2px #e1b90033
}

.review-submit-btn {
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: .9rem 0;
    font-size: .875rem;
    font-weight: 500;
    margin-top: 1.2rem;
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    transition: background .2s
}

.text-right {
    text-align: right !important;
    width: 100%;
    display: block
}

.cart-counter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    padding: 6px 18px;
    width: 100%;
    gap: 12px
}

.cart-counter-box button {
    background: #fff;
    border: none;
    outline: 0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s
}

.cart-counter-box button:active {
    background: #f8f8f8
}

.cart-counter-box .cart-qty {
    font-size: 1.3rem;
    font-weight: 700;
    color: #d32f2f;
    min-width: 24px;
    text-align: center
}

.cart-counter-box i {
    color: #d32f2f;
    font-size: 1.5rem;
    vertical-align: middle
}

.swal2-confirm-button,
.swal2-deny-button {
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 8px 16px !important;
    border-radius: 8px !important
}

.swal2-confirm-button {
    background-color: #dc3545 !important
}

.swal2-deny-button {
    background-color: #fff !important;
    color: #dc3545 !important;
    border: 1.5px solid #dc3545 !important
}

.swal2-confirm-button:focus,
.swal2-deny-button:focus {
    box-shadow: none !important;
    outline: 0 !important
}

@media (max-width:991.98px) {
    .swal2-popup-mobile {
        font-size: .75rem !important
    }

    .swal2-content-mobile {
        font-weight: 500 !important
    }

    .cart-counter-box .cart-qty {
        font-size: 1rem
    }

    .cart-counter-box i {
        font-size: 1.3rem
    }

    .swal2-popup-mobile .swal2-actions button,
    .swal2-popup-mobile .swal2-content-mobile {
        font-size: 12px !important;
        font-weight: 500 !important
    }
}

.swal2-deny-button:focus-visible,
.swal2-deny-button:hover {
    background-color: #dc3545 !important;
    color: #fff !important;
    border-color: #dc3545 !important
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity .3s
}

.custom-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1
}

.custom-modal-content {
    position: relative;
    background: #fff;
    margin: 20px;
    padding: 0;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    transform: translateY(20px);
    transition: transform .3s;
    max-width: 90%;
    width: 400px;
    overflow: hidden
}

@media (min-width:992px) {
    .no-vertical-borders td {
        text-align: right !important
    }

    .product-gallery {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .product-gallery .main-image img {
        width: 320px;
        height: 320px;
        object-fit: contain;
        border-radius: 0;
        background: 0 0;
        border: none
    }

    .product-gallery .thumbnails {
        display: flex;
        gap: 10px;
        margin-top: 16px;
        overflow-x: auto;
        justify-content: center
    }

    .product-gallery .thumbnail {
        width: 64px;
        height: 64px;
        object-fit: contain;
        border: 2px solid transparent;
        border-radius: 8px;
        cursor: pointer;
        background: #fff;
        transition: border-color .2s
    }

    .product-gallery .thumbnail.active {
        border-color: #dc3545
    }

    .review-container {
        display: block !important;
        overflow-x: visible !important;
        overflow-y: visible !important
    }

    .review-container .review-box {
        width: 100% !important;
        border: none;
        border-bottom: 1px solid #e0e0e2;
        border-radius: 0;
        padding: 10px;
        margin-bottom: 15px;
        min-height: 0 !important
    }

    .review-container .review-box:last-child {
        margin-bottom: 0;
        border-bottom: none
    }

    .review-box .review-actions,
    .review-box .review-header,
    .review-box .review-text {
        padding: 5px 0
    }

    .swal2-popup-mobile .swal2-actions button {
        font-size: 15px !important;
        font-weight: 500 !important;
        padding: 12px 28px !important;
        border-radius: 10px !important
    }

    .custom-modal-content {
        width: 550px;
        max-width: 550px
    }
}

.custom-modal-button:active,
.custom-modal.show .custom-modal-content {
    transform: translateY(0)
}

.custom-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #e9ecef
}

.custom-modal-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2e7b32;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px
}

.checkmark-icon {
    font-size: .75rem;
    color: #fff;
    opacity: 0;
    animation: .6s ease-out .3s forwards checkmarkAppear
}

.custom-modal.show .checkmark-icon,
.custom-modal.show .custom-modal-title::after {
    animation: .6s ease-out .3s forwards checkmarkAppear, 2s ease-in-out 1s infinite checkmarkPulse
}

.product-image-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.modal-product-image {
    width: 200px;
    height: 200px;
    object-fit: contain;
    padding: 8px
}

.success-text-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 60px;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    margin: 0;
    width: 100%
}

.checkmark-circle,
.sparkle {
    background: #28a745;
    border-radius: 50%
}

.success-text {
    font-size: 1rem;
    font-weight: 600;
    color: #0c0c0c;
    line-height: 2;
    text-align: right;
    margin: 0;
    padding: 0;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: pre-line
}

.checkmark-circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, #28a745 1px, transparent 1px), radial-gradient(circle at 70% 70%, #28a745 1px, transparent 1px), radial-gradient(circle at 20% 80%, #28a745 1px, transparent 1px), radial-gradient(circle at 80% 20%, #28a745 1px, transparent 1px), radial-gradient(circle at 50% 10%, #28a745 1px, transparent 1px), radial-gradient(circle at 10% 50%, #28a745 1px, transparent 1px), radial-gradient(circle at 90% 50%, #28a745 1px, transparent 1px), radial-gradient(circle at 50% 90%, #28a745 1px, transparent 1px);
    background-size: 100% 100%;
    opacity: 0;
    animation: .8s ease-out .4s forwards sparklesAppear
}

@keyframes sparklesAppear {
    0% {
        opacity: 0;
        transform: scale(.5)
    }

    50% {
        opacity: 1;
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        transform: scale(1.5)
    }
}

.checkmark-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    position: relative;
    overflow: visible;
    animation: .4s ease-out .2s both circleGrow
}

.sparkle {
    position: absolute;
    width: 4px;
    height: 4px;
    opacity: 0
}

.sparkle-1 {
    top: -16px;
    left: 50%;
    animation: 1s ease-out .5s forwards sparkle1
}

.sparkle-2 {
    top: 50%;
    right: -16px;
    animation: 1s ease-out .6s forwards sparkle2
}

.sparkle-3 {
    bottom: -16px;
    left: 50%;
    animation: 1s ease-out .7s forwards sparkle3
}

.sparkle-4 {
    top: 50%;
    left: -16px;
    animation: 1s ease-out .8s forwards sparkle4
}

.sparkle-5 {
    top: -12px;
    right: -12px;
    animation: 1s ease-out .9s forwards sparkle5
}

.sparkle-6 {
    bottom: -12px;
    right: -12px;
    animation: 1s ease-out 1s forwards sparkle6
}

.sparkle-7 {
    bottom: -12px;
    left: -12px;
    animation: 1s ease-out 1.1s forwards sparkle7
}

.sparkle-8 {
    top: -12px;
    left: -12px;
    animation: 1s ease-out 1.2s forwards sparkle8
}

@keyframes sparkle1 {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0)
    }

    50% {
        opacity: 1;
        transform: translateY(-10px) scale(1)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px) scale(0)
    }
}

@keyframes sparkle2 {
    0% {
        opacity: 0;
        transform: translateX(0) scale(0)
    }

    50% {
        opacity: 1;
        transform: translateX(10px) scale(1)
    }

    100% {
        opacity: 0;
        transform: translateX(20px) scale(0)
    }
}

@keyframes sparkle3 {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0)
    }

    50% {
        opacity: 1;
        transform: translateY(10px) scale(1)
    }

    100% {
        opacity: 0;
        transform: translateY(20px) scale(0)
    }
}

@keyframes sparkle4 {
    0% {
        opacity: 0;
        transform: translateX(0) scale(0)
    }

    50% {
        opacity: 1;
        transform: translateX(-10px) scale(1)
    }

    100% {
        opacity: 0;
        transform: translateX(-20px) scale(0)
    }
}

@keyframes sparkle5 {
    0% {
        opacity: 0;
        transform: translate(0, 0) scale(0)
    }

    50% {
        opacity: 1;
        transform: translate(8px, -8px) scale(1)
    }

    100% {
        opacity: 0;
        transform: translate(16px, -16px) scale(0)
    }
}

@keyframes sparkle6 {
    0% {
        opacity: 0;
        transform: translate(0, 0) scale(0)
    }

    50% {
        opacity: 1;
        transform: translate(8px, 8px) scale(1)
    }

    100% {
        opacity: 0;
        transform: translate(16px, 16px) scale(0)
    }
}

@keyframes sparkle7 {
    0% {
        opacity: 0;
        transform: translate(0, 0) scale(0)
    }

    50% {
        opacity: 1;
        transform: translate(-8px, 8px) scale(1)
    }

    100% {
        opacity: 0;
        transform: translate(-16px, 16px) scale(0)
    }
}

@keyframes sparkle8 {
    0% {
        opacity: 0;
        transform: translate(0, 0) scale(0)
    }

    50% {
        opacity: 1;
        transform: translate(-8px, -8px) scale(1)
    }

    100% {
        opacity: 0;
        transform: translate(-16px, -16px) scale(0)
    }
}

@keyframes circleGrow {
    0% {
        transform: scale(0);
        opacity: 0
    }

    50% {
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes checkmarkAppear {
    0% {
        opacity: 0;
        transform: scale(.5)
    }

    50% {
        opacity: 1;
        transform: scale(1.2)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes checkmarkPulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

.custom-modal-close {
    background: 0 0;
    border: none;
    font-size: 1.25rem;
    color: #81858b;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s
}

.custom-modal-close:hover {
    background: #e9ecef;
    color: #495057
}

.custom-modal-body {
    padding: 24px;
    color: #495057;
    font-size: .8125rem;
    line-height: 2;
    text-align: center;
    background: #fff
}

.custom-modal-footer {
    padding: 0 24px 24px;
    background: #fff
}

.custom-modal-button {
    background: #dc3545;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: .8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: .2s;
    width: 100%
}

.custom-modal-button:hover {
    background: #dc3545;
    transform: translateY(-1px)
}

@keyframes modalFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes modalFadeOutDown {
    from {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

.custom-modal-content.animated-in {
    animation: .3s ease-out both modalFadeInUp
}

.custom-modal-content.animated-out {
    animation: .2s ease-in both modalFadeOutDown
}

.single-row-section {
    margin-top: 0;
    margin-bottom: 0
}

.product-details-content p,
.single-row-header {
    margin-bottom: 1rem
}

.single-row-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#reviewsSection .single-row-header .btn {
    white-space: nowrap;
    flex-shrink: 0
}

.write-review-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #212529;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.write-review-link:hover {
    color: #000;
    text-decoration: none;
}

.write-review-link i {
    font-size: 1rem;
    vertical-align: middle;
}

#reviewsSection .single-row-header,
#reviewsSection .single-row-title {
    margin-bottom: 0
}

.rating-summary-header {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: .875rem
}

.rating-summary-header .rating-item,
.rating-summary-header .reviews-item {
    display: flex;
    align-items: center;
    gap: 4px
}

.rating-summary-header .rating-value {
    font-weight: 500;
    color: #81858b
}

.rating-summary-header .reviews-count {
    color: #81858b;
    font-weight: 500;
    font-size: .875rem
}

.rating-summary-header .separator {
    color: #ddd;
    margin: 0 8px;
    font-size: 1rem
}

.single-row-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 12px 0 14px;
    text-align: right;
    width: 100%;
    position: relative;
    padding-bottom: .5rem
}

.single-row-container {
    position: relative;
    overflow: visible
}

.pagination,
.product-details-tabs-nav,
.products-grid {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.products-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-behavior: smooth
}

.products-grid::-webkit-scrollbar {
    display: none
}

.products-grid>a {
    flex: 0 0 calc(16.6667% - 6px);
    max-width: calc(16.6667% - 6px)
}

#relatedProductsCarousel>a {
    flex: 0 0 calc(20% - 6.4px);
    max-width: calc(20% - 6.4px)
}

@media screen and (min-width:601px) and (max-width:991.98px) {

    #relatedProductsCarousel>a,
    .products-grid>a {
        flex: 0 0 calc(33.3333% - 5.33px);
        max-width: calc(33.3333% - 5.33px)
    }

    .single-row-title {
        font-size: 1rem;
        padding-right: 1rem
    }
}

.single-row-section .product-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column
}

.single-row-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .9);
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    font-size: 1.2rem;
    color: #81858b;
    z-index: 5;
    outline: 0
}

.single-row-prev {
    right: 5px
}

.single-row-next {
    left: 5px
}

.single-row-nav-btn:hover {
    transform: translateY(-50%) scale(1.08);
    background: #fff
}

.single-row-nav-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
    transform: translateY(-50%)
}

@media screen and (max-width:600px) {

    .container,
    .container-fluid,
    main {
        overflow-x: hidden;
        max-width: 100%
    }

    .single-row-section {
        margin-top: 0;
        margin-bottom: 0
    }

    .products-grid {
        gap: 6px
    }

    #relatedProductsCarousel>a,
    .products-grid>a {
        flex: 0 0 calc(50% - 3px);
        max-width: calc(50% - 3px)
    }

    .single-row-title {
        font-size: 1rem
    }

    .single-row-nav-btn {
        display: flex
    }
}

@media screen and (max-width:480px) {

    .container,
    .container-fluid,
    main {
        overflow-x: hidden;
        max-width: 100%
    }

    .single-row-section {
        margin-top: 0;
        margin-bottom: 0
    }

    .products-grid {
        gap: 4px
    }

    #relatedProductsCarousel>a,
    .products-grid>a {
        flex: 0 0 calc(50% - 2px);
        max-width: calc(50% - 2px)
    }

    .single-row-nav-btn {
        display: flex
    }
}

.product-details-tabs-section {
    margin: 0;
    padding: 0
}

.product-details-tabs-container {
    background: #fff;
    border-radius: 0
}

.product-details-tabs-header {
    border-bottom: 1px solid #e0e0e2;
    padding: 0;
    margin: 0
}

.product-details-tabs-nav {
    display: flex;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto
}

.product-details-tabs-nav::-webkit-scrollbar {
    display: none
}

.product-details-tabs-nav-item {
    flex: 0 0 auto
}

.product-details-tabs-nav-link {
    display: block;
    padding: 1rem 1.5rem;
    color: #888;
    text-decoration: none;
    font-weight: 500;
    font-size: .95rem;
    border-bottom: 2px solid transparent;
    transition: .3s;
    white-space: nowrap;
    cursor: pointer;
    position: relative
}

.product-details-tabs-nav-link.active {
    color: #000;
    border-bottom-color: #dc3545;
    font-weight: 600
}

.product-details-tabs-content {
    padding: 1.5rem
}

.product-details-tab-pane,
.tab-expand-link.hidden {
    display: none
}

.product-details-tab-pane.active {
    display: block;
    animation: .3s fadeIn
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.product-details-content {
    line-height: 2;
    color: #3f4064;
    font-size: .95rem;
    text-align: justify;
    position: relative
}

.product-details-content.collapsed {
    max-height: 300px;
    overflow: hidden;
    position: relative
}

.product-details-content.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none
}

.tab-expand-controls {
    display: flex;
    justify-content: center;
    padding-top: 1rem
}

.tab-expand-link {
    color: #000;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 500;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer
}

.tab-expand-link:hover {
    color: #333
}

.product-specifications-table {
    width: 100%;
    border-collapse: collapse
}

.product-specifications-table tr {
    border-bottom: 1px solid #e0e0e2;
    text-align: right;
}

.product-specifications-table td {
    padding: .9rem 1rem;
    vertical-align: top
}

.product-specifications-table td:first-child {
    color: #212529;
    width: 40%
}

.product-specifications-table td:last-child {
    color: #3f4064;
}

@media (max-width:991.98px) {
    .custom-modal.show {
        align-items: flex-end
    }

    .custom-modal-content {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 12px 12px 0 0;
        transform: translateY(100%);
        margin: 0
    }

    .custom-modal.show .custom-modal-content {
        transform: translateY(0)
    }

    .custom-modal-header {
        padding: 16px 20px
    }

    .custom-modal-body {
        padding: 20px;
        font-size: .85rem
    }

    .custom-modal-title,
    .success-text {
        font-size: .8125rem
    }

    .product-details-content {
        font-size: 0.875rem;
    }

    .custom-modal-footer {
        padding: 0 20px 20px
    }

    .modal-product-image {
        width: 180px;
        height: 180px
    }

    .success-text {
        padding: 0
    }

    .success-text-container {
        margin: 0;
        padding: 0
    }

    .product-details {
        padding-top: 4rem
    }

    .custom-list li {
        font-size: 14px
    }

    #reviewsSection .single-row-title,
    .price-layout .final-price,
    .product-title {
        font-size: 1rem
    }

    .price-info p {
        font-size: .8rem
    }

    .pill-badge {
        font-size: .7rem;
        padding: 6px 10px
    }

    .pagination .page-item .page-link,
    .rating-summary-header .separator,
    .section-title {
        font-size: .875rem
    }

    .custom-list,
    .custom-list li {
        margin-right: 0
    }

    .mobile-add-to-cart .cart-btn-container {
        order: 1;
        flex-shrink: 0
    }

    .mobile-add-to-cart .price-info-container {
        order: 2;
        flex-shrink: 0;
        overflow: hidden;
        max-height: 100%
    }

    .mobile-add-to-cart .container {
        overflow: hidden;
        max-height: 100%
    }

    .mobile-add-to-cart .d-flex {
        overflow: hidden;
        max-height: 100%
    }

    .mobile-add-to-cart .price-layout {
        line-height: 1.2;
        margin: 0
    }

    .mobile-add-to-cart .price-layout .old-price-discount {
        margin-bottom: 0.25rem
    }

    .mobile-add-to-cart .final-price {
        line-height: 1.2
    }

    .cart-btn-container .btn {
        font-size: .75rem;
        padding: .75rem 2rem;
        font-weight: 500;
        line-height: 2.17;
        border-radius: 10px
    }

    .desktop-add-to-cart {
        display: none !important
    }

    .mobile-add-to-cart {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 999;
        padding: 12px 0;
        animation: .5s ease-out fadeInUp;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
        border-top: 1px solid #e9ecef;
        overflow: hidden;
        max-height: 90px
    }

    footer {
        margin-bottom: 90px
    }

    .d-block.d-sm-none::after {
        content: none !important
    }

    .see-all-container {
        display: none
    }

    #reviewsSection .review-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        cursor: pointer;
        transition: max-height .3s
    }

    .review-text {
        font-size: 12px !important
    }

    .price-layout .old-price-discount del,
    .rating-summary-header,
    .rating-summary-header .rating-value,
    .rating-summary-header .reviews-count,
    .variant-btn {
        font-size: .75rem
    }

    .variant-btn {
        padding: 8px 12px;
        min-width: 60px;
        min-height: 36px
    }

    .rating-summary-header .rating-item i,
    .rating-summary-header .reviews-item i {
        font-size: .875rem !important
    }

    .table-responsive {
        font-weight: 400;
        margin-top: -15px;
        font-size: .8125rem
    }

    .image-column {
        height: auto;
        display: block;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
        padding: 15px
    }

    .product-gallery {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .product-gallery .main-image img {
        width: 280px;
        height: 280px;
        object-fit: contain;
        border-radius: 12px;
        background: #fff
    }

    .product-gallery .thumbnails {
        display: flex;
        gap: 8px;
        margin-top: 12px;
        overflow-x: auto;
        justify-content: center;
        padding-bottom: 5px;
        width: 100%
    }

    .product-gallery .thumbnail {
        width: 56px;
        height: 56px;
        object-fit: contain;
        border: 2px solid transparent;
        border-radius: 8px;
        cursor: pointer;
        background: #fff;
        transition: border-color .2s;
        flex-shrink: 0
    }

    .product-gallery .thumbnail.active {
        border-color: #dc3545
    }

    #reviewsSection .single-row-header .btn {
        font-size: .75rem;
        padding: 6px 12px
    }

    .write-review-link {
        font-size: 0.75rem;
    }

    .write-review-link i {
        font-size: 0.875rem;
    }

    #reviewsSection .single-row-header {
        flex-wrap: nowrap;
        gap: 10px;
        align-items: center
    }

    #reviewsSection .single-row-title {
        margin: 0;
        flex: 1;
        min-width: 0
    }

    .product-details-tabs-nav-link {
        padding: .875rem 1.25rem;
        font-size: .875rem
    }

    .product-details-tabs-content {
        padding: 1.25rem 1rem
    }

    .product-specifications-table td {
        padding: .75rem .5rem;
        font-size: .875rem
    }

    .product-specifications-table td:first-child {
        width: 45%
    }

    .product-details-content.collapsed {
        max-height: 250px
    }

    .tab-expand-link {
        font-size: .85rem
    }
}

.pagination {
    flex-wrap: nowrap !important;
    overflow-x: auto
}

.pagination::-webkit-scrollbar {
    display: none
}

.pagination .page-item {
    flex-shrink: 0
}

.pagination .page-item .page-link {
    border: none;
    color: #212529;
    white-space: nowrap;
    font-weight: 500
}

.pagination .page-item.active .page-link {
    background-color: transparent;
    border: 1px solid #dc3545;
    color: #dc3545;
    border-radius: 6px
}

.pagination .page-item.disabled .page-link {
    background-color: transparent !important;
    color: #888;
    opacity: .6;
    cursor: not-allowed
}

.inline-margin-right-02 {
    margin-right: .2rem
}

.inline-font-size-14-weight-500 {
    font-size: 14px;
    font-weight: 500
}

.inline-margin-left-6 {
    margin-left: 6px
}

.inline-hr-border-top {
    border-top: 1px solid #ddd;
    margin: 1rem 0
}

.inline-hr-separator {
    border: none;
    height: 3px;
    background-color: #ccc;
    width: 100%
}

.inline-btn-border-radius {
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 500;
    white-space: nowrap
}

.inline-rating-summary-margin {
    margin-top: .5rem;
    margin-bottom: 1rem
}

.inline-separator-color {
    color: #ddd;
    margin: 0 8px
}

.inline-color-81858b {
    color: #81858b
}

.inline-label-font,
.inline-text-right-font {
    color: #222;
    font-weight: 500;
    font-size: .8125rem
}

.inline-pagination-gap {
    gap: .25rem;
    flex-wrap: nowrap;
    overflow-x: auto
}

.inline-modal-header-min-height {
    min-height: 60px
}

.inline-text-center-padding {
    padding: 5px 40px
}

.inline-modal-title-font {
    font-size: 1rem;
    font-weight: 600
}

.inline-modal-close-btn {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.inline-modal-footer-border {
    border-top: 1px solid #ddd
}

.inline-btn-border-radius-10 {
    border-radius: 10px;
    font-size: .875rem;
    padding: .9rem 0
}

.inline-modal-body-bg {
    background: #fff
}

.inline-textarea-font {
    font-size: .8125rem;
    padding-bottom: 5rem;
    resize: none
}

.inline-text-right-font {
    margin-bottom: .5rem
}

.inline-hr-light {
    border: none;
    height: 1px;
    background-color: #eee;
    width: 100%;
    margin: 1rem 0
}

.inline-anonymous-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 0
}

.inline-label-font {
    margin: 0;
    cursor: pointer
}

.inline-checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    background: #fff;
    transition: .2s
}

.inline-checkbox-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: opacity .2s
}

.inline-display-none {
    display: none
}

.inline-color-212529 {
    color: #212529
}

/* Remove border-top from footer in product page */
footer.border-top {
    border-top: none !important;
    margin-top: 0 !important;
}

.footer-top-section {
    padding: 0;
}