@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* global  */

:root {
    --primary: #2c5aa0;
    --success: #28a745;
    --warning: #ffc107;
    --light-gray: #e9e9e9;
    --border-color: #e9ecef;
    --text-dark: #212529;
    --text-light: #6c757d;
    --shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

header [class*=" icon-"], header [class^=icon-]{
    font-size: 15pt;
}

h2.title {
    font-size: .520833333in;
    font-weight: 300;
}

input,
select,
textarea {
    border-radius: 0.5rem !important;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .main-content {
        margin-top: 120px;
    }
}

div#content {
    margin-bottom: 5rem;
}

/* login register  */

.page-forget-password,
.page-login-register {
    margin-bottom: .729166667in;
}

[class~=page-login-register] [class~=box-form-login] {
    border: 0px;
}

/* login register end  */

/* header start  */

[class~=site-header] [class~=header-page-link] [class~=login-header]>a {
    padding-right: 0px;
    margin-left: 1rem;
}

#site-footer [class~=footer] [class~=block-image] {
    width: 150px;
}

[class~=site-header] [class~=header-page-link] [class~=login-header]>a:after {
    display: none;
}

[class~=site-header] [class~=header-page-link] [class~=login-header]>a:first-child {
    margin-left: 0rem;
}


header {
    transition: all 0.3s ease;
}

.header-scrolled {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


/* header end  */




/* banner  */

[class~=block-banners] [class~=block-widget-banner] [class~=banners] [class~=banner-image] img {
    height: 614px;
    object-fit: cover;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

/* banner end  */



/* products  */
[class~=ruper-topcart][class~=dropdown] [class~=mini-cart][class~=show] [class~=cart-popup],
[class~=block-newsletter] [class~=newsletter-form] [class~=btn-submit] input[type=submit],
[class~=wishlist-popup] [class~=wishlist-popup-inner] [class~=wishlist-popup-content],
.product-detail,
.content-image,
.block-widget-video,
[class="product-thumb-hover"],
[class~=block-banners] [class~=block-widget-banner] {
    border-radius: 1rem !important;
    overflow: hidden;
}


[class~=pagination] ul li span[class~=current],
[class~=pagination] ul li a[class~=prev],
[class~=pagination] ul li a,
[class~=back-top][class~=button-show],
.button,
.product-btn,
.btn-add-to-cart,
.quantity,
.btn,
.wishlist-continue,
a.wishlist-page,
.button-black,
.button-white,
[class~=button] {
    border-radius: 0.5rem !important;
}

a.product-btn.button {
    border-radius: 0px;
}


/* products end  */



/* shop  */

.filter-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-items li {
    margin-bottom: 6px;
}

.filter-items.color .color-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}

.block-product-filter h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.block-product-filter .block-content {
    margin-bottom: 20px;
}


/* shop end */


.product-entry {
    cursor: pointer;
    transition: transform 0.2s ease;
}



/* wishlist  */


.shop-wishlist {
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    padding: 20px 25px;
}

.wishlist-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wishlist-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fafafa;
    border-radius: 12px;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.wishlist-item:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.wishlist-item-remove {
    cursor: pointer;
    font-size: 20px;
    color: #888;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.wishlist-item-remove:hover {
    color: #000;
}

.wishlist-item-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.wishlist-item-info {
    flex: 1;
    margin-left: 20px;
}

.wishlist-item-name a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.wishlist-item-name a:hover {
    text-decoration: underline;
}

.wishlist-item-price {
    margin: 8px 0;
    font-size: 16px;
    color: #111;
}

.wishlist-item-price del {
    color: #888;
    margin-right: 8px;
}

.wishlist-item-price ins {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.wishlist-item-time {
    font-size: 14px;
    color: #777;
}

.wishlist-item-actions {
    text-align: right;
}

.wishlist-item-stock {
    font-size: 14px;
    color: #2d2d2d;
    margin-bottom: 10px;
}

.product-btn.button {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.product-btn.button:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

/* 🧱 Responsive */
@media (max-width: 768px) {
    .wishlist-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .wishlist-item-image img {
        width: 100%;
        height: auto;
    }

    .wishlist-item-info {
        margin: 10px 0;
    }

    .wishlist-item-actions {
        width: 100%;
        text-align: left;
    }
}



/* shop-detail  */


.product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    font-size: 1rem;
    color: #444;
    margin-top: 20px;
    border-top: 1px solid #ececec;
    padding-top: 16px;
}

.product-meta>span {
    display: flex;
    align-items: center;
    background-color: #fbfbfb;
    border-radius: 8px;
    padding: 8px 12px;
    transition: box-shadow 0.3s ease;
    cursor: default;
    user-select: none;
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
    margin-bottom: 1rem !important;
}

.product-meta>span span {
    text-transform: capitalize !important;
    letter-spacing: 0px;
}

.product-meta span strong,
.product-meta span .sku,
.product-meta span .sku-wrapper,
.product-meta span .posted-in,
.product-meta span .tagged-as {
    font-weight: 600;
    margin-right: 6px;
}

.product-meta span .sku {
    font-weight: 400;
    color: #007bff;
    margin-left: 4px;
}

.product-meta span.availability .sku {
    color: #28a745;
    /* green for in-stock */
    font-weight: 600;
}

.product-meta span.shipping-info .sku {
    color: #17a2b8;
    /* info color */
    font-weight: 500;
}

.product-meta span.product-dimensions .sku,
.product-meta span.product-material .sku,
.product-meta span.care-instructions .sku,
.product-meta span.average-rating .sku,
.product-meta span.warranty-info .sku {
    color: #555;
    font-weight: 400;
}

/* Responsive stacking for smaller screens */
@media (max-width: 600px) {
    .product-meta {
        flex-direction: column;
        gap: 10px 0;
    }

    .product-meta span {
        width: 100%;
        justify-content: flex-start;
    }
}

/* Product Img  Section  */

.products-list.grid .product-wapper .products-thumb .product-thumb-hover {
    transition: transform 0.5s ease;
}

.products-list.grid .product-wapper .products-thumb .product-thumb-hover:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

.cart-product-added {
    display: none;
}

.products-list.grid .product-wapper .products-thumb .product-button .btn-add-to-cart .added-to-cart:before {
    content: "\4e" !important;
    font-family: ElegantIcons;
    left: -2px;
}

.products-list.grid .product-wapper .products-thumb .product-thumb-hover .post-image{
    object-fit: cover;
}

a.added-to-cart.product-btn {
    pointer-events: none;
}

.hover-image {
    display: none !important;
}

/* Register form  */


.page-login-register .box-form-login .box-content .box-check {
    width: auto !important;
}


/* order details page */

.order-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    border-radius: 16px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.order-header {
    padding: 25px 30px;
    border-bottom: 1px solid var(--border-color);
    background-color: var(--light-gray);
}

.order-number {
     color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.order-date {
    color: var(--text-light);
    font-size: 16px;
}

.order-status {
    display: inline-block;
    padding: 0;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    color: #000;
    margin-top: 0px;
    top: -2px;
}

.status-processing {
    background-color: var(--warning);
    color: var(--text-dark);
}

.status-shipped {
    background-color: black;
    color: white;
}

.status-delivered {
    background-color: var(--success);
    color: white;
}

.section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-dark);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}

.order-summary{
   background-color:var(--light-gray);
}

.order-summary-card {
    /* background-color: var(--light-gray); */
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    /* border: 1px solid lightgray; */
}

.product-item {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid lightgray;
}

.product-item:last-child {
    border-bottom: none;
}

.product-image img{
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 40px;
    margin-right: 20px;
    border: 1px solid var(--border-color);
}

.product-details {
    flex: 1;
}

.product-name {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 17px;
}

.product-sku {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 5px;
}

.product-price {
    font-weight: 700;
    font-size: 18px;
    color: var(--text-dark);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-total {
    font-weight: 700;
    font-size: 18px;
    padding-top: 15px;
    margin-top: 10px;
    border-top: 2px solid var(--border-color);
}

@media (min-width:992px) {
    .page-container {
        max-width: 1140px;
        margin: 0 auto
    }

    .page-sidenav {
        display: block !important
    }
}

.padding {
    padding: 2rem
}

.w-32 {
    width: 32px !important;
    height: 32px !important;
    font-size: .85em
}

.tl-item .avatar {
    z-index: 2
}

.circle {
    border-radius: 500px
}

.gd-warning {
    color: #fff;
    border: none;
    background: #f4c414 linear-gradient(45deg, #f4c414, #f45414)
}

.timeline {
    position: relative;
    border-color: rgba(160, 175, 185, .15);
    padding: 0;
    margin: 0
}

.p-4 {
    padding: 1.5rem !important
}

.block {
    /* background: #fff; */
    border-width: 0;
    border-radius: .25rem;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); */
    margin-bottom: 1.5rem
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.tl-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.tl-item>* {
    padding: 10px 10px 2rem 20px;
    margin-bottom: 0rem;
}

.tl-item .avatar {
    z-index: 2
}

.tl-item:last-child .tl-dot:after {
    display: none
}

.tl-item:last-child .tl-dot:after {
    display: none
}

.tl-item.active .tl-dot:before {
    border-color: #000000;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

.tl-content p:last-child {
    margin-bottom: 0
}

.tl-date {
    font-size: .85em;
    margin-top: 2px;
    /* min-width: 100px; */
    /* max-width: 100px */
    color: #222;
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15)
}

.b-warning {
    border-color: var(--light-gray) !important;
}

.b-primary {
    border-color: var(--light-gray) !important;
}

.b-danger {
    border-color: var(--light-gray) !important;
}

.action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.btn-primary-custom {
    background-color: black;
    border: none;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-primary-custom:hover {
    background-color: black;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-outline-custom {
    border: 1px solid black;
    color: var(--text-dark);
    background-color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-outline-custom:hover {
    opacity: 0.8;
}

.info-card {
    /* background-color: var(--light-gray); */
    border-radius: 12px;
    /* border: 1px solid var(--border-color); */
    height: 100%;
}

.info-item {
    margin-bottom: 15px;
}

.info-label {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}

.delivery-estimate {
    background: black;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    color: white;
}

.delivery-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.delivery-date {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

 .products-list.grid .product-wapper .products-thumb .product-button>* {
      text-align: end;
  }

  .products-list.list .product-wapper .products-content .alert.alert-warning.out-of-stock {
    display: inline-block;
    text-align: center;
    height: 42px;
    position: relative;
    clear: both;
    padding: 0 30px;
    background: #000;
    border: 1px solid #000;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #fffbe6; 
    color: #856404; 
    border: 1px solid #ffeeba;
};


@media (max-width: 768px) {
    .progress-steps {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .progress-step {
        flex: 0 0 calc(50% - 30px);
        margin-bottom: 30px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .order-header {
        padding: 20px;
    }
}

.divider {
    height: 1px;
    background-color: var(--primary);
    margin: 30px 0;
}

.rating-stars {
    color: #ffc107;
    margin-bottom: 10px;
}

.info-item:last-child{
    margin-bottom: 0;
}

i.fa.fa-play {
    transform: translate(0px, 25px);
}

/* Privacy Policy Section */

 /* .privacy-wrapper {
        font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
        color: #333333;
        line-height: 1.7;
    }
    
    .privacy-navbar {
        background-color: #000000;
        padding: 1rem 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .privacy-logo {
        color: #ffffff;
        font-weight: 700;
        font-size: 1.5rem;
        text-decoration: none;
    }
    
    .privacy-nav-link {
        color: #ffffff !important;
        font-weight: 500;
        margin: 0 0.5rem;
        transition: color 0.3s;
    }
    
    .privacy-nav-link:hover {
        color: #cccccc !important;
    }
    
    .privacy-banner {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                    url('https://explosify.digital/wp-content/uploads/2023/05/Explosify-Privacy-Policy.jpg');
        background-size: cover;
        background-position: center;
        height: 60vh;
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    
    .privacy-banner-content {
        margin: auto;
        text-align: center;
    }
    
    .privacy-banner-title {
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        color: white;
    }
    
    .privacy-banner-description {
        font-size: 1.2rem;
        opacity: 0.9;
    }
    
    .privacy-content-section {
        padding: 5rem 0;
    }
    
    .privacy-section-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 3rem;
        color: #000000;
        position: relative;
    }
    
    .privacy-section-title:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 80px;
        height: 4px;
        background-color: #000000;
    }
    
    .privacy-policy-card {
        border: none;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        margin-bottom: 2rem;
        transition: transform 0.3s, box-shadow 0.3s;
    }
    
    .privacy-policy-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    
    .privacy-card-header {
        background-color: #000000;
        color: #ffffff;
        border-radius: 10px 10px 0 0 !important;
        padding: 1.5rem;
    }
    
    .privacy-card-title {
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0;
        color: white;
    }
    
    .privacy-card-body {
        padding: 2rem;
    }
    
    .privacy-highlight-box {
        background-color: #f8f9fa;
        border-left: 4px solid #000000;
        padding: 2rem;
        margin: 2rem 0;
        border-radius: 0 8px 8px 0;
    }
    
    .privacy-footer {
        background-color: #000000;
        color: #ffffff;
        padding: 4rem 0 2rem;
    }
    
    .privacy-footer-title {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
        color: #ffffff;
    }
    
    .privacy-footer-link {
        color: #cccccc;
        text-decoration: none;
        display: block;
        margin-bottom: 0.8rem;
        transition: color 0.3s;
    }
    
    .privacy-footer-link:hover {
        color: #ffffff;
    }
    
    .privacy-copyright {
        border-top: 1px solid #333333;
        padding-top: 2rem;
        margin-top: 3rem;
        text-align: center;
        color: #999999;
    }
    
    .privacy-icon-box {
        width: 60px;
        height: 60px;
        background-color: #000000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    
    .privacy-icon {
        color: #ffffff;
        font-size: 1.5rem;
    }
    
    .privacy-back-to-top {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
        background-color: #000000;
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 1000;
    }
    
    .privacy-back-to-top.show {
        opacity: 1;
    }
    
    @media (max-width: 768px) {
        .privacy-banner-title {
            font-size: 2.5rem;
        }
        
        .privacy-section-title {
            font-size: 2rem;
        }
    }      */


    