.hide{
    display: none;
}
.collapse.show{
    display: revert;
    padding-right: 10px;
}
.show{
    display: block;
}
.axil-order-summery.order-checkout-summery .summery-table td{
    padding:10px !important;
}
.color-variant li a span .color {
    display: block;
    line-height: 1;
    border-radius: 50%;
    border: none;
}
.color-variant li.active a span {
    border-color: #aae6f8 !important;
}
.color-variant li a > span {
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
}
.single-product-content .inner .product-variation .color-variant li a > span .color {
    width: 24px !important;
    height: 24px !important;
}
.color-variant li a > span {
    border: 2px solid rgba(0,0,0,0);
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: var(--transition);
}
a.axil-btn.wishlist-btn.active, button.axil-btn.wishlist-btn.active {
    border-color: var(--color-primary);
}
a.axil-btn.wishlist-btn.active::before, button.axil-btn.wishlist-btn.active::before {
    visibility: visible;
    opacity: 1;
    transform: scale(1.2);
}
a.axil-btn.wishlist-btn.active i, button.axil-btn.wishlist-btn.active i {
    color: var(--color-white);
}
.jk-modal-body-fail p {
    color: red;
    margin: 0px !important;
    text-align: center;
    font-size: 14px;
}
.jk-mobile-header-search {

    background: #eee;
   /* box-shadow: inset 0px 0px 3px 0px #00000021;
    border: 1px solid #d6d1d1;*/
    border-radius: 6px !important;
    font-size: 15px;
    height: 40px;
    padding: 7px 20px 5px 15px;
    color: var(--color-);
    margin-top: 10px;
}
.jk-mobile-header-search i {
    margin-right: 10px;
    font-size: 19px;
}

/* shimmer base */
.skeleton {
    position: relative;
    overflow: hidden;
    background: #e9ecef;
    border-radius: 10px;
}

/* shimmer animation */
.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.65), transparent);
    animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
    0% { left: -150px; }
    100% { left: 100%; }
}

/* helpers */
.skeleton-line { height: 12px; margin: 8px 0; border-radius: 8px; }
.skeleton-img { height: 160px; border-radius: 12px; }
.skeleton-btn { height: 36px; width: 120px; border-radius: 10px; }
.disabled-link {
    pointer-events: none;
}
