.slider-head {
    display: ;
    grid-template-columns: 1fr;
    overflow: hidden;
    grid-gap: 20px;
    height: auto;
    width: 100%;
}







.slider-sideshow {
    grid-gap: 20px;
    display: grid;
    align-items: center;
    align-content: stretch;
    height: -webkit-fill-available;
    
}




.slider-sideshow div {
    border-radius: 10px;
    width: 1fr;
    min-height: 200px;
    height: -webkit-fill-available;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: background-size 1500ms linear;
}




.slider-sideshow div div {
    position: absolute;
    top: 0;
    height: -webkit-fill-available;
    left: 0;
    padding: 20px;
    display: grid;
    grid-auto-columns: 1fr;
    font-size: ;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    justify-items: center;


}


.slider-sideshow div div a {
    padding: 10px;
    background: #FFDC00;
    display: flex;
    align-items: center;
    grid-gap: 6px;

}

.slider-sideshow div div a i {
    font-size: 14px;
}


.slider-sideshow div div b {
    color: white;
    font-size: x-large;
    font-family: sans-serif;
    text-shadow: -1px 0px 5px #000000;
}



.slider-sideshow div div a:hover {
    padding: 10px;
    background: green;
    color: white;
}





.slider-sideshow div:hover {
    background-size: 120%;
}





























.blt {
    font-family: fantasy;
    font-kerning: auto;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: darkgreen;
    -webkit-text-fill-color: transparent;

}







marquee {
    padding: 20px;
    width: 100%;
    background-image: url(../image/bg-marquee.jpg);
    display: flex;
    font-family: "Roboto", Sans-serif;
    font-size: 25.9px;
    font-weight: 500;
    text-transform: none;
    font-size: 25.9px;
    line-height: 1.3;
    align-items: baseline;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: var(--e-global-color-ca5e67c);
    font-weight: bold;
    user-select: none;
}



























.sidediv {
    width: 100%;
    min-height: 400px;
    display: grid;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 20px;
}




.sidediv span {
    font-size: xxx-large;
    color: white;
    text-shadow: -2px -3px 3px black;
    align-self: center;

}


























#scrollBox {
    display: flex;
    /* <---  here */
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-x: auto;
    -ms-overflow-y: hidden;
    white-space: nowrap;
    width: auto;
    float: left;
    grid-gap: 10px;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;

    scrollbar-width: none;
    transition: transform 0.3s ease-in-out;
}

#scrollBox > a {
    /* <---  and here */
    border: 1px solid black;
    width: 200px;
    height: 100%;
    margin: 2px;
}




#scrollBox > a:hover {



    transform: scale(1.01);

}














@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.card.animated {
    animation: pulse 2s infinite;
}






.home-div-psdr{
    background-color: #b0e0e6bd;
}




.border{
   border-color:  #48d904 !important;
}















.hpdtcnt {
    border: 1px solid black;

}





























.cardsale {

    width: auto;
    height: auto;
    position: absolute;
    margin: 0;
    padding: 10px;
    display: grid;
    grid-gap: 5px;

}







.cardsale button {
    padding: 2px 5px;
    color: #f0592a;
    font-size: small;
    font-weight: 500;
    border-radius: 5px;
    background-color: #ffecd6;
    text-align: ce;
}





.cardsale i {
    padding: 2px 5px;
    color: #ffffff;
    font-size: small;
    font-weight: 500;
    border-radius: 5px;
    background-color: #019267;
    text-align: center;
    font-style: normal;
}





.fnt {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}



#products {
    --scroll-speed: 13s;
}











#offers {
    background-image: url('../image/9.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}
















.home-h2 {
    font-family: "Roboto", Sans-serif;
    font-size: 28.6px;
    font-weight: revert;
    text-transform: none;
    line-height: 1.4;
    display: flex;
    align-items: center;
}








.home-h2 span {
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    border-left: 1px solid gray;
    padding-left: 20px;
    margin-left: 10px;
    color: gray;
}



.home-a {
    padding: 7px 15px;
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343131;
    border-color: #e1e2e3;
    background-color: transparent;
    border: 2px solid;
    border-radius: 30px;
    grid-gap: 14px;

}






























/* product.php  start  */
.rew {
    display: grid;
    justify-items: center;
}







.product-image {
    max-height: 400px;
    object-fit: cover;
    align-self: center;

}




.img-card {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    grid-gap: 10px;
    width: 100%;
}




.thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.thumbnail:hover,
.thumbnail.active {
    opacity: 1;
}







/* product.php  end  */

















.product-quantity {
    display: flex;
    align-items: center;
    margin-bottom: ;
}

.quantity-btn {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 5px;
    cursor: pointer;
    font-size: 16px;
    color: black;
}

.quantity-input {
    width: 30px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 5px;
    color: black;
    -moz-appearance: textfield;
    /* Hide arrows in Firefox */
}

/* Hide arrows in Chrome, Safari, Edge */
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.add-to-cart-btn {
    background-color: #019267;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.add-to-cart-btn:hover {
    background-color: #f0592a;

}

.add-to-cart-btn-pdt {
    background-color: #019267;
    color: white;
    border: none;

    cursor: pointer;




}

.add-to-cart-btn-pdt:hover {
    background-color: #f0592a;

}

.add-to-cart-btn i {
    font-size: 18px;
}











.grid-pdt-auto {
       display: grid;
    grid-template-columns: repeat(auto-fill, minmax(auto,280px));
    justify-content: space-around;
    row-gap: 2em;
}








.product-card div {
    width: -webkit-fill-available;
    overflow: hidden;
    /* Hides the overflowing content */
    white-space: nowrap;
    /* Prevents text from wrapping to the next line */
    text-overflow: ellipsis;
    /* Displays an ellipsis (...) to indicate clipped text */

}



.product-card {

    position: relative;

}



.product-card h3 {


    overflow: hidden;
    /* Hides the overflowing content */
    white-space: nowrap;
    /* Prevents text from wrapping to the next line */
    text-overflow: ellipsis;
    /* Displays an ellipsis (...) to indicate clipped text */


}










#a,
#a1,
#a2,
#a3,
#a4 {
    cursor: pointer;
    display: none;
}








.category-item {
    align-items: center;
    display: grid;
    justify-items: center;
}




.category-item img {}



/* The viewport for the carousel - hides content outside its bounds */
.logo-carousel {
    overflow: hidden;
    white-space: nowrap;
    /* Keep slides on one line */
    width: 100%;
    position: relative;

}



/* Ensure images fit their container */
.swiper-slide img {
    width: 100%;
    /* Or set explicitly to 200px */
    height: 200px;
}




.logo-swiper-slide {

    width: fit-content !important;
    padding: 10px;
    border-radius: 50%;

}




.logo-slider-container {
    display: flex;
    overflow: auto;
    scrollbar-width: none;
    user-select: none;
    counter-set: auto;
    -webkit-user-modify: read-only;
    scroll-initial-target: revert;
    scroll-behavior: auto;

    position: relative;
}






.logo-slider-container div {


    user-select: none;
    -webkit-user-modify: read-only;


}



.prevBtn {
    display: flex;
    position: absolute;
    border-radius: 10px;
    left: 0;
    vertical-align: middle;
    height: 100%;
    align-content: center;
    flex-wrap: nowrap;
    padding: 20px;
    align-items: center;
    align-items: center;
    top: 0;
}

.nextbtn {
    display: flex;
    position: absolute;
    border-radius: 10px;
    right: 0;
    vertical-align: middle;
    height: 100%;
    align-content: center;
    flex-wrap: nowrap;
    padding: 20px;
    align-items: center;
    align-items: center;
    top: 0;
}


/* Container for product swiper to handle positioning */
.myProductSwiper {
    position: relative;

}

/* Style the previous and next buttons */
.product-prev,
.product-next {
    /* Base styles to override Swiper defaults */
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    z-index: 10;

    /* Centering the icon with Flexbox */
    display: flex;
    justify-content: center;
    align-items: center;

    /* Appearance */
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #333;
    transition: background-color 0.3s ease;
}

/* Style for the previous button */
.product-prev {
    left: 20px;
}

/* Style for the next button */
.product-next {
    right: 20px;
}

/* Hover effect for the buttons */
.product-prev:hover,
.product-next:hover {
    background-color: #fff;
}

/* Hide the default Swiper icon and add custom arrow icon */
.product-prev::after,
.product-next::after {
    font-size: xxx-large;
    font-weight: bold;
    line-height: 1;
    /* Ensures perfect vertical centering */
    content: ;
    /* Erase Swiper's default icon */
}

.product-prev::after {
    content: ;
}

.product-next::after {
    content: ;

}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .product-prev {
        left: 5px;
    }

    .product-next {
        right: 5px;
    }
}



































































/* ... (existing styles trusted patner) ... */
.partners-section {
    padding: 0;

}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2em;
    color: #333;
}

.myPartnersSwiper {
    padding: 0;
}

.myPartnersSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.myPartnersSwiper .swiper-slide img {
    width: auto;
    /* Adjust max width for logos */
    height: 300px;
    filter: grayscale(100%);
    /* Logos are grayscale by default */
    opacity: 0.9;
    /* Slight transparency */
    transition: all 0.3s ease;
}

.myPartnersSwiper .swiper-slide img:hover {
    filter: grayscale(0%);
    /* Full color on hover */
    opacity: 1;
    /* Opaque on hover */
}

.myPartnersSwiper .swiper-slide {
    pointer-events: none;
    /* Prevents logos from stopping the scroll */
}

.myPartnersSwiper .swiper-slide img {
    /* Existing image styles */
    pointer-events: all;
    /* Re-enables pointer events for the hover effect */
}




























.containera {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem;
    background-image: url('../image/bg-marquee.jpg');
    /* Assuming the main container is a clean white */
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.content {
    flex-grow: 1;
}

.header-labels {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.label {
    padding: 8px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #fff;
}

.trend {
    background-color: #e57342;
}

.offer {
    background-color: #fdd835;
    color: #333;
}

.main-text {
    font-size: 26px;
    font-weight: bold;
    color: #633327;
    margin-bottom: 20px;
}

.product-list {
    font-size: 12px;
    color: black;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.checkmark {
    color: black;
    font-weight: 200;
    margin-right: 2px;
}

.check-products-button {
    background-color: #633327;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.check-products-button:hover {
    background-color: #7d4434;
}




.containerhome {
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 20px;

}


.containerhome-image {
    width: 300px;
    max-width: 300px;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    justify-content: space-around;
    gap: 20px;
    color: red;
    transition: background-size 3s;


}



.containerhome-image:hover {
    background-size: 150%;

}












.review-card {
    width: 250px !important;
    max-width: 250px;
    overflow: hidden;
    height: 300px !important;
    max-height: 300px;
    padding: 10px;
    flex-direction: column;
    justify-content: space-around !important;
    align-items: self-start !important;
    white-space: normal;
}



.review-card p {
    height: 100px;
    /* Or max-height */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Optional, for visual indication */

}







.review-card h2 {
    display: flex;
    justify-content: flex-start;
    grid-gap: 10px;
    font-weight: 600;
    white-space: nowrap;
}

.review-card h3 {
    font-size: 10px;
    padding: 8px;

}




.review-card button {
    width: fit-contant;
    overflow: hidden;
    border: 1px solid gray;
    border-radius: 5px;
    background: transparent;
    font-size: 10px;
    padding: 2px 5px;
}






.star-ratting {
    padding-top: 10px;
    padding-bottom: 10px;
    color: greenyellow;
    font-size: 12px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}


.star-ratting b {
    border: 1px solid gray;
    font-size: 9px;
    padding: 1px;
    color: white;
    background-color: forestgreen;
    border-radius: 5px;
}






.review-footer {
    width: 100%;
    height: auto;
    grid-gap: 20px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.5rem;

}



.review-footer img {
    width: 50px;
    height: 50px;


}






.review-card:hover {
    border: 1px solid black !important;
}


.review-card:hover hr {
    border: 1px solid black !important;

}









.home-banner {
    display: grid;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    grid-gap: 20px;
    grid-template-columns: 1fr 60%;
}



.home-Banner-Child {
    background-color: #ffdc00;
    width: 100%;
    height: -webkit-fill-available;
    padding: 30px;
    align-self: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    align-items: self-start;
    grid-gap: ;
}









.home-div-link {
    display: flex;
    font-size: 10px;
    grid-gap: 20px;
}


.home-div-link a {
    padding: 5px 12px;
    min-height: 30px;
    border: 1px solid #eaebed;
    border-radius: 20px;
    letter-spacing: 0.2px;
    font-size: 12px;
}


.home-div-link .active {
    background-color: #f1ffe1;
    border: 1px solid gray;
}

.home-div-link a:active {
    background-color: #f1ffe1;
    border: 1px solid gray;
}



.home-div-link a:hover {
    background-color: #f1ffe1;
    border: 1px solid gray;
}




.price-tag {
    font-weight: 900;
}





/* filter bar   */

.filter-bar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* Space between items */
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 8px;
    /* Rounded corners for the container */
    border: 1px solid #fff5ec;
    max-width: 100%;
    margin: 20px auto;
    /* Centers the bar on the page */
}

.filter-dropdown {
    /* Container for styling the select element */
    position: relative;
    flex-grow: 1;
    /* Allows dropdowns to grow equally */
    max-width: 100%;
}

.filter-dropdown select {
    /* Styling the actual select element */
    width: 100%;
    padding: 10px 30px 10px 15px;
    /* Added extra padding on the right for the arrow */
    appearance: none;
    /* Removes default OS styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    color: #555;
}

/* Customizing the dropdown arrow look (optional, but helps match image) */
.filter-dropdown::after {
    content: '▼';
    /* Unicode character for a small triangle/arrow */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* Allows clicks to pass through to the select element */
    color: #888;
    font-size: 10px;
}

.filter-button {
    /* Styling the green "FILTER" button */
    padding: 10px 20px;
    background-color: #69d4b0;
    /* A shade of green similar to the image */
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.filter-button:hover {
    background-color: #5bc09e;
    /* Slightly darker green on hover */
}




#reve-chat-widget-header{
    bottom: 100px;
}

#reve-chat-widget-header .banner-text{
    display: none!important;
}





/* Basic Responsiveness: Stack elements on smaller screens */
@media (max-width: 600px) {
    .filter-bar-container {
        flex-direction: column;
        gap: 10px;
        max-width: 100%;
    }

    .filter-dropdown {
        width: 100%;
        max-width: 100%;
    }

    .filter-button {
        width: 100%;
    }
}

























/* Basic Reset/Styling */


/* Main toolbar container */
.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    flex-wrap: wrap;
    gap: 10px;
    /* Space between left/right sides when wrapped */
}

.toolbar-left p {
    margin: 0;
    color: #777;
}

.toolbar-right {
    display: flex;
    align-items: center;
    gap: 15px;
    /* Space between sorting, view icons, and search */
    flex-wrap: wrap;
}

/* Display options (Show 9 12 18 24) */
.display-options {
    display: flex;
    align-items: center;
    gap: 8px;
}

.display-options span {
    color: #333;
    font-weight: normal;
}

.display-options a {
    text-decoration: none;
    color: #777;
    padding: 2px 4px;
    transition: color 0.3s;
}

.display-options a:hover {
    color: #333;
}

.display-options .active-option {
    color: #333;
    font-weight: bold;
}

/* View Icons (List/Grid) */
.view-icons {
    display: flex;
    gap: 5px;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}

.list-view,
.grid-view {
    width: 25px;
    height: 20px;
    cursor: pointer;
    background-color: #ddd;
    /* Inactive color */
}

/* Styling the icons using linear gradients/backgrounds to mimic the bars */
.list-view {
    /* Mimics the list view icon (horizontal lines) */
    background: linear-gradient(to bottom, #777 0%, #777 20%, transparent 20%, transparent 40%, #777 40%, #777 60%, transparent 60%, transparent 80%, #777 80%, #777 100%);
}

.grid-view {
    /* Mimics the grid view icon (squares) */
    background: linear-gradient(90deg, #777 0px, #777 3px, transparent 3px, transparent 12px, #777 12px, #777 15px),
        linear-gradient(#777 0px, #777 3px, transparent 3px, transparent 17px, #777 17px, #777 20px);
}

.active-view {
    background-color: #555;
    /* Active color */
}

/* Sort By Dropdown */
.sort-by select {
    /* Standard styling to look like a clean dropdown */
    padding: 5px 20px 5px 5px;
    font-size: 14px;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    color: #777;
    appearance: ;
    /* Removes native dropdown arrow for consistent look */
    width: -webkit-fill-available;
}


/* Sort By Dropdown */



.sort-by {

    display: flex;

}

.sort-by select:active {

    background-color:aliceblue;
}

/* Search Icon Button */
.search-icon {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #777;
    padding: 0;
}

/* filter bar end   */







.shop-head {
    padding-top: 20px;
    background-color: #f7f7f7;
}





.myBtnContainer {
    border-bottom: 1px solid pink;
}




.fs-7 {
    font-size: 9px !important;
    border: 1px solid black;
    border-radius: 0px;
    background-color: white;
    font-weight: 900;
}









.display-option:active {
    font-size: medium;
    font-weight: 900;
}




.dropdown1:hover .dropdown-content {
    display: block;
}

.active {
    display: block !important;
}

.dropdown1 {
    width: 100%;
    display: static;
}


.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    background: white;
    color: black;
    height: -webkit-fill-available;
}


.dropdown-content div{
   overflow: auto;
    height: -webkit-fill-available;
}








.fa fa-angle-down:hover div{
     display: grid;
}





footer {
    font-family: Nunito Sans, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(24 23 23/var(--tw-text-opacity, 1));
    font-size: xx-large;

}





.mobile-menu {
    display: none;
}



.m-show {
    display: none;
}




.bottom-menu{
   display: none;
}










.chat a{
    display:table-row;
}

.chat a i{
    display: block;
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 100;
   font-size: xx-large;
    background-color: green;
   padding: 5px;
    line-height: 0;
    border-radius: 50px;
}





.msngr{
  
    bottom: 110px !important;
  
}



















.catahome{
    display: grid;
    box-sizing: border-box;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(250px,250px));
    justify-content: space-around;
    grid-gap: 10px;
}


.catahome  img{
  
    width: 100%;
    height: 250px;
    object-fit: cover;
    padding: 5px;
}


.catahome  span{
  
   text-wrap-mode: wrap;
    text-align: center;
}
































/* Basic Responsiveness: Stack elements on smaller screens */
@media (max-width: 600px) {

    header {
        position: static !important;
        padding: 10px 0px;
    }

    .header-icon {
        display: none;
    }



    .header-carts {
        display: none;
    }



    #search {
        text-align-last: right;
        font-size: 12px;


    }

    .max-w-xs{
        max-width: 100% !important;
    }
    
    
    .p-3 {
        padding: 12px !important;
    }

    .navbar {
        display: none;
    }

    .hrw {
        display: none;
    }



    .mobile-menu {
        display: flex;
        position: sticky;
        top: 0;
        background: white;
        z-index: 100;
        width: 100%;
        background-blend-mode: color;
        margin: 0;
        border: 5px solid white;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: top 0.9s;
    }



    .mobile-menu div {
        display: flex;
        grid-gap: 20px;
        background: white;

    }

    .mobile-menu div i {
        font-size: 20px;

    }


    .m-logo {
        max-height: 28px;
    }



    .slider-head {
        grid-template-columns: 1fr;

    }

    .home-h2 {
        font-size: 21px;
    }
    
    
    .swiper-wrapper {
        padding-top: 5px;
    }
    .m-flex {
        display: grid;
        flex-direction: column;
        grid-gap: 20px;
    }


    .containera {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-labels {
        flex-direction: column;
    }





    .check-products-button {
        background-color: #633327;
        color: #fff;
        padding: 5px 20px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        white-space: nowrap;
        transition: background-color 0.3s ease;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .containerhome {
        flex-direction: column;
    }


    .containerhome-image {
        width: 100%;
        max-width: 100%;
        min-height: 460px;
        background-size: cover;

    }




    .m-home-cata {
        display: none !important;
        font-size: 12px;

    }




    .home-a {
        font-size: 12px;
    }

    .home-banner {
        grid-template-columns: 1fr;
    }

    .home-div-link {
        display: none;
    }

    .m-hide {
        display: none !important;
    }



    .m-px-0 {
        padding-right: auto !important;
        padding-left: auto !important;
    }


    .m-zoomout {
        zoom: 0.7;
    }

    .table {
        zoom: 0.6;

    }

    .shop-container.has-sidebar {
        grid-template-columns: 1fr !important;
    }


    .grid-pdt-auto {
        zoom: .9;
        justify-items: center;

    }

    .myProductSwiper {

        
    }

    .product-card {
        zoom: 0.7;
    }


    .offcanvas {
        width: 80% !important;
    }




    .offcanvas a {
        display: grid;
    }
.dropdown-item {
    display: inline-flex !important;
    }

    .customer-dtls {
        zoom: .3;
    }


    #nt-sidebar {
        display: none;
    }

    .ninetheme-shop-fast-filters {
        display: none !important;
    }

    .filter-bar-container {
        display: none;
    }


    .m-show {
        display: block;
    }








.grid-pdt-auto {

       grid-gap: 1rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 1rem;



    }


    
    
    
    
    
 

.bottom-menu{
    position: fixed;
    bottom: 0;
    max-height: 55px;
    display: grid;
    overflow: hidden;
    grid-template-columns: auto auto auto auto;
    padding: 5px;
    margin: 0;
    width: 100%;
    background-color:  darkgreen;
    z-index: 11;
    
}
 

.bottom-menu button{
    display: grid;
    align-content:center;
    width: 100%;
    border-radius: 0;
    background-color: ;
    align-items: center;
    justify-content: center;
    justify-items: center;
    line-height: 1;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
}
 
.bottom-menu button:active{
   
    background-color: green!important;
}
 

.bottom-menu SVG{
   height: auto;
   width: 30px;
   padding: 0px;
    fill: white;
     color: blue;
}
  
    
    
    
    
.login {
    display: flex!important;
    width: 100% !important;
    height: auto;
    justify-content: center;
    background: khaki !important;
    margin-bottom: 2px;
    vertical-align: middle;
    margin: 10px;
} 
    
    
    .login form{
        padding: 10px !important;
    }    
    
    
    
 .login form input {
    margin-bottom: 16px !important;
    padding: 10px !important;
    font-family: sans-serif !important;
    font-size: medium !important;
    width: 100% !important;
}   
    


    
 .login form label {
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-family: sans-serif !important;
    font-size: medium !important;
    width: 100% !important;
     color: darkred;
     font-weight: 600;
}   
    
    .catalogo  a img{
    width: 100%;
    height: 80px;
    }
    
    
    .m-center{
        justify-content: center!important;
       border-color: #48d904 !important;
    }
    
    
    .shop-toolbar {
        padding:  10px;
    }
    
    
    
    


.catahome{
    grid-template-columns: repeat(auto-fill, minmax(100px,100px));
   
}



.catahome  img{
    width: auto;
    height: 100px;
   
}





    
    


}
