#dots{
    display:none;
}
.header-top_area .header-top_right > ul > li > a {
    font-size: 12px;
}
.section-title:before {
    background-color: #e5e5e5;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.main-nav > ul > li {
    display: inline-block;
    margin-right: 22px !important;
}
/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(168, 150, 150, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content1 {
    margin: auto;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 50%;
    text-align: center;
}

/* The Close Button */
.close1 {
    color: #fdfdfd;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
}
input[type=number]::-webkit-inner-spin-button {
    opacity: 1 !important;
}


.sp-area .sp-nav .sp-content .quantity {
    padding-top: 10px;
}

.header-middle_area .header-middle_nav {
    padding: 10px 0;
}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text1 {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}



/* Fading animation */
.fade1 {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
}
.mybutton {
    background-color: #060706; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 100%;
}
.mybutton1 {
    background-color: #000000; /* Green */
    border: none;
    color: #ffffff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.kenne-instagram_area {
    padding: 60px 0;
}
.banner-area-3 {
    padding: 60px 0 60px;
}
.minicart-btn_area a:hover{
    background-color: lightpink !important;
}

/*snackbar*/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#snackbar1 {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar1.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
/*endsnackbar*/

/*loader*/

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 }
    to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}
/*endloader*/

/*colors*/
.colors ul{list-style:none; padding:0; margin: 0;}

.colors li{margin: 0 20px 0 0; display: inline-block;}

.colors label{cursor: pointer;}

.colors input{display:none;}

.colors input[type="radio"]:checked + .swatch{box-shadow: inset 0 0 0 2px white;}

.swatch{
    display:inline-block;
    vertical-align: middle;
    height: 30px;
    width:30px;
    margin: 0 5px 0 0 ;
    border: 1px solid #d4d4d4;
}
#questions{
    margin-top: -100px;
}
.mdsdh{
    display: none;
}
@media only screen and (max-width: 600px) {
    .footer-top_area{
        padding: 30px 0px !important;
    }
    .mdsdh{
        display: block;
    }
    .marge{
        margin: 10px;
    }
    .marge a{
        color:white;
    }
    #video{
        height: 200px;
        width: 300px;
    }
    .modal-content1{
        width: 100%;
    }
    #saleproduct{
        display: none;
    }
    #saleproduct1{
        display: block !important;
    }

    #questions{
        margin-top: -0px;
    }
    .mycolum{
        width: 20%;
        float: left;
    }
    .mdn{
        display: none;
    }
    #pt35{
        padding-top: 35px !important;
    }
}

.your-order h3 {
    border-bottom: 0px solid #e5e5e5 !important;
    font-size: 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.countdown-wrap .countdown.item-4 .countdown__item {
    border: 1px solid #080808;
    display: inline-block;
    position: relative;
    width: 70px;
    padding: 10px 0;
    text-align: center;
    margin-left: 15px;
}
.grid-view_area .blog-item_wrap [class*="col-"]:not(:nth-child(-n+2)) .blog-item {
    margin-top: 0px !important;
}
.grid-view_area {
    padding: 50px 0;
}
.color-list_area .color-list .single-color {
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin-right: 5px;
    padding: 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

/* Floating Button */
#whatsapp-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 1000;
}

/* Popup */
#whatsapp-popup {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 320px;
    border-radius: 12px;
    display: none;
    z-index: 1000;
    overflow: hidden;
}

/* Chat Bubble */
.chat-bubble {
    background: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    max-width: 90%;
}
.fa-paper-plane:before {
    content: "\f1d8";
    color: black;
}
/* Custom styles for Laravel pagination */
.pagination {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination a,
.pagination span {
    padding: 10px 15px;
    background-color: #fdd7e9;
    color: #000000;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.pagination a:hover {
    background-color: #fdd7e9;
}

.pagination .active span {
    background-color: #000000;
}

.pagination .disabled a,
.pagination .disabled span {
    background-color: #ddd;
    cursor: not-allowed;
}

.minicart-product{
    border: 1px solid black;
    padding: 5px;
    padding-bottom: 0px !important;
    margin-bottom: 5px;
}
.header-bottom_area{
    border-bottom: 1px solid #e5e5e5;
}
.kenne-content_wrapper {
    padding: 30px 0 95px;
}
@media only screen and (max-width: 767px) {
    .kenne-content_wrapper {
        padding: 30px 0 95px !important;
    }
    .container-fluid{
        padding: 0px !important;
    }
    .kenne-content_wrapper .kenne-sidebar-catagories_area {
        padding-top: 40px;
    }
    .kenne-content_wrapper .kenne-paginatoin-area .kenne-pagination-box {
        display: flex;
    }
}
.custom-active{
    color: #df2121 !important;
    font-size: 16px !important;
}
.disabled-end{
    padding: 0 25px;
}
.disabled-start{
    padding: 0 0 0 25px;
}
.breadcrumb-area {
    background: none;
    min-height: 100px;
    position: relative;
    background-color: #f6f6f6;
}
.breadcrumb-area .breadcrumb-content {
    left: 50%;
    top: 60%;
}
.breadcrumb-area .breadcrumb-content > h2 {
    font-size: 16px;
}
.kenne-cart-area , .checkout-area{
    padding: 40px 0;
}
.your-order {
    background: #f5f5f5;
    padding: 30px 20px 30px;
}
.sp-area {
    padding: 40px 0 0;
}
.product-item .single-product:hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
.product-item .single-product {
    border: 1px solid #e5e5e5;
    padding: 0px 0px 20px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sidebar-categories_menu{
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.kenne-content_wrapper .shop-product-wrap.grid .product-item .single-product .product-img img{
    padding: 10px;
    border-radius: 25px;
}

.kenne-content_wrapper .shop-product-wrap.grid .product-item .single-product .product-img img:hover{
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transform: translateY(-4px);
}
.my-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.my-breadcrumb-item + .my-breadcrumb-item::before {
    content: ">";
    padding: 0 0.5rem;
    color: #6c757d;
}

.my-breadcrumb-item a {
    text-decoration: none;
    color: #0d6efd;
}

.my-breadcrumb-item a:hover {
    text-decoration: underline;
}

.my-breadcrumb-item.active {
    color: #6c757d;
}
.sidebar {
    position: fixed;
    top: 0;
    right: -350px; /* hidden by default */
    width: 350px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    z-index: 1100;
    padding: 20px;
    overflow-y: auto;
}

/* Active state */
.sidebar.active {
    right: 0;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #333;
    margin-bottom: 20px;
}

/* Overlay (background dark) */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
}

.overlay.active {
    display: block;
}

/* Menu toggle button */
.menu-toggle {
    background: #111;
    color: #fff;
    border: none;
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.menu-toggle i {
    margin-right: 6px;
}

/*custom sort dropdown*/
.custom-sort-dropdown {
    padding: 6px 12px;
    border: 1px solid #f8bbd0; /* light pink */
    border-radius: 8px;
    background-color: #fff;
    font-size: 0.9rem;
    color: #444;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.custom-sort-dropdown:hover {
    border-color: #ec407a; /* darker pink */
    box-shadow: 0 2px 6px rgba(236, 64, 122, 0.2);
}

.custom-sort-dropdown:focus {
    border-color: #d81b60;
    box-shadow: 0 0 0 0.2rem rgba(216, 27, 96, 0.2);
}

.shop-sort-wrapper label {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

/* Sidebar */
.pro-sidebar .pro-widget {
    border-radius: .75rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f8d7da; /* soft pink border */
    box-shadow: 0 3px 10px rgba(255, 192, 203, 0.25);
}
.pro-title {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #d63384; /* energetic pink */
    letter-spacing: 0.5px;
}

/* Categories */
.pro-category-link {
    color: #444;
    transition: 0.3s;
    padding-left: 10px;
    border-left: 3px solid transparent;
}
.pro-category-link:hover {
    background: #fff0f5;
    color: #d63384;
    border-left: 3px solid #ff69b4; /* hot pink accent */
    text-decoration: none;
}
.pro-category-link.active {
    background: #ff69b4;
    color: #fff !important;
    font-weight: 600;
}

/* Subcategories */
.pro-subcategory-link {
    font-size: 0.85rem;
    color: #6c757d;
    transition: 0.3s;
    padding-left: 5px;
}
.pro-subcategory-link:hover {
    color: #e83e8c;
    text-decoration: none;
}

/* Size Filter Buttons */
.btn-outline-dark {
    border-color: #f8d7da;
    color: #d63384;
}
.btn-outline-dark:hover {
    background: #ffb6c1;
    border-color: #ff69b4;
    color: #fff;
}

/* Color Swatches */
.pro-color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    border: 2px solid #ddd;
}

.pro-color-swatch.active {
    border: 2px solid #000; /* highlight active color */
}

.pro-color-swatch i {
    color: #fff !important;   /* force tick to white */
    font-size: 14px;
    position: absolute;
}

.pro-color-swatch:hover {
    transform: scale(1.15);
    border-color: #ff69b4;
}

/* Product Items */
.pro-product-item {
    color: #333;
    transition: 0.3s;
    border-radius: .5rem;
    padding: 5px;
}
.pro-product-item:hover {
    text-decoration: none;
    background: #fff0f5;
    color: #d63384;
}
.pro-product-img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: .35rem;
    border: 1px solid #f8d7da;
}
.pro-product-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #444;
}
.pro-product-price {
    font-size: 0.85rem;
    color: #e83e8c;
    font-weight: 700;
}
/* Subcategory active */
.pro-subcategory-link.active {
    color: #d63384; /* pink */
    font-weight: 600;
}
.category-toggle {
    color: #6c757d;
    text-decoration: none;
}
.category-toggle:hover {
    color: #d63384;
    text-decoration: none;
}
/* Size Box */
.pro-size-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 40px;
    border: 2px solid #f8d7da; /* light pink border */
    border-radius: .5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #d63384;
    background: #fff;
    transition: 0.3s;
    text-decoration: none;
}
.pro-size-box:hover {
    background: #fff0f5;
    border-color: #ff69b4;
    color: #d63384;
    transform: translateY(-2px);
}
.pro-size-box.active {
    background: #ff69b4;
    border-color: #ff69b4;
    color: #fff;
    box-shadow: 0 3px 6px rgba(214, 51, 132, 0.3);
}
.sidebar-content{
    margin-top: 20px;
}

.category-title {
    font-size: 1.1rem;
}

.product-count p {
    font-size: 0.9rem;
    color: #666;
}

.filter-toggle {
    font-weight: 600;
    cursor: pointer;
}
/*prooduict card*/
.product-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* Badges */
.product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 1000;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 2px 8px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.badge i {
    margin-right: 4px;
    font-size: 10px;
}

.badge.new { background: linear-gradient(135deg, #22c55e, #16a34a); }
.badge.sale { background: linear-gradient(135deg, #ef4444, #dc2626); }
.badge.sweet { background: linear-gradient(135deg, #f472b6, #ec4899); }
.badge.top10 { background: linear-gradient(135deg, #fbbf24, #f59e0b); }

/* Image */
.image-wrapper {
    display: block;
    overflow: hidden;
}

.product-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-wrapper:hover .product-image {
    transform: scale(1.05);
}

/* Info */
.product-info {
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 0 10px;
}

.product-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 8px 0;
}

.product-title a {
    text-decoration: none;
    color: inherit;
}

.product-prices {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.product-price-original {
    font-size: 18px;
    font-weight: 600;
    color: #e63946;
}

.product-price-discounted {
    font-size: 16px;
    color: #888;
    text-decoration: line-through;
}

/* Favorite Heart */
.favorite-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}

.favorite-btn i {
    font-size: 20px;
    color: #e63946;
    transition: transform 0.2s ease, color 0.2s ease;
}

.favorite-btn:hover {
    background: #e63946;
}

.favorite-btn:hover i {
    color: #fff;
    transform: scale(1.2);
}

/* Mobile */
@media (max-width: 768px) {
    .badge {
        font-size: 10px;
        padding: 2px 6px;
    }
    .badge i {
        margin-right: 2px;
        font-size: 9px;
    }
    .product-badges {
        top: 6px;
        left: 6px;
        gap: 4px;
    }
}
